/*
  Theme Name: Scry AI Child Theme
  Author: Scry AI
  Author URI: https://scryai.com/
  Template: kadence
  Version: 1.0.0
*/

/*--------------------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE ---------------------*/

/* Custom css starts here */
a {
  text-decoration: none;
}

/* banner css starts */
.custom-container {
  max-width: 1280px;
  padding: 0 15px;
  width: 100%;
  margin: auto;
}

.floating-text-wrapper {
  position: absolute;
  bottom: 20px;
  right: 15px;
  max-width: 300px;
}

.floating-text-wrapper p {
  margin-bottom: 15px;
  text-align: justify;
}

.floating-text-wrapper .wp-block-button a {
  display: flex;
}

.floating-text-wrapper .wp-block-button a img {
  margin: 5px 0px 0px 3px;
}

/* Hide the content on mobile by default */
@media (max-width: 767px) {
  .floating-text-wrapper {
    display: none;
  }

  .mobile-info-button {
    display: block;
    text-align: center;
    margin: 15px 0;
  }
}

/* Show the info button only on mobile */
@media (min-width: 768px) {
  .mobile-info-button {
    display: none;
  }
}

/* Style the info button */
.mobile-floating-i-button {
  position: absolute;
  bottom: 5px;
  right: 15px;
}

.mobile-floating-i-button .info-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff !important;
  color: #000;
  border: none;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* banner css ends */

/* faq css */
.kt-accordion-pane {
  border-bottom: 1px solid #ffffff42;
  padding-bottom: 10px;
}

.kt-accordion-pane span.kt-blocks-accordion-icon-trigger:after,
.kt-accordion-pane span.kt-blocks-accordion-icon-trigger:before {
  height: 2px;
  width: 15px;
  top: 12px;
}

.kt-accordion-wrap .kt-accordion-header-wrap span.kt-blocks-accordion-title strong {
  font-weight: 400;
  font-size: 19.2px;
}

.kt-accordion-panel-inner ul.wp-block-list {
  margin-bottom: 0;
}

.kt-accordion-panel-inner p:has(+ ul.wp-block-list) {
  margin-bottom: 15px;
}

/* faq css ends */
/* Course css starts here */
.ld-course-list-items .ld_course_grid .thumbnail.course {
  background: #1a1a1a;
  border-radius: 12px;
  height: 100%;
  position: relative;
  padding-bottom: 45px;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .caption {
  padding: 30px 26px;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .caption h3.entry-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

p.course-subtitle {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #cbcbcbfa !important;
  text-transform: initial !important;
  letter-spacing: 0 !important;
}

p.course-price {
  color: #fff !important;
  position: absolute;
  font-weight: 700 !important;
  bottom: 25px;
  font-size: 22px;
}

p.course-price:before {
  content: '$';
}

.ld_course_grid_button a.btn.btn-primary {
  font-size: 15px !important;
  text-transform: initial !important;
  color: #fff !important;
}

.ld-course-list-items .ld_course_grid .thumbnail .caption a {
  text-decoration: underline !important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course img {
  border-radius: 0 !important;
}

.ld-course-list-items .ld_course_grid article {
  border-radius: 12px !important;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ld_course_grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled,
.thumbnail.course .ribbon,
.ld_course_grid_button {
  display: none;
}

/* sign in form css */

.ld-alert.ld-alert-success,
.ld-alert.ld-alert-warning {
  padding: 15px 25px !important;
}

.ld-alert.ld-alert-success .ld-alert-content,
.ld-alert.ld-alert-warning .ld-alert-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.ld-alert.ld-alert-success .ld-alert-content .ld-icon-alert:before,
.ld-alert.ld-alert-warning .ld-alert-content .ld-icon-alert:before,
.learndash-wrapper .ld-alert-warning .ld-alert-messages,
.learndash-wrapper .ld-alert-success .ld-alert-messages {
  color: #fff !important;
}

section.entry-hero.page-hero-section.entry-hero-layout-standard {
  display: none;
}

.ld-registration__login.ld-registration__login h2+p,
.ld-registration__register,
.ld-registration__forgot-password-container h2.ld-registration__heading {
  margin-bottom: 45px !important;
}

.ld-registration__form {
  max-width: 450px !important;
}

.ld-registration__wrapper .ld-registration__register,
.ld-registration__wrapper #learndash_registerform {
  display: none;
}

.ld-registration__wrapper .ld-registration__login,
.ld-registration__wrapper .ld-registration__login-form {
  display: initial;
}

.ld-registration__wrapper--register #learndash_registerform {
  display: flex;
}

form#learndash_registerform,
.ld-registration__login-form .ld-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0px;
  width: 100%;
}

.ld-registration__wrapper--login form#learndash_registerform {
  display: none;
}

form#learndash_registerform .ld-form__field-outer-wrapper,
.ld-registration__login-form .ld-form .login-username,
.ld-registration__login-form .ld-form .login-password {
  /* flex: 0 0 calc(50% - 0.75rem); */
  flex: 0 0 100%;
}

.ld-breakpoint--tablet .ld-registration__login_options_wrapper {
  width: 100%;
}

.ld-registration__login-form .ld-form p.login-remember {
  flex: 0 0 auto;
}

.ld-registration__login-form p.ld-registration__forgot-password {
  margin-bottom: 10px !important;
}

.ld-registration__login-form p.ld-registration__forgot-password a {
  color: #fff !important;
}

.ld-registration__login-form .ld-form p.login-submit {
  flex: 0 0 100%;
}

.ld-registration__size-wrapper input[type="submit"].button,
.ld-registration__forgot-password-form input[type="submit"].button,
.ld-registration__size-wrapper #learndash_registerform.ld-registration__register-form .ld-registration__register-submit-wrapper .button,
.ld-registration__reset-password-form input[type="submit"].button {
  background: #5F79EB !important;
  color: #fff !important;
  border-radius: 30px !important;
  font-weight: 700;
  width: 100%;
  height: 40px;
}

.ld-registration__form label {
  font-size: 14px !important;
  margin-bottom: 10px !important;
}

.ld-form__field-wrapper {
  margin-bottom: 10px;
}

.ld-registration__register {
  margin-bottom: 40px !important;
}

.learndash-wrapper.ld-registration__outer-wrapper {
  margin: 0 0 -1rem 0;
}

form#learndash_registerform label span.required {
  /* font-size: 1.25rem; */
  display: none;
}

form#learndash_registerform input,
.ld-registration__login-form .login-username input,
.ld-registration__login-form .login-password input,
.ld-registration__login-form .login-submit .button,
.cert-form-withbtn input[type="text"],
.cert-form-withbtn input[type="submit"],
.ld-registration__forgot-password-form input[type="text"],
.ld-registration__reset-password-form input[type="password"] {
  height: 40px;
  font-size: 14px;
  /* background: #fff !important;
  color: #212121 !important; */
  color: #d8d8d8 !important;
  border-radius: 30px;
  border-color: #353535 !important;
  background: #171717 !important;
  width: 100%;
}

.ld-registration__forgot-password-form input[type="submit"].button,
.ld-registration__reset-password-form input[type="submit"].button {
  font-size: 14px;
}

form#learndash_registerform .ld-terms-checkboxes input[type="checkbox"] {
  width: auto;
}

.verify-wrapper .cert-form-withbtn input[type="submit"] {
  background: #5F79EB !important;
  border: none;
  color: #fff !important;
  border-radius: 30px;
  width: 130px;
}

.ld-terms-checkboxes {
  margin-top: 15px;
}

form#learndash_registerform input:focus,
.ld-registration__login-form .login-username input:focus,
.ld-registration__form input {
  outline: none !important;
  border-color: initial !important;
  box-shadow: none !important;
}

input#wp-submit-register,
.ld-registration__login-form .login-submit .button {
  padding: 5px 35px;
  border-radius: 12px !important;
}

p.login-submit {
  padding-top: 0 !important;
}

input#wp-submit-register[disabled="disabled"],
.ld-registration__login-form .login-submit .button[disabled="disabled"] {
  color: #c0c0c0;
}

p.ld-password-strength__hint {
  display: none;
}

a.ld-registration__login-link,
.ld-registration__register-link,
.ld-terms-checkboxes a {
  color: #fff !important;
}

h2.ld-registration__heading {
  font-size: 30px;
  margin-bottom: 0;
}

div#nsl-custom-login-form-2,
div#nsl-custom-login-form-1 {
  margin: auto;
  position: relative;
  width: 100%;
  margin-top: 30px;
}

p.ld-registration__register-submit-wrapper {
  margin-bottom: 0;
  width: 100%;
}

div#nsl-custom-login-form-2:before,
div#nsl-custom-login-form-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #393939;
}

div#nsl-custom-login-form-2 .nsl-container.nsl-container-block.nsl-container-embedded-login-layout-below,
div#nsl-custom-login-form-1 .nsl-container.nsl-container-block.nsl-container-embedded-login-layout-below {
  text-align: center;
  padding-top: 35px;
}

div#nsl-custom-login-form-2:after,
div#nsl-custom-login-form-1:after {
  content: 'or';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  height: 25px;
  width: 25px;
  text-align: center;
}

.ld-terms-checkboxes input#ld-terms-checkbox,
.ld-terms-checkboxes input {
  height: initial !important;
}

.nsl-container-buttons {
  width: 100%;
  border-radius: 30px;
}

.nsl-container-buttons .nsl-button.nsl-button-default.nsl-button-google {
  border-radius: 30px;
  justify-content: center;
}

.nsl-container-buttons .nsl-button.nsl-button-default.nsl-button-google .nsl-button-label-container {
  flex: initial;
  margin: 0;
}

.sucess-text .entry-content-wrap {
  text-align: center;
  font-size: 25px;
}

/* eye icon */
/* Completely hide the original button text */
.ld-button__password-visibility-toggle {
  font-size: 0 !important;
  color: transparent !important;
}

.ld-button__password-visibility-toggle::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('https://academy.scryai.com/wp-content/uploads/2025/08/eye.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.ld-button__password-visibility-toggle:hover::before {
  opacity: 1;
}

.ld-form__field-password-wrapper input[type="text"]~.ld-button__password-visibility-toggle::before {
  background-image: url('https://academy.scryai.com/wp-content/uploads/2025/08/eye-off.png');
}

.ld-button--border:focus {
  box-shadow: none !important;
}

/* Adjust positioning */
.ld-form__field-password-wrapper {
  position: relative;
}

.ld-button__password-visibility-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none !important;
  min-width: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ld-form__field-error-message {
  font-size: 1.4rem;
}

/* Input field adjustment */
.ld-form__field-password {
  padding-right: 40px !important;
}

/* Course Detail */
/* Course Banner Styles */
.course-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 110px 0;
  position: relative;
}

.course-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.course-banner .site-container {
  position: relative;
  z-index: 1;
}

button.btn {
  border-radius: 30px;
  border: 2px solid #fff;
}

.btn.outline-primary,
.ld-enrollment__join-button.btn-join.button-primary {
  background: #5f79eb !important;
  color: #fff !important;
  border-radius: 30px;
  padding: 8px 20px;
  text-decoration: none;
  line-height: 1.9;
}

.btn.outline-secondary,
.button-primary {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #888;
}

.btn-wrapper {
  margin-top: 15px;
}

button:hover,
.button:hover,
.verify-wrapper .cert-form-withbtn input[type="submit"]:hover {
  opacity: 0.7 !important;
}

.verify-wrapper .cert-form-withbtn input[type="submit"]:hover {
  background: #5F79EB !important;
}

.single-sfwd-courses .ld-accordion.ld-accordion--course,
.single-sfwd-courses .ld-tab-bar__panel img.ld-featured-image.ld-featured-image--course.wp-post-image,
.single-sfwd-courses .ld-tab-bar__panel img.ld-featured-image.ld-featured-image--course.wp-post-image+.wp-block-group,
.single-sfwd-courses .ld-tab-bar__panel img.ld-featured-image.ld-featured-image--course.wp-post-image+.wp-block-group+p,
.single-sfwd-courses aside,
.single-sfwd-courses .ld-expand-button {
  display: none !important;
}

.single-sfwd-courses .ld-layout__header .ld-progress-bar {
  width: 100%;
  min-width: 100%;
  color: #fff !important;
}

.single-sfwd-courses .ld-breakpoint--small .ld-progress-bar__meter {
  max-width: initial;
}

.single-sfwd-courses ul.kt-svg-icon-list {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px !important;
}

.single-sfwd-courses ul.kt-svg-icon-list li {
  flex: 0 0 100%;
}

.single-sfwd-courses .learndash-wrapper {
  display: flex;
  flex-direction: column;
}

.single-sfwd-courses .ld-layout__content {
  order: 2;
}

.single-sfwd-courses .ld-layout__sidebar {
  order: 1;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.single-sfwd-courses .ld-layout__sidebar .ld-enrollment,
.single-sfwd-courses .ld-layout__sidebar .ld-details {
  flex: 0 0 calc(50% - 15px);
}

.single-sfwd-courses .ld-layout__sidebar h2,
.single-sfwd-courses .ld-layout__sidebar span,
.single-sfwd-courses .ld-layout__sidebar svg,
.single-sfwd-courses .ld-layout__sidebar button {
  color: #fff !important;
}

.single-sfwd-courses .entry-content-wrap {
  padding: 2rem 0 0 0;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
  margin: 0 1rem 0 0;
}

.btn-wrapper.course .outline-secondary img {
  filter: invert(100%) brightness(200%) contrast(100%);
  max-width: 18px;
  margin-left: 5px;
}

.course-banner button#share-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-wrapper.course {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.coupon-applied-info-block {
  width: 100%;
  margin: 0 0 30px;
}

.coupon-applied-info-block span,
:root .home .offer-btn a {
  color: #fff !important;
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 15px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.18) !important;
  font-weight: 500;
  border: 0.094rem dashed #FFF !important;
}

.custom-price-added-block .kt-blocks-info-box-text em {
  text-decoration: line-through;
  font-style: normal;
  color: #959ca4;
}

/* Course css ends here */

/* Lesson css starts here */
.learndash-embed-responsive a {
  text-decoration: none;
}

.learndash-embed-responsive .ld-navigation__progress-mark-complete-button,
.learndash-embed-responsive .ld-navigation__progress-mark-complete-button:active,
.learndash-embed-responsive .ld-navigation__progress-mark-complete-button:focus,
.learndash-embed-responsive .ld-navigation__progress-mark-complete-button:focus-visible,
.learndash-embed-responsive .ld-navigation__progress-mark-complete-button:focus-within,
.learndash-embed-responsive .ld-navigation__progress-mark-complete-button:hover,
.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading,
.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon {
  background-color: #1c1c1c !important;
  outline: none !important;
}

.learndash-embed-responsive .ld-primary-color-hover[aria-current="page"] .ld-lesson-title,
.learndash-embed-responsive .ld-status-icon.ld-status-incomplete,
.learndash-embed-responsive li.ld-breadcrumbs__item a,
.learndash-embed-responsive .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage,
.learndash-embed-responsive .ld-content-actions .sfwd-mark-complete button {
  color: #5F79EB !important;
}

.learndash-embed-responsive .ld-content-actions .sfwd-mark-complete button:hover {
  border: none !important;
  outline: none !important;
}

.learndash-embed-responsive .ld-focus-main,
.learndash-embed-responsive .learndash_post_sfwd-lessons .learndash-wrapper--lesson {
  background: #131313 !important;
}

.learndash-embed-responsive #ld-focus-header,
.learndash-embed-responsive .ld-brand-logo,
.learndash-wrapper .ld-focus .ld-focus-sidebar,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item,
.learndash-wrapper .ld-focus .ld-focus-header,
.learndash-wrapper .ld-focus .ld-focus-main,
.ld-in-focus-mode .learndash-wrapper {
  background: #131313 !important;
  border-color: #2a2a2a !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item.ld-is-current-lesson {
  background: #182458 !important;
}

.learndash-embed-responsive .ld-breadcrumbs.ld-breadcrumbs--modern,
.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-header .ld-progress,
.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,
.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu,
.learndash-embed-responsive .ld-breakpoint--small .ld-navigation {
  border-color: #2a2a2a;
}

.learndash-embed-responsive .ld-progress-bar {
  color: #fff !important;
}

.learndash-embed-responsive .learndash-wrapper .ld-status-icon .ld-icon:before {
  font-size: 7.5px;
}

.learndash-wrapper .ld-table-list .ld-table-list-header a,
.learndash-wrapper .ld-table-list .ld-table-list-item-preview a {
  color: #ffffff;
}

.learndash-wrapper .ld-pagination .ld-pages {
  padding: 8px 12px !important;
}

/* profile css starts here */
.logged-in.admin-bar .ld-profile-card a.ld-profile-edit-link {
  display: none !important;
}

.logged-in.admin-bar .ld-profile-summary .ld-profile-avatar,
.learndash-wrapper.ld-profile #ld-profile .ld-profile-avatar {
  height: 100px !important;
  width: 100px !important;
}

.logged-in.admin-bar .ld-profile-stat strong {
  margin-bottom: 0 !important;
}

.logged-in.admin-bar h2.ld-profile-heading {
  text-transform: capitalize;
  margin-bottom: 0 !important;
}

.logged-in.admin-bar .ld-profile-stat span,
.logged-in.admin-bar .ld-expand-button:not([disabled]),
.logged-in.admin-bar .learndash-wrapper #ld-profile button.ld-icon-search.ld-icon,
.ld-table-list.ld-quiz-list .ld-table-list-title a {
  color: #fff !important;
}

.logged-in.admin-bar .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
  margin-top: 0;
}

.logged-in.admin-bar .learndash-wrapper .ld-status {
  font-weight: 400;
  margin-bottom: 0;
}

button.ld-icon-search,
div#ld-course-search {
  display: none !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
  padding: 16px 20px;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
  width: 20px !important;
  height: 20px !important;
  flex-basis: 20px !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview a.ld-item-name {
  align-items: center !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
  border-radius: 12px;
  border: 1px solid #2a2a2a !important;
  background: #171717 !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
  margin-bottom: 0 !important;
  background: transparent !important;
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded::before {
  display: none !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents .ld-table-list .ld-table-list-items {
  border: none !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents .ld-table-list {
  margin-top: 0 !important;
  border-radius: 12px !important;
  margin-bottom: 15px !important;
  border: 1px solid #2a2a2a !important;
}

.learndash-wrapper .ld-table-list .ld-table-list-item {
  border-bottom: 1px solid #2a2a2a !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents .ld-table-list .ld-table-list-footer {
  display: none !important;
}

/* profile css ends here */

/* Order page css starts here */
.ld-registration__wrapper .ld-registration-order__items .ld-form__field-wrapper.ld-form__field-coupon_field-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.ld-registration__wrapper .ld-registration-order__items .ld-form__field-wrapper.ld-form__field-coupon_field-wrapper input#coupon-field {
  max-height: 40px;
  color: #212121 !important;
  position: relative;
}

.ld-registration__wrapper .ld-registration-order__items .ld-form__field-wrapper.ld-form__field-coupon_field-wrapper input#coupon-field:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.ld-registration__wrapper .ld-registration-order__items .ld-form__field-wrapper.ld-form__field-coupon_field-wrapper input#coupon-field::placeholder {
  color: #212121 !important;
}

.ld-registration__wrapper .ld-registration-order__items .ld-form__field-wrapper.ld-form__field-coupon_field-wrapper .ld-button__coupon-apply {
  max-height: 36px;
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 4px !important;
  background: #000;
  color: #fff;
  border-color: #00000000;
  margin: 0;
}

.ld-registration__wrapper .ld-coupon__wrapper .ld-coupon__label {
  color: #000;
}

.ld-registration__wrapper .ld-registration-order__return-wrapper {
  display: none;
}

/* Order page css ends here */

/* Lesson css ends here */
.footer-widget-area.footer-widget1 img {
  max-width: 120px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav span {
  background: #ffffff;
}

.learndash-wrapper .ld-status-icon .ld-icon-checkmark.ld-icon:before {
  top: 55%;
  font-size: 9px;
}

.learndash-wrapper .ld-status-icon .ld-icon-checkmark.ld-icon:before {
  font-size: 7px;
  top: 56%;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label {
  padding: 8px 85px 8px 15px;
  border: 1px solid #353535;
  background: #171717 !important;
  border-radius: 30px;
  display: flex;
}

.wpProQuiz_content .wpProQuiz_button:not([disabled]):not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz) {
  color: #ffffff !important;
  padding: 12px 30px;
  font-size: 14px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label.is-selected,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label:focus-within {
  border-color: #5f79eb;
}

.ld-navigation__back-to-course-link,
.ld-navigation__back-to-course-link:active,
.ld-navigation__back-to-course-link:focus,
.ld-navigation__back-to-course-link:focus-visible,
.ld-navigation__back-to-course-link:focus-within,
.ld-navigation__back-to-course-link:hover,
.ld-navigation__next-link,
.ld-navigation__next-link:active,
.ld-navigation__next-link:focus,
.ld-navigation__next-link:focus-visible,
.ld-navigation__next-link:focus-within,
.ld-navigation__next-link:hover,
.ld-navigation__previous-link,
.ld-navigation__previous-link:active,
.ld-navigation__previous-link:focus,
.ld-navigation__previous-link:focus-visible,
.ld-navigation__previous-link:focus-within,
.ld-navigation__previous-link:hover {
  border-radius: 30px !important;
}

.ld-navigation__progress-mark-complete-button,
.ld-navigation__progress-mark-complete-button:active,
.ld-navigation__progress-mark-complete-button:focus,
.ld-navigation__progress-mark-complete-button:focus-visible,
.ld-navigation__progress-mark-complete-button:focus-within,
.ld-navigation__progress-mark-complete-button:hover {
  border-radius: 30px !important;
}

.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_incomplete_button {
  color: #fff;
}

.kb-row-layout-id418_9ace6d-ca .ld-course-list-items .ld_course_grid .thumbnail .caption p,
.kb-row-layout-id418_9ace6d-ca .ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary {
  font-family: "Inter", sans-serif;
}

.ld-progress-bar__meter-foreground,
.learndash-wrapper .ld-status-complete {
  background-color: #5f79eb !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview {
  padding: 0.75em 1em .75em;
}

.learndash-wrapper .ld-item-list .ld-item-list-item:hover {
  border-color: #5F79EB !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover {
  color: #fff !important;
}

.ld-status-icon.ld-status-incomplete {
  border-color: #505050 !important;
  background: transparent;
}

.ld-icon-quiz:before {
  content: url(https://academy.scryai.com/wp-content/uploads/2025/11/book-open-text-bold-4.svg);
  filter: invert(100%) brightness(200%) contrast(100%);
}

.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
  color: #fff !important;
  font-weight: 500;
}

/* certificate css */
.certificate-main-parent-wrapper .entry-content-wrap,
.verify-wrapper .entry-content-wrap {
  padding: 2rem 0;
}

.certificate-main-parent-wrapper .entry-content-wrap h2 {
  margin-bottom: 40px;
}

.certificate-main-parent-wrapper .entry-content-wrap p {
  text-align: center;
  color: #8e8e8e;
}

/* course detail css */
.ld-progress-bar__label-icon--complete {
  color: #5f79eb !important;
  width: 22px !important;
  height: 22px !important;
}

.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  background: #5f79eb !important;
}

.learndash-embed-responsive .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
  color: #fff !important;
}

.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
  order: 4;
}

.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav {
  order: 1;
}

.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
  order: 2;
}

.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions {
  order: 3;
  max-width: 400px;
  display: none !important;
}

.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
  order: 5;
}

.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-header .ld-progress span.ld-text {}

.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions span.ld-text,
.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions .ld-content-action input {
  font-size: 14px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions span.ld-icon {
  font-size: 12px;
}

.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions a.ld-button.ld-button-transparent {
  padding: 0;
  justify-content: start;
}

.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-wrap {
  max-width: 50%;
  margin-left: auto;
}

.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions .ld-content-action input {
  background: #5F79EB !important;
  border-radius: 30px;
}

.learndash-embed-responsive .learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions .ld-content-action input:hover {
  outline: none;
  opacity: 0.7;
}

span.ld-icon.ld-icon-content:before {
  content: url(https://academy.scryai.com/wp-content/uploads/2025/11/content-icon.svg);
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-expand-button {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-expand-button span.ld-icon-arrow-down.ld-icon.ld-primary-background {
  background: transparent !important;
  position: relative;
  height: 10px;
  line-height: 1;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-expand-button span.ld-icon-arrow-down.ld-icon.ld-primary-background::before {
  content: url('https://academy.scryai.com/wp-content/uploads/2025/11/caret-down.svg');
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-expand-button span.ld-expand-text {
  padding-right: 5px;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1 {
  margin-bottom: 0;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
  padding: 5rem 0;
}

.learndash-embed-responsive .ld-breadcrumbs.ld-breadcrumbs--modern {
  padding-bottom: 24px;
  margin-bottom: 15px;
}

.ld-progress-bar__last-activity {
  color: #b0b0b0;
}

.ld-navigation__previous .ld-navigation__previous-link,
.ld-navigation__next .ld-navigation__next-link {
  background: transparent;
  color: #fff;
  border: 0.5px solid #353535;
}

.ld-navigation__previous .ld-navigation__previous-link:hover,
.ld-navigation__previous .ld-navigation__previous-link:focus,
.ld-navigation__previous .ld-navigation__previous-link:active,
.ld-navigation__next .ld-navigation__next-link:hover,
.ld-navigation__next .ld-navigation__next-link:focus,
.ld-navigation__next .ld-navigation__next-link:active {
  border: 0.5px solid #353535;
  background: transparent;
  color: #fff;
  outline: none;
}

.ld-navigation__back-to-course .ld-navigation__back-to-course-link {
  font-size: 14px !important;
  background: #5f79eb;
  color: #fff;
  border: 1px solid #5f79eb;
}

.ld-navigation__back-to-course .ld-navigation__back-to-course-link:hover,
.ld-navigation__back-to-course .ld-navigation__back-to-course-link:focus,
.ld-navigation__back-to-course .ld-navigation__back-to-course-link:active {
  border: 1px solid #5f79eb;
  background: #5f79eb;
  color: #fff;
  outline: none;
}

.ld-navigation__progress .ld-navigation__progress-completed {
  padding: 10px 20px;
  border-radius: 30px;
  border: 2px dashed #496B59;
  background: rgba(108, 255, 177, 0.08);
}

.ld-navigation__progress-completed .ld-navigation__progress-completed-action {
  color: #6daf8d;
  font-size: 16px;
  font-weight: 400;
  gap: 8px;
}

.ld-navigation__progress-completed-action svg {
  color: #6daf8d;
}

.ld-navigation .ld-navigation__progress-mark-incomplete-button,
.ld-navigation .ld-navigation__progress-mark-incomplete-button:hover {
  color: #6daf8d !important;
  font-weight: 500 !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list {
  background: #212121 !important;
  padding: 5px 1em !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before {
  background: #3e3e3e !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-expand-button:focus {
  outline: none;
}

.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button {
  background: #5F79EB !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  gap: 2px;
  padding: .4em 1em;
}

.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button svg {
  width: 20px;
}

.learndash-embed-responsive .ld-navigation__progress-mark-complete-button {
  padding: 10px 20px;
  border-radius: 30px !important;
  background: rgba(108, 255, 177, 0.08) !important;
  color: #6daf8d;
  font-size: 16px;
  font-weight: 500;
}

.learndash-embed-responsive .ld-navigation__progress-mark-complete-button:hover {
  background: #6daf8d !important;
  color: #ffffff !important;
  opacity: 1 !important;
  font-weight: 500 !important;
}

.learndash-wrapper .ld-breadcrumbs {
  padding: 10px 0 24px;
  background: transparent !important;
  border-bottom: 1px solid #2a2a2a;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments li a {
  font-weight: 400;
  font-size: 0.875rem;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments li:after {
  content: "/";
  color: #8c8ca2;
  padding: 0 5px;
  font-size: 0.875rem;
}

.learndash-wrapper .wpProQuiz_graded_points,
.learndash-wrapper .wpProQuiz_points {
  background: #212121;
  color: #fff;
  font-weight: 400;
  border: 2px dashed #383838;
  padding: 24px 24px;
}

.learndash-wrapper .ld-quiz-actions {
  border-top: none;
  justify-content: space-between;
  margin-bottom: 40px !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 {
  background: #212121 !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2,
.learndash-wrapper .ld-quiz-actions .quiz_continue_link {
  min-width: 140px;
}

body.ld-in-focus-mode .learndash-wrapper,
body.ld-in-focus-mode,
.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
  background: #131313 !important;
}

.learndash-wrapper .wpProQuiz_quiz_time {
  color: #a4a4a4;
  font-weight: 400;
}

.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem label input[type=radio],
.learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionListItem label input[type=radio] {
  display: none;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerIncorrect label {
  background: rgba(255, 112, 112, 0.08) !important;
  border-color: #614646;
  color: #de5353 !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrect label {
  background: rgba(108, 255, 177, 0.08) !important;
  color: #6daf8d !important;
  border-color: #3b5e4b;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrectIncomplete label {
  color: #5673f3 !important;
  border-color: #47548d;
  background: rgba(95, 121, 235, 0.15) !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_response {
  display: none !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerIncorrect label:before,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrect label::before,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrectIncomplete label:before {
  display: none;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .ld-quiz-question-item__status {
  font-weight: 400;
  right: 28px;
  top: 13px;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
  color: #fff !important;
}

.learndash-wrapper .ld-tabs .ld-icon.ld-icon-content:before {
  content: "\e905";
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation:after {
  background: #2a2a2a;
  height: 1px;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after {
  height: 4px;
  border-radius: 20px 20px 0 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit {
  background: #212121;
  color: #fff;
  font-weight: 400;
  border: 2px dashed #383838;
  padding: 24px 24px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time {
  color: #ffffff;
  font-weight: 400;
  margin-top: -3px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress {
  border-radius: 30px 0 0 30px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit:before {
  background: #d2d7e2;
  border-radius: 30px;
  bottom: 24px;
  left: 24px;
  position: absolute;
  right: 24px;
  z-index: 8;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary {
  border-bottom: 1px solid #2a2a2a;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewButtons .wpProQuiz_button2 {
  background: #212121 !important;
  color: #fff !important;
}

.wpProQuiz_content .wpProQuiz_reviewLegend li {
  padding-right: 15px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewColor {
  height: 12px;
  width: 12px;
}

.wpProQuiz_content .wpProQuiz_reviewLegend li .wpProQuiz_reviewText {
  font-size: 14px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved.wpProQuiz_reviewQuestionTarget,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved.wpProQuiz_reviewQuestionTarget {
  background-color: #5f79eb;
  border-color: #5f79eb;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved {
  border-color: #5f79eb;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget {
  background: #212121;
  border-color: #212121;
}

.ld-accordion__section {
  background: #212121 !important;
  color: #fff !important;
  font-weight: 400 !important;
  border: 2px dashed #383838 !important;
  padding: 5px 15px 20px !important;
  border-radius: 8px !important;
}

.ld-accordion__item-title {
  color: #fff !important;
}

.ld-accordion__item:focus-within,
.ld-accordion__item:has(.ld-accordion__expand-button[aria-expanded=true]),
.ld-accordion__item:hover {
  background-color: #5f79eb !important;
}

.ld-accordion__item-title:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.ld-accordion__item-attribute-icon--progress {
  color: #5f79eb;
}

.ld-accordion__item:hover .ld-accordion__item-attribute-icon--progress {
  color: #ffffff;
}

.ld-alert.ld-alert--modern.ld-alert--warning {
  padding: 10px 10px;
  background: rgba(255, 119, 0, 0.25) !important;
  border: none;
  color: #fff;
  border-radius: 30px;
  margin-top: 20px;
}

.ld-alert.ld-alert--modern.ld-alert--warning .ld-alert__icon--warning {
  background: #c76916;
}

.learndash-wrapper .ld-alert-warning {
  background: #212121;
  color: #fff;
  font-weight: 400;
  border: 2px dashed #383838;
  padding: 34px 24px;
  text-align: center;
  display: grid;
  justify-content: center;
  gap: 30px;
}

.learndash-wrapper .ld-alert .ld-alert-icon.ld-icon-alert {
  font-size: 30px;
  background: transparent;
  color: #8a8a8a;
  position: static;
  margin: 0;
  transform: none;
}

.learndash-wrapper .ld-alert-warning .ld-alert-messages {
  color: #8a8a8a;
  text-transform: capitalize;
  margin-top: 10px;
}

.ld-alert.ld-alert-warning .ld-button.learndash-link-previous-incomplete {
  max-width: 120px;
  display: block;
  margin: 0 auto;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
  background: #5f79eb !important;
  color: #fff !important;
  min-width: 130px;
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat span {
  color: #8a8a8a;
}

.learndash-wrapper .ld-alert .ld-button .ld-icon {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  margin-right: 4px;
}

.ld-alert__link,
.ld-alert__link:hover {
  color: #fff !important;
}

.ld-breadcrumbs.ld-breadcrumbs--modern {
  padding-bottom: 24px !important;
  margin-bottom: 15px !important;
  border-color: #2a2a2a !important;
}

.ld-progress-bar {
  color: #fff;
}

.ld-navigation__progress-mark-complete-button:disabled,
.ld-navigation__progress-mark-complete-button[aria-disabled="true"] {
  color: #ddd;
}

.ld-navigation__next-link[aria-disabled="true"],
.ld-navigation__next-link[aria-disabled="true"]:hover {
  background: #131313 !important;
  color: #5c5c5c !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_lock,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser {
  background: #212121 !important;
  color: #fff !important;
  font-weight: 400;
  border: 2px dashed #383838 !important;
  padding: 25px;
}

.learndash-wrapper .ld-button:focus:not(.ld-button-transparent):not(.ld--ignore-inline-css),
.learndash-wrapper .btn-join:focus:not(.ld--ignore-inline-css),
.learndash-wrapper #btn-join:focus:not(.ld--ignore-inline-css),
.learndash-wrapper .ld-expand-button:focus,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):focus:not(.wpProQuiz_button_restartQuiz),
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,
.learndash-wrapper .ld-focus-comments .form-submit #submit,
.learndash-wrapper .ld-login-modal input[type='submit']:focus,
.learndash-wrapper .ld-login-modal .ld-login-modal-register:focus,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue:focus {
  opacity: 1;
  outline-color: transparent;
}

.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button:focus,
.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button:focus,
.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button:focus,
.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:focus {
  outline-color: transparent;
  outline-offset: 0px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-profile-avatar img {
  border-radius: 30px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items {
  border-radius: 10px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:first-child {
  border-radius: 10px 10px 0 0;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:last-child {
  border-radius: 0 0 10px 10px;
}

.certificate-verification .cert-verify-form input[type="text"] {
  width: 400px;
  padding: .4em 1.2em;
}

.learndash-wrapper.ld-profile .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
  padding-bottom: 15px !important;
}

.ld-alert.ld-alert--modern.ld-alert--info {
  background: #212121 !important;
  color: #fff !important;
  font-weight: 400;
  border: 2px dashed #383838 !important;
  padding: 24px 24px;
}

.ld-alert.ld-alert--modern.ld-alert--info .ld-alert__icon.ld-alert__icon--info {
  background: #6daf8d !important;
  margin-top: 13px;
}

.ld-alert__action.ld-alert__action--button .ld-alert__button {
  background: #5f79eb !important;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 20px !important;
}

.ld-alert__action.ld-alert__action--button .ld-alert__button:focus {
  outline: none;
}

.ld-breakpoint--small .ld-alert--action-button .ld-alert__message {
  margin-top: .3125rem;
  line-height: 32px;
}

.learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status {
  text-transform: inherit;
  background: rgba(255, 119, 0, 0.25) !important;
  color: #ffa759 !important;
}

.learndash-wrapper .ld-progress .ld-progress-bar {
  background: #cbd5e0 !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item:hover {
  border-color: #353535 !important;
}

.learndash-wrapper .ld-table-list .ld-table-list-header {
  background-color: #282828 !important;
  padding: 12px 22px;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title,
.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title {
  font-size: 13px;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column,
.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column {
  text-align: left;
  font-size: 13px;
}

.learndash-wrapper .ld-expand-button .ld-icon {
  order: 2;
}

.learndash-wrapper .ld-expand-button .ld-text {
  padding: 0 10px 0 0;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-column-date,
.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-table-list-column-date {
  flex: 0 1 190px;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents {
  padding: 1em 4.125em;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-preview {
  padding: 16px 0px;
}

.learndash-wrapper .ld-progress .ld-progress-heading {
  margin-bottom: 5px;
}

.wpProQuiz_modal_window {
  background: #171717 !important;
  overflow: auto !important;
}

.wpProQuiz_modal_window #wpProQuiz_overlay_close {
  max-width: 80px;
}

.wpProQuiz_modal_window #wpProQuiz_user_content {
  margin-top: 0 !important;
}

#wpProQuiz_user_content h2 {
  border-bottom: none;
  font-size: 20px;
  padding: 0px 0 5px;
  margin: 0;
  font-weight: 400;
}

#wpProQuiz_user_content h2+h2 {
  font-size: 14px;
}

#wpProQuiz_user_content table.wp-list-table {
  border-radius: 12px;
}

#wpProQuiz_user_content table.wp-list-table thead th:first-child {
  border-radius: 12px 0 0 0;
}

#wpProQuiz_user_content table.wp-list-table thead th:last-child {
  border-radius: 0 12px 0 0;
}

#wpProQuiz_user_content table.wp-list-table thead th {
  background: #282828 !important;
  color: #fff !important;
  text-align: left;
  padding: 18px 15px;
}

#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th {
  background: #313131;
  border: none;
  font-size: 14px;
  text-align: left !important;
}

#wpProQuiz_user_content table.wp-list-table tbody tr th:only-child,
#wpProQuiz_user_content table.wp-list-table tbody tr th:last-child,
#wpProQuiz_user_content table.wp-list-table tbody tr th:first-child {
  box-shadow: none;
}

#wpProQuiz_user_content table.wp-list-table tbody tr th {
  font-size: 14px;
}

#wpProQuiz_user_content table.wp-list-table tbody tr th {
  text-align: left;
}

#wpProQuiz_user_content table.wp-list-table tfoot tr th:first-child {
  border-radius: 0 0 0 12px;
}

#wpProQuiz_user_content table.wp-list-table tfoot tr th:last-child {
  border-radius: 0 0 12px 0;
}

#wpProQuiz_user_content table.wp-list-table tfoot tr th {
  background: #282828;
  color: #fff !important;
  font-size: 14px;
  text-align: left;
}

.wpProQuiz_modal_window #wpProQuiz_user_content table.wp-list-table tbody tr:last-child {
  display: none;
}

#wpProQuiz_user_content table.wp-list-table tbody tr th:nth-child(4) {
  color: #6daf8d !important;
}

#wpProQuiz_user_content table.wp-list-table tbody tr th:nth-child(5) {
  color: #de5353 !important;
}

#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:nth-child(3) {
  color: #6daf8d !important;
}

#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:nth-child(4) {
  color: #de5353 !important;
}

#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:nth-child(5) {
  color: #fff !important;
}

#wpProQuiz_user_content .wpProQuiz_questionList {
  background: transparent !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 12px !important;
  padding: 16px 24px !important;
}

#wpProQuiz_user_content .wpProQuiz_questionList>li {
  margin-bottom: 6px;
}

#wpProQuiz_user_content .wpProQuiz_questionList>li:last-child {
  margin-bottom: 0;
}

#wpProQuiz_user_content .wpProQuiz_answerCorrect {
  font-weight: 400;
  background: rgba(108, 255, 177, 0.08) !important;
  color: #6daf8d !important;
  border-color: #3b5e4b;
  border-radius: 8px !important;
}

#wpProQuiz_user_content .wpProQuiz_questionList>li input[type="radio"] {
  margin-right: 5px;
}

#wpProQuiz_user_content .wpProQuiz_questionList>li label {
  display: flex;
}

#wpProQuiz_user_content a {
  text-transform: capitalize;
}

#wpProQuiz_loadUserData {
  background: rgba(255, 119, 0, 0.25) !important;
  text-align: center;
  border: none;
  border-radius: 8px;
  color: #fff;
}

#wpProQuiz_loadUserData img {
  margin: 0 auto 10px !important;
}

.ld-course-list .ld_course_grid .coming-soon a {
  pointer-events: none !important;
  cursor: default !important;
  opacity: 0.6;
}

.ld-item-list-item-preview .ld-tooltip [role="tooltip"] {
  border: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background: #5f79eb !important;
}

.ld-course-list-items.row .ld_course_grid.col-sm-8.col-md-4:has(#post-202),
.ld-course-list-items.row .ld_course_grid.col-sm-8.col-md-4:has(#post-175) {
  pointer-events: none;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_question p:empty {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label p:not(:empty):not(:has(*)) {
  display: none;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem {
  padding-top: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem br {
  display: none;
}

.learndash-wrapper .ld-quiz-actions p {
  display: flex;
  flex-wrap: wrap;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus {
  outline: none !important;
}

.ld-breakpoint--small .ld-navigation .sfwd-mark-incomplete {
  margin-bottom: 0 !important;
}

.ld-full-locked {
  pointer-events: none;
  opacity: 0.7;
}

.ld-lesson-item.learndash-complete .ld-full-locked {
  pointer-events: auto;
  opacity: 1;
}

.admin-bar .ld-full-locked {
  pointer-events: auto;
  opacity: 1;
}

.admin-bar #ld-navigation__next-link {
  pointer-events: auto !important;
  opacity: 1 !important;
}

.ld-item-list-items .ld-item-lesson-item.learndash-incomplete {
  pointer-events: auto;
  opacity: 1;
}

.ld-item-list-items .ld-item-lesson-item.learndash-incomplete~.ld-item-lesson-item.learndash-incomplete {
  pointer-events: none;
  opacity: .7;
}
.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-list-item-quiz.learndash-incomplete {
  pointer-events: none;
  opacity: .7;
}

.admin-bar .ld-item-list-items .ld-item-lesson-item.learndash-incomplete {
  pointer-events: auto !important;
  opacity: 1 !important;
}

.admin-bar .ld-item-list-items .ld-item-lesson-item.learndash-incomplete~.ld-item-lesson-item.learndash-incomplete {
  pointer-events: auto !important;
  opacity: 1 !important;
}

.my-certificates-block a.btn.outline-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 200px;
}

.my-certificates-block a.btn.outline-primary span {
  max-width: 20px;
}
.ld-form__field-password-wrapper {
  margin-bottom: 20px;
}
.floating-text-wrapper .kt-inside-inner-col a {
    text-decoration: underline;
}
.banner-heading-block,
.page-heading-block {
    font-weight: 600 !important;
}

.ld-button__password-visibility-toggle::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  content: "\f341";
  color: #fff;
  background-image: none !important;
  font-size: 16px;
}
.cc-buttons-block {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.cc-buttons-block a.btn.outline-primary {
    display: inline-block;
}
.share-your-details p {
    margin-bottom: 20px;
}
.kt-inside-inner-col h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}
.ld-registration__wrapper .ld-registration__p a {
  text-decoration: underline;
}







/* breadcrumb css starts*/
/* .bredcrumb-wrapper span a {
  color: #fff;
}

.bredcrumb-wrapper p>span {
  display: flex;
  gap: 14px;
}

.bredcrumb-wrapper span.breadcrumb_last {
  font-weight: 700;
  color: #5f79eb;
}

.bredcrumb-wrapper span {
  font-size: 15px;
} */

/* breadcrumb css ends*/

































/* Responsive css starts here */
@media (max-width: 767.5px) {
  .site-bottom-footer-inner-wrap .footer-widget-area.content-align-right {
    text-align: center;
  }

  .inner-column-1 .learndash-wrap .ld_course_grid {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .custom-course-block .kt-tab-inner-content-inner .wp-block-group.is-layout-grid {
    flex-wrap: wrap;
    display: flex;
  }

  .wpProQuiz_content .wpProQuiz_listItem .wpProQuiz_button {
    display: inline-block;
    text-align: center;
    min-width: auto;
    color: #fff !important;
  }

  .site-bottom-footer-wrap .site-bottom-footer-inner-wrap {
    text-align: center !important;
  }

  .site-bottom-footer-wrap .site-bottom-footer-inner-wrap .iso-block {
    margin: 10px 0 0;
  }

  .site-bottom-footer-wrap .site-bottom-footer-inner-wrap .footer-widget-area.site-info {
    text-align: center !important;
  }

  .site-bottom-footer-wrap .site-bottom-footer-inner-wrap .footer-html {
    margin: 10px 0 0;
  }

  .site-top-footer-wrap .site-top-footer-inner-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .single-sfwd-courses ul.kt-svg-icon-list li {
    flex: 0 0 calc(100%);
  }
  .kt-inside-inner-col iframe {
    height: 400px !important;
  }
}

@media (min-width: 768px) {
  footer .site-footer-wrap .site-bottom-footer-inner-wrap.site-footer-row {
    display: flex !important;
    justify-content: space-between !important;
  }

  .site-top-footer-wrap .site-top-footer-inner-wrap {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}