:root {
  --elms-color-10: #e6efff;
  --elms-color-25: #cee0ff;
  --elms-color-50: #b5d1ff;
  --elms-color-100: #9cc2ff;
  --elms-color-200: #84b2ff;
  --elms-color-300: #6ba3ff;
  --elms-color-400: #5294ff;
  --elms-color-500: #3985ff;
}

.eazylms-details-container h1, .eazylms-details-container h2, .eazylms-details-container h3, .eazylms-details-container h4, .eazylms-details-container h5, .eazylms-details-container h6 {
  color: var(--black_800);
}
.eazylms-details-container p {
  color: var(--black_700);
}

.eazylms-details-top-content {
  width: 1200px;
  background: var(--bs-white);
  z-index: 1;
  padding: 2rem;
  margin: 50px auto 2rem;
  border-radius: 10px;
  position: relative;
}
.eazylms-details-top-content.has-meta {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 25px;
}
@media screen and (max-width: 768px) {
  .eazylms-details-top-content.has-meta {
    display: block;
  }
}
.eazylms-details-top-content.has-meta h1.eazylms-details-title {
  font-size: 34px;
}
.eazylms-details-top-content p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 20px;
}
.eazylms-details-top-content .eazylms-progress-bar {
  margin-top: 20px;
}
@media screen and (max-width: 450px) {
  .eazylms-details-top-content .eazylms-progress-bar {
    max-width: 100%;
    margin-top: 10px;
  }
}
.eazylms-details-top-content.protected-course {
  padding: 0;
}
.eazylms-details-top-content .details-content-wrap.has-meta {
  grid-column-end: span 8;
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}
@media screen and (max-width: 768px) {
  .eazylms-details-top-content .details-content-wrap {
    margin-bottom: 30px;
  }
}
.eazylms-details-top-content .details-content-wrap .content-inner-wrap {
  display: block;
  margin: auto;
  width: 100%;
  text-align: left;
}
.eazylms-details-top-content .meta-content-wrap {
  display: grid;
  grid-column-end: span 4;
  position: relative;
  height: max-content;
}
.eazylms-details-top-content .meta-content-wrap .meta-inner-wrap {
  background: var(--bs-white);
  z-index: 1;
  border: 1px solid var(--black_800);
  padding: 1.5rem 1.5rem 0.75rem 1.5rem;
  border-radius: 10px;
}
.eazylms-details-top-content .meta-content-wrap .meta-inner-wrap .meta-heading {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  line-height: normal;
}
.eazylms-details-top-content .meta-content-wrap .meta-inner-wrap .meta-heading h3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
.eazylms-details-top-content .meta-content-wrap .meta-inner-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.eazylms-details-top-content .meta-content-wrap .meta-inner-wrap ul li {
  display: flex;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  gap: 0.75rem;
  align-items: center;
  border-bottom: 1px solid var(--black_50);
}
.eazylms-details-top-content .meta-content-wrap .meta-inner-wrap ul li:last-child {
  border: none;
}
.eazylms-details-top-content .meta-content-wrap .meta-inner-wrap ul li img {
  max-width: 24px;
  height: auto;
  max-height: 24px;
}
.eazylms-details-top-content .meta-content-wrap svg {
  top: auto;
  bottom: -12px;
  right: -12px;
}

.eazylms-details-top {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
.eazylms-details-top svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.eazylms-price {
  color: var(--black_800);
  font-size: 17px;
  font-weight: 400;
}
.eazylms-price ins {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 5px;
}
.eazylms-price span.eazylms-course-type {
  margin-right: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 400;
  width: auto;
  border-radius: 40px;
  color: #fff;
  background-color: #3b3b3b;
  display: inline-block;
  text-align: center;
  line-height: 26px;
}
.eazylms-price del {
  opacity: 0.5;
}

h1.eazylms-details-title {
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0 20px;
  display: block;
  font-size: 2.5rem;
}

.action-btn-wrap {
  display: flex;
  align-items: center;
  padding-top: 15px;
  gap: 15px;
}
@media (max-width: 450px) {
  .action-btn-wrap {
    display: block;
  }
}
.action-btn-wrap a.ezlms-btn {
  border-radius: 4px;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  min-width: 200px;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--black_50);
}
.action-btn-wrap a.ezlms-btn.on-hold {
  color: var(--black_400);
  cursor: not-allowed;
  pointer-events: none;
}
.action-btn-wrap a.ezlms-btn-fill {
  background: var(--ezd_brand_color);
  color: #fff;
}
.action-btn-wrap a.ezlms-btn-fill:hover {
  text-decoration: none;
  opacity: 0.8;
}
.action-btn-wrap .eazylms-enroll-extend-btn {
  color: var(--ezd_brand_color);
}
.action-btn-wrap .eazylms-enroll-extend-btn:hover {
  text-decoration: underline;
}
.action-btn-wrap .enroll-info {
  margin-left: 20px;
  color: var(--black_800);
  font-weight: 400;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .action-btn-wrap .enroll-info {
    margin-left: 12px;
    margin-top: 10px;
  }
}
.action-btn-wrap .enroll-info img {
  width: auto;
  max-width: 24px;
  height: auto;
  max-height: 24px;
  border-radius: 50%;
  margin-left: -10px;
}
.action-btn-wrap .enroll-info .enrl-count {
  margin-left: 6px;
}
.action-btn-wrap .enroll-info .enrl-count strong {
  font-weight: 700;
}
.action-btn-wrap.center {
  display: flex;
  justify-content: center;
}

.eazylms-info-list-wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 90px;
}

.eazylms-info-list-content {
  border: 1px solid var(--black_50);
  width: 1200px;
  margin: auto;
  padding: 30px 36px;
  background: var(--bs-white);
  position: absolute;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 768px) {
  .eazylms-info-list-content {
    border-radius: 10px;
  }
}

.eazylms-info-list {
  display: flex;
  gap: 15px;
  align-items: center;
}
.eazylms-info-list img {
  width: auto;
  max-width: 30px;
}
.eazylms-info-list span {
  font-size: 16px;
  color: var(--black_800);
  font-weight: 400;
}
.eazylms-info-list span b {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.eazylms-info-list span b a {
  text-decoration: none;
  color: var(--black_800);
}
.eazylms-info-list span b a:hover {
  color: var(--ezd_brand_color);
  text-decoration: none;
}
.eazylms-info-list span b a:focus {
  outline: none;
}

.eazylms-content-wrap {
  width: 1200px;
  margin: 80px auto 0;
  padding: 0 2rem;
}
.eazylms-content-wrap h1 {
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.375rem;
  margin-top: 25px;
  margin-bottom: 0.5rem;
}
.eazylms-content-wrap p {
  color: var(--black_800);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.eazylms-syllabus-box-content {
  width: 1200px;
  margin: 40px auto 50px;
  border: 1px solid var(--black_50);
  background: var(--bs-white);
  padding: 20px 38px 0;
  overflow: hidden;
}
.eazylms-syllabus-box-content h1 {
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.375rem;
  margin: 0 0 0.5rem;
}
.eazylms-syllabus-box-content .eazylms-heading-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.eazylms-syllabus-box-content .eazylms-heading-content-wrap ul {
  list-style-type: disc;
  display: flex;
  gap: 30px;
  color: var(--black_800);
  font-weight: 400;
  margin-left: 0;
  padding: 0;
  margin-bottom: 20px;
}
.eazylms-syllabus-box-content .eazylms-heading-content-wrap ul li:first-child {
  list-style-type: none;
}
@media screen and (max-width: 400px) {
  .eazylms-syllabus-box-content .eazylms-heading-content-wrap ul {
    margin-bottom: 5px;
  }
}
.eazylms-syllabus-box-content .eazylms-heading-content-wrap button {
  color: var(--ezd_brand_color);
  background: transparent;
  padding: 8px 16px;
  border-radius: 4px;
  margin: 0;
  font-size: 1rem;
  height: fit-content;
  line-height: normal;
  border: none;
  transition: all 0.3s ease-in-out;
}
.eazylms-syllabus-box-content .eazylms-heading-content-wrap button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.eazylms-syllabus-box-content .eazylms-heading-content-wrap button:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 400px) {
  .eazylms-syllabus-box-content .eazylms-heading-content-wrap button {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .eazylms-syllabus-box-content .eazylms-heading-content-wrap {
    display: block;
  }
}

.eazylms-content-container {
  width: 1200px;
  margin: 30px auto;
}

.eazylms-syllabus-box-item {
  border-top: 1px solid var(--black_50);
  margin: 0px -42px;
  padding: 23px 38px;
}
.eazylms-syllabus-box-item:first-child {
  margin: 20px -24px;
}
.eazylms-syllabus-box-item:last-child {
  padding-bottom: 15px;
}
.eazylms-syllabus-box-item:last-child.active {
  padding-bottom: 15px;
}
.eazylms-syllabus-box-item .title-top {
  display: grid;
  gap: 30px;
  grid-template-columns: 30px auto 40px;
  box-sizing: border-box;
  cursor: pointer;
  align-items: start;
}
@media screen and (max-width: 1300px) {
  .eazylms-syllabus-box-item .title-top {
    grid-template-columns: 30px auto 30px;
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  .eazylms-syllabus-box-item .title-top {
    grid-template-columns: 15px auto 10px;
  }
}
.eazylms-syllabus-box-item .title-top .progress-number {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  top: 0;
  bottom: 0;
  height: fit-content;
  line-height: 0;
  font-size: 12px;
}
.eazylms-syllabus-box-item .title-top p:not(:empty) {
  margin: 5px 0;
}
.eazylms-syllabus-box-item .title-top p .topic-excerpt {
  display: none;
}
.eazylms-syllabus-box-item .title-top div:first-child {
  font-weight: 500;
  width: 30px;
  font-size: 12px;
  margin: 1px 0 0;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  background: var(--ezd_brand_color);
  color: #fff;
}
.eazylms-syllabus-box-item .title-top div:first-child figure {
  padding: 0;
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eazylms-syllabus-box-item .title-top div:first-child.learning-on {
  background: rgba(8, 102, 255, 0.0588235294);
  color: var(--black_800);
  position: relative;
  margin-top: 6px;
}
.eazylms-syllabus-box-item .title-top div:first-child.learning-on .progress-number img {
  filter: invert(1);
}
.eazylms-syllabus-box-item .title-top div:first-child.learning-on::after {
  content: "";
  display: block;
  clear: both;
  width: 2px;
  position: absolute;
  background: #000;
}
.eazylms-syllabus-box-item .title-top div .module-title {
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.25rem;
  margin: 2px 0 0;
}
.eazylms-syllabus-box-item .title-top div .module-title a {
  text-decoration: none;
}
.eazylms-syllabus-box-item .title-top div.ezlms-syllabus-item-arrow {
  text-align: center;
}
.eazylms-syllabus-box-item .title-top div:last-child img {
  width: auto;
  max-width: 20px;
  height: auto;
  max-height: 20px;
  transition: all 0.3s;
  filter: opacity(0.5);
}
.eazylms-syllabus-box-item .item-content {
  display: none;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .eazylms-syllabus-box-item .item-content {
    padding-bottom: 20px;
  }
}
.eazylms-syllabus-box-item .item-lesson {
  display: flex;
  padding: 9px 20px;
  margin: 8px 20px 0 35px;
  color: var(--black_800);
  font-weight: 400;
  font-size: 16px;
  gap: 25px;
  border-radius: 5px;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .eazylms-syllabus-box-item .item-lesson {
    padding: 9px 15px;
    margin: 8px 0 0 0;
    gap: 15px;
  }
}
.eazylms-syllabus-box-item .item-lesson:first-child {
  margin-top: 0;
}
.eazylms-syllabus-box-item .item-lesson:hover {
  background: var(--elms-color-10);
}
.eazylms-syllabus-box-item .item-lesson:hover .topic-thumbnail {
  border-color: #fff;
}
.eazylms-syllabus-box-item .item-lesson > a {
  margin-top: 2px;
}
.eazylms-syllabus-box-item .item-lesson .topic-thumbnail {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border: 1px solid var(--black_75);
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s linear;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eazylms-syllabus-box-item .item-lesson .topic-thumbnail img {
  max-width: 12px;
  max-height: 14px;
}
.eazylms-syllabus-box-item .item-lesson .topic-thumbnail.completed {
  background: var(--ezd_brand_color);
  border-color: var(--ezd_brand_color);
}
.eazylms-syllabus-box-item .item-lesson .topic-thumbnail.completed img {
  filter: invert(1);
}
.eazylms-syllabus-box-item .item-lesson a {
  display: flex;
  color: var(--black_800);
  flex: auto;
  text-decoration: none;
  position: relative;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1024px) {
  .eazylms-syllabus-box-item .item-lesson a {
    display: block;
  }
}
.eazylms-syllabus-box-item .item-lesson a span img:not(.third-depth-icon) {
  margin-left: 10px;
  border: 1px solid #cecece;
  padding: 4px 4px;
  border-radius: 50%;
  max-width: 20px;
  background: #ffffff;
}
.eazylms-syllabus-box-item .item-lesson a .cat-label {
  font-weight: 500;
  flex-basis: 200px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .eazylms-syllabus-box-item .item-lesson a .cat-label {
    display: none;
  }
}
.eazylms-syllabus-box-item .item-lesson a:focus {
  outline: none;
}
.eazylms-syllabus-box-item .item-lesson:hover a {
  color: var(--ezd_brand_color);
}
.eazylms-syllabus-box-item .item-lesson.third-depth-details-lesson {
  padding-left: 275px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .eazylms-syllabus-box-item .item-lesson.third-depth-details-lesson {
    padding-left: 75px;
  }
}
.eazylms-syllabus-box-item .item-lesson.third-depth-details-lesson .third-depth-icon {
  transform: rotate(45deg);
  margin-right: 10px;
}
.eazylms-syllabus-box-item.active .title-top div:last-child img {
  transform: rotate(180deg);
  filter: opacity(1);
}
.eazylms-syllabus-box-item.active .title-top .topic-excerpt {
  display: block;
  margin-top: 10px;
}
.eazylms-syllabus-box-item.active .title-top .topic-types {
  display: none;
}
.eazylms-syllabus-box-item:nth-child(odd) {
  background-color: var(--black_25);
}
.eazylms-syllabus-box-item:nth-child(even) {
  background: var(--bs-white);
}

/* Responsive */
@media (max-width: 1300px) {
  .eazylms-details-top-content {
    width: 100%;
    padding: 20px;
  }
  .eazylms-details-top-content h1.eazylms-details-title {
    font-size: 1.5rem;
  }
  .eazylms-details-top-content p {
    font-size: 1rem;
  }
  .eazylms-details-top-content .action-btn-wrap {
    margin-top: 20px;
  }
  .eazylms-info-list-content {
    width: 100%;
    padding: 20px;
  }
  .eazylms-info-list-content .eazylms-info-list {
    display: block;
  }
  .eazylms-info-list-content .eazylms-info-list img {
    margin: 0 auto 10px;
  }
  .eazylms-info-list-content .eazylms-info-list span {
    display: block;
  }
  .eazylms-content-wrap {
    width: 100%;
    padding: 0 1rem;
  }
  .eazylms-content-wrap h1 {
    font-size: 1.25rem;
  }
  .eazylms-content-wrap p {
    font-size: 0.875rem;
  }
  .eazylms-syllabus-box-content {
    width: 100%;
    padding: 20px 20px 0;
  }
  .eazylms-content-container {
    width: 100%;
    padding: 0px 18px;
  }
  .eazylms-syllabus-box-content h1 {
    font-size: 1.25rem;
  }
  .eazylms-syllabus-box-item {
    margin: 0px -20px;
  }
  .eazylms-syllabus-box-item .title-top div h2 {
    font-size: 1.1rem;
  }
  .eazylms-info-list-content {
    width: 100%;
    padding: 20px;
    position: unset;
    gap: 1px;
  }
  .eazylms-info-list-wrap {
    margin-bottom: 55px;
  }
  .eazylms-syllabus-box-wrap {
    padding: 40px 38px;
  }
}
@media screen and (max-width: 768px) {
  .action-btn-wrap a {
    display: block;
    margin-bottom: 10px;
  }
  .eazylms-info-list-content {
    gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }
  .eazylms-syllabus-box-item .item-content .item-lesson a {
    grid-template-columns: auto;
    gap: 10px;
  }
  .eazylms-syllabus-box-item {
    padding: 0 15px;
  }
  .eazylms-syllabus-box-wrap {
    padding: 40px 18px 0;
  }
  .eazylms-content-wrap {
    margin: 40px auto -60px;
  }
}
.eazylms-progress-bar-wrap {
  margin: 0;
  border: 1px solid var(--black_100);
  padding: 10px 0 10px;
  background: var(--black_75);
}
.eazylms-progress-bar-wrap .eazylms-progress-bar-container {
  display: grid;
  grid-template-columns: auto 260px;
  gap: 50px;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .eazylms-progress-bar-wrap .eazylms-progress-bar-container {
    gap: 5px;
    width: 100%;
  }
}
.eazylms-progress-bar-wrap .eazylms-progress-bar-container .eazylms-complete-btn-wrap {
  text-align: right;
}
.eazylms-progress-bar-wrap .eazylms-progress-bar-container .eazylms-complete-btn-wrap a {
  border-radius: 4px;
  font-weight: 700;
  padding: 10px 1rem;
  font-size: 1rem;
  background: var(--green_color);
  color: var(--bs-white);
  display: inline-block;
  min-width: 200px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .eazylms-progress-bar-wrap .eazylms-progress-bar-container .eazylms-complete-btn-wrap a {
    font-weight: 500;
    padding: 5px 16px;
    font-size: 16px;
    height: auto;
    min-width: auto;
  }
}

.eazylms-progress-bar {
  width: auto;
  display: grid;
  grid-template-columns: max-content auto max-content;
  align-items: center;
  gap: 12px;
}
.eazylms-progress-bar .ezlms-progress-container {
  background: var(--black_50);
  border: 1px solid var(--black_150);
  border-radius: 12px;
  overflow: hidden;
  height: 15px;
}
.eazylms-progress-bar .ezlms-progress-container .eazylms-progress-bar-inner {
  height: 100%;
  background: var(--ezd_brand_color);
  width: 0;
  transition: all 0.5s;
}

.eazylms-checkout-wrap {
  overflow: auto;
  height: max-content;
  max-height: 100%;
  background: var(--bs-white);
}
.eazylms-checkout-wrap h2 {
  margin: 0;
  padding: 16px 50px 20px 40px;
  border-top: 7px solid var(--ezd_brand_color);
  background: var(--black_75);
  width: 100%;
  font-size: 18px;
  display: block;
  font-weight: 400;
  color: var(--black_800);
}
@media (max-width: 991px) {
  .eazylms-checkout-wrap h2 {
    padding: 16px 20px 20px;
  }
}
.eazylms-checkout-wrap .eazylms-checkout-container {
  background: var(--black_25);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 40px;
}
@media (max-width: 991px) {
  .eazylms-checkout-wrap .eazylms-checkout-container {
    display: block;
    overflow: auto;
    height: max-content;
    padding: 30px 20px;
  }
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap {
  flex: 1 1 calc(50% - 16px);
  box-sizing: border-box;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap {
    padding-right: 0;
  }
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazy-terms-and-conditions {
  display: block;
  clear: both;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 1.5em;
  font-weight: 600;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form {
  text-align: left;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form form p {
  margin-bottom: 15px;
  margin-top: 15px;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form form p.login-remember {
  width: 50%;
  float: left;
  margin: 0;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form form p.login-submit {
  width: 50%;
  float: right;
  text-align: right;
  margin: 0;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
  display: inline-block;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form input {
  margin: 0 0 5px;
  line-height: normal;
  padding: 10px 15px;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form input[type=text], .eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form input[type=password], .eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form input[type=email] {
  display: block;
  width: 100%;
  height: auto;
  margin: 2px 0 0;
  padding: 10px 15px;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form textarea {
  width: 100%;
  padding: 15px;
  min-height: 150px;
  max-height: 150px;
  border: 1px solid #ccc;
  resize: none;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: 35px;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  font-size: 14px;
  color: var(--black_800);
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form textarea:focus {
  border-color: var(--ezd_brand_color);
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form textarea.logged {
  margin-top: 10px;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form button {
  width: 100%;
  border-color: var(--ezd_brand_color);
  color: #fff;
  background: var(--ezd_brand_color);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  border-radius: 60px;
  text-transform: capitalize;
  border: none;
  padding: 10px 30px;
  margin-bottom: 25px;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form button:hover {
  opacity: 0.5;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form .eazy-terms-and-conditions a {
  text-decoration: none;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form .forget-btn-wrap span {
  font-size: 18px;
  display: block;
  margin: 10px 0 0;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form .forget-btn-wrap span a {
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  font-size: 18px;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form .forget-btn-wrap span a:hover {
  color: var(--ezd_brand_color);
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form .eazylms-action-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  justify-content: space-between;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form .eazylms-action-links div:first-child {
  text-align: left;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form .eazylms-action-links div:last-child {
  text-align: right;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form .eazylms-action-links div a {
  color: #666;
  font-weight: 300;
  text-decoration: none;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form .eazylms-action-links div a:hover {
  color: var(--ezd_brand_color);
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-left-wrap .eazylms-checkout-form .eazy-enroll-notice {
  background: gainsboro;
  padding: 4px 40px;
  border-radius: 20px;
  color: var(--black_800);
  font-size: 17px;
  text-align: center;
  width: max-content;
  margin: auto;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap {
  flex: 1 1 calc(50% - 16px);
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap {
    margin-top: 30px;
  }
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap h3 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table {
  border: 1px solid var(--black_75);
  border-radius: 5px;
  border-collapse: separate;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table.has-loading {
  display: block;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table.has-loading tr {
  display: block;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table td {
  border: none;
  border-bottom: 1px solid var(--black_75);
  padding: 10px 15px;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table td.loading {
  margin: 60px auto;
  display: block;
  text-align: center;
  left: 0;
  position: relative;
  right: 0;
  width: 60px;
  height: 60px;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table td.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 7px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--ezd_brand_color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table td a {
  color: var(--black_800);
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  font-size: 18px;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table td a:hover {
  color: var(--ezd_brand_color);
}
@media screen and (max-width: 768px) {
  .eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table td a {
    display: none;
  }
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table td.col-number {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  justify-content: end;
  gap: 8px;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table td.col-number ins {
  text-decoration: none;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table td b {
  font-weight: 500;
  font-size: 18px;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table td.course-name {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table td.course-name::first-letter {
  text-transform: uppercase;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table td.course-name a {
  text-decoration: none;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table td.course-name a:focus {
  outline: none;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table td.course-name.no-thumbnail {
  padding-left: 0;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner table tr:last-child td {
  border-bottom: none;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner .cart-item .col-number {
  padding: 24px 15px;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner .cart-item .course-thumbnail img {
  max-width: 50px;
  height: auto;
}
.eazylms-checkout-wrap .eazylms-checkout-container .eazylms-checkout-right-wrap .eazy-checkout-order__inner .cart-item .course-thumbnail.no-thumbnail {
  padding-left: 0;
}

.ezlms-admin-enrolled-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.ezlms-admin-enrolled-list .ezlms-admin-enrolled-items {
  background: gainsboro;
  padding: 10px 20px;
  border-radius: 5px;
}

.enrollment-hold-notice {
  position: absolute;
  bottom: 100%;
  background: #ffffff;
  color: #000000;
  padding: 5px 10px;
  border-radius: 6px;
  box-shadow: 0 4px 3px 2px #c9c9c9;
  font-weight: bold;
}

/** === Dark Mode === **/
.body_dark .eazylms-syllabus-box-item .item-lesson.third-depth-details-lesson .third-depth-icon,
.body_dark .eazylms-syllabus-box-item .title-top div:last-child img,
.body_dark .eazylms-syllabus-box-item .item-lesson .topic-thumbnail img,
.body_dark .eazylms-syllabus-box-item.active .title-top div:last-child img,
.body_dark .eazylms-details-top-content .meta-content-wrap .meta-inner-wrap ul li img,
.body_dark .eazylms-info-list img {
  filter: invert(1);
}
.body_dark .eazylms-syllabus-box-item .item-lesson:hover {
  background: #000;
}

#eazyLmsloginPopup.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999999;
  overflow: auto;
}
#eazyLmsloginPopup .popup-content {
  background: #fff;
  width: 70%;
  position: absolute;
  top: 50%;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  height: auto;
  transform: translateY(-50%);
  max-height: 90%;
}
@media screen and (max-width: 767px) {
  #eazyLmsloginPopup .popup-content {
    width: 95%;
  }
}
#eazyLmsloginPopup .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 22px;
  background: red;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}
#eazyLmsloginPopup .eazylms-action-btn-wrap {
  clear: both;
  display: inline-flex;
  gap: 15px;
  margin-top: 20px;
  width: 100%;
}
#eazyLmsloginPopup .eazylms-action-btn-wrap a {
  line-height: 13px;
  padding-bottom: 4px;
  color: #0866ff;
}
#eazyLmsloginPopup .eazylms-action-btn-wrap a:first-child {
  border-right: 1px solid;
  padding-right: 13px;
}
#eazyLmsloginPopup .eazylms-action-btn-wrap.register {
  display: inline-block;
  margin: 0 0 0 10px;
  width: max-content;
  max-width: 200px;
}
#eazyLmsloginPopup .eazylms-action-btn-wrap.register a {
  border-right: none;
}
#eazyLmsloginPopup .eazylms-register-form {
  display: none;
}

/* Enroll button extend by third party form */
.eazylms-enroll-extend-btn.enrolling {
  background: #000;
}

.eazylms-enroll-extend-popup {
  display: none; /* Initially hidden */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.eazylms-enroll-extend-popup .popup-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 30px 25px;
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
}
.eazylms-enroll-extend-popup .popup-content #form-container .eazylms-response-output {
  text-align: center;
  font-size: 15px;
  margin: 0px;
}
.eazylms-enroll-extend-popup .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  font-weight: bold;
  transition: color 0.2s ease;
  line-height: 10px;
}
.eazylms-enroll-extend-popup .close-btn:hover {
  color: #ff0000;
}

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