/* ../../../../../../tmp/tmp-164725-Fw250kTu676V/1969f38f6b30/style.css */
:root {
  --text-3-5xl: 24px;
  --text-3-8xl: 34px;
  --text-4xl: 36px;
}
body {
  font-size: var(--text-base);
}
.nav-link .course-list-count {
  border-radius: var(--border-radius-md);
  padding: 0 0.3rem;
  font-size: var(--text-sm);
  border: 1px solid var(--gray-600);
}
.nav-link.active .course-list-count {
  border: 1px solid var(--primary-color);
}
.page-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gray-900);
  line-height: 160%;
  letter-spacing: 0.005em;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 100;
}
.is-pinned {
  background: #FFFFFF;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--gray-300);
}
.field-parent {
  margin-top: 2rem;
}
.field-group .frappe-control .ql-editor:not(.read-mode) {
  background-color: #FFFFFF;
}
.ql-toolbar.ql-snow,
.ql-container.ql-snow {
  border: 1px solid var(--gray-300);
}
.rating .icon {
  background: var(--gray-200);
  border-radius: var(--border-radius-md);
  padding: var(--padding-xs);
}
.rating .star-click {
  --star-fill: var(--orange-500);
  background: var(--gray-200);
  border-radius: var(--border-radius-md);
  padding: var(--padding-xs);
}
.cta-parent {
  display: flex;
  margin-bottom: 1rem;
}
.all-cta {
  flex: 1;
}
.field-label {
  color: var(--gray-900);
  font-weight: 500;
}
.field-input {
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius-md);
  padding: 0.5rem;
  width: 100%;
  margin-top: 0.25rem;
}
.field-input:focus-visible {
  outline: none;
}
.field-input .form-control {
  color: initial;
  background-color: inherit;
  padding: 0;
  height: inherit;
  cursor: pointer;
}
.field-group {
  margin-bottom: 1.5rem;
}
.field-description {
  font-size: var(--text-md);
}
.invisible-input {
  border: none;
}
.invisible-input:focus-visible {
  outline: none;
}
.image-preview {
  width: 280px;
  height: 178px;
  border-radius: var(--border-radius-md);
  border: 1px solid var(--gray-300);
  margin-top: 1rem;
}
textarea.field-input {
  height: 300px;
}
.outline-lesson {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--gray-300);
}
.outline-lesson:last-of-type {
  border-bottom: none;
}
.outline-lesson .level,
.chapter-container .level {
  justify-content: start;
}
.icon-bg {
  background: var(--gray-100);
  padding: 0.5rem;
  border-radius: var(--border-radius-md);
  margin: 0 0.5rem;
}
.quiz-modal {
  min-height: 500px;
}
.ce-block__content {
  max-width: 100%;
  padding: 0 0.5rem;
  margin: 0;
}
.ce-toolbar__content {
  position: unset;
}
.codex-editor--narrow .ce-toolbar__actions {
  right: 100%;
}
.lesson-editor {
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius-md);
  padding-top: 0.5rem;
}
.lesson-parent .breadcrumb {
  border-bottom: 1px solid var(--gray-300);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.form-width {
  width: 50%;
}
@media (max-width: 768px) {
  .form-width {
    width: 75%;
  }
}
.clickable {
  color: var(--gray-900);
  font-weight: 500;
}
.clickable:hover {
  color: var(--gray-900);
  text-decoration: none;
  cursor: pointer;
}
.question-row .ql-editor.read-mode p:hover {
  cursor: pointer;
}
.question-row .ql-editor.read-mode p {
  display: none;
}
.question-row .ql-editor.read-mode p:first-child {
  display: block;
}
.codex-editor path {
  stroke: var(--gray-800);
}
.drag-handle {
  cursor: move;
}
.edit-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-default:not(:disabled):not(.disabled).active {
  color: white;
  background-color: var(--primary);
  border: none;
}
.field-label.reqd::after {
  content: " *";
  color: var(--red-400);
}
.error-message {
  color: var(--red-500);
  font-size: var(--text-sm);
}
.lessons {
  margin-left: 1.5rem;
}
input[type=checkbox] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  position: relative;
  width: var(--checkbox-size) !important;
  height: var(--checkbox-size);
  margin-right: var(--checkbox-right-margin) !important;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid var(--gray-400);
  box-sizing: border-box;
  box-shadow: 0 1px 2px #0000001a;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-print-color-adjust: exact;
}
.course-image {
  height: 168px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.default-image {
  background-color: var(--avatar-frame-bg);
  color: var(--avatar-frame-color);
  display: flex;
  flex-direction: column;
}
.default-image-text {
  display: flex;
  flex: 1;
  align-self: center;
  justify-content: normal;
  font-size: 7rem;
  font-weight: bold;
}
.course-tags {
  display: flex;
  position: relative;
  top: 1rem;
  left: 1rem;
}
.course-image .course-tags {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.course-card-pills {
  background: #ffffff;
  margin-left: 0;
  margin-right: 0.5rem;
  border-radius: var(--border-radius);
  padding: 3.5px 8px;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.011em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gray-900);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--gray-300);
}
.dark-pills {
  background: rgba(25, 39, 52, 0.8);
  color: #ffffff;
}
.dark-pills img {
  width: 0.75rem;
  height: 0.75rem;
}
.common-page-style {
  padding: 1.25rem 0 5rem;
  font-size: var(--text-base);
}
.common-card-style {
  display: flex;
  background: #FFFFFF;
  border-radius: var(--border-radius-md);
  position: relative;
  border: 1px solid var(--gray-300);
  box-shadow: var(--shadow-inset);
}
.course-card {
  flex-direction: column;
  height: 100%;
  min-height: 350px;
  overflow: auto;
}
.muted-text {
  font-size: 12px;
  line-height: 135%;
}
.course-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--text-base);
  color: var(--gray-900);
  margin-bottom: 0.5rem;
}
.icon {
  margin: 0;
}
.lesson-links .icon {
  stroke: none;
}
.onboarding-parent .icon {
  stroke: none;
}
.course-card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  color: var(--text-color);
}
.course-card-title {
  font-weight: 600;
  color: var(--gray-900);
  font-size: 1.125rem;
}
.short-introduction {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.card-divider {
  border-top: 1px solid var(--gray-300);
  margin-bottom: 1rem;
}
.card-divider-dark {
  border-top: 1px solid #C8CFD5;
  margin-bottom: 16px;
}
.course-instructor {
  margin-left: 0.5rem;
  font-size: var(--text-base);
}
@media (max-width: 400px) {
  .course-instructor {
    margin-left: 0;
  }
}
.course-student-count {
  display: flex;
  font-size: var(--text-base);
  float: right;
  color: var(--gray-900);
}
.course-card-footer {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.course-price {
  font-weight: 500;
}
.view-course-link {
  height: 32px;
  border-radius: var(--border-radius-sm);
  font-size: 12px;
  padding: 8px 0px 8px;
  text-align: center;
  line-height: 135%;
  cursor: pointer;
}
.cards-parent {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cards-parent {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
  }
}
@media (max-width: 375px) {
  .cards-parent {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.button-links {
  color: inherit;
}
.button-links:hover {
  text-decoration: none;
  color: inherit;
}
.icon-background {
  border-radius: 50%;
  padding: 3px;
  width: 24px;
  height: 24px;
}
.review-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.review-content {
  margin: 1rem 0 0 3.5rem;
  color: var(--gray-700);
}
.custom-checkbox > label > .empty-checkbox {
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid black;
  border-radius: var(--border-radius-md);
}
.empty-checkbox {
  margin-right: 0.5rem;
}
.custom-checkbox > label > input:checked + .empty-checkbox {
  background: url(/assets/lms/icons/tick.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.quiz-label {
}
.quiz-label p {
  display: inline;
}
.option-row {
  display: flex;
  align-items: center;
  flex: 1;
  margin-bottom: 0;
  padding: 0.75rem;
  border: 1px solid var(--gray-200);
  border-radius: var(--border-radius-lg);
  cursor: pointer;
  background-color: var(--gray-100);
}
.active-option .option-row {
  background-color: var(--blue-50);
  border: 1px solid var(--blue-500);
}
.course-card-wide {
  width: 50%;
  margin-bottom: 2rem;
}
@media (max-width: 1000px) {
  .course-card-wide {
    width: 75%;
    margin: 0 auto 2rem;
  }
}
@media (max-width: 768px) {
  .course-card-wide {
    width: 100%;
    margin: 0 0 2rem;
  }
}
.course-card-instructors {
  display: flex;
  align-items: center;
}
.course-card-wide-content {
  display: flex;
  flex-direction: column;
  flex: 2;
  justify-content: space-between;
}
.course-card-wide-title {
  font-weight: 700;
  font-size: var(--text-4xl);
  line-height: 44px;
  color: var(--gray-900);
  margin: 0.25rem 0;
}
.wide-button {
  padding: 0.3rem 4rem;
  width: 100%;
}
@media (max-width: 768px) {
  .wide-button {
    padding: 0.3rem 4rem;
  }
}
.course-home-page .course-home-outline {
  padding-bottom: 4rem;
}
.course-home-page {
  background-color: #FFFFFF;
  padding-top: 2.5rem;
}
.chapter-title {
  cursor: pointer;
  border-radius: var(--border-radius-lg);
  color: var(--gray-900);
  display: flex;
  align-items: center;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  font-size: var(--text-lg);
}
.chapter-title:last-child {
  padding-bottom: 0;
}
.chapter-description {
  color: var(--gray-900);
  font-size: var(--text-sm);
  margin-left: 2rem;
  margin-bottom: 0.5rem;
}
.course-content-parent .chapter-description {
  font-size: 0.75rem;
}
.chapter-icon {
  margin-right: 0.5rem;
}
.reviews-parent {
  color: var(--gray-900);
}
.lesson-info {
  padding: 0.5rem;
  color: var(--gray-900);
  letter-spacing: -0.011em;
}
.lesson-links {
  display: flex;
  align-items: center;
  color: var(--gray-900);
  font-size: var(--text-base);
}
.lesson-links:hover {
  cursor: pointer;
  text-decoration: none;
  color: var(--gray-900);
  border-radius: var(--border-radius-md);
}
.member-card {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  font-size: var(--text-base);
}
.break {
  flex-basis: 100%;
  flex-grow: 1;
  margin: 0.5rem 0;
}
.course-home-headings {
  font-weight: 600;
  font-size: var(--text-3-5xl);
  letter-spacing: -0.0175em;
  color: var(--gray-900);
  margin-bottom: 1rem;
}
.course-home-headings:hover {
  color: var(--gray-900);
  text-decoration: none;
}
.modal-headings {
  margin: 0;
}
.avatar-square {
  width: 130px;
  height: 130px;
}
.avatar-square .avatar-frame {
  border-radius: 20px;
}
.avatar-medium {
  width: 42px;
  height: 42px;
}
.avatar-large {
  width: 68px;
  height: 68px;
}
.avatar-xl {
  width: 8rem;
  height: 8rem;
}
.avatar-xl .standard-image {
  border: 4px solid #ffffff;
}
@media (max-width: 500px) {
  .avatar-square {
    width: 75px;
    height: 75px;
  }
}
.member-parent {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media (max-width: 600px) {
  .member-parent {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 2rem;
  }
}
.view-all-mentors {
  width: 100%;
  display: flex;
  align-items: baseline;
  cursor: pointer;
  margin-top: 1rem;
}
.review-modal .modal-dialog {
  width: 50%;
  height: 70%;
}
@media (max-width: 600px) {
  .review-modl .modal-dialog {
    width: auto;
  }
}
.error-field {
  color: red;
}
.quiz-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
.question {
  flex-direction: column;
}
.question p {
  margin-bottom: 0;
}
.active-question .card-divider {
  margin-top: 1rem;
}
.dark-links {
  color: inherit;
}
.dark-links:hover {
  color: inherit;
}
.breadcrumb {
  display: flex;
  align-items: center;
  font-size: var(--text-base);
  line-height: 20px;
  color: var(--gray-900);
  padding: 0;
  border-radius: 0;
}
.course-details-outline {
  margin-top: 2.5rem;
}
.lesson-content {
  padding: 1.5rem;
  flex-direction: column;
}
.lesson-content-card {
  margin-top: 1.5rem;
}
.lesson-content-card .alert-dismissible .close {
  padding: 0.5rem;
}
.course-content-parent {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 1024px) {
  .course-content-parent {
    display: flex;
    flex-direction: column-reverse;
  }
}
.course-content-parent .course-home-headings {
  margin: 0 0 0.5rem;
  width: 100%;
}
.lesson-pagination {
  margin: 2rem 0 5rem;
}
.lesson-video {
  width: 100%;
}
.active-lesson {
  background-color: var(--gray-200);
  border-radius: var(--border-radius-md);
}
.profile-page {
  padding-top: 0;
}
.profile-banner {
  height: 248px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 500px) {
  .profile-banner {
    height: 150px;
  }
}
.profile-info {
  height: 90px;
  background: #ffffff;
  border-radius: 0px 0px 8px 8px;
  font-size: var(--text-sm);
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
  padding-left: 200px;
  padding-right: 1rem;
  border: 1px solid var(--gray-300);
}
@media (max-width: 550px) {
  .profile-info {
    align-items: flex-end;
    padding-left: 0;
    height: 150px;
  }
}
.profile-avatar {
  position: relative;
  top: 188px;
  left: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 500px) {
  .profile-avatar {
    top: 95px;
    left: 10px;
  }
}
@media (max-width: 375px) {
  .profile-avatar {
    top: 120px;
    left: 10px;
  }
}
.profile-name {
  color: var(--gray-900);
  font-weight: 600;
  font-size: var(--text-3xl);
}
@media (max-width: 375px) {
  .profile-name {
    font-size: var(--text-lg);
    padding-top: 5px;
  }
}
.profile-name-section {
  display: flex;
  align-items: center;
  margin: 0.5rem 0 0.25rem;
}
@media (max-width: 550px) {
  .profile-name-section {
    flex-direction: column;
    align-items: flex-end;
    margin: 0 0 0.5rem;
  }
}
.creator-badge {
  background: #48BB74;
  padding: 4px 6px;
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.011em;
  text-transform: uppercase;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 16%);
  border-radius: var(--border-radius-sm);
  margin-left: 0.5rem;
}
@media (max-width: 375px) {
  .creator-badge {
    font-size: 8px;
  }
}
@media (max-width: 550px) {
  .creator-badge {
    margin-top: 0.25rem;
    margin-left: 0;
  }
}
.profile-grid-card {
  display: grid;
  row-gap: 1rem;
}
.profile-item {
  color: var(--gray-800);
  font-weight: 500;
}
.education-details {
  margin-top: 1.25rem;
}
.bold-title {
  font-weight: 500;
  color: var(--gray-800);
}
.profile-courses {
  margin-top: 3rem;
}
.zindex {
  position: relative;
  z-index: 2;
}
.progress {
  width: 100%;
  height: 4px;
}
.course-card-wide .progress {
  background-color: var(--gray-500);
}
.progress-bar {
  background-color: var(--primary-color);
}
.progress-percent {
  margin: 0.5rem 0;
  font-size: var(--text-sm);
}
pre {
  width: 100%;
  overflow-x: auto;
}
.markdown-source h1 {
  font-size: 1.3rem;
}
.markdown-source h2 {
  font-size: 1.2rem;
}
.markdown-source h3 {
  font-size: 1.1rem;
}
.markdown-source h4 {
  font-size: 1rem;
}
.markdown-source p:last-child {
  margin-bottom: 0;
}
.avatar img {
  -o-object-fit: cover;
  object-fit: cover;
}
.certificate-card {
  background: #FFFFFF;
  font-size: 14px;
}
.certificate-content {
  border-radius: 0.5rem;
  border: 1px solid #EEF0F2;
  padding: 1rem;
  font-size: var(--text-lg);
}
.certificate-border {
  border: 10px solid #0089FF;
  border-radius: 8px;
  padding: 6rem 4rem;
  background-color: #FFFFFF;
  text-align: center;
}
.certificate-parent {
  display: grid;
  grid-template-columns: 10fr 2fr;
  grid-gap: 3rem;
}
.certificate-logo {
  height: 1.5rem;
  margin-bottom: 4rem;
}
.certificate-name {
  font-size: 2rem;
  font-weight: 500;
  color: #192734;
  margin-bottom: 0.25rem;
}
.certificate-footer {
  margin: 4rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.certificate-footer-item {
  color: #192734;
}
.cursive-font {
  font-family: cursive;
  font-weight: 600;
}
.certificate-divider {
  margin: 0.5rem 0;
}
.certificate-expiry {
  margin-left: 2rem;
}
.column-card {
  flex-direction: column;
  padding: 1rem;
  height: 100%;
}
.empty-state {
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius-lg);
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.empty-state-text {
  margin-left: 1rem;
}
.empty-state-heading {
  font-size: var(--text-xl);
  color: var(--text-color);
  font-weight: 600;
}
.vertically-center {
  display: flex;
  align-items: center;
}
.search {
  background-image: url(/assets/frappe/icons/timeless/search.svg);
  border: none;
  border-radius: var(--border-radius-md);
  font-size: var(--text-sm);
  padding: 0.625rem 0.75rem;
  height: 36px;
  background-repeat: no-repeat;
  text-indent: 1.5rem;
  background-position: 1rem 0.7rem;
  width: 30%;
  box-shadow: var(--shadow-sm);
}
.search-course {
  background-position: 1rem;
  text-indent: 1rem;
  font-size: var(--text-base);
  padding: 1.5rem;
  width: 100%;
  box-shadow: none;
}
.search:focus {
  outline: none;
}
.course-search-header {
  float: right;
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1250px) {
  .search {
    width: 40%;
  }
}
@media (max-width: 1000px) {
  .search {
    width: 55%;
  }
  .course-search-header {
    width: 75%;
  }
}
@media (max-width: 650px) {
  .course-search-header {
    width: 60%;
  }
}
@media (max-width: 550px) {
  .course-search-header {
    float: none;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}
.testimonial-card {
  flex-direction: column;
  padding: 2rem;
  height: 100%;
}
.testimonial-author-name {
  font-weight: 500;
  font-size: var(--text-lg);
  color: var(--text-color);
}
.testimonial-review {
  color: var(--text-color);
  margin-bottom: 2rem;
}
.testimonial-footer {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--gray-200);
  padding-top: 2rem;
  margin-top: auto;
}
.testimonial-profession {
  font-size: 0.625rem;
}
.carousel-indicators li {
  background-color: var(--gray-600);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.carousel-control-prev-icon {
  background-image: url(/assets/lms/icons/slider-arrow-left.svg);
  width: 40px;
  height: 40px;
}
.carousel-control-next-icon {
  background-image: url(/assets/lms/icons/slider-arrow-right.svg);
  width: 40px;
  height: 40px;
}
.carousel-control-prev,
.carousel-control-next {
  width: auto;
  top: 40%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: white;
  border-radius: 50%;
  box-shadow: var(--shadow-sm);
  opacity: 1;
}
.related-courses .carousel-control-prev,
.related-courses .carousel-control-next {
  top: 40%;
}
.related-courses {
  background: var(--gray-50);
  padding: 5rem 0;
  position: relative;
  z-index: 5;
}
.carousel-indicators {
  position: inherit;
  margin: 0;
}
.carousel {
  padding: 0 1.5rem;
}
@media (max-width: 500px) {
  .carousel {
    padding: 0 0.5rem;
  }
}
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 40px auto 0;
}
.carousel-indicators li {
  border: none;
  margin: 0 6px;
}
.search-empty-state {
  position: relative;
  top: 1rem;
  margin-bottom: 5rem;
  width: 100%;
}
.close-search-empty-state {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close-search-empty-state:hover {
  text-decoration: none;
  color: #000;
}
.live-courses .course-home-headings {
  margin-bottom: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .lesson-pagination .custom-checkbox .empty-checkbox {
    width: 1rem;
    height: 1rem;
    border-radius: var(--border-radius-sm);
  }
}
@media (max-width: 767px) {
  .lesson-pagination .custom-checkbox .empty-checkbox {
    margin-bottom: 1rem;
    border-radius: var(--border-radius-sm);
  }
  .lesson-pagination .custom-checkbox span {
    display: inline-block;
    width: 70%;
    font-size: 10px;
  }
}
.lesson-pagination .custom-checkbox input:checked + .empty-checkbox {
  background-size: 1rem;
}
.no-discussions {
  width: 80% !important;
}
.preview-work {
  display: flex;
  align-items: center;
}
.job-card {
  position: relative;
  padding: 1rem;
}
.company-logo {
  background-position: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--border-radius-sm);
  width: 50px;
  height: 50px;
  margin-right: 1rem;
}
.job-card-parent {
  display: grid;
  row-gap: 1rem;
}
.job-card-logo-section {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.job-detail-card {
  padding: 1rem;
  flex-direction: column;
}
.job-subtitle {
  font-size: var(--text-base);
  margin-bottom: 1.875rem;
}
.card-heading {
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0.25rem;
}
.course-head-container {
  border-bottom: 1px solid var(--gray-300);
}
.seperator {
  margin: 0 1rem;
}
.seperator::after {
  content: "\b7";
}
.course-overlay-card {
  background-color: white;
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--gray-300);
  overflow: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 10%;
  right: 7%;
  width: 350px;
  z-index: 4;
}
@media (max-width: 1000px) {
  .course-overlay-card {
    position: inherit;
    margin: 1rem auto;
  }
  .seperator {
    margin: 0 0.25rem;
  }
}
.course-overlay-content {
  padding: 1.25rem;
  font-size: var(--text-base);
  color: var(--text-color);
}
.breadcrumb-destination {
  color: var(--gray-600);
}
.preview-video {
  width: 100%;
  height: 190px;
  border: none;
}
.course-body-container {
  width: 60%;
}
@media (max-width: 1000px) {
  .course-body-container {
    width: 100%;
  }
}
.overlay-heading {
  margin-top: 2rem;
  font-weight: 600;
  color: var(--gray-800);
}
.overlay-student-count {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.course-creators-card {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  background-color: var(--gray-100);
  box-shadow: none;
}
.course-meta {
  font-size: var(--text-base);
  color: var(--gray-900);
}
.avg-rating {
  font-size: var(--text-3-8xl);
  color: var(--gray-900);
  font-weight: bold;
}
.reviews-header {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
@media (max-width: 1250px) {
  .reviews-header {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .reviews-header {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .reviews-header {
    flex-direction: column;
    align-items: center;
  }
  .vertical-divider {
    margin: 1rem;
  }
}
.bold-heading {
  font-size: var(--text-lg);
  color: var(--gray-900);
  font-weight: 600;
}
.star-click {
  --star-fill: var(--yellow-500);
  margin-right: 0;
}
.rating {
  --star-fill: var(--gray-400);
}
.vertical-divider {
  border: 1px solid var(--gray-300);
  margin: 0 1rem;
}
.course-card-wide .avg-rating-stars {
  margin-top: 2rem;
}
.reviews-parent .progress {
  width: 200px;
  color: var(--gray-900);
}
.reviews-parent .progress-bar {
  background-color: var(--primary-color);
}
.course-home-top-container {
  position: relative;
}
.question-text {
  margin: 0.5rem 0 1rem;
  font-weight: 600;
}
.question-text .ql-editor.read-mode {
  white-space: inherit;
  font-weight: 600;
}
.profile-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.description {
  font-size: var(--text-base);
  color: var(--gray-800);
}
.profile-meta {
  display: flex;
  align-items: center;
}
.carousel-inner {
  overflow: inherit;
}
.lms-nav .nav-link {
  padding: var(--padding-sm) 0;
  margin: 0 var(--margin-md);
  font-size: var(--text-base);
  color: var(--text-muted);
}
.lms-nav .nav-link.active {
  font-weight: 500;
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}
@media (min-width: 500px) {
  .lms-nav .nav-item:first-child .nav-link {
    margin-left: 0;
  }
}
.dashboard-button {
  position: relative;
  top: -50px;
  margin-left: auto;
}
.course-card-wide .breadcrumb {
  margin-bottom: 0;
}
.course-content-parent .course-details-outline .course-home-headings {
  display: none;
}
.btn-outline-primary {
  border: 1px solid var(--primary-color);
}
.show-attachments {
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
}
.attachment-controls {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.attachments {
  flex-direction: column;
  padding: 0.5rem 0;
  margin-top: 1rem;
  position: absolute;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-collapse: separate;
  border-spacing: 1rem 0.5rem;
}
li {
  line-height: 1.7;
}
.course-overlay-title {
  font-weight: 700;
  font-size: var(--text-2xl);
  line-height: 1.5;
  color: var(--gray-900);
  margin-bottom: 1.25rem;
}
.no-preview {
  color: var(--gray-600);
}
.job-cards-parent {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  -moz-column-gap: 40px;
  grid-gap: 1rem;
  align-items: center;
}
.job-company {
  display: flex;
  align-items: center;
}
.job-actions {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  margin-bottom: 1rem;
}
.job-detail-header {
  display: flex;
}
@media (max-width: 600px) {
  .job-company {
    flex-direction: column;
    align-items: inherit;
  }
}
@media (max-width: 1200px) {
  .job-cards-parent {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
@media (max-width: 500px) {
  .job-cards-parent {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .job-detail-header {
    flex-wrap: wrap;
  }
  .job-actions {
    margin-top: 1rem;
  }
}
.course-image-attachment {
  margin-top: 0.25rem;
  background-color: var(--bg-light-gray);
  border-radius: var(--border-radius);
  border: 1px solid var(--gray-300);
  padding: 0.5rem 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-delete-tag {
  cursor: pointer;
}
.chapter-edit {
  border: 1px solid var(--dark-border-color);
  border-radius: var(--border-radius);
  padding: 1rem;
  margin-bottom: 1rem;
}
.chapter-edit .lessons {
  margin-left: 0;
}
.chapter-parent {
  margin-bottom: 1rem;
}
.chapter-parent:last-child {
  margin-bottom: 0;
}
.chapter-edit .chapter-title {
  padding: 0.5rem 0;
}
.preview {
  display: flex;
  align-items: center;
  font-size: var(--text-md);
}
.table {
  margin-bottom: 0;
}
.option-input {
  width: 45%;
  margin-right: 1rem;
}
.option-checkbox {
  width: 15%;
  display: flex;
  align-items: center;
}
.preview-video-header {
  position: relative;
}
.preview-info {
  position: absolute;
  top: 0;
  right: -30px;
}
.tool-tip {
  position: relative;
  display: inline-block;
}
.tool-tip .tooltiptext {
  visibility: hidden;
  width: 30rem;
  background-color: var(--gray-800);
  color: var(--fg-color);
  padding: 1rem;
  border-radius: var(--border-radius-md);
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.tool-tip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltiptext ul {
  padding: 1rem;
}
.medium {
  font-size: var(--text-base);
}
.quiz-row {
  position: relative;
  color: var(--text-color);
  cursor: pointer;
}
.course-creation-link {
  float: right;
}
@media (max-width: 500px) {
  .course-creation-link {
    float: inherit;
    margin-bottom: 1rem;
  }
}
.indicator-pill::before {
  width: 0 !important;
  height: 0 !important;
  margin-right: 0 !important;
}
.role {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
@media (min-width: 500px) {
  .role:last-child {
    margin-left: 5rem;
  }
}
.icon-xl {
  width: 2.75rem;
  height: 2.75rem;
}
.modal .comment-field {
  height: 150px !important;
  resize: auto !important;
}
.notification-card {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
}
.notification-card:last-child {
  margin-bottom: 0;
}
.timestamp {
  font-size: var(--text-xs);
}
.stats-parent {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2rem;
}
.statistics .stats-parent {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1rem;
}
.stats-label {
  color: var(--gray-900);
  font-weight: 500;
}
.stats-value {
  color: var(--gray-900);
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 2rem;
}
.indicator-pill.green::before {
  height: 0;
  width: 0;
  border-radius: 0;
  margin-right: 0;
}
.modal-header {
  padding: 1rem 1rem 0 !important;
}
.modal-body {
  padding: 0 1rem !important;
}
.modal-dialog-scrollable .modal-content {
  overflow: unset;
}
.modal-header,
.modal-body {
  margin-bottom: 0.5rem !important;
}
.modal-header {
  border-bottom: none !important;
}
.modal-footer {
  padding: 0.75rem 1.5rem !important;
  justify-content: flex-end !important;
}
.modal-footer .btn-primary {
  margin-left: 0.5rem;
}
.modal-header .modal-title {
  color: var(--gray-900);
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.frappe-chart .title {
  font-size: 1rem;
  font-weight: 500;
  fill: var(--gray-900);
}
.course-description-section {
  padding-bottom: 2.5rem;
}
input::-webkit-file-upload-button {
  border-radius: var(--border-radius);
  font-size: var(--text-md);
  padding: 0.25rem 1.25rem;
  border: none;
  color: var(--text-color);
  cursor: pointer;
}
input::file-selector-button {
  border-radius: var(--border-radius);
  font-size: var(--text-md);
  padding: 0.25rem 1.25rem;
  border: none;
  color: var(--text-color);
  cursor: pointer;
}
input::-webkit-file-upload-button:hover {
  background-color: var(--gray-400);
}
input::file-selector-button:hover {
  background-color: var(--gray-400);
}
.btn {
  font-weight: 400;
}
select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.modal-title {
  font-size: var(--text-lg) !important;
}
.class-form-title {
  font-size: var(--text-base);
}
.remove-student {
  cursor: pointer;
}
.class-course-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1rem;
  font-size: var(--text-base);
}
.class-cours {
  cursor: pointer;
}
.subheading {
  font-weight: 500;
  color: var(--gray-900);
}
.progress-course-header {
  display: flex;
  background-color: var(--gray-100);
  padding: 0.5rem;
}
.section-heading {
  font-size: 1rem;
  color: var(--gray-900);
  font-weight: 500;
}
.table th {
  font-weight: 400;
  border: none;
  font-size: var(--text-md);
}
.table td {
  border: none;
}
.table tr:first-child,
.table tr:last-child {
  border-bottom: none;
}
.table tr {
  border-bottom: 1px solid var(--gray-300);
}
.lms-dropdown {
  border: 1px solid var(--gray-400);
  border-radius: var(--border-radius-sm);
  padding: 0.25rem 2rem;
  cursor: pointer;
  text-align: center;
}
.lms-menu {
  background-color: var(--control-bg);
  color: var(--text-color);
  border: none;
  border-radius: var(--border-radius);
  padding: 0.15rem 0.5rem;
  box-shadow: var(--btn-shadow);
  background-image: url(/assets/lms/icons/down-arrow.svg);
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
  padding-right: 2rem;
  -webkit-print-color-adjust: exact;
}
.lms-menu:focus-visible {
  outline: var(--gray-500);
}
.clickable-row {
  cursor: pointer;
}
.onboarding-parent {
  background-color: var(--gray-100);
  padding: 1rem 0;
}
.onboarding-steps {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  font-weight: 500;
  color: var(--gray-900);
}
.onboarding-steps-link {
  display: flex;
  align-items: center;
  color: inherit;
}
.onboarding-steps-link:hover {
  text-decoration: none;
  color: inherit;
}
.onboarding-skip {
  font-size: var(--text-sm);
  float: right;
  cursor: pointer;
  margin-right: 1rem;
}
.result-row {
  display: block;
  padding: 1rem;
  border-top: 1px solid var(--gray-300);
  font-weight: 500;
  color: var(--gray-900);
  font-size: var(--text-base);
  cursor: pointer;
}
.result-row:hover {
  color: inherit;
  text-decoration: none;
}
.search-modal .modal-dialog {
  max-width: 70%;
  margin: 15% auto !important;
}
.search-modal .modal-body {
  padding: 0 !important;
  margin: 0 !important;
}
.member-card-title {
  color: var(--gray-900);
  font-weight: 500;
}
.tooltip-content {
  display: none;
}
.resize-none {
  resize: none;
}
.lms-page-style {
  background-color: var(--fg-color);
  font-size: var(--text-base);
}
.lms-card {
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
  border: 1px solid var(--gray-300);
  padding: 0.5rem;
  height: 100%;
  position: relative;
}
.live-class-panel {
  margin-top: auto;
}
.lms-card .live-class-panel .btn {
  visibility: hidden;
}
.lms-card:hover .live-class-panel .btn {
  visibility: visible;
}
.add-students ul li:nth-last-child(-n+2) {
  display: none;
}
.lms-card-title {
  color: var(--gray-900);
  font-weight: 500;
}
.lms-card-parent {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1.5rem;
}
.answer-indicator {
  border-radius: var(--border-radius-md);
  padding: 0.2rem 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5rem;
}
.answer-indicator.success {
  background-color: var(--dark-green-50);
}
.answer-indicator.failure {
  background-color: var(--red-50);
}
.list-row {
  border-bottom: 1px solid var(--gray-300);
  padding: 0.75rem 0;
}
.list-row:last-child {
  border-bottom: none;
}
.students-parent {
  display: grid;
  grid-template-columns: repeat(auto-fill, 150px);
  grid-gap: 1rem;
}
.rows .grid-row .data-row,
.rows .grid-row .grid-footer-toolbar,
.grid-form-heading {
  cursor: none;
}
.schedule-header {
  display: flex;
  font-size: var(--text-sm);
  padding: 0.5rem 0.5rem 0 0.5rem;
}
.lms-page-style .discussions-section-title {
  font-size: var(--text-lg);
}
.class-dashboard .progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}
.class-dashboard .progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.class-dashboard .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.class-dashboard .progress .progress-left {
  left: 0;
}
.class-dashboard .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.class-dashboard .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}
.class-dashboard .progress .progress-right {
  right: 0;
}
.class-dashboard .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
}
.class-dashboard .progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}
.form-section .section-head {
  margin-bottom: var(--margin-sm);
  font-weight: 700;
  color: var(--heading-color);
}
.form-column:first-child {
  padding-right: 1rem !important;
}
.class-overlay {
  top: 30%;
}
.course-list-menu {
  display: flex;
  align-items: center;
  float: right;
}
.course-list-buttons {
  display: flex;
}
.course-list-buttons .btn {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .course-list-menu {
    float: none;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .course-list-menu {
    flex-direction: column;
    align-items: unset;
  }
  .course-list-buttons {
    margin-top: 1rem;
    justify-content: space-between;
  }
  .course-list-buttons .btn {
    margin-left: 0;
  }
}
.slots-parent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5rem;
  margin-bottom: 1rem;
}
.batch-course-list .cards-parent {
  row-gap: 3rem;
}
.embed-tool__caption {
  display: none;
}
.card-buttons {
  display: flex;
  position: relative;
  top: 10%;
  left: 80%;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.toastui-calendar-milestone {
  display: none;
}
.toastui-calendar-task {
  display: none;
}
.toastui-calendar-panel-resizer {
  display: none;
}
.toastui-calendar-day-name__date {
  font-size: var(--text-base) !important;
}
.toastui-calendar-day-name__name {
  font-size: var(--text-base) !important;
}
.toastui-calendar-day-view-day-names,
.toastui-calendar-week-view-day-names {
  border-bottom: none !important;
}
.toastui-calendar-layout {
  border: 1px solid var(--gray-200) !important;
  border-radius: var(--border-radius-md) !important;
  background-color: var(--gray-100) !important;
  overflow: auto;
}
.toastui-calendar-panel .toastui-calendar-day-names.toastui-calendar-week {
  border-top: none !important;
}
.toastui-calendar-panel.toastui-calendar-time {
  height: 80% !important;
}
.toastui-calendar-panel.toastui-calendar-week-view-day-names {
  background-color: var(--gray-50) !important;
}
.toastui-calendar-allday {
  border-bottom: 1px solid var(--gray-200) !important;
}
.calendar-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.calendar-range {
  margin: 0 2rem;
  font-weight: 500;
  color: var(--text-color);
}
.calendar-event-title {
  font-size: var(--text-md);
  font-weight: 500;
  margin-top: 0.2rem;
}
.legend-color {
  width: 50px;
  height: 20px;
  border-radius: var(--border-radius-sm);
  margin-right: 0.25rem;
}
.legend-item {
  display: flex;
  align-items: center;
}
.legend-text {
  color: var(--text-color);
  font-weight: 500;
}
.calendar-legends {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 75%;
  margin: 0 auto 1rem;
}
@media (max-width: 767px) {
  .calendar-legends {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .legend-item {
    margin-bottom: 0.5rem;
  }
}
.batch-details {
  width: 50%;
  margin: 2rem 0;
}
@media (max-width: 1000px) {
  .batch-details {
    width: 100%;
  }
}
.collapse-section {
  font-size: var(--text-lg);
  cursor: pointer;
}
.collapse-section.collapsed .icon {
  transition: all 0.5s;
  transform: rotate(180deg);
}
.modal-body .ql-container {
  max-height: unset !important;
}
.questions-table .row-index {
  display: none;
}
.text-color {
  color: var(--text-color);
}
.toastui-calendar-weekday-event-block {
  box-shadow: none !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #ffffff !important;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #A18A10 !important;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #FFDA0F !important;
}
.lms-menu {
  background-color: #FFDA0F !important;
  color: #0E3500 !important;
  border-radius: 25px !important;
}
.page-title {
  color: #0E3500 !important;
}
.bold-heading {
  color: #0E3500 !important;
}
.lesson-links {
  color: #0E3500 !important;
}
.empty-state-heading {
  color: #0E3500 !important;
}
.btn:hover,
.btn:active {
  background-color: #A18A10 !important;
  color: #ffffff !important;
}
.btn {
  border-radius: 25px !important;
  background-color: #FFDA0F !important;
  color: #0E3500 !important;
}
.course-home-headings {
  color: #0E3500 !important;
}
.course-card-title {
  color: #0E3500 !important;
}
.hero-title,
.hero-subtitle {
  color: #0E3500 !important;
}
.chapter-title {
  color: #0E3500 !important;
}
.lesson-links {
  color: #0E3500 !important;
}
.lms-menu {
  color: #0E3500 !important;
  background-color: #FFDA0F !important;
}
.lms-menu .options {
  background-color: #ffffff !important;
  border-top: 2px solid #FFDA0F !important;
  color: #0E3500 !important;
}
.navbar {
  background-color: #0E3500 !important;
}
.navbar-toggler {
  background-color: white !important;
}
.navbar-toggler .icon {
  stroke: #0E3500 !important;
}
.common-card-style {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  margin-bottom: 16px;
}
.common-card-style:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.course-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--card-bg-color, #fff);
  border: 1px solid var(--border-color, #ddd);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
#course-image {
  height: 220px;
  width: 100%;
  background-size: cover;
  background-position: top;
  border-radius: 8px 8px 0 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}
.default-image-text {
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
}
.course-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  color: var(--text-color, #333);
  padding: 12px;
  margin: 0;
}
.course-card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding-bottom: 4px;
}
.course-rating {
  display: flex;
  align-items: center;
  color: #FFD700;
}
.course-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding-top: 4px;
}
.course-card-instructors .button-links {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.course-card-instructors .button-links:hover {
  color: #007BFF;
}
.short-introduction {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4;
  margin: 4px 0;
}
.progress {
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  height: 4px;
  margin-top: 8px;
}
.progress-bar {
  background-color: #4CAF50;
  height: 100%;
  transition: width 0.4s ease;
}
.course-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.vertically-center {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #757575;
}
.course-card-meta img {
  margin-right: 6px;
}
.course-card-svg img {
  width: 20px;
  height: 20px;
}
.indicator-pill {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
}
.stretched-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
}
.common-page-style {
  font-family: "Inter", sans-serif;
  color: #2d2d2d;
  background: linear-gradient(to bottom, #f3f3f3, #ffffff);
  padding: 40px 0;
}
@media (max-width: 768px) {
  .course-card-content {
    padding: 15px;
  }
  .course-price {
    font-size: 0.9rem;
    padding: 3px 6px;
  }
  .paid-course:before,
  .free-course:before {
    font-size: 1rem;
  }
}
#premium_icons img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
  object-fit: contain;
}
.reviews-parent {
  font-family: "Roboto", sans-serif;
  color: #333;
  background-color: #f9f9f9;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.page-title-review {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1d3557;
  margin-top: -3%;
}
.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.avg-rating-review {
  font-size: 2.5rem;
  font-weight: bold;
  color: #e86c13;
}
.avg-rating-stars-review .rating svg {
  width: 30px;
  height: 30px;
  fill: #ddd;
  transition: fill 0.3s;
}
.course-meta-review {
  font-size: 1rem;
  color: #6c757d;
}
.d-flex-review.align-items-center {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.mb-4-review {
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.review-content {
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  margin-top: 1rem;
}
.card-divider-review {
  height: 1px;
  background: #ddd;
  margin: 1.5rem 0;
}
.avatar-medium-review img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #1d3557;
}
.progress-bar-review {
  background-color: #1d3557;
  height: 8px;
  border-radius: 5px;
}
.rating-review svg.icon:hover,
.rating-review svg.icon-rating:hover {
  fill: #ffb703;
  cursor: pointer;
  stroke: #0E3500;
}
.empty-state-review {
  text-align: center;
  padding: 2rem;
  color: #6c757d;
}
.empty-state-review img {
  width: 80px;
  margin-bottom: 1rem;
}
.empty-state-heading {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1d3557;
}
#review .text-center {
  margin-left: 60px;
}
#review .empty-state-review {
  justify-content: left;
}
#review .reviews-header .rating {
  justify-content: space-evenly;
  margin-bottom: 20px;
}
#review .course-meta {
  font-weight: 600;
}
#review .avatar .standard-image {
  width: 50px;
  height: 50px;
}
#review .mb-4-review .rating .star-click {
  width: 25px;
  height: 25px;
}
#review .mb-4-review .review-content {
  margin-left: 85px;
}
.dark-links {
  color: #0e3500;
  font-family: "Mamibrth", sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: bold;
}
.breadcrumb-destination {
  color: #0e3500;
  font-family: "Mamibrth", sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: bold;
}
.dark-links:hover {
  color: #FFC107;
}
.chevron-right {
  color: #0e3500;
  width: 35px;
  height: 35px;
}
#title {
  font-size: 25px;
  font-weight: bold;
  color: #0e3500;
  margin-top: 10px;
  font-family: "Mamibrth", sans-serif;
}
#progress {
  background-color: #eee;
  border-radius: 10px;
  height: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
#progress-bar-course {
  background-color: #2d9109 !important;
  height: 100%;
  width: 0%;
  border-radius: 10px;
  transition: width 0.5s ease, background-color 0.5s ease;
}
#progress-bar-course[data-progress="50"] {
  background-color: #2d9109 !important;
}
#progress-bar-course[data-progress="100"] {
  background-color: #2d9109;
}
.rating {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .rating {
    gap: 5px;
    justify-content: center;
  }
  .rating svg.icon {
    width: 18px;
    height: 18px;
  }
}
.course-instructor {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: black;
  font-weight: bold;
}
#intro,
.ql-editor.read-mode p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 15px;
  color: #333;
  font-family: "Mamibrth", sans-serif;
}
#curriculum .chapter-parent {
  border: 1px solid #94898996;
  border-radius: 3px;
  line-height: 3;
  border-bottom: none;
}
#curriculum .chapter-title {
  border-bottom: 0.5px solid #94898996;
  border-radius: 0px;
  padding-right: 20px;
  font-weight: 600;
}
#curriculum .lesson-info {
  border-bottom: 1px solid #94898996;
}
#curriculum .lesson-info:hover {
  background-color: whitesmoke;
}
#curriculum .chapter-title-main {
  border-left: 1px solid #94898996;
  padding-left: 20px;
}
#curriculum .lesson-links {
  padding-left: 30px;
  padding-right: 20px;
  font-weight: 600;
}
#curriculum .lessons {
  margin-left: 0px;
}
#curriculum .small {
  font-weight: 600;
  padding: 4px;
  line-height: 1.6;
  border-radius: 50px;
  background-color: #b8b8b838;
}
.container-learn .course-home-outline .small {
  font-weight: 500;
  font-size: 11px;
  padding: 3px;
  line-height: 1.6;
  border-radius: 7px;
  background-color: #b8b8b838;
}
.container-learn .course-home-outline .chapter-title-main {
  font-size: 13px;
}
.container-learn .course-home-outline .lesson-links {
  font-size: 13px;
}
#curriculum .curriculum-lesson-title {
  margin-left: 20px;
}
ul#courses-tab {
  justify-content: left;
  background-color: whitesmoke;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: revert;
}
@media (max-width: 768px) {
  ul#courses-tab {
    justify-content: center;
  }
}
.course-banner {
  background-color: #f8f9fa;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.course-banner-image {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .course-banner-image {
    width: 170px;
    height: 140px;
  }
  .row.align-items-center {
    text-align: center;
  }
}
.course-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .course-title {
    font-size: 1.8rem;
    text-align: center;
  }
}
.course-short-intro {
  font-size: 1.2rem;
  color: #6c757d;
}
@media (max-width: 768px) {
  .course-short-intro {
    font-size: 1rem;
    text-align: center;
  }
}
.course-stats span {
  font-size: 1rem;
  color: #343a40;
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .course-stats {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .course-stats span {
    font-size: 0.9rem;
  }
}
.course-body-container .course-content {
  background-color: whitesmoke;
  border-style: groove;
  padding: 20px;
}
@media (max-width: 768px) {
  .course-body-container .course-content {
    padding: 10px;
    margin: 10px;
  }
}
#instructor .instructor-contact {
  margin-left: auto;
}
.instructors-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.instructor-card {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  width: 60%;
  margin-bottom: 15px;
}
.instructor-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.instructor-image {
  flex-shrink: 0;
  margin-right: 15px;
}
.avatar-instructor {
  border-radius: 50% !important;
  width: 80px !important;
  height: 80px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.instructor-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #ddd;
}
.instructor-details {
  flex-grow: 1;
}
.instructor-details h4 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.instructor-details p {
  margin: 5px 0;
  font-size: 14px;
  color: #555;
}
.instructor-details p strong {
  color: #000;
}
.instructor-header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.whatsapp-icon,
.gmail-icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  transition: transform 0.2s;
}
.whatsapp-icon:hover {
  transform: scale(1.1);
}
.email-link {
  text-decoration: none;
}
.gmail-icon:hover {
  transform: scale(1.1);
}
#intro,
.ql-editor.read-mode p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 15px;
  color: #333;
  font-family: "Mamibrth", sans-serif;
}
@media (max-width: 1000px) {
  .instructor-card {
    width: 100%;
  }
  .instructor-details h4 {
    font-size: 18px;
  }
  .instructor-details p {
    font-size: 14px;
  }
  .whatsapp-icon {
    width: 30px;
    height: 30px;
  }
  .gmail-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .instructor-details h4 {
    font-size: 16px;
  }
  .instructor-details p {
    font-size: 12px;
  }
  .whatsapp-icon {
    width: 25px;
    height: 25px;
  }
  .gmail-icon {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 300px) {
  .instructor-card {
    flex-direction: column;
    padding: 10px;
  }
  .instructor-image {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.filter-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 20px;
  background: linear-gradient(135deg, #ffffff, #f8f9fb);
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  border: 1px solid #e3e6ef;
}
#rating_filter {
  margin-right: 40px;
}
.filter-options .filter-label {
  font-weight: 600;
  font-size: 17px;
  font-family:
    "Roboto",
    Arial,
    sans-serif;
  color: #495057;
  margin-right: 10px;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 200px;
}
.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #898c93;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-family:
    "Manrope",
    Arial,
    sans-serif;
  color: #333;
  border-radius: 90px;
  outline: none;
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  width: 80%;
}
.custom-select-wrapper .custom-arrow {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: #999;
}
.custom-select-wrapper select:focus {
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.3);
}
.custom-select-wrapper select:hover {
  border-color: black;
  box-shadow: 0px 4px 6px rgba(0, 123, 255, 0.15);
}
@media (max-width: 768px) {
  .filter-options {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
  #rating_filter {
    margin-right: 0;
  }
  .filter-options .filter-label {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .custom-select-wrapper {
    width: 100%;
  }
}
.intro-content {
  max-height: 4.5em;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease-in-out;
}
.read-more {
  display: block;
  color: blue;
  cursor: pointer;
  font-weight: bold;
  margin-top: 5px;
}
@media (max-width: 600px) {
  .intro-content {
    max-height: 6em;
  }
}
.common-page-style {
  font-family: "Inter", sans-serif;
  color: #2d2d2d;
  background: linear-gradient(to bottom, #f3f3f3, #ffffff);
  padding: 40px 0;
}
.container-learn.course-details-page {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
  -webkit-animation: fadeIn 0.6s ease-in-out;
  animation: fadeIn 0.6s ease-in-out;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.course-content-parent {
  display: flex;
  gap: 32px;
  padding: 32px;
}
@media (max-width: 1024px) {
  .course-content-parent {
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .course-content-parent {
    padding: 0px;
  }
}
.course-menu {
  width: 400px;
  background: linear-gradient(145deg, #f7f7f7, #e3e3e3);
  border-radius: 12px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .course-menu {
    width: 100%;
  }
}
.course-menu .bold-heading {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.course-details-outline {
  margin-top: 20px;
  padding: 12px;
  background: #fdfdfd;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.lesson-parent {
  flex: 1;
  padding: 24px 32px;
  background: linear-gradient(to top, #f8f8f8, #ffffff);
  border-radius: 12px;
}
.breadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
}
.breadcrumb .breadcrumb-destination {
  color: #555;
  font-weight: 500;
}
.course-home-headings.title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 24px;
  color: #212121;
}
.avatar-group {
  display: flex;
  gap: -12px;
}
.avatar-small {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.course-meta {
  font-size: 14px;
  color: #777;
}
.lesson-content-card {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.lesson-content-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.lesson-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.lesson-pagination .btn {
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.lesson-pagination .btn.prev {
  background-color: #e0e0e0;
  color: #555;
}
.lesson-pagination .btn.next {
  background-color: #1e90ff;
  color: #fff;
}
.lesson-pagination .btn:hover {
  transform: scale(1.05);
}
.attachments-parent {
  margin-top: 32px;
}
.attachments-parent .attachment-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.attachments-parent .btn {
  background: #4caf50;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  padding: 8px 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.pt-8 {
  background: #fdfdfd;
  border: 1px solid #ddd;
  padding-top: 0px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.p-4 {
  padding: 10px !important;
}
@media (max-width: 600px) {
  .empty-state {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    gap: 12px;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .empty-state > div {
    flex-shrink: 0;
  }
  .empty-state .icon {
    width: 32px;
    height: 32px;
  }
  .empty-state-text {
    flex-grow: 1;
    text-align: center;
  }
  .empty-state-heading {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #333;
  }
  .course-meta {
    font-size: 12px;
    color: #777;
  }
  .empty-state .btn {
    padding: 6px 12px;
    font-size: 12px;
    white-space: nowrap;
  }
  .pt-8 {
    padding-top: 0px !important;
  }
  .lesson-parent {
    padding: 0px !important;
  }
  .lesson-content-card {
    padding: 0px;
  }
}

/* ../../../../../../tmp/tmp-164725-Fw250kTu676V/lms/lms/public/css/lms.bundle.css */
/*# sourceMappingURL=lms.bundle.XAMZJUTR.css.map */
