.bg-primary-blue {
  background-color: #0077ff !important;
}

.text-primary-blue {
  color: #0077ff !important;
}

.bg-pale-blue {
  background-color: #BDDCFF !important;
}

.text-pale-blue {
  color: #BDDCFF !important;
}

.bg-theme-green {
  background-color: #4FA813 !important;
}

.text-theme-green {
  color: #4FA813 !important;
}

.bg-theme-purple {
  background-color: #8A38F5 !important;
}

.text-theme-purple {
  color: #8A38F5 !important;
}

.bg-theme-yellow {
  background-color: #F6BD0F !important;
}

.text-theme-yellow {
  color: #F6BD0F !important;
}

.bg-theme-light-grey {
  background-color: #F9F9F9 !important;
}

.text-theme-light-grey {
  color: #F9F9F9 !important;
}

.bg-theme-light-blue-gray {
  background-color: #CAD5E0 !important;
}

.text-theme-light-blue-gray {
  color: #CAD5E0 !important;
}

.btn-grey {
  background-color: #DDDDDD !important;
  color: #000;
  border: none;
}
.btn-grey:hover {
  background-color: #c4c4c4 !important;
  color: #000;
}

.sidebar .nav li {
  flex-grow: 1;
  width: 100%;
}

.sub-nav a.active {
  font-weight: 600;
  color: #0077ff !important;
  border-bottom: 2px solid #0077ff !important;
}

.line-clamp-2 {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card {
  border-color: #BDDCFF;
}

.icon-box {
  padding: 0.56em;
  display: inline-block;
  margin-bottom: 0.5rem;
  border-radius: 0.81rem;
  background: #F2F2F2;
}

.nav-underline .nav-link {
  color: #ABB5BE;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  border-bottom-color: #0077ff;
}

.border-bottom-light {
  border-bottom: 0.5px solid #E2E2E2;
}

/*couse list*/
.course-snippet,
.course-snippet-v {
  background-color: #F9F9F9;
  border-radius: 0.5rem;
  padding: 1rem;
}

.course-snippet .course-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.course-snippet .course-abstract {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.course-snippet img {
  aspect-ratio: 2;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .course-snippet img {
    max-width: 200px;
    max-height: 140px;
  }
}

.course-snippet-v img.course-snippet-img {
  aspect-ratio: 2;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  max-height: 200px;
}

.progress-value sup.small {
  top: 0;
}

.course-snippet-v .course-main-info {
  min-height: 110px;
}

.my_learning.table-sm {
  font-size: 0.875rem;
}

/*discussion board topic list*/
.icon-box-rounded {
  display: flex;
  width: 2.6875rem;
  height: 2.6875rem;
  padding: 0.625rem 0.6875rem;
  align-items: center;
  gap: 0.625rem;
  border-radius: 50%;
  background: #ECECEC;
}

.topic-title {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #E4E5E7;
}
.topic-title a {
  display: flex;
  align-items: center;
  gap: 11px;
  align-self: stretch;
  color: black;
  text-decoration: unset;
  transition: all 0.15s ease;
}
.topic-title a:hover {
  text-decoration: underline;
}
.topic-title a:hover .icon-box-rounded {
  background: #0077ff;
}
.topic-title a:hover .icon-box-rounded i {
  color: #FFF;
}
.topic-title a:hover .icon-box-rounded path {
  fill: #FFF;
}

/* admin */
.widget-container,
.dashboard-card {
  border-radius: 1.125rem;
}
.widget-container .card-title,
.dashboard-card .card-title {
  font-size: 1.25rem;
  font-weight: 600;
}
.widget-container .card-title-with-icon,
.dashboard-card .card-title-with-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.widget-container h4.subtitle,
.dashboard-card h4.subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
}
.widget-container hr,
.dashboard-card hr {
  border: 0.5px solid #E2E2E2;
}

.dashboard-card {
  background: #F6F6FB;
}

.btn-quick-action {
  padding: 1em;
  transition: all 0.15s ease;
  border: none;
  background: #FFF;
  box-shadow: 0 5.434px 18.114px 0 rgba(8, 15, 52, 0.06);
}
.btn-quick-action:hover {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.12);
}
.btn-quick-action i {
  color: #0077ff;
  margin: 0.5em auto;
}

.select2-w-100 .select2-container {
  width: 100% !important;
}

.section-loader-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
}

/*# sourceMappingURL=theme.css.map */
