/**
* Theme CSS color scheme
**/
.list-accordion .accordion-item {
  border-bottom: 1px solid #dedfe0;
  border-right: 1px solid #dedfe0;
}
.list-accordion .accordion-collapse {
  border: 0;
}
.list-accordion .accordion-button {
  border: 0;
  border-bottom: 0px solid inherit;
}
.list-accordion .accordion-button:not(.collapsed) {
  background-color: #ffffff;
}
.list-accordion .lesson-item {
  background-color: #ffffff;
}
.list-accordion .lesson-item.active {
  background-color: #f3f3f3;
}
.list-accordion .lesson-item.active * {
  color: #ec7323;
}
.list-accordion .lesson-item.active .item-status .form-check-input:checked,
.list-accordion .lesson-item .item-status .form-check-input:checked {
  background-color: #ec7323;
  border-color: #ec7323;
  opacity: 1;
}

#container--lesson .lesson-content {
  background-color: #ffffff;
}

.lesson-dashboard .nav-tabs {
  border-top: 1px solid #ced4da;
}
.lesson-dashboard .nav-tabs#lesson--tab_menu .nav-item.show .nav-link,
.lesson-dashboard .nav-tabs#lesson--tab_menu .nav-link.active {
  border-bottom: 2px solid #ec7323;
  color: #ec7323;
}
.lesson-dashboard #lesson--tab_content {
  padding: 0px 110px !important;
}
.lesson-dashboard #lesson--tab_content .section-title {
  font-size: 1.25rem;
}

.btn-orange {
  background-color: #ec7323;
  color: #ffffff;
}
.btn-orange:hover {
  color: #ffffff;
}

.text-orange {
  color: #ec7323 !important;
}
.text-gray {
  color: #dedfe0 !important;
}

.bg-orange {
  background-color: #ec7323 !important;
}
.bg-light-orange {
  background-color: #f9f0dc !important;
}
.bg-organization-dashboard-gray {
  background-color: #f9f9f9 !important;
}

.course-comment-list .comment-item:not(:first-of-type):before {
  margin: 1.5rem 0;
  position: relative;
  width: 100%;
}

.instructor-avatar,
.review-avatar {
  height: 50px;
  width: 50px;
}

.course-view-page-breadcrumb .breadcrumb-item.active {
  color: #ec7323;
}

.ps-3\.5 {
  padding-left: 20px !important;
}

.pe-3\.5 {
  padding-right: 20px !important;
}

.px-3\.5 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.h-full {
  height: 100% !important;
}

.w-4 {
  width: 2.5rem !important;
}

.w-5 {
  width: 3rem !important;
}

@media (max-width: 1200px) {
  .lesson-dashboard #lesson--tab_content {
    padding: 0px 60px !important;
  }
}
@media (max-width: 1000px) {
  .lesson-dashboard #lesson--tab_content {
    padding: 0px 40px !important;
  }
}
@media (max-width: 700px) {
  .lesson-dashboard #lesson--tab_content {
    padding: 0px 20px !important;
  }
}
