/*------------------------------------------------------------------
CSS
-------------------------------------------------------------------*/
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* --- Font awesome --- */
/* --- Font style --- */
/* Display Flex */
/* Set icon */
body.everlms-theme-green select:hover, body.everlms-theme-green select:focus,
body.everlms-theme-green input.form-tel:hover,
body.everlms-theme-green input.form-tel:focus,
body.everlms-theme-green input.form-date:hover,
body.everlms-theme-green input.form-date:focus,
body.everlms-theme-green input.form-text:hover,
body.everlms-theme-green input.form-text:focus,
body.everlms-theme-green input.form-email:hover,
body.everlms-theme-green input.form-email:focus,
body.everlms-theme-green input.form-file:hover,
body.everlms-theme-green input.form-file:focus {
  border-color: #1ab69d;
}
body.everlms-theme-green header.header {
  border-bottom: none;
}
body.everlms-theme-green nav.menu--account .menu {
  gap: 16px;
}
body.everlms-theme-green nav.menu--account .menu li {
  background-color: #1ab69d;
  border-radius: 50%;
}
body.everlms-theme-green nav.menu--account .menu li.menu-item--expanded > .menu {
  border-top: 4px solid #1ab69d;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.everlms-theme-green nav.menu--account .menu li.menu-item--expanded > .menu .menu-item a:hover, body.everlms-theme-green nav.menu--account .menu li.menu-item--expanded > .menu .menu-item a:focus {
  color: #1ab69d;
}
body.everlms-theme-green nav.menu--account .menu li a {
  display: block;
}
body.everlms-theme-green nav.menu--account .menu li li {
  background-color: transparent;
}
body.everlms-theme-green nav.menu--manage .menu li.menu-item--expanded {
  background-color: #1ab69d;
  border-radius: 50%;
  display: flex;
}
body.everlms-theme-green nav.menu--manage .menu li.menu-item--expanded > .menu {
  border-top: 4px solid #1ab69d;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.everlms-theme-green nav.menu--manage .menu li.menu-item--expanded > .menu .menu-item a:hover, body.everlms-theme-green nav.menu--manage .menu li.menu-item--expanded > .menu .menu-item a:focus {
  color: #1ab69d;
}
body.everlms-theme-green nav.menu--manage .menu li.menu-item--expanded a {
  display: block;
}
body.everlms-theme-green nav.menu--manage .menu li.menu-item--expanded li {
  background-color: transparent;
}
body.everlms-theme-green nav.pager .pager__items .pager__item.is-active > a {
  background: #1ab69d;
}
body.everlms-theme-green .region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded:hover > .nav-link {
  color: #1ab69d;
}
body.everlms-theme-green .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a {
  background-color: #1ab69d;
  border-radius: 4px;
  transition: all 0.3;
}
body.everlms-theme-green .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a:hover, body.everlms-theme-green .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  transition: all 0.3;
  text-decoration: none;
}
body.everlms-theme-green .component-wrapper.component-wrapper--type-push_image img {
  border-radius: 4px;
}
body.everlms-theme-green aside .facets-soft-limit-link {
  color: #1ab69d;
}
body.everlms-theme-green aside .block-facets .facets-widget-checkbox input:checked ~ label:before {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green .button,
body.everlms-theme-green .view .view-header a[href$=add],
body.everlms-theme-green a[data-drupal-selector=edit-actions-delete],
body.everlms-theme-green .btn-view-detail,
body.everlms-theme-green .btn-start-course,
body.everlms-theme-green form input[type=submit] {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green .button:hover, body.everlms-theme-green .button:focus,
body.everlms-theme-green .view .view-header a[href$=add]:hover,
body.everlms-theme-green .view .view-header a[href$=add]:focus,
body.everlms-theme-green a[data-drupal-selector=edit-actions-delete]:hover,
body.everlms-theme-green a[data-drupal-selector=edit-actions-delete]:focus,
body.everlms-theme-green .btn-view-detail:hover,
body.everlms-theme-green .btn-view-detail:focus,
body.everlms-theme-green .btn-start-course:hover,
body.everlms-theme-green .btn-start-course:focus,
body.everlms-theme-green form input[type=submit]:hover,
body.everlms-theme-green form input[type=submit]:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green form.quiz-form .take-quiz-form [id*=question_] p {
  color: #1ab69d;
}
body.everlms-theme-green form.quiz-form #confirm_submit input,
body.everlms-theme-green form.quiz-form #next_button input {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green form.quiz-form #confirm_submit input:hover, body.everlms-theme-green form.quiz-form #confirm_submit input:focus,
body.everlms-theme-green form.quiz-form #next_button input:hover,
body.everlms-theme-green form.quiz-form #next_button input:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green form.contact-form > .form-actions input[type=submit] {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green form.contact-form > .form-actions input[type=submit]:hover, body.everlms-theme-green form.contact-form > .form-actions input[type=submit]:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-label,
body.everlms-theme-green form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-value {
  color: #1ab69d;
}
body.everlms-theme-green form.commerce-checkout-flow .layout-region-checkout-main .link--previous {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green form.commerce-checkout-flow .layout-region-checkout-main .link--previous:hover, body.everlms-theme-green form.commerce-checkout-flow .layout-region-checkout-main .link--previous:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green form.commerce-checkout-flow .layout-region-checkout-footer .button--primary {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:hover, body.everlms-theme-green form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit] {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:hover, body.everlms-theme-green form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit],
body.everlms-theme-green form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:hover, body.everlms-theme-green form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:focus,
body.everlms-theme-green form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:hover,
body.everlms-theme-green form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green form.commerce-checkout-flow .coupon-redemption-form__coupons .button {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green form.commerce-checkout-flow .coupon-redemption-form__coupons .button:hover, body.everlms-theme-green form.commerce-checkout-flow .coupon-redemption-form__coupons .button:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green form.commerce-checkout-flow .form-wrapper__returning-customer .button {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green form.commerce-checkout-flow .form-wrapper__returning-customer .button:hover, body.everlms-theme-green form.commerce-checkout-flow .form-wrapper__returning-customer .button:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green form.commerce-checkout-flow .form-wrapper__guest-checkout .button {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green form.commerce-checkout-flow .form-wrapper__guest-checkout .button:hover, body.everlms-theme-green form.commerce-checkout-flow .form-wrapper__guest-checkout .button:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green form[class*=user-] .form-wrapper input[type=submit] {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green form[class*=user-] .form-wrapper input[type=submit]:hover, body.everlms-theme-green form[class*=user-] .form-wrapper input[type=submit]:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green .quiz-confirm-dialog .ui-dialog-titlebar {
  background-color: #1ab69d;
}
body.everlms-theme-green .quiz-confirm-dialog .ui-dialog-buttonset .button--primary {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:hover, body.everlms-theme-green .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green .take-quiz-result table[class*=quiz-result] tbody tr.quiz-result-choice-0 .quiz-result-data-0 {
  color: #1ab69d;
}
body.everlms-theme-green .tabs.primary li.is-active {
  background-color: #1ab69d;
}
body.everlms-theme-green .tabs.primary li.is-active:hover {
  background-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green .tabs.primary li.is-active a {
  color: #fff;
}
body.everlms-theme-green .tabs.primary li:hover {
  background-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green .tabs.primary li:hover a {
  color: #fff;
}
body.everlms-theme-green .region-header .block-commerce-cart {
  margin-right: 0;
}
body.everlms-theme-green .region-header .block-commerce-cart .cart-block--link__expand {
  background-color: #1ab69d;
  border-radius: 50px;
}
body.everlms-theme-green .region-header .block-commerce-cart .cart-block--summary__count {
  top: 7px;
  right: 7px;
  width: 10px;
}
body.everlms-theme-green .region-header .menu--main > .navbar-nav .nav-link.is-active, body.everlms-theme-green .region-header .menu--main > .navbar-nav .nav-link:hover {
  color: #1ab69d;
}
body.everlms-theme-green .region-header .menu--main > .navbar-nav .nav-link.is-active:after, body.everlms-theme-green .region-header .menu--main > .navbar-nav .nav-link:hover:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-green .region-header .menu--main .nav-item.menu-item--expanded > .nav-link:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-green .region-header .menu--main .nav-item.menu-item--expanded > .nav-link:hover:after, body.everlms-theme-green .region-header .menu--main .nav-item.menu-item--expanded > .nav-link.is-active:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-green .region-banner .component-wrapper--type-push_image {
  border: none;
}
body.everlms-theme-green .view-product-index:not(.view-featured-courses) .field--name-field-category a, body.everlms-theme-green .view-product-taxonomy .field--name-field-category a {
  color: #1ab69d;
}
body.everlms-theme-green .view-product-index:not(.view-featured-courses) .group-image .group-tags > .field--name-field-free, body.everlms-theme-green .view-product-taxonomy .group-image .group-tags > .field--name-field-free {
  background-color: #1ab69d;
}
body.everlms-theme-green .view-product-index:not(.view-featured-courses) .field--name-price, body.everlms-theme-green .view-product-taxonomy .field--name-price {
  color: #1ab69d;
}
body.everlms-theme-green .view-featured-courses .group-info .group-image .group-tags > .field--name-field-free {
  background-color: #1ab69d;
}
body.everlms-theme-green .view-featured-courses .group-info .group-text .field--name-field-category a {
  color: #1ab69d;
}
body.everlms-theme-green .view-featured-courses .field--name-price {
  color: #1ab69d;
}
body.everlms-theme-green .view-membership {
  color: #000 !important;
}
body.everlms-theme-green .view-membership .views-view-grid .views-row .views-col {
  border-color: #1ab69d;
}
body.everlms-theme-green .view-membership .views-field-price__number,
body.everlms-theme-green .view-membership .views-field-list-price__number {
  color: rgb(16.4375, 115.0625, 99.2572115385);
}
body.everlms-theme-green .view-news .field--name-field-tags a {
  color: #1ab69d;
}
body.everlms-theme-green .view-commerce-cart-form .field--name-total-price .order-total-line.order-total-line__total .order-total-line-value {
  color: #1ab69d;
}
body.everlms-theme-green .view-category:not(.view-top-category) .views-field-name a:hover, body.everlms-theme-green .view-category:not(.view-top-category) .views-field-name a:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
  color: #fff;
}
body.everlms-theme-green .view-quiz .view-header a {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green .view-quiz .view-header a:hover, body.everlms-theme-green .view-quiz .view-header a:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green .view-my-courses .views-field-field-category a {
  color: #1ab69d;
}
body.everlms-theme-green .view-my-courses .views-field-lms-user-course-result-link a {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green .view-my-courses .views-field-lms-user-course-result-link a:hover, body.everlms-theme-green .view-my-courses .views-field-lms-user-course-result-link a:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green.path-news .field--name-field-tags .field__item a {
  color: #1ab69d;
}
body.everlms-theme-green.path-product article .group-content-layout .group-video .group-variation .product--variation-field--variation_price__3 {
  color: #1ab69d;
}
body.everlms-theme-green.path-product article .group-content-layout .group-video .group-variation .field--name-list-price {
  color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-green.path-take-quiz form[class*=user-] .form-wrapper input[type=submit] {
  background-color: #1ab69d;
  border-color: #1ab69d;
}
body.everlms-theme-green.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:hover, body.everlms-theme-green.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:focus {
  background-color: rgb(35.375, 223.625, 193.4567307692);
  border-color: rgb(35.375, 223.625, 193.4567307692);
}
body.everlms-theme-beauty {
  background-color: #fff5ec;
}
body.everlms-theme-beauty select:hover, body.everlms-theme-beauty select:focus,
body.everlms-theme-beauty input.form-tel:hover,
body.everlms-theme-beauty input.form-tel:focus,
body.everlms-theme-beauty input.form-date:hover,
body.everlms-theme-beauty input.form-date:focus,
body.everlms-theme-beauty input.form-text:hover,
body.everlms-theme-beauty input.form-text:focus,
body.everlms-theme-beauty input.form-email:hover,
body.everlms-theme-beauty input.form-email:focus,
body.everlms-theme-beauty input.form-file:hover,
body.everlms-theme-beauty input.form-file:focus {
  border-color: #000;
}
body.everlms-theme-beauty header.header {
  background-color: #ffdcc2;
  border-bottom: none;
}
body.everlms-theme-beauty nav.menu--account .menu {
  gap: 16px;
}
body.everlms-theme-beauty nav.menu--account .menu li {
  background-color: #000;
  border-radius: 50%;
}
body.everlms-theme-beauty nav.menu--account .menu li.menu-item--expanded > .menu {
  border-top: 4px solid #000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.everlms-theme-beauty nav.menu--account .menu li.menu-item--expanded > .menu .menu-item a:hover, body.everlms-theme-beauty nav.menu--account .menu li.menu-item--expanded > .menu .menu-item a:focus {
  color: #000;
}
body.everlms-theme-beauty nav.menu--account .menu li a {
  display: block;
}
body.everlms-theme-beauty nav.menu--account .menu li li {
  background-color: transparent;
}
body.everlms-theme-beauty nav.menu--manage .menu li.menu-item--expanded {
  background-color: #000;
  border-radius: 50%;
  display: flex;
}
body.everlms-theme-beauty nav.menu--manage .menu li.menu-item--expanded > .menu {
  border-top: 4px solid #000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.everlms-theme-beauty nav.menu--manage .menu li.menu-item--expanded > .menu .menu-item a:hover, body.everlms-theme-beauty nav.menu--manage .menu li.menu-item--expanded > .menu .menu-item a:focus {
  color: #000;
}
body.everlms-theme-beauty nav.menu--manage .menu li.menu-item--expanded a {
  display: block;
}
body.everlms-theme-beauty nav.menu--manage .menu li.menu-item--expanded li {
  background-color: transparent;
}
body.everlms-theme-beauty nav.pager .pager__items .pager__item.is-active > a {
  background: #000;
}
body.everlms-theme-beauty .region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded:hover > .nav-link {
  color: #000;
}
body.everlms-theme-beauty .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a {
  background-color: #000;
  border-radius: 4px;
  transition: all 0.3;
}
body.everlms-theme-beauty .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a:hover, body.everlms-theme-beauty .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  transition: all 0.3;
  text-decoration: none;
}
body.everlms-theme-beauty .component-wrapper.component-wrapper--type-push_image img {
  border-radius: 4px;
}
body.everlms-theme-beauty aside .facets-soft-limit-link {
  color: #000;
}
body.everlms-theme-beauty aside .block-facets .facets-widget-checkbox input:checked ~ label:before {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty .button,
body.everlms-theme-beauty .view .view-header a[href$=add],
body.everlms-theme-beauty a[data-drupal-selector=edit-actions-delete],
body.everlms-theme-beauty .btn-view-detail,
body.everlms-theme-beauty .btn-start-course,
body.everlms-theme-beauty form input[type=submit] {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty .button:hover, body.everlms-theme-beauty .button:focus,
body.everlms-theme-beauty .view .view-header a[href$=add]:hover,
body.everlms-theme-beauty .view .view-header a[href$=add]:focus,
body.everlms-theme-beauty a[data-drupal-selector=edit-actions-delete]:hover,
body.everlms-theme-beauty a[data-drupal-selector=edit-actions-delete]:focus,
body.everlms-theme-beauty .btn-view-detail:hover,
body.everlms-theme-beauty .btn-view-detail:focus,
body.everlms-theme-beauty .btn-start-course:hover,
body.everlms-theme-beauty .btn-start-course:focus,
body.everlms-theme-beauty form input[type=submit]:hover,
body.everlms-theme-beauty form input[type=submit]:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty form.quiz-form .take-quiz-form [id*=question_] p {
  color: #000;
}
body.everlms-theme-beauty form.quiz-form #confirm_submit input,
body.everlms-theme-beauty form.quiz-form #next_button input {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty form.quiz-form #confirm_submit input:hover, body.everlms-theme-beauty form.quiz-form #confirm_submit input:focus,
body.everlms-theme-beauty form.quiz-form #next_button input:hover,
body.everlms-theme-beauty form.quiz-form #next_button input:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty form.contact-form > .form-actions input[type=submit] {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty form.contact-form > .form-actions input[type=submit]:hover, body.everlms-theme-beauty form.contact-form > .form-actions input[type=submit]:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-label,
body.everlms-theme-beauty form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-value {
  color: #000;
}
body.everlms-theme-beauty form.commerce-checkout-flow .layout-region-checkout-main .link--previous {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty form.commerce-checkout-flow .layout-region-checkout-main .link--previous:hover, body.everlms-theme-beauty form.commerce-checkout-flow .layout-region-checkout-main .link--previous:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty form.commerce-checkout-flow .layout-region-checkout-footer .button--primary {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:hover, body.everlms-theme-beauty form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit] {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:hover, body.everlms-theme-beauty form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit],
body.everlms-theme-beauty form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:hover, body.everlms-theme-beauty form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:focus,
body.everlms-theme-beauty form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:hover,
body.everlms-theme-beauty form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty form.commerce-checkout-flow .coupon-redemption-form__coupons .button {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty form.commerce-checkout-flow .coupon-redemption-form__coupons .button:hover, body.everlms-theme-beauty form.commerce-checkout-flow .coupon-redemption-form__coupons .button:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty form.commerce-checkout-flow .form-wrapper__returning-customer .button {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty form.commerce-checkout-flow .form-wrapper__returning-customer .button:hover, body.everlms-theme-beauty form.commerce-checkout-flow .form-wrapper__returning-customer .button:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty form.commerce-checkout-flow .form-wrapper__guest-checkout .button {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty form.commerce-checkout-flow .form-wrapper__guest-checkout .button:hover, body.everlms-theme-beauty form.commerce-checkout-flow .form-wrapper__guest-checkout .button:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty form[class*=user-] .form-wrapper input[type=submit] {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty form[class*=user-] .form-wrapper input[type=submit]:hover, body.everlms-theme-beauty form[class*=user-] .form-wrapper input[type=submit]:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty .quiz-confirm-dialog .ui-dialog-titlebar {
  background-color: #000;
}
body.everlms-theme-beauty .quiz-confirm-dialog .ui-dialog-buttonset .button--primary {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:hover, body.everlms-theme-beauty .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty .take-quiz-result table[class*=quiz-result] tbody tr.quiz-result-choice-0 .quiz-result-data-0 {
  color: #000;
}
body.everlms-theme-beauty .tabs.primary li.is-active {
  background-color: #000;
}
body.everlms-theme-beauty .tabs.primary li.is-active:hover {
  background-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty .tabs.primary li.is-active a {
  color: #fff;
}
body.everlms-theme-beauty .tabs.primary li:hover {
  background-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty .tabs.primary li:hover a {
  color: #fff;
}
body.everlms-theme-beauty .region-header .block-commerce-cart {
  margin-right: 0;
}
body.everlms-theme-beauty .region-header .block-commerce-cart .cart-block--link__expand {
  background-color: #000;
  border-radius: 50px;
}
body.everlms-theme-beauty .region-header .block-commerce-cart .cart-block--summary__count {
  top: 7px;
  right: 7px;
  width: 10px;
}
body.everlms-theme-beauty .region-header .menu--main > .navbar-nav .nav-link.is-active, body.everlms-theme-beauty .region-header .menu--main > .navbar-nav .nav-link:hover {
  color: #000;
}
body.everlms-theme-beauty .region-header .menu--main > .navbar-nav .nav-link.is-active:after, body.everlms-theme-beauty .region-header .menu--main > .navbar-nav .nav-link:hover:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-beauty .region-header .menu--main .nav-item.menu-item--expanded > .nav-link:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-beauty .region-header .menu--main .nav-item.menu-item--expanded > .nav-link:hover:after, body.everlms-theme-beauty .region-header .menu--main .nav-item.menu-item--expanded > .nav-link.is-active:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-beauty .region-banner .component-wrapper--type-push_image {
  border: none;
}
body.everlms-theme-beauty .section-footer, body.everlms-theme-beauty .section-footer-bottom {
  background-color: #ffdcc2;
}
body.everlms-theme-beauty .view-product-index:not(.view-featured-courses) .field--name-field-category a, body.everlms-theme-beauty .view-product-taxonomy .field--name-field-category a {
  color: #000;
}
body.everlms-theme-beauty .view-product-index:not(.view-featured-courses) .group-image .group-tags > .field--name-field-free, body.everlms-theme-beauty .view-product-taxonomy .group-image .group-tags > .field--name-field-free {
  background-color: #000;
}
body.everlms-theme-beauty .view-product-index:not(.view-featured-courses) .field--name-price, body.everlms-theme-beauty .view-product-taxonomy .field--name-price {
  color: #000;
}
body.everlms-theme-beauty .view-featured-courses .group-info .group-image .group-tags > .field--name-field-free {
  background-color: #000;
}
body.everlms-theme-beauty .view-featured-courses .group-info .group-text .field--name-field-category a {
  color: #000;
}
body.everlms-theme-beauty .view-featured-courses .field--name-price {
  color: #000;
}
body.everlms-theme-beauty .view-membership {
  color: #000 !important;
}
body.everlms-theme-beauty .view-membership .views-view-grid .views-row .views-col {
  border-color: #000;
}
body.everlms-theme-beauty .view-membership .views-field-price__number,
body.everlms-theme-beauty .view-membership .views-field-list-price__number {
  color: black;
}
body.everlms-theme-beauty .view-news .field--name-field-tags a {
  color: #000;
}
body.everlms-theme-beauty .view-commerce-cart-form .field--name-total-price .order-total-line.order-total-line__total .order-total-line-value {
  color: #000;
}
body.everlms-theme-beauty .view-category:not(.view-top-category) .views-field-name a:hover, body.everlms-theme-beauty .view-category:not(.view-top-category) .views-field-name a:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
  color: #fff;
}
body.everlms-theme-beauty .view-quiz .view-header a {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty .view-quiz .view-header a:hover, body.everlms-theme-beauty .view-quiz .view-header a:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty .view-my-courses .views-field-field-category a {
  color: #000;
}
body.everlms-theme-beauty .view-my-courses .views-field-lms-user-course-result-link a {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty .view-my-courses .views-field-lms-user-course-result-link a:hover, body.everlms-theme-beauty .view-my-courses .views-field-lms-user-course-result-link a:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty.path-news .field--name-field-tags .field__item a {
  color: #000;
}
body.everlms-theme-beauty.path-product article .group-content-layout .group-video .group-variation .product--variation-field--variation_price__3 {
  color: #000;
}
body.everlms-theme-beauty.path-product article .group-content-layout .group-video .group-variation .field--name-list-price {
  color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty.path-take-quiz form[class*=user-] .form-wrapper input[type=submit] {
  background-color: #000;
  border-color: #000;
}
body.everlms-theme-beauty.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:hover, body.everlms-theme-beauty.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
}
body.everlms-theme-beauty header.header .site-name a {
  color: #000;
}
body.everlms-theme-beauty .region-header .menu--main > .navbar-nav .nav-link {
  color: #000;
}
body.everlms-theme-beauty .region-header .menu--main > .navbar-nav .nav-item.menu-item--expanded > .nav-link:after {
  background-image: url(../../images/arrow-down-menu-black.svg);
}
body.everlms-theme-beauty .region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline {
  background-color: #fff5ec;
}
body.everlms-theme-beauty .region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline input {
  background-color: #fff5ec;
}
body.everlms-theme-beauty .region-footer-first {
  color: #000 !important;
}
body.everlms-theme-beauty .region-footer-first .site-name a {
  color: #000;
}
body.everlms-theme-beauty .section-footer {
  color: #000;
}
body.everlms-theme-beauty .section-footer nav.block-menu > h2 {
  color: #000;
}
body.everlms-theme-beauty .section-footer nav.block-menu ul li a {
  color: #000;
}
body.everlms-theme-beauty .section-footer-bottom span,
body.everlms-theme-beauty .section-footer-bottom p {
  color: #000;
}
body.everlms-theme-beauty .region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded .navbar-nav.child::before {
  background-color: #fff;
}
body.everlms-theme-purple select:hover, body.everlms-theme-purple select:focus,
body.everlms-theme-purple input.form-tel:hover,
body.everlms-theme-purple input.form-tel:focus,
body.everlms-theme-purple input.form-date:hover,
body.everlms-theme-purple input.form-date:focus,
body.everlms-theme-purple input.form-text:hover,
body.everlms-theme-purple input.form-text:focus,
body.everlms-theme-purple input.form-email:hover,
body.everlms-theme-purple input.form-email:focus,
body.everlms-theme-purple input.form-file:hover,
body.everlms-theme-purple input.form-file:focus {
  border-color: #5751e1;
}
body.everlms-theme-purple header.header {
  background-color: #1c1a4a;
  border-bottom: none;
}
body.everlms-theme-purple nav.menu--account .menu {
  gap: 16px;
}
body.everlms-theme-purple nav.menu--account .menu li {
  background-color: #5751e1;
  border-radius: 50%;
}
body.everlms-theme-purple nav.menu--account .menu li.menu-item--expanded > .menu {
  border-top: 4px solid #5751e1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.everlms-theme-purple nav.menu--account .menu li.menu-item--expanded > .menu .menu-item a:hover, body.everlms-theme-purple nav.menu--account .menu li.menu-item--expanded > .menu .menu-item a:focus {
  color: #5751e1;
}
body.everlms-theme-purple nav.menu--account .menu li a {
  display: block;
}
body.everlms-theme-purple nav.menu--account .menu li li {
  background-color: transparent;
}
body.everlms-theme-purple nav.menu--manage .menu li.menu-item--expanded {
  background-color: #5751e1;
  border-radius: 50%;
  display: flex;
}
body.everlms-theme-purple nav.menu--manage .menu li.menu-item--expanded > .menu {
  border-top: 4px solid #5751e1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.everlms-theme-purple nav.menu--manage .menu li.menu-item--expanded > .menu .menu-item a:hover, body.everlms-theme-purple nav.menu--manage .menu li.menu-item--expanded > .menu .menu-item a:focus {
  color: #5751e1;
}
body.everlms-theme-purple nav.menu--manage .menu li.menu-item--expanded a {
  display: block;
}
body.everlms-theme-purple nav.menu--manage .menu li.menu-item--expanded li {
  background-color: transparent;
}
body.everlms-theme-purple nav.pager .pager__items .pager__item.is-active > a {
  background: #5751e1;
}
body.everlms-theme-purple .region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded:hover > .nav-link {
  color: #5751e1;
}
body.everlms-theme-purple .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a {
  background-color: #5751e1;
  border-radius: 4px;
  transition: all 0.3;
}
body.everlms-theme-purple .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a:hover, body.everlms-theme-purple .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a:focus {
  background-color: rgb(129, 124.5, 232.5);
  transition: all 0.3;
  text-decoration: none;
}
body.everlms-theme-purple .component-wrapper.component-wrapper--type-push_image img {
  border-radius: 4px;
}
body.everlms-theme-purple aside .facets-soft-limit-link {
  color: #5751e1;
}
body.everlms-theme-purple aside .block-facets .facets-widget-checkbox input:checked ~ label:before {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple .button,
body.everlms-theme-purple .view .view-header a[href$=add],
body.everlms-theme-purple a[data-drupal-selector=edit-actions-delete],
body.everlms-theme-purple .btn-view-detail,
body.everlms-theme-purple .btn-start-course,
body.everlms-theme-purple form input[type=submit] {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple .button:hover, body.everlms-theme-purple .button:focus,
body.everlms-theme-purple .view .view-header a[href$=add]:hover,
body.everlms-theme-purple .view .view-header a[href$=add]:focus,
body.everlms-theme-purple a[data-drupal-selector=edit-actions-delete]:hover,
body.everlms-theme-purple a[data-drupal-selector=edit-actions-delete]:focus,
body.everlms-theme-purple .btn-view-detail:hover,
body.everlms-theme-purple .btn-view-detail:focus,
body.everlms-theme-purple .btn-start-course:hover,
body.everlms-theme-purple .btn-start-course:focus,
body.everlms-theme-purple form input[type=submit]:hover,
body.everlms-theme-purple form input[type=submit]:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple form.quiz-form .take-quiz-form [id*=question_] p {
  color: #5751e1;
}
body.everlms-theme-purple form.quiz-form #confirm_submit input,
body.everlms-theme-purple form.quiz-form #next_button input {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple form.quiz-form #confirm_submit input:hover, body.everlms-theme-purple form.quiz-form #confirm_submit input:focus,
body.everlms-theme-purple form.quiz-form #next_button input:hover,
body.everlms-theme-purple form.quiz-form #next_button input:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple form.contact-form > .form-actions input[type=submit] {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple form.contact-form > .form-actions input[type=submit]:hover, body.everlms-theme-purple form.contact-form > .form-actions input[type=submit]:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-label,
body.everlms-theme-purple form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-value {
  color: #5751e1;
}
body.everlms-theme-purple form.commerce-checkout-flow .layout-region-checkout-main .link--previous {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple form.commerce-checkout-flow .layout-region-checkout-main .link--previous:hover, body.everlms-theme-purple form.commerce-checkout-flow .layout-region-checkout-main .link--previous:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple form.commerce-checkout-flow .layout-region-checkout-footer .button--primary {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:hover, body.everlms-theme-purple form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit] {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:hover, body.everlms-theme-purple form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit],
body.everlms-theme-purple form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:hover, body.everlms-theme-purple form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:focus,
body.everlms-theme-purple form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:hover,
body.everlms-theme-purple form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple form.commerce-checkout-flow .coupon-redemption-form__coupons .button {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple form.commerce-checkout-flow .coupon-redemption-form__coupons .button:hover, body.everlms-theme-purple form.commerce-checkout-flow .coupon-redemption-form__coupons .button:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple form.commerce-checkout-flow .form-wrapper__returning-customer .button {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple form.commerce-checkout-flow .form-wrapper__returning-customer .button:hover, body.everlms-theme-purple form.commerce-checkout-flow .form-wrapper__returning-customer .button:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple form.commerce-checkout-flow .form-wrapper__guest-checkout .button {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple form.commerce-checkout-flow .form-wrapper__guest-checkout .button:hover, body.everlms-theme-purple form.commerce-checkout-flow .form-wrapper__guest-checkout .button:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple form[class*=user-] .form-wrapper input[type=submit] {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple form[class*=user-] .form-wrapper input[type=submit]:hover, body.everlms-theme-purple form[class*=user-] .form-wrapper input[type=submit]:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple .quiz-confirm-dialog .ui-dialog-titlebar {
  background-color: #5751e1;
}
body.everlms-theme-purple .quiz-confirm-dialog .ui-dialog-buttonset .button--primary {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:hover, body.everlms-theme-purple .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple .take-quiz-result table[class*=quiz-result] tbody tr.quiz-result-choice-0 .quiz-result-data-0 {
  color: #5751e1;
}
body.everlms-theme-purple .tabs.primary li.is-active {
  background-color: #5751e1;
}
body.everlms-theme-purple .tabs.primary li.is-active:hover {
  background-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple .tabs.primary li.is-active a {
  color: #fff;
}
body.everlms-theme-purple .tabs.primary li:hover {
  background-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple .tabs.primary li:hover a {
  color: #fff;
}
body.everlms-theme-purple .region-header .block-commerce-cart {
  margin-right: 0;
}
body.everlms-theme-purple .region-header .block-commerce-cart .cart-block--link__expand {
  background-color: #5751e1;
  border-radius: 50px;
}
body.everlms-theme-purple .region-header .block-commerce-cart .cart-block--summary__count {
  top: 7px;
  right: 7px;
  width: 10px;
}
body.everlms-theme-purple .region-header .menu--main > .navbar-nav .nav-link.is-active, body.everlms-theme-purple .region-header .menu--main > .navbar-nav .nav-link:hover {
  color: #5751e1;
}
body.everlms-theme-purple .region-header .menu--main > .navbar-nav .nav-link.is-active:after, body.everlms-theme-purple .region-header .menu--main > .navbar-nav .nav-link:hover:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-purple .region-header .menu--main .nav-item.menu-item--expanded > .nav-link:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-purple .region-header .menu--main .nav-item.menu-item--expanded > .nav-link:hover:after, body.everlms-theme-purple .region-header .menu--main .nav-item.menu-item--expanded > .nav-link.is-active:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-purple .region-banner .component-wrapper--type-push_image {
  border: none;
}
body.everlms-theme-purple .section-footer, body.everlms-theme-purple .section-footer-bottom {
  background-color: #06042e;
}
body.everlms-theme-purple .view-product-index:not(.view-featured-courses) .field--name-field-category a, body.everlms-theme-purple .view-product-taxonomy .field--name-field-category a {
  color: #5751e1;
}
body.everlms-theme-purple .view-product-index:not(.view-featured-courses) .group-image .group-tags > .field--name-field-free, body.everlms-theme-purple .view-product-taxonomy .group-image .group-tags > .field--name-field-free {
  background-color: #5751e1;
}
body.everlms-theme-purple .view-product-index:not(.view-featured-courses) .field--name-price, body.everlms-theme-purple .view-product-taxonomy .field--name-price {
  color: #5751e1;
}
body.everlms-theme-purple .view-featured-courses .group-info .group-image .group-tags > .field--name-field-free {
  background-color: #5751e1;
}
body.everlms-theme-purple .view-featured-courses .group-info .group-text .field--name-field-category a {
  color: #5751e1;
}
body.everlms-theme-purple .view-featured-courses .field--name-price {
  color: #5751e1;
}
body.everlms-theme-purple .view-membership {
  color: #000 !important;
}
body.everlms-theme-purple .view-membership .views-view-grid .views-row .views-col {
  border-color: #5751e1;
}
body.everlms-theme-purple .view-membership .views-field-price__number,
body.everlms-theme-purple .view-membership .views-field-list-price__number {
  color: rgb(40.5, 33.75, 195.75);
}
body.everlms-theme-purple .view-news .field--name-field-tags a {
  color: #5751e1;
}
body.everlms-theme-purple .view-commerce-cart-form .field--name-total-price .order-total-line.order-total-line__total .order-total-line-value {
  color: #5751e1;
}
body.everlms-theme-purple .view-category:not(.view-top-category) .views-field-name a:hover, body.everlms-theme-purple .view-category:not(.view-top-category) .views-field-name a:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
  color: #fff;
}
body.everlms-theme-purple .view-quiz .view-header a {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple .view-quiz .view-header a:hover, body.everlms-theme-purple .view-quiz .view-header a:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple .view-my-courses .views-field-field-category a {
  color: #5751e1;
}
body.everlms-theme-purple .view-my-courses .views-field-lms-user-course-result-link a {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple .view-my-courses .views-field-lms-user-course-result-link a:hover, body.everlms-theme-purple .view-my-courses .views-field-lms-user-course-result-link a:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple.path-news .field--name-field-tags .field__item a {
  color: #5751e1;
}
body.everlms-theme-purple.path-product article .group-content-layout .group-video .group-variation .product--variation-field--variation_price__3 {
  color: #5751e1;
}
body.everlms-theme-purple.path-product article .group-content-layout .group-video .group-variation .field--name-list-price {
  color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-purple.path-take-quiz form[class*=user-] .form-wrapper input[type=submit] {
  background-color: #5751e1;
  border-color: #5751e1;
}
body.everlms-theme-purple.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:hover, body.everlms-theme-purple.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:focus {
  background-color: rgb(129, 124.5, 232.5);
  border-color: rgb(129, 124.5, 232.5);
}
body.everlms-theme-bartender-green {
  background-color: #0c0c0c;
  color: #fff !important;
}
body.everlms-theme-bartender-green select:hover, body.everlms-theme-bartender-green select:focus,
body.everlms-theme-bartender-green input.form-tel:hover,
body.everlms-theme-bartender-green input.form-tel:focus,
body.everlms-theme-bartender-green input.form-date:hover,
body.everlms-theme-bartender-green input.form-date:focus,
body.everlms-theme-bartender-green input.form-text:hover,
body.everlms-theme-bartender-green input.form-text:focus,
body.everlms-theme-bartender-green input.form-email:hover,
body.everlms-theme-bartender-green input.form-email:focus,
body.everlms-theme-bartender-green input.form-file:hover,
body.everlms-theme-bartender-green input.form-file:focus {
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green header.header {
  border-bottom: none;
}
body.everlms-theme-bartender-green nav.menu--account .menu {
  gap: 16px;
}
body.everlms-theme-bartender-green nav.menu--account .menu li {
  background-color: #7bad4f;
  border-radius: 50%;
}
body.everlms-theme-bartender-green nav.menu--account .menu li.menu-item--expanded > .menu {
  border-top: 4px solid #7bad4f;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.everlms-theme-bartender-green nav.menu--account .menu li.menu-item--expanded > .menu .menu-item a:hover, body.everlms-theme-bartender-green nav.menu--account .menu li.menu-item--expanded > .menu .menu-item a:focus {
  color: #7bad4f;
}
body.everlms-theme-bartender-green nav.menu--account .menu li a {
  display: block;
}
body.everlms-theme-bartender-green nav.menu--account .menu li li {
  background-color: transparent;
}
body.everlms-theme-bartender-green nav.menu--manage .menu li.menu-item--expanded {
  background-color: #7bad4f;
  border-radius: 50%;
  display: flex;
}
body.everlms-theme-bartender-green nav.menu--manage .menu li.menu-item--expanded > .menu {
  border-top: 4px solid #7bad4f;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.everlms-theme-bartender-green nav.menu--manage .menu li.menu-item--expanded > .menu .menu-item a:hover, body.everlms-theme-bartender-green nav.menu--manage .menu li.menu-item--expanded > .menu .menu-item a:focus {
  color: #7bad4f;
}
body.everlms-theme-bartender-green nav.menu--manage .menu li.menu-item--expanded a {
  display: block;
}
body.everlms-theme-bartender-green nav.menu--manage .menu li.menu-item--expanded li {
  background-color: transparent;
}
body.everlms-theme-bartender-green nav.pager .pager__items .pager__item.is-active > a {
  background: #7bad4f;
}
body.everlms-theme-bartender-green .region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded:hover > .nav-link {
  color: #7bad4f;
}
body.everlms-theme-bartender-green .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a {
  background-color: #7bad4f;
  border-radius: 4px;
  transition: all 0.3;
}
body.everlms-theme-bartender-green .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a:hover, body.everlms-theme-bartender-green .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  transition: all 0.3;
  text-decoration: none;
}
body.everlms-theme-bartender-green .component-wrapper.component-wrapper--type-push_image img {
  border-radius: 4px;
}
body.everlms-theme-bartender-green aside .facets-soft-limit-link {
  color: #7bad4f;
}
body.everlms-theme-bartender-green aside .block-facets .facets-widget-checkbox input:checked ~ label:before {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green .button,
body.everlms-theme-bartender-green .view .view-header a[href$=add],
body.everlms-theme-bartender-green a[data-drupal-selector=edit-actions-delete],
body.everlms-theme-bartender-green .btn-view-detail,
body.everlms-theme-bartender-green .btn-start-course,
body.everlms-theme-bartender-green form input[type=submit] {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green .button:hover, body.everlms-theme-bartender-green .button:focus,
body.everlms-theme-bartender-green .view .view-header a[href$=add]:hover,
body.everlms-theme-bartender-green .view .view-header a[href$=add]:focus,
body.everlms-theme-bartender-green a[data-drupal-selector=edit-actions-delete]:hover,
body.everlms-theme-bartender-green a[data-drupal-selector=edit-actions-delete]:focus,
body.everlms-theme-bartender-green .btn-view-detail:hover,
body.everlms-theme-bartender-green .btn-view-detail:focus,
body.everlms-theme-bartender-green .btn-start-course:hover,
body.everlms-theme-bartender-green .btn-start-course:focus,
body.everlms-theme-bartender-green form input[type=submit]:hover,
body.everlms-theme-bartender-green form input[type=submit]:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green form.quiz-form .take-quiz-form [id*=question_] p {
  color: #7bad4f;
}
body.everlms-theme-bartender-green form.quiz-form #confirm_submit input,
body.everlms-theme-bartender-green form.quiz-form #next_button input {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green form.quiz-form #confirm_submit input:hover, body.everlms-theme-bartender-green form.quiz-form #confirm_submit input:focus,
body.everlms-theme-bartender-green form.quiz-form #next_button input:hover,
body.everlms-theme-bartender-green form.quiz-form #next_button input:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green form.contact-form > .form-actions input[type=submit] {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green form.contact-form > .form-actions input[type=submit]:hover, body.everlms-theme-bartender-green form.contact-form > .form-actions input[type=submit]:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-label,
body.everlms-theme-bartender-green form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-value {
  color: #7bad4f;
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .layout-region-checkout-main .link--previous {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .layout-region-checkout-main .link--previous:hover, body.everlms-theme-bartender-green form.commerce-checkout-flow .layout-region-checkout-main .link--previous:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .layout-region-checkout-footer .button--primary {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:hover, body.everlms-theme-bartender-green form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit] {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:hover, body.everlms-theme-bartender-green form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit],
body.everlms-theme-bartender-green form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:hover, body.everlms-theme-bartender-green form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:focus,
body.everlms-theme-bartender-green form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:hover,
body.everlms-theme-bartender-green form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .coupon-redemption-form__coupons .button {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .coupon-redemption-form__coupons .button:hover, body.everlms-theme-bartender-green form.commerce-checkout-flow .coupon-redemption-form__coupons .button:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .form-wrapper__returning-customer .button {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .form-wrapper__returning-customer .button:hover, body.everlms-theme-bartender-green form.commerce-checkout-flow .form-wrapper__returning-customer .button:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .form-wrapper__guest-checkout .button {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .form-wrapper__guest-checkout .button:hover, body.everlms-theme-bartender-green form.commerce-checkout-flow .form-wrapper__guest-checkout .button:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green form[class*=user-] .form-wrapper input[type=submit] {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green form[class*=user-] .form-wrapper input[type=submit]:hover, body.everlms-theme-bartender-green form[class*=user-] .form-wrapper input[type=submit]:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green .quiz-confirm-dialog .ui-dialog-titlebar {
  background-color: #7bad4f;
}
body.everlms-theme-bartender-green .quiz-confirm-dialog .ui-dialog-buttonset .button--primary {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:hover, body.everlms-theme-bartender-green .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green .take-quiz-result table[class*=quiz-result] tbody tr.quiz-result-choice-0 .quiz-result-data-0 {
  color: #7bad4f;
}
body.everlms-theme-bartender-green .tabs.primary li.is-active {
  background-color: #7bad4f;
}
body.everlms-theme-bartender-green .tabs.primary li.is-active:hover {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green .tabs.primary li.is-active a {
  color: #fff;
}
body.everlms-theme-bartender-green .tabs.primary li:hover {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green .tabs.primary li:hover a {
  color: #fff;
}
body.everlms-theme-bartender-green .region-header .block-commerce-cart {
  margin-right: 0;
}
body.everlms-theme-bartender-green .region-header .block-commerce-cart .cart-block--link__expand {
  background-color: #7bad4f;
  border-radius: 50px;
}
body.everlms-theme-bartender-green .region-header .block-commerce-cart .cart-block--summary__count {
  top: 7px;
  right: 7px;
  width: 10px;
}
body.everlms-theme-bartender-green .region-header .menu--main > .navbar-nav .nav-link.is-active, body.everlms-theme-bartender-green .region-header .menu--main > .navbar-nav .nav-link:hover {
  color: #7bad4f;
}
body.everlms-theme-bartender-green .region-header .menu--main > .navbar-nav .nav-link.is-active:after, body.everlms-theme-bartender-green .region-header .menu--main > .navbar-nav .nav-link:hover:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-bartender-green .region-header .menu--main .nav-item.menu-item--expanded > .nav-link:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-bartender-green .region-header .menu--main .nav-item.menu-item--expanded > .nav-link:hover:after, body.everlms-theme-bartender-green .region-header .menu--main .nav-item.menu-item--expanded > .nav-link.is-active:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-bartender-green .region-banner .component-wrapper--type-push_image {
  border: none;
}
body.everlms-theme-bartender-green .section-footer, body.everlms-theme-bartender-green .section-footer-bottom {
  background-color: #363839;
}
body.everlms-theme-bartender-green .view-product-index:not(.view-featured-courses) .field--name-field-category a, body.everlms-theme-bartender-green .view-product-taxonomy .field--name-field-category a {
  color: #7bad4f;
}
body.everlms-theme-bartender-green .view-product-index:not(.view-featured-courses) .group-image .group-tags > .field--name-field-free, body.everlms-theme-bartender-green .view-product-taxonomy .group-image .group-tags > .field--name-field-free {
  background-color: #7bad4f;
}
body.everlms-theme-bartender-green .view-product-index:not(.view-featured-courses) .field--name-price, body.everlms-theme-bartender-green .view-product-taxonomy .field--name-price {
  color: #7bad4f;
}
body.everlms-theme-bartender-green .view-featured-courses .group-info .group-image .group-tags > .field--name-field-free {
  background-color: #7bad4f;
}
body.everlms-theme-bartender-green .view-featured-courses .group-info .group-text .field--name-field-category a {
  color: #7bad4f;
}
body.everlms-theme-bartender-green .view-featured-courses .field--name-price {
  color: #7bad4f;
}
body.everlms-theme-bartender-green .view-membership {
  color: #000 !important;
}
body.everlms-theme-bartender-green .view-membership .views-view-grid .views-row .views-col {
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green .view-membership .views-field-price__number,
body.everlms-theme-bartender-green .view-membership .views-field-list-price__number {
  color: rgb(85.6607142857, 120.4821428571, 55.0178571429);
}
body.everlms-theme-bartender-green .view-news .field--name-field-tags a {
  color: #7bad4f;
}
body.everlms-theme-bartender-green .view-commerce-cart-form .field--name-total-price .order-total-line.order-total-line__total .order-total-line-value {
  color: #7bad4f;
}
body.everlms-theme-bartender-green .view-category:not(.view-top-category) .views-field-name a:hover, body.everlms-theme-bartender-green .view-category:not(.view-top-category) .views-field-name a:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  color: #fff;
}
body.everlms-theme-bartender-green .view-quiz .view-header a {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green .view-quiz .view-header a:hover, body.everlms-theme-bartender-green .view-quiz .view-header a:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green .view-my-courses .views-field-field-category a {
  color: #7bad4f;
}
body.everlms-theme-bartender-green .view-my-courses .views-field-lms-user-course-result-link a {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green .view-my-courses .views-field-lms-user-course-result-link a:hover, body.everlms-theme-bartender-green .view-my-courses .views-field-lms-user-course-result-link a:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green.path-news .field--name-field-tags .field__item a {
  color: #7bad4f;
}
body.everlms-theme-bartender-green.path-product article .group-content-layout .group-video .group-variation .product--variation-field--variation_price__3 {
  color: #7bad4f;
}
body.everlms-theme-bartender-green.path-product article .group-content-layout .group-video .group-variation .field--name-list-price {
  color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green.path-take-quiz form[class*=user-] .form-wrapper input[type=submit] {
  background-color: #7bad4f;
  border-color: #7bad4f;
}
body.everlms-theme-bartender-green.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:hover, body.everlms-theme-bartender-green.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:focus {
  background-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
  border-color: rgb(149.0357142857, 190.1071428571, 112.8928571429);
}
body.everlms-theme-bartender-green.path-home .region-content .block-views > h2 {
  color: #fff;
}
body.everlms-theme-bartender-green.path-product {
  color: #fff !important;
}
body.everlms-theme-bartender-green.path-product article .group-content-layout .group-info > .field:not(.field--name-field-what-you-learn) {
  color: #fff;
}
body.everlms-theme-bartender-green.path-product article .group-content-layout .group-info > .field:not(.field--name-field-what-you-learn) .field__label {
  color: #fff;
}
body.everlms-theme-bartender-green.path-product article .group-content-layout .group-info .group-text .field--name-field-short-description {
  color: #fff;
}
body.everlms-theme-bartender-green.path-product article .group-content-layout .group-info .field--name-uid {
  color: #fff;
}
body.everlms-theme-bartender-green.path-product article .group-content-layout .group-info .group-total {
  color: #fff;
}
body.everlms-theme-bartender-green.path-product article .group-content-layout .group-info .group-total > .field:before {
  background-image: url(../../images/white-icons/info.svg);
}
body.everlms-theme-bartender-green.path-product article .group-content-layout .group-info .group-total .field--name-field-learner-number:before {
  background-image: url(../../images/white-icons/user.svg);
}
body.everlms-theme-bartender-green.path-product article .group-content-layout .group-info .group-total .field--name-field-language:before {
  background-image: url(../../images/white-icons/substitles.svg);
}
body.everlms-theme-bartender-green.path-product article .group-content-layout .group-video .group-variation {
  margin-bottom: 10px;
}
body.everlms-theme-bartender-green.path-product article .group-content-layout .group-video .group-variation .field--name-price {
  color: #fff;
}
body.everlms-theme-bartender-green h1,
body.everlms-theme-bartender-green h2,
body.everlms-theme-bartender-green h3,
body.everlms-theme-bartender-green h4,
body.everlms-theme-bartender-green h5,
body.everlms-theme-bartender-green h6 {
  color: #fff;
}
body.everlms-theme-bartender-green .certificate h1,
body.everlms-theme-bartender-green .certificate h2,
body.everlms-theme-bartender-green .certificate h3,
body.everlms-theme-bartender-green .certificate h4,
body.everlms-theme-bartender-green .certificate h5,
body.everlms-theme-bartender-green .certificate h6 {
  color: #000;
}
body.everlms-theme-bartender-green table {
  color: #fff !important;
}
body.everlms-theme-bartender-green table a {
  color: #fff;
}
body.everlms-theme-bartender-green table thead tr th {
  color: #fff;
}
body.everlms-theme-bartender-green .banner {
  background-color: #282a2b;
}
body.everlms-theme-bartender-green form .form-item-vote .description {
  color: #fff;
}
body.everlms-theme-bartender-green form .form-item-vote .description span {
  color: #fff;
}
body.everlms-theme-bartender-green form.quiz-form .count-down-label--wrapper {
  color: #fff;
}
body.everlms-theme-bartender-green form.contact-form .form-item > label {
  color: #fff;
  margin-right: 8px;
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .checkout-pane legend {
  color: #fff;
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line {
  color: #fff;
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-item-coupon-redemption-form-code label {
  color: #fff;
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .form-item-payment-information-add-payment-method-payment-details-card-number label,
body.everlms-theme-bartender-green form.commerce-checkout-flow .form-item-payment-information-add-payment-method-payment-details-expiration label,
body.everlms-theme-bartender-green form.commerce-checkout-flow .form-item-payment-information-add-payment-method-payment-details-security-code label {
  color: #fff;
}
body.everlms-theme-bartender-green form.commerce-checkout-flow .form-wrapper__returning-customer .fieldset-wrapper .form-item label {
  color: #fff;
}
body.everlms-theme-bartender-green form[class*=user-] .form-item > label {
  color: #fff;
}
body.everlms-theme-bartender-green form[class*=user-] .form-item .description {
  color: #fff;
}
body.everlms-theme-bartender-green aside .block-facets {
  color: #fff !important;
}
body.everlms-theme-bartender-green aside .block-facets > h2 {
  color: #fff;
}
body.everlms-theme-bartender-green aside .block-facets .facets-widget-checkbox > ul li.facet-item span.facet-item__value {
  color: #fff;
}
body.everlms-theme-bartender-green nav.pager .pager__items .pager__item a {
  color: #fff;
}
body.everlms-theme-bartender-green .tabs.primary li a {
  color: #fff;
}
body.everlms-theme-bartender-green .view-product-index:not(.view-featured-courses) .field--name-title a, body.everlms-theme-bartender-green .view-product-taxonomy .field--name-title a {
  color: #fff;
}
body.everlms-theme-bartender-green .view-product-index:not(.view-featured-courses) .field--name-list-price, body.everlms-theme-bartender-green .view-product-taxonomy .field--name-list-price {
  color: #fff;
}
body.everlms-theme-bartender-green .view-product-index:not(.view-featured-courses) .group-authour,
body.everlms-theme-bartender-green .view-product-index:not(.view-featured-courses) .group-total, body.everlms-theme-bartender-green .view-product-taxonomy .group-authour,
body.everlms-theme-bartender-green .view-product-taxonomy .group-total {
  color: #fff;
}
body.everlms-theme-bartender-green .view-free-courses .field--name-uid {
  color: #fff;
}
body.everlms-theme-bartender-green .view-featured-courses .group-info .group-text .field--name-uid {
  color: #fff;
}
body.everlms-theme-bartender-green .view-featured-courses .group-info .group-text .field--name-title a {
  color: #fff;
}
body.everlms-theme-bartender-green .view-featured-courses .field--name-list-price {
  color: #fff;
}
body.everlms-theme-bartender-green .view-category:not(.view-top-category) .views-field-name a {
  background-color: #fff;
}
body.everlms-theme-bartender-green .view-news .field--name-title h2 a {
  color: #fff;
}
body.everlms-theme-bartender-green .view-commerce-cart-form .field--name-total-price .order-total-line {
  color: #fff;
}
body.everlms-theme-bartender-green .view-membership h1,
body.everlms-theme-bartender-green .view-membership h2,
body.everlms-theme-bartender-green .view-membership h3,
body.everlms-theme-bartender-green .view-membership h4,
body.everlms-theme-bartender-green .view-membership h5,
body.everlms-theme-bartender-green .view-membership h6 {
  color: #000;
}
body.everlms-theme-bartender-green .comment-form .form-item > label {
  color: #fff;
}
body.everlms-theme-bartender-orange {
  background-color: #000;
  color: #fff !important;
}
body.everlms-theme-bartender-orange select:hover, body.everlms-theme-bartender-orange select:focus,
body.everlms-theme-bartender-orange input.form-tel:hover,
body.everlms-theme-bartender-orange input.form-tel:focus,
body.everlms-theme-bartender-orange input.form-date:hover,
body.everlms-theme-bartender-orange input.form-date:focus,
body.everlms-theme-bartender-orange input.form-text:hover,
body.everlms-theme-bartender-orange input.form-text:focus,
body.everlms-theme-bartender-orange input.form-email:hover,
body.everlms-theme-bartender-orange input.form-email:focus,
body.everlms-theme-bartender-orange input.form-file:hover,
body.everlms-theme-bartender-orange input.form-file:focus {
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange header.header {
  border-bottom: none;
}
body.everlms-theme-bartender-orange nav.menu--account .menu {
  gap: 16px;
}
body.everlms-theme-bartender-orange nav.menu--account .menu li {
  background-color: #b85e0e;
  border-radius: 50%;
}
body.everlms-theme-bartender-orange nav.menu--account .menu li.menu-item--expanded > .menu {
  border-top: 4px solid #b85e0e;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.everlms-theme-bartender-orange nav.menu--account .menu li.menu-item--expanded > .menu .menu-item a:hover, body.everlms-theme-bartender-orange nav.menu--account .menu li.menu-item--expanded > .menu .menu-item a:focus {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange nav.menu--account .menu li a {
  display: block;
}
body.everlms-theme-bartender-orange nav.menu--account .menu li li {
  background-color: transparent;
}
body.everlms-theme-bartender-orange nav.menu--manage .menu li.menu-item--expanded {
  background-color: #b85e0e;
  border-radius: 50%;
  display: flex;
}
body.everlms-theme-bartender-orange nav.menu--manage .menu li.menu-item--expanded > .menu {
  border-top: 4px solid #b85e0e;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.everlms-theme-bartender-orange nav.menu--manage .menu li.menu-item--expanded > .menu .menu-item a:hover, body.everlms-theme-bartender-orange nav.menu--manage .menu li.menu-item--expanded > .menu .menu-item a:focus {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange nav.menu--manage .menu li.menu-item--expanded a {
  display: block;
}
body.everlms-theme-bartender-orange nav.menu--manage .menu li.menu-item--expanded li {
  background-color: transparent;
}
body.everlms-theme-bartender-orange nav.pager .pager__items .pager__item.is-active > a {
  background: #b85e0e;
}
body.everlms-theme-bartender-orange .region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded:hover > .nav-link {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a {
  background-color: #b85e0e;
  border-radius: 4px;
  transition: all 0.3;
}
body.everlms-theme-bartender-orange .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a:hover, body.everlms-theme-bartender-orange .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  transition: all 0.3;
  text-decoration: none;
}
body.everlms-theme-bartender-orange .component-wrapper.component-wrapper--type-push_image img {
  border-radius: 4px;
}
body.everlms-theme-bartender-orange aside .facets-soft-limit-link {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange aside .block-facets .facets-widget-checkbox input:checked ~ label:before {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange .button,
body.everlms-theme-bartender-orange .view .view-header a[href$=add],
body.everlms-theme-bartender-orange a[data-drupal-selector=edit-actions-delete],
body.everlms-theme-bartender-orange .btn-view-detail,
body.everlms-theme-bartender-orange .btn-start-course,
body.everlms-theme-bartender-orange form input[type=submit] {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange .button:hover, body.everlms-theme-bartender-orange .button:focus,
body.everlms-theme-bartender-orange .view .view-header a[href$=add]:hover,
body.everlms-theme-bartender-orange .view .view-header a[href$=add]:focus,
body.everlms-theme-bartender-orange a[data-drupal-selector=edit-actions-delete]:hover,
body.everlms-theme-bartender-orange a[data-drupal-selector=edit-actions-delete]:focus,
body.everlms-theme-bartender-orange .btn-view-detail:hover,
body.everlms-theme-bartender-orange .btn-view-detail:focus,
body.everlms-theme-bartender-orange .btn-start-course:hover,
body.everlms-theme-bartender-orange .btn-start-course:focus,
body.everlms-theme-bartender-orange form input[type=submit]:hover,
body.everlms-theme-bartender-orange form input[type=submit]:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange form.quiz-form .take-quiz-form [id*=question_] p {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange form.quiz-form #confirm_submit input,
body.everlms-theme-bartender-orange form.quiz-form #next_button input {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange form.quiz-form #confirm_submit input:hover, body.everlms-theme-bartender-orange form.quiz-form #confirm_submit input:focus,
body.everlms-theme-bartender-orange form.quiz-form #next_button input:hover,
body.everlms-theme-bartender-orange form.quiz-form #next_button input:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange form.contact-form > .form-actions input[type=submit] {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange form.contact-form > .form-actions input[type=submit]:hover, body.everlms-theme-bartender-orange form.contact-form > .form-actions input[type=submit]:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-label,
body.everlms-theme-bartender-orange form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-value {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .layout-region-checkout-main .link--previous {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .layout-region-checkout-main .link--previous:hover, body.everlms-theme-bartender-orange form.commerce-checkout-flow .layout-region-checkout-main .link--previous:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .layout-region-checkout-footer .button--primary {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:hover, body.everlms-theme-bartender-orange form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit] {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:hover, body.everlms-theme-bartender-orange form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit],
body.everlms-theme-bartender-orange form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:hover, body.everlms-theme-bartender-orange form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:focus,
body.everlms-theme-bartender-orange form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:hover,
body.everlms-theme-bartender-orange form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .coupon-redemption-form__coupons .button {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .coupon-redemption-form__coupons .button:hover, body.everlms-theme-bartender-orange form.commerce-checkout-flow .coupon-redemption-form__coupons .button:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .form-wrapper__returning-customer .button {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .form-wrapper__returning-customer .button:hover, body.everlms-theme-bartender-orange form.commerce-checkout-flow .form-wrapper__returning-customer .button:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .form-wrapper__guest-checkout .button {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .form-wrapper__guest-checkout .button:hover, body.everlms-theme-bartender-orange form.commerce-checkout-flow .form-wrapper__guest-checkout .button:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange form[class*=user-] .form-wrapper input[type=submit] {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange form[class*=user-] .form-wrapper input[type=submit]:hover, body.everlms-theme-bartender-orange form[class*=user-] .form-wrapper input[type=submit]:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange .quiz-confirm-dialog .ui-dialog-titlebar {
  background-color: #b85e0e;
}
body.everlms-theme-bartender-orange .quiz-confirm-dialog .ui-dialog-buttonset .button--primary {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:hover, body.everlms-theme-bartender-orange .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange .take-quiz-result table[class*=quiz-result] tbody tr.quiz-result-choice-0 .quiz-result-data-0 {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange .tabs.primary li.is-active {
  background-color: #b85e0e;
}
body.everlms-theme-bartender-orange .tabs.primary li.is-active:hover {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange .tabs.primary li.is-active a {
  color: #fff;
}
body.everlms-theme-bartender-orange .tabs.primary li:hover {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange .tabs.primary li:hover a {
  color: #fff;
}
body.everlms-theme-bartender-orange .region-header .block-commerce-cart {
  margin-right: 0;
}
body.everlms-theme-bartender-orange .region-header .block-commerce-cart .cart-block--link__expand {
  background-color: #b85e0e;
  border-radius: 50px;
}
body.everlms-theme-bartender-orange .region-header .block-commerce-cart .cart-block--summary__count {
  top: 7px;
  right: 7px;
  width: 10px;
}
body.everlms-theme-bartender-orange .region-header .menu--main > .navbar-nav .nav-link.is-active, body.everlms-theme-bartender-orange .region-header .menu--main > .navbar-nav .nav-link:hover {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange .region-header .menu--main > .navbar-nav .nav-link.is-active:after, body.everlms-theme-bartender-orange .region-header .menu--main > .navbar-nav .nav-link:hover:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-bartender-orange .region-header .menu--main .nav-item.menu-item--expanded > .nav-link:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-bartender-orange .region-header .menu--main .nav-item.menu-item--expanded > .nav-link:hover:after, body.everlms-theme-bartender-orange .region-header .menu--main .nav-item.menu-item--expanded > .nav-link.is-active:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-bartender-orange .region-banner .component-wrapper--type-push_image {
  border: none;
}
body.everlms-theme-bartender-orange .view-product-index:not(.view-featured-courses) .field--name-field-category a, body.everlms-theme-bartender-orange .view-product-taxonomy .field--name-field-category a {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange .view-product-index:not(.view-featured-courses) .group-image .group-tags > .field--name-field-free, body.everlms-theme-bartender-orange .view-product-taxonomy .group-image .group-tags > .field--name-field-free {
  background-color: #b85e0e;
}
body.everlms-theme-bartender-orange .view-product-index:not(.view-featured-courses) .field--name-price, body.everlms-theme-bartender-orange .view-product-taxonomy .field--name-price {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange .view-featured-courses .group-info .group-image .group-tags > .field--name-field-free {
  background-color: #b85e0e;
}
body.everlms-theme-bartender-orange .view-featured-courses .group-info .group-text .field--name-field-category a {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange .view-featured-courses .field--name-price {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange .view-membership {
  color: #000 !important;
}
body.everlms-theme-bartender-orange .view-membership .views-view-grid .views-row .views-col {
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange .view-membership .views-field-price__number,
body.everlms-theme-bartender-orange .view-membership .views-field-list-price__number {
  color: rgb(112.9090909091, 57.6818181818, 8.5909090909);
}
body.everlms-theme-bartender-orange .view-news .field--name-field-tags a {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange .view-commerce-cart-form .field--name-total-price .order-total-line.order-total-line__total .order-total-line-value {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange .view-category:not(.view-top-category) .views-field-name a:hover, body.everlms-theme-bartender-orange .view-category:not(.view-top-category) .views-field-name a:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  color: #fff;
}
body.everlms-theme-bartender-orange .view-quiz .view-header a {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange .view-quiz .view-header a:hover, body.everlms-theme-bartender-orange .view-quiz .view-header a:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange .view-my-courses .views-field-field-category a {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange .view-my-courses .views-field-lms-user-course-result-link a {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange .view-my-courses .views-field-lms-user-course-result-link a:hover, body.everlms-theme-bartender-orange .view-my-courses .views-field-lms-user-course-result-link a:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange.path-news .field--name-field-tags .field__item a {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange.path-product article .group-content-layout .group-video .group-variation .product--variation-field--variation_price__3 {
  color: #b85e0e;
}
body.everlms-theme-bartender-orange.path-product article .group-content-layout .group-video .group-variation .field--name-list-price {
  color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange.path-take-quiz form[class*=user-] .form-wrapper input[type=submit] {
  background-color: #b85e0e;
  border-color: #b85e0e;
}
body.everlms-theme-bartender-orange.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:hover, body.everlms-theme-bartender-orange.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:focus {
  background-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
  border-color: rgb(231.3939393939, 118.2121212121, 17.6060606061);
}
body.everlms-theme-bartender-orange.path-home .region-content .block-views > h2 {
  color: #fff;
}
body.everlms-theme-bartender-orange.path-product {
  color: #fff !important;
}
body.everlms-theme-bartender-orange.path-product article .group-content-layout .group-info > .field:not(.field--name-field-what-you-learn) {
  color: #fff;
}
body.everlms-theme-bartender-orange.path-product article .group-content-layout .group-info > .field:not(.field--name-field-what-you-learn) .field__label {
  color: #fff;
}
body.everlms-theme-bartender-orange.path-product article .group-content-layout .group-info .group-text .field--name-field-short-description {
  color: #fff;
}
body.everlms-theme-bartender-orange.path-product article .group-content-layout .group-info .field--name-uid {
  color: #fff;
}
body.everlms-theme-bartender-orange.path-product article .group-content-layout .group-info .group-total {
  color: #fff;
}
body.everlms-theme-bartender-orange.path-product article .group-content-layout .group-info .group-total > .field:before {
  background-image: url(../../images/white-icons/info.svg);
}
body.everlms-theme-bartender-orange.path-product article .group-content-layout .group-info .group-total .field--name-field-learner-number:before {
  background-image: url(../../images/white-icons/user.svg);
}
body.everlms-theme-bartender-orange.path-product article .group-content-layout .group-info .group-total .field--name-field-language:before {
  background-image: url(../../images/white-icons/substitles.svg);
}
body.everlms-theme-bartender-orange.path-product article .group-content-layout .group-video .group-variation {
  margin-bottom: 10px;
}
body.everlms-theme-bartender-orange.path-product article .group-content-layout .group-video .group-variation .field--name-price {
  color: #fff;
}
body.everlms-theme-bartender-orange h1,
body.everlms-theme-bartender-orange h2,
body.everlms-theme-bartender-orange h3,
body.everlms-theme-bartender-orange h4,
body.everlms-theme-bartender-orange h5,
body.everlms-theme-bartender-orange h6 {
  color: #fff;
}
body.everlms-theme-bartender-orange .certificate h1,
body.everlms-theme-bartender-orange .certificate h2,
body.everlms-theme-bartender-orange .certificate h3,
body.everlms-theme-bartender-orange .certificate h4,
body.everlms-theme-bartender-orange .certificate h5,
body.everlms-theme-bartender-orange .certificate h6 {
  color: #000;
}
body.everlms-theme-bartender-orange table {
  color: #fff !important;
}
body.everlms-theme-bartender-orange table a {
  color: #fff;
}
body.everlms-theme-bartender-orange table thead tr th {
  color: #fff;
}
body.everlms-theme-bartender-orange .banner {
  background-color: black;
}
body.everlms-theme-bartender-orange form .form-item-vote .description {
  color: #fff;
}
body.everlms-theme-bartender-orange form .form-item-vote .description span {
  color: #fff;
}
body.everlms-theme-bartender-orange form.quiz-form .count-down-label--wrapper {
  color: #fff;
}
body.everlms-theme-bartender-orange form.contact-form .form-item > label {
  color: #fff;
  margin-right: 8px;
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .checkout-pane legend {
  color: #fff;
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line {
  color: #fff;
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-item-coupon-redemption-form-code label {
  color: #fff;
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .form-item-payment-information-add-payment-method-payment-details-card-number label,
body.everlms-theme-bartender-orange form.commerce-checkout-flow .form-item-payment-information-add-payment-method-payment-details-expiration label,
body.everlms-theme-bartender-orange form.commerce-checkout-flow .form-item-payment-information-add-payment-method-payment-details-security-code label {
  color: #fff;
}
body.everlms-theme-bartender-orange form.commerce-checkout-flow .form-wrapper__returning-customer .fieldset-wrapper .form-item label {
  color: #fff;
}
body.everlms-theme-bartender-orange form[class*=user-] .form-item > label {
  color: #fff;
}
body.everlms-theme-bartender-orange form[class*=user-] .form-item .description {
  color: #fff;
}
body.everlms-theme-bartender-orange aside .block-facets {
  color: #fff !important;
}
body.everlms-theme-bartender-orange aside .block-facets > h2 {
  color: #fff;
}
body.everlms-theme-bartender-orange aside .block-facets .facets-widget-checkbox > ul li.facet-item span.facet-item__value {
  color: #fff;
}
body.everlms-theme-bartender-orange nav.pager .pager__items .pager__item a {
  color: #fff;
}
body.everlms-theme-bartender-orange .tabs.primary li a {
  color: #fff;
}
body.everlms-theme-bartender-orange .view-product-index:not(.view-featured-courses) .field--name-title a, body.everlms-theme-bartender-orange .view-product-taxonomy .field--name-title a {
  color: #fff;
}
body.everlms-theme-bartender-orange .view-product-index:not(.view-featured-courses) .field--name-list-price, body.everlms-theme-bartender-orange .view-product-taxonomy .field--name-list-price {
  color: #fff;
}
body.everlms-theme-bartender-orange .view-product-index:not(.view-featured-courses) .group-authour,
body.everlms-theme-bartender-orange .view-product-index:not(.view-featured-courses) .group-total, body.everlms-theme-bartender-orange .view-product-taxonomy .group-authour,
body.everlms-theme-bartender-orange .view-product-taxonomy .group-total {
  color: #fff;
}
body.everlms-theme-bartender-orange .view-free-courses .field--name-uid {
  color: #fff;
}
body.everlms-theme-bartender-orange .view-featured-courses .group-info .group-text .field--name-uid {
  color: #fff;
}
body.everlms-theme-bartender-orange .view-featured-courses .group-info .group-text .field--name-title a {
  color: #fff;
}
body.everlms-theme-bartender-orange .view-featured-courses .field--name-list-price {
  color: #fff;
}
body.everlms-theme-bartender-orange .view-category:not(.view-top-category) .views-field-name a {
  background-color: #fff;
}
body.everlms-theme-bartender-orange .view-news .field--name-title h2 a {
  color: #fff;
}
body.everlms-theme-bartender-orange .view-commerce-cart-form .field--name-total-price .order-total-line {
  color: #fff;
}
body.everlms-theme-bartender-orange .view-membership h1,
body.everlms-theme-bartender-orange .view-membership h2,
body.everlms-theme-bartender-orange .view-membership h3,
body.everlms-theme-bartender-orange .view-membership h4,
body.everlms-theme-bartender-orange .view-membership h5,
body.everlms-theme-bartender-orange .view-membership h6 {
  color: #000;
}
body.everlms-theme-bartender-orange .comment-form .form-item > label {
  color: #fff;
}
body.everlms-theme-badminton-cyan select:hover, body.everlms-theme-badminton-cyan select:focus,
body.everlms-theme-badminton-cyan input.form-tel:hover,
body.everlms-theme-badminton-cyan input.form-tel:focus,
body.everlms-theme-badminton-cyan input.form-date:hover,
body.everlms-theme-badminton-cyan input.form-date:focus,
body.everlms-theme-badminton-cyan input.form-text:hover,
body.everlms-theme-badminton-cyan input.form-text:focus,
body.everlms-theme-badminton-cyan input.form-email:hover,
body.everlms-theme-badminton-cyan input.form-email:focus,
body.everlms-theme-badminton-cyan input.form-file:hover,
body.everlms-theme-badminton-cyan input.form-file:focus {
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan header.header {
  border-bottom: none;
}
body.everlms-theme-badminton-cyan nav.menu--account .menu {
  gap: 16px;
}
body.everlms-theme-badminton-cyan nav.menu--account .menu li {
  background-color: rgb(24, 204, 198);
  border-radius: 50%;
}
body.everlms-theme-badminton-cyan nav.menu--account .menu li.menu-item--expanded > .menu {
  border-top: 4px solid rgb(24, 204, 198);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.everlms-theme-badminton-cyan nav.menu--account .menu li.menu-item--expanded > .menu .menu-item a:hover, body.everlms-theme-badminton-cyan nav.menu--account .menu li.menu-item--expanded > .menu .menu-item a:focus {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan nav.menu--account .menu li a {
  display: block;
}
body.everlms-theme-badminton-cyan nav.menu--account .menu li li {
  background-color: transparent;
}
body.everlms-theme-badminton-cyan nav.menu--manage .menu li.menu-item--expanded {
  background-color: rgb(24, 204, 198);
  border-radius: 50%;
  display: flex;
}
body.everlms-theme-badminton-cyan nav.menu--manage .menu li.menu-item--expanded > .menu {
  border-top: 4px solid rgb(24, 204, 198);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.everlms-theme-badminton-cyan nav.menu--manage .menu li.menu-item--expanded > .menu .menu-item a:hover, body.everlms-theme-badminton-cyan nav.menu--manage .menu li.menu-item--expanded > .menu .menu-item a:focus {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan nav.menu--manage .menu li.menu-item--expanded a {
  display: block;
}
body.everlms-theme-badminton-cyan nav.menu--manage .menu li.menu-item--expanded li {
  background-color: transparent;
}
body.everlms-theme-badminton-cyan nav.pager .pager__items .pager__item.is-active > a {
  background: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded:hover > .nav-link {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a {
  background-color: rgb(24, 204, 198);
  border-radius: 4px;
  transition: all 0.3;
}
body.everlms-theme-badminton-cyan .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a:hover, body.everlms-theme-badminton-cyan .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  transition: all 0.3;
  text-decoration: none;
}
body.everlms-theme-badminton-cyan .component-wrapper.component-wrapper--type-push_image img {
  border-radius: 4px;
}
body.everlms-theme-badminton-cyan aside .facets-soft-limit-link {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan aside .block-facets .facets-widget-checkbox input:checked ~ label:before {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .button,
body.everlms-theme-badminton-cyan .view .view-header a[href$=add],
body.everlms-theme-badminton-cyan a[data-drupal-selector=edit-actions-delete],
body.everlms-theme-badminton-cyan .btn-view-detail,
body.everlms-theme-badminton-cyan .btn-start-course,
body.everlms-theme-badminton-cyan form input[type=submit] {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .button:hover, body.everlms-theme-badminton-cyan .button:focus,
body.everlms-theme-badminton-cyan .view .view-header a[href$=add]:hover,
body.everlms-theme-badminton-cyan .view .view-header a[href$=add]:focus,
body.everlms-theme-badminton-cyan a[data-drupal-selector=edit-actions-delete]:hover,
body.everlms-theme-badminton-cyan a[data-drupal-selector=edit-actions-delete]:focus,
body.everlms-theme-badminton-cyan .btn-view-detail:hover,
body.everlms-theme-badminton-cyan .btn-view-detail:focus,
body.everlms-theme-badminton-cyan .btn-start-course:hover,
body.everlms-theme-badminton-cyan .btn-start-course:focus,
body.everlms-theme-badminton-cyan form input[type=submit]:hover,
body.everlms-theme-badminton-cyan form input[type=submit]:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan form.quiz-form .take-quiz-form [id*=question_] p {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan form.quiz-form #confirm_submit input,
body.everlms-theme-badminton-cyan form.quiz-form #next_button input {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan form.quiz-form #confirm_submit input:hover, body.everlms-theme-badminton-cyan form.quiz-form #confirm_submit input:focus,
body.everlms-theme-badminton-cyan form.quiz-form #next_button input:hover,
body.everlms-theme-badminton-cyan form.quiz-form #next_button input:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan form.contact-form > .form-actions input[type=submit] {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan form.contact-form > .form-actions input[type=submit]:hover, body.everlms-theme-badminton-cyan form.contact-form > .form-actions input[type=submit]:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-label,
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-value {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .layout-region-checkout-main .link--previous {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .layout-region-checkout-main .link--previous:hover, body.everlms-theme-badminton-cyan form.commerce-checkout-flow .layout-region-checkout-main .link--previous:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .layout-region-checkout-footer .button--primary {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:hover, body.everlms-theme-badminton-cyan form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit] {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:hover, body.everlms-theme-badminton-cyan form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit],
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:hover, body.everlms-theme-badminton-cyan form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:focus,
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:hover,
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .coupon-redemption-form__coupons .button {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .coupon-redemption-form__coupons .button:hover, body.everlms-theme-badminton-cyan form.commerce-checkout-flow .coupon-redemption-form__coupons .button:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .form-wrapper__returning-customer .button {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .form-wrapper__returning-customer .button:hover, body.everlms-theme-badminton-cyan form.commerce-checkout-flow .form-wrapper__returning-customer .button:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .form-wrapper__guest-checkout .button {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan form.commerce-checkout-flow .form-wrapper__guest-checkout .button:hover, body.everlms-theme-badminton-cyan form.commerce-checkout-flow .form-wrapper__guest-checkout .button:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan form[class*=user-] .form-wrapper input[type=submit] {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan form[class*=user-] .form-wrapper input[type=submit]:hover, body.everlms-theme-badminton-cyan form[class*=user-] .form-wrapper input[type=submit]:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan .quiz-confirm-dialog .ui-dialog-titlebar {
  background-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .quiz-confirm-dialog .ui-dialog-buttonset .button--primary {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:hover, body.everlms-theme-badminton-cyan .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan .take-quiz-result table[class*=quiz-result] tbody tr.quiz-result-choice-0 .quiz-result-data-0 {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .tabs.primary li.is-active {
  background-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .tabs.primary li.is-active:hover {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan .tabs.primary li.is-active a {
  color: #fff;
}
body.everlms-theme-badminton-cyan .tabs.primary li:hover {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan .tabs.primary li:hover a {
  color: #fff;
}
body.everlms-theme-badminton-cyan .region-header .block-commerce-cart {
  margin-right: 0;
}
body.everlms-theme-badminton-cyan .region-header .block-commerce-cart .cart-block--link__expand {
  background-color: rgb(24, 204, 198);
  border-radius: 50px;
}
body.everlms-theme-badminton-cyan .region-header .block-commerce-cart .cart-block--summary__count {
  top: 7px;
  right: 7px;
  width: 10px;
}
body.everlms-theme-badminton-cyan .region-header .menu--main > .navbar-nav .nav-link.is-active, body.everlms-theme-badminton-cyan .region-header .menu--main > .navbar-nav .nav-link:hover {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .region-header .menu--main > .navbar-nav .nav-link.is-active:after, body.everlms-theme-badminton-cyan .region-header .menu--main > .navbar-nav .nav-link:hover:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-badminton-cyan .region-header .menu--main .nav-item.menu-item--expanded > .nav-link:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-badminton-cyan .region-header .menu--main .nav-item.menu-item--expanded > .nav-link:hover:after, body.everlms-theme-badminton-cyan .region-header .menu--main .nav-item.menu-item--expanded > .nav-link.is-active:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-badminton-cyan .region-banner .component-wrapper--type-push_image {
  border: none;
}
body.everlms-theme-badminton-cyan .view-product-index:not(.view-featured-courses) .field--name-field-category a, body.everlms-theme-badminton-cyan .view-product-taxonomy .field--name-field-category a {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .view-product-index:not(.view-featured-courses) .group-image .group-tags > .field--name-field-free, body.everlms-theme-badminton-cyan .view-product-taxonomy .group-image .group-tags > .field--name-field-free {
  background-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .view-product-index:not(.view-featured-courses) .field--name-price, body.everlms-theme-badminton-cyan .view-product-taxonomy .field--name-price {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .view-featured-courses .group-info .group-image .group-tags > .field--name-field-free {
  background-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .view-featured-courses .group-info .group-text .field--name-field-category a {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .view-featured-courses .field--name-price {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .view-membership {
  color: #000 !important;
}
body.everlms-theme-badminton-cyan .view-membership .views-view-grid .views-row .views-col {
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .view-membership .views-field-price__number,
body.everlms-theme-badminton-cyan .view-membership .views-field-list-price__number {
  color: rgb(15.9473684211, 135.5526315789, 131.5657894737);
}
body.everlms-theme-badminton-cyan .view-news .field--name-field-tags a {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .view-commerce-cart-form .field--name-total-price .order-total-line.order-total-line__total .order-total-line-value {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .view-category:not(.view-top-category) .views-field-name a:hover, body.everlms-theme-badminton-cyan .view-category:not(.view-top-category) .views-field-name a:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  color: #fff;
}
body.everlms-theme-badminton-cyan .view-quiz .view-header a {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .view-quiz .view-header a:hover, body.everlms-theme-badminton-cyan .view-quiz .view-header a:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan .view-my-courses .views-field-field-category a {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .view-my-courses .views-field-lms-user-course-result-link a {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan .view-my-courses .views-field-lms-user-course-result-link a:hover, body.everlms-theme-badminton-cyan .view-my-courses .views-field-lms-user-course-result-link a:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan.path-news .field--name-field-tags .field__item a {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan.path-product article .group-content-layout .group-video .group-variation .product--variation-field--variation_price__3 {
  color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan.path-product article .group-content-layout .group-video .group-variation .field--name-list-price {
  color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-cyan.path-take-quiz form[class*=user-] .form-wrapper input[type=submit] {
  background-color: rgb(24, 204, 198);
  border-color: rgb(24, 204, 198);
}
body.everlms-theme-badminton-cyan.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:hover, body.everlms-theme-badminton-cyan.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:focus {
  background-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
  border-color: rgb(48.3157894737, 230.6842105263, 224.6052631579);
}
body.everlms-theme-badminton-green {
  background-image: linear-gradient(180deg, #3e4550 0%, #33373e 100%);
  color: #fff !important;
}
body.everlms-theme-badminton-green select:hover, body.everlms-theme-badminton-green select:focus,
body.everlms-theme-badminton-green input.form-tel:hover,
body.everlms-theme-badminton-green input.form-tel:focus,
body.everlms-theme-badminton-green input.form-date:hover,
body.everlms-theme-badminton-green input.form-date:focus,
body.everlms-theme-badminton-green input.form-text:hover,
body.everlms-theme-badminton-green input.form-text:focus,
body.everlms-theme-badminton-green input.form-email:hover,
body.everlms-theme-badminton-green input.form-email:focus,
body.everlms-theme-badminton-green input.form-file:hover,
body.everlms-theme-badminton-green input.form-file:focus {
  border-color: #90a31c;
}
body.everlms-theme-badminton-green header.header {
  background-color: #252a32;
  border-bottom: none;
}
body.everlms-theme-badminton-green nav.menu--account .menu {
  gap: 16px;
}
body.everlms-theme-badminton-green nav.menu--account .menu li {
  background-color: #90a31c;
  border-radius: 50%;
}
body.everlms-theme-badminton-green nav.menu--account .menu li.menu-item--expanded > .menu {
  border-top: 4px solid #90a31c;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.everlms-theme-badminton-green nav.menu--account .menu li.menu-item--expanded > .menu .menu-item a:hover, body.everlms-theme-badminton-green nav.menu--account .menu li.menu-item--expanded > .menu .menu-item a:focus {
  color: #90a31c;
}
body.everlms-theme-badminton-green nav.menu--account .menu li a {
  display: block;
}
body.everlms-theme-badminton-green nav.menu--account .menu li li {
  background-color: transparent;
}
body.everlms-theme-badminton-green nav.menu--manage .menu li.menu-item--expanded {
  background-color: #90a31c;
  border-radius: 50%;
  display: flex;
}
body.everlms-theme-badminton-green nav.menu--manage .menu li.menu-item--expanded > .menu {
  border-top: 4px solid #90a31c;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.everlms-theme-badminton-green nav.menu--manage .menu li.menu-item--expanded > .menu .menu-item a:hover, body.everlms-theme-badminton-green nav.menu--manage .menu li.menu-item--expanded > .menu .menu-item a:focus {
  color: #90a31c;
}
body.everlms-theme-badminton-green nav.menu--manage .menu li.menu-item--expanded a {
  display: block;
}
body.everlms-theme-badminton-green nav.menu--manage .menu li.menu-item--expanded li {
  background-color: transparent;
}
body.everlms-theme-badminton-green nav.pager .pager__items .pager__item.is-active > a {
  background: #90a31c;
}
body.everlms-theme-badminton-green .region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded:hover > .nav-link {
  color: #90a31c;
}
body.everlms-theme-badminton-green .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a {
  background-color: #90a31c;
  border-radius: 4px;
  transition: all 0.3;
}
body.everlms-theme-badminton-green .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a:hover, body.everlms-theme-badminton-green .component-wrapper.component-wrapper--type-push_image .component-item .field--name-field-pi-link a:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  transition: all 0.3;
  text-decoration: none;
}
body.everlms-theme-badminton-green .component-wrapper.component-wrapper--type-push_image img {
  border-radius: 4px;
}
body.everlms-theme-badminton-green aside .facets-soft-limit-link {
  color: #90a31c;
}
body.everlms-theme-badminton-green aside .block-facets .facets-widget-checkbox input:checked ~ label:before {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green .button,
body.everlms-theme-badminton-green .view .view-header a[href$=add],
body.everlms-theme-badminton-green a[data-drupal-selector=edit-actions-delete],
body.everlms-theme-badminton-green .btn-view-detail,
body.everlms-theme-badminton-green .btn-start-course,
body.everlms-theme-badminton-green form input[type=submit] {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green .button:hover, body.everlms-theme-badminton-green .button:focus,
body.everlms-theme-badminton-green .view .view-header a[href$=add]:hover,
body.everlms-theme-badminton-green .view .view-header a[href$=add]:focus,
body.everlms-theme-badminton-green a[data-drupal-selector=edit-actions-delete]:hover,
body.everlms-theme-badminton-green a[data-drupal-selector=edit-actions-delete]:focus,
body.everlms-theme-badminton-green .btn-view-detail:hover,
body.everlms-theme-badminton-green .btn-view-detail:focus,
body.everlms-theme-badminton-green .btn-start-course:hover,
body.everlms-theme-badminton-green .btn-start-course:focus,
body.everlms-theme-badminton-green form input[type=submit]:hover,
body.everlms-theme-badminton-green form input[type=submit]:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green form.quiz-form .take-quiz-form [id*=question_] p {
  color: #90a31c;
}
body.everlms-theme-badminton-green form.quiz-form #confirm_submit input,
body.everlms-theme-badminton-green form.quiz-form #next_button input {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green form.quiz-form #confirm_submit input:hover, body.everlms-theme-badminton-green form.quiz-form #confirm_submit input:focus,
body.everlms-theme-badminton-green form.quiz-form #next_button input:hover,
body.everlms-theme-badminton-green form.quiz-form #next_button input:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green form.contact-form > .form-actions input[type=submit] {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green form.contact-form > .form-actions input[type=submit]:hover, body.everlms-theme-badminton-green form.contact-form > .form-actions input[type=submit]:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-label,
body.everlms-theme-badminton-green form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-value {
  color: #90a31c;
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .layout-region-checkout-main .link--previous {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .layout-region-checkout-main .link--previous:hover, body.everlms-theme-badminton-green form.commerce-checkout-flow .layout-region-checkout-main .link--previous:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .layout-region-checkout-footer .button--primary {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:hover, body.everlms-theme-badminton-green form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit] {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:hover, body.everlms-theme-badminton-green form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit],
body.everlms-theme-badminton-green form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:hover, body.everlms-theme-badminton-green form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:focus,
body.everlms-theme-badminton-green form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:hover,
body.everlms-theme-badminton-green form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .coupon-redemption-form__coupons .button {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .coupon-redemption-form__coupons .button:hover, body.everlms-theme-badminton-green form.commerce-checkout-flow .coupon-redemption-form__coupons .button:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .form-wrapper__returning-customer .button {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .form-wrapper__returning-customer .button:hover, body.everlms-theme-badminton-green form.commerce-checkout-flow .form-wrapper__returning-customer .button:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .form-wrapper__guest-checkout .button {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .form-wrapper__guest-checkout .button:hover, body.everlms-theme-badminton-green form.commerce-checkout-flow .form-wrapper__guest-checkout .button:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green form[class*=user-] .form-wrapper input[type=submit] {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green form[class*=user-] .form-wrapper input[type=submit]:hover, body.everlms-theme-badminton-green form[class*=user-] .form-wrapper input[type=submit]:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green .quiz-confirm-dialog .ui-dialog-titlebar {
  background-color: #90a31c;
}
body.everlms-theme-badminton-green .quiz-confirm-dialog .ui-dialog-buttonset .button--primary {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:hover, body.everlms-theme-badminton-green .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green .take-quiz-result table[class*=quiz-result] tbody tr.quiz-result-choice-0 .quiz-result-data-0 {
  color: #90a31c;
}
body.everlms-theme-badminton-green .tabs.primary li.is-active {
  background-color: #90a31c;
}
body.everlms-theme-badminton-green .tabs.primary li.is-active:hover {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green .tabs.primary li.is-active a {
  color: #fff;
}
body.everlms-theme-badminton-green .tabs.primary li:hover {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green .tabs.primary li:hover a {
  color: #fff;
}
body.everlms-theme-badminton-green .region-header .block-commerce-cart {
  margin-right: 0;
}
body.everlms-theme-badminton-green .region-header .block-commerce-cart .cart-block--link__expand {
  background-color: #90a31c;
  border-radius: 50px;
}
body.everlms-theme-badminton-green .region-header .block-commerce-cart .cart-block--summary__count {
  top: 7px;
  right: 7px;
  width: 10px;
}
body.everlms-theme-badminton-green .region-header .menu--main > .navbar-nav .nav-link.is-active, body.everlms-theme-badminton-green .region-header .menu--main > .navbar-nav .nav-link:hover {
  color: #90a31c;
}
body.everlms-theme-badminton-green .region-header .menu--main > .navbar-nav .nav-link.is-active:after, body.everlms-theme-badminton-green .region-header .menu--main > .navbar-nav .nav-link:hover:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-badminton-green .region-header .menu--main .nav-item.menu-item--expanded > .nav-link:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-badminton-green .region-header .menu--main .nav-item.menu-item--expanded > .nav-link:hover:after, body.everlms-theme-badminton-green .region-header .menu--main .nav-item.menu-item--expanded > .nav-link.is-active:after {
  background-image: url("../../images/arrow-down-menu.svg");
}
body.everlms-theme-badminton-green .region-banner .component-wrapper--type-push_image {
  border: none;
}
body.everlms-theme-badminton-green .section-footer, body.everlms-theme-badminton-green .section-footer-bottom {
  background-color: #252a32;
}
body.everlms-theme-badminton-green .view-product-index:not(.view-featured-courses) .field--name-field-category a, body.everlms-theme-badminton-green .view-product-taxonomy .field--name-field-category a {
  color: #90a31c;
}
body.everlms-theme-badminton-green .view-product-index:not(.view-featured-courses) .group-image .group-tags > .field--name-field-free, body.everlms-theme-badminton-green .view-product-taxonomy .group-image .group-tags > .field--name-field-free {
  background-color: #90a31c;
}
body.everlms-theme-badminton-green .view-product-index:not(.view-featured-courses) .field--name-price, body.everlms-theme-badminton-green .view-product-taxonomy .field--name-price {
  color: #90a31c;
}
body.everlms-theme-badminton-green .view-featured-courses .group-info .group-image .group-tags > .field--name-field-free {
  background-color: #90a31c;
}
body.everlms-theme-badminton-green .view-featured-courses .group-info .group-text .field--name-field-category a {
  color: #90a31c;
}
body.everlms-theme-badminton-green .view-featured-courses .field--name-price {
  color: #90a31c;
}
body.everlms-theme-badminton-green .view-membership {
  color: #000 !important;
}
body.everlms-theme-badminton-green .view-membership .views-view-grid .views-row .views-col {
  border-color: #90a31c;
}
body.everlms-theme-badminton-green .view-membership .views-field-price__number,
body.everlms-theme-badminton-green .view-membership .views-field-list-price__number {
  color: rgb(86.3246073298, 97.7146596859, 16.7853403141);
}
body.everlms-theme-badminton-green .view-news .field--name-field-tags a {
  color: #90a31c;
}
body.everlms-theme-badminton-green .view-commerce-cart-form .field--name-total-price .order-total-line.order-total-line__total .order-total-line-value {
  color: #90a31c;
}
body.everlms-theme-badminton-green .view-category:not(.view-top-category) .views-field-name a:hover, body.everlms-theme-badminton-green .view-category:not(.view-top-category) .views-field-name a:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  color: #fff;
}
body.everlms-theme-badminton-green .view-quiz .view-header a {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green .view-quiz .view-header a:hover, body.everlms-theme-badminton-green .view-quiz .view-header a:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green .view-my-courses .views-field-field-category a {
  color: #90a31c;
}
body.everlms-theme-badminton-green .view-my-courses .views-field-lms-user-course-result-link a {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green .view-my-courses .views-field-lms-user-course-result-link a:hover, body.everlms-theme-badminton-green .view-my-courses .views-field-lms-user-course-result-link a:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green.path-news .field--name-field-tags .field__item a {
  color: #90a31c;
}
body.everlms-theme-badminton-green.path-product article .group-content-layout .group-video .group-variation .product--variation-field--variation_price__3 {
  color: #90a31c;
}
body.everlms-theme-badminton-green.path-product article .group-content-layout .group-video .group-variation .field--name-list-price {
  color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green.path-take-quiz form[class*=user-] .form-wrapper input[type=submit] {
  background-color: #90a31c;
  border-color: #90a31c;
}
body.everlms-theme-badminton-green.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:hover, body.everlms-theme-badminton-green.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:focus {
  background-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
  border-color: rgb(182.4502617801, 206.5235602094, 35.4764397906);
}
body.everlms-theme-badminton-green.path-home .region-content .block-views > h2 {
  color: #fff;
}
body.everlms-theme-badminton-green.path-product {
  color: #fff !important;
}
body.everlms-theme-badminton-green.path-product article .group-content-layout .group-info > .field:not(.field--name-field-what-you-learn) {
  color: #fff;
}
body.everlms-theme-badminton-green.path-product article .group-content-layout .group-info > .field:not(.field--name-field-what-you-learn) .field__label {
  color: #fff;
}
body.everlms-theme-badminton-green.path-product article .group-content-layout .group-info .group-text .field--name-field-short-description {
  color: #fff;
}
body.everlms-theme-badminton-green.path-product article .group-content-layout .group-info .field--name-uid {
  color: #fff;
}
body.everlms-theme-badminton-green.path-product article .group-content-layout .group-info .group-total {
  color: #fff;
}
body.everlms-theme-badminton-green.path-product article .group-content-layout .group-info .group-total > .field:before {
  background-image: url(../../images/white-icons/info.svg);
}
body.everlms-theme-badminton-green.path-product article .group-content-layout .group-info .group-total .field--name-field-learner-number:before {
  background-image: url(../../images/white-icons/user.svg);
}
body.everlms-theme-badminton-green.path-product article .group-content-layout .group-info .group-total .field--name-field-language:before {
  background-image: url(../../images/white-icons/substitles.svg);
}
body.everlms-theme-badminton-green.path-product article .group-content-layout .group-video .group-variation {
  margin-bottom: 10px;
}
body.everlms-theme-badminton-green.path-product article .group-content-layout .group-video .group-variation .field--name-price {
  color: #fff;
}
body.everlms-theme-badminton-green h1,
body.everlms-theme-badminton-green h2,
body.everlms-theme-badminton-green h3,
body.everlms-theme-badminton-green h4,
body.everlms-theme-badminton-green h5,
body.everlms-theme-badminton-green h6 {
  color: #fff;
}
body.everlms-theme-badminton-green .certificate h1,
body.everlms-theme-badminton-green .certificate h2,
body.everlms-theme-badminton-green .certificate h3,
body.everlms-theme-badminton-green .certificate h4,
body.everlms-theme-badminton-green .certificate h5,
body.everlms-theme-badminton-green .certificate h6 {
  color: #000;
}
body.everlms-theme-badminton-green table {
  color: #fff !important;
}
body.everlms-theme-badminton-green table a {
  color: #fff;
}
body.everlms-theme-badminton-green table thead tr th {
  color: #fff;
}
body.everlms-theme-badminton-green .banner {
  background-color: #23282f;
}
body.everlms-theme-badminton-green form .form-item-vote .description {
  color: #fff;
}
body.everlms-theme-badminton-green form .form-item-vote .description span {
  color: #fff;
}
body.everlms-theme-badminton-green form.quiz-form .count-down-label--wrapper {
  color: #fff;
}
body.everlms-theme-badminton-green form.contact-form .form-item > label {
  color: #fff;
  margin-right: 8px;
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .checkout-pane legend {
  color: #fff;
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line {
  color: #fff;
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-item-coupon-redemption-form-code label {
  color: #fff;
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .form-item-payment-information-add-payment-method-payment-details-card-number label,
body.everlms-theme-badminton-green form.commerce-checkout-flow .form-item-payment-information-add-payment-method-payment-details-expiration label,
body.everlms-theme-badminton-green form.commerce-checkout-flow .form-item-payment-information-add-payment-method-payment-details-security-code label {
  color: #fff;
}
body.everlms-theme-badminton-green form.commerce-checkout-flow .form-wrapper__returning-customer .fieldset-wrapper .form-item label {
  color: #fff;
}
body.everlms-theme-badminton-green form[class*=user-] .form-item > label {
  color: #fff;
}
body.everlms-theme-badminton-green form[class*=user-] .form-item .description {
  color: #fff;
}
body.everlms-theme-badminton-green aside .block-facets {
  color: #fff !important;
}
body.everlms-theme-badminton-green aside .block-facets > h2 {
  color: #fff;
}
body.everlms-theme-badminton-green aside .block-facets .facets-widget-checkbox > ul li.facet-item span.facet-item__value {
  color: #fff;
}
body.everlms-theme-badminton-green nav.pager .pager__items .pager__item a {
  color: #fff;
}
body.everlms-theme-badminton-green .tabs.primary li a {
  color: #fff;
}
body.everlms-theme-badminton-green .view-product-index:not(.view-featured-courses) .field--name-title a, body.everlms-theme-badminton-green .view-product-taxonomy .field--name-title a {
  color: #fff;
}
body.everlms-theme-badminton-green .view-product-index:not(.view-featured-courses) .field--name-list-price, body.everlms-theme-badminton-green .view-product-taxonomy .field--name-list-price {
  color: #fff;
}
body.everlms-theme-badminton-green .view-product-index:not(.view-featured-courses) .group-authour,
body.everlms-theme-badminton-green .view-product-index:not(.view-featured-courses) .group-total, body.everlms-theme-badminton-green .view-product-taxonomy .group-authour,
body.everlms-theme-badminton-green .view-product-taxonomy .group-total {
  color: #fff;
}
body.everlms-theme-badminton-green .view-free-courses .field--name-uid {
  color: #fff;
}
body.everlms-theme-badminton-green .view-featured-courses .group-info .group-text .field--name-uid {
  color: #fff;
}
body.everlms-theme-badminton-green .view-featured-courses .group-info .group-text .field--name-title a {
  color: #fff;
}
body.everlms-theme-badminton-green .view-featured-courses .field--name-list-price {
  color: #fff;
}
body.everlms-theme-badminton-green .view-category:not(.view-top-category) .views-field-name a {
  background-color: #fff;
}
body.everlms-theme-badminton-green .view-news .field--name-title h2 a {
  color: #fff;
}
body.everlms-theme-badminton-green .view-commerce-cart-form .field--name-total-price .order-total-line {
  color: #fff;
}
body.everlms-theme-badminton-green .view-membership h1,
body.everlms-theme-badminton-green .view-membership h2,
body.everlms-theme-badminton-green .view-membership h3,
body.everlms-theme-badminton-green .view-membership h4,
body.everlms-theme-badminton-green .view-membership h5,
body.everlms-theme-badminton-green .view-membership h6 {
  color: #000;
}
body.everlms-theme-badminton-green .comment-form .form-item > label {
  color: #fff;
}

/* Roboto */
@font-face {
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-serif/Roboto-Medium.woff"); /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto Medium"), url("../fonts/roboto-serif/Roboto-Medium.woff") format("woff"); /* Modern Browsers */
}
@font-face {
  font-family: "Roboto Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-serif/Roboto-Medium.woff"); /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto Medium"), url("../fonts/roboto-serif/Roboto-Medium.woff") format("woff"); /* Modern Browsers */
}
/* Roboto Serif */
@font-face {
  font-family: "Roboto Serif SemiBold";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-serif/RobotoSerif-SemiBold.woff"); /* IE9 Compat Modes */
  src: local("Roboto SemiBold"), local("Roboto SemiBold"), url("../fonts/roboto-serif/RobotoSerif-SemiBold.woff") format("woff"); /* Modern Browsers */
}
/* IBMPlex-Sans */
@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("IBMPlexSans Regular"), local("IBMPlexSans Regular"), url("../fonts/ibmplex-sans/IBMPlexSans-Regular.woff") format("woff"), url("../fonts/ibmplex-sans/IBMPlexSans-Regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("IBMPlexSans SemiBold"), local("IBMPlexSans SemiBold"), url("../fonts/ibmplex-sans/IBMPlexSans-SemiBold.woff") format("woff"), url("../fonts/ibmplex-sans/IBMPlexSans-SemiBold.svg#OpenSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("IBMPlexSans Bold"), local("IBMPlexSans Bold"), url("../fonts/ibmplex-sans/IBMPlexSans-Bold.woff") format("woff"), url("../fonts/ibmplex-sans/IBMPlexSans-Bold.svg#OpenSans") format("svg"); /* Legacy iOS */
}
body {
  font-size: 16px;
  line-height: 24px;
  font-family: "IBMPlexSans";
  font-weight: 400;
}

h1 {
  font-size: 56px;
  line-height: 68px;
  margin-bottom: 24px;
}

h2 {
  font-size: 32px;
  line-height: 41.6px;
  margin-bottom: 24px;
}

h3 {
  font-size: 26px;
  line-height: 35px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #121212;
  font-weight: 600;
}

@media (max-width: 991.96px) {
  h1 {
    font-size: 48px;
    line-height: 1.2;
  }
}
@media (max-width: 767.96px) {
  h1 {
    font-size: 36px;
  }
}

.site-logo img {
  max-height: 80px;
  height: 100%;
}
@media (max-width: 991.96px) {
  .site-logo img {
    max-height: 60px;
  }
}

table {
  margin-bottom: 40px;
  width: 100%;
}
table thead {
  border: none;
}
table thead tr th {
  vertical-align: middle;
  padding: 15px;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
}
table thead tr th a {
  font-weight: 700;
  color: #121212;
}
table tbody tr:nth-child(even) {
  background-color: #eee;
}
table tbody tr td {
  vertical-align: middle;
  padding: 15px;
  border: 1px solid #ddd;
}
table tbody tr td a {
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
}

textarea {
  padding: 7px 15px;
}

a:hover {
  text-decoration: none;
}

video {
  display: block;
  width: 100%;
}

.container-fluid {
  padding: 0;
}

.cart--cart-block table {
  margin-bottom: 15px;
}
.cart--cart-block .cart-block--contents {
  background-color: #fafafa;
  width: auto;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0px 15px 25px -4px rgba(150, 150, 150, 0.24);
}
.cart--cart-block .cart-block--contents__links a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  display: block;
  padding: 8px;
}
.cart--cart-block .cart-block--contents__links a:hover, .cart--cart-block .cart-block--contents__links a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.no-scrollable {
  height: 100%;
  overflow: hidden;
}

.splide .splide__arrow {
  background-color: #eee;
  width: 32px;
  height: 32px;
  opacity: 1;
}

input[type=checkbox] {
  width: 24px;
  height: 24px;
}

.btn-view-detail {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  white-space: nowrap;
}
.btn-view-detail:hover, .btn-view-detail:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.ui-accordion .ui-accordion-header {
  background-color: #fafafa;
  padding: 11px 24px;
  margin: 0;
  border: solid 1px #ebebee;
}
.ui-accordion .ui-accordion-header span {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.ui-accordion .ui-accordion-header span a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: inline-block;
  background-image: url("../images/up.svg");
  background-repeat: no-repeat;
  background-position: unset;
  margin-right: 8px;
  transition: all 0.3s;
}
.ui-accordion .ui-accordion-header:not(.ui-accordion-header-active) .ui-accordion-header-icon {
  transform: rotate(180deg);
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active {
  border-bottom: none;
}
.ui-accordion .ui-accordion-content {
  border-color: #ebebee;
}

.messages {
  display: inline-block;
  color: #fff;
  padding: 10px;
  margin-bottom: 16px;
  border-radius: 4px;
}
.messages a {
  color: #fff;
  font-weight: 600;
}
.messages--status {
  background-color: #2ea443;
}
.messages--warning {
  background-color: #f8991c;
}
.messages--error {
  background-color: #ee3124;
}

.btn-start-course {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.btn-start-course:hover, .btn-start-course:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.hidden {
  display: none !important;
}

input {
  margin: 0;
}

select,
input.form-tel,
input.form-date,
input.form-text,
input.form-email,
input.form-file {
  font-size: 1rem;
  line-height: 1.42857;
  color: #1a202c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  padding: 0.1rem 0.6rem;
  font-weight: 400;
  width: 100%;
  height: 44px;
  border-radius: 4px;
}
select::placeholder,
input.form-tel::placeholder,
input.form-date::placeholder,
input.form-text::placeholder,
input.form-email::placeholder,
input.form-file::placeholder {
  font-weight: 400;
}

.button {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.button:hover, .button:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.form-submit {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.form-submit:hover, .form-submit:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.form-submit[data-drupal-selector$=entity-edit] {
  width: 52px;
  height: 52px;
  padding: 0;
  font-size: 0;
  background-image: url(../images/icon-edit.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: 24px;
}
.form-submit[data-drupal-selector$=entity-edit]:hover, .form-submit[data-drupal-selector$=entity-edit]:focus {
  background-image: url(../images/icon-edit.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
@media (max-width: 575.96px) {
  .form-submit[data-drupal-selector$=entity-edit] {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}
.form-submit[data-drupal-selector$=entity-remove], .form-submit[data-drupal-selector$=remove-button] {
  width: 52px;
  height: 52px;
  padding: 0;
  font-size: 0;
  background-image: url(../images/icon-delete.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: 24px;
}
.form-submit[data-drupal-selector$=entity-remove]:hover, .form-submit[data-drupal-selector$=entity-remove]:focus, .form-submit[data-drupal-selector$=remove-button]:hover, .form-submit[data-drupal-selector$=remove-button]:focus {
  background-image: url(../images/icon-delete.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
@media (max-width: 575.96px) {
  .form-submit[data-drupal-selector$=entity-remove], .form-submit[data-drupal-selector$=remove-button] {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}

textarea {
  color: #1a202c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  width: 100%;
}

select {
  background-image: url(../images/icon-select-black.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: calc(100% - 14px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-type-date {
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.field {
  margin-bottom: 10px;
}
.field:last-child {
  margin-bottom: 0;
}
.field.field--name-dynamic-block-fieldcommerce-product-course-content, .field.field--name-dynamic-block-fieldcommerce-product-frequently-bought-together, .field.field--name-dynamic-block-fieldcommerce-product-recommended-for-you {
  margin-bottom: 50px;
}
.field.field--name-dynamic-block-fieldcommerce-product-course-content h2, .field.field--name-dynamic-block-fieldcommerce-product-frequently-bought-together h2, .field.field--name-dynamic-block-fieldcommerce-product-recommended-for-you h2 {
  margin-bottom: 20px;
}
.field.field--name-field-review.field--type-comment {
  max-width: 700px;
}

.field--name-field-membership-type {
  display: flex;
  align-items: center;
}
.field--name-field-membership-type .field__item a {
  font-size: inherit;
  line-height: inherit;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}

.field--name-variations .field__label {
  margin-bottom: 8px;
}

.field--name-price {
  display: flex;
  align-items: center;
}
.field--name-price .field__item {
  font-size: inherit;
  line-height: inherit;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}

.field--name-field-zoom-class .field__label {
  font-weight: 600;
  margin-bottom: 8px;
}
.field--name-field-zoom-class .field__item a {
  background: #fff;
  border: 1px solid #e0e0e0;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
}
.field--name-field-zoom-class .field__item a:hover, .field--name-field-zoom-class .field__item a:focus {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}

.field--name-field-total-hours {
  position: relative;
  padding-right: 20px;
}
.field--name-field-total-hours:has(.form-item) {
  padding-right: 0;
}
.field--name-field-total-hours:has(.form-item)::before {
  display: none;
}
.field--name-field-total-hours:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-hours.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: contain;
  margin-right: 6px;
  transform: translateY(1px);
}

.field--name-field-total-lessons {
  position: relative;
}
.field--name-field-total-lessons:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon-lesson.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: contain;
  margin-right: 6px;
  transform: translateY(2px);
}

.field--name-field-total-quizzes {
  position: relative;
  display: flex;
  align-items: center;
}
.field--name-field-total-quizzes:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon-quizz.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: contain;
  margin-right: 6px;
}

.cetificate {
  position: relative;
  display: flex;
  align-items: center;
}
.cetificate:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-certificate.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: contain;
  margin-right: 6px;
}

.full-lifetime-access {
  position: relative;
  display: flex;
  align-items: center;
}
.full-lifetime-access:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon-lifetime.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: contain;
  margin-right: 6px;
}

.views-field-field-learner-number {
  position: relative;
  display: flex;
  align-items: center;
}
.views-field-field-learner-number:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-learning.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: contain;
  margin-right: 6px;
}

.quiz-hidden {
  display: none;
}

.lessons-hidden {
  display: none;
}

.faq-hidden {
  display: none;
}

.form-item {
  margin-bottom: 20px;
}
.form-item:has(.field-suffix) {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}
.form-item:has(.field-suffix) input {
  flex: 1;
}
.form-item:has(.field-suffix) label {
  flex: 0 0 100%;
}
.form-item:has(.field-suffix) .field-suffix {
  align-content: center;
}
.form-item label {
  font-weight: 600;
  margin-bottom: 8px;
}
.form-item .description {
  font-size: 14px;
  line-height: 18px;
}

.form-type-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.form-type-checkbox label {
  margin-left: 8px;
  margin-bottom: 0;
  font-weight: 400;
}

.form-type-managed-file .image-preview {
  margin-bottom: 20px;
}

.form-wrapper[data-drupal-selector$=actions] > .form-submit {
  margin-right: 20px;
}
@media (max-width: 575.96px) {
  .form-wrapper[data-drupal-selector$=actions] > .form-submit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.form-wrapper[data-drupal-selector$=actions] > .form-submit:last-child {
  margin-right: 0;
}
@media (max-width: 575.96px) {
  .form-wrapper[data-drupal-selector$=actions] > .form-submit:last-child {
    margin-bottom: 0;
  }
}
.form-wrapper.ief-entity-operations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.96px) {
  .form-wrapper.ief-entity-operations > .form-submit {
    width: 40px;
  }
}

.media-library-selection {
  padding-right: 56px;
  position: relative;
}
.media-library-selection img {
  width: 95%;
}
.media-library-selection .form-submit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

a[data-drupal-selector=edit-actions-delete] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
a[data-drupal-selector=edit-actions-delete]:hover, a[data-drupal-selector=edit-actions-delete]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
@media (max-width: 575.96px) {
  a[data-drupal-selector=edit-actions-delete] {
    width: 100%;
  }
}

/* Hide button show weight */
[data-drupal-selector=tabledrag-toggle-weight] {
  display: none;
}

table {
  margin-bottom: 30px;
}
table .views-field-remove-button {
  text-align: center;
}
table th .label {
  margin-bottom: 0;
}
table .draggable .form-item:only-child {
  margin-bottom: 0;
}

fieldset {
  margin-bottom: 32px;
}
fieldset legend {
  margin-bottom: 20px;
}

summary {
  padding: 10px;
  background-color: #dedede;
}
summary[aria-expanded=true] {
  margin-bottom: 10px;
}

details {
  margin-bottom: 20px;
}
details:has(> summary[aria-expanded=true]) {
  margin-bottom: 32px;
}

/* Edit Page */
.entity-meta__header .entity-meta__last-saved,
.entity-meta__header .author {
  display: inline-block;
  width: 100%;
}
.entity-meta__header .entity-meta__last-saved .label,
.entity-meta__header .author .label {
  display: inline;
  font-size: 18px;
  line-height: 1.2;
}
.entity-meta__header .entity-meta__last-saved .label:after,
.entity-meta__header .author .label:after {
  content: ":";
  margin-right: 5px;
}

.dropbutton-multiple .dropbutton-widget {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.2);
  padding: 5px 32px 5px 5px;
  background-color: #fff;
}

.product-price-wrapper {
  display: inline-block;
}
.product-price-wrapper .field {
  display: inline;
}

nav.navbar-we-mega-menu {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}
@media (max-width: 991.96px) {
  nav.menu--account {
    display: none;
  }
}
nav.menu--account > .menu > li > a {
  font-size: 0;
  display: inline-block;
  width: 48px;
  height: 48px;
}
nav.menu--account > .menu > li > a[href*="/user"] {
  background: url(../images/user.svg) no-repeat;
  background-size: 24px;
  background-position: center;
}
nav.menu--account > .menu > li > a[href*="/user/logout"] {
  background: url(../images/logout.png) no-repeat;
  background-size: 16px;
  background-position: center;
}
nav.menu--account > .menu > li > a[href*="/user/login"] {
  background: url(../images/login.png) no-repeat;
  background-size: 16px;
  background-position: center;
}
nav.menu--account .menu {
  display: flex;
  margin: 0;
}
nav.menu--account .menu li {
  padding: 0;
  display: flex;
}
nav.menu--account .menu .menu-item--expanded {
  display: block;
  position: relative;
}
nav.menu--account .menu .menu-item--expanded:hover > .menu {
  opacity: 1;
  visibility: visible;
}
nav.menu--account .menu .menu-item--expanded > .menu {
  display: block;
  position: absolute;
  background-color: #222222;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  min-width: 200px;
  width: max-content;
  z-index: 10;
  box-shadow: 0px 15px 25px -4px rgba(150, 150, 150, 0.24);
}
nav.menu--account .menu .menu-item--expanded > .menu .menu-item {
  margin-bottom: 0;
  padding: 0 10px;
}
nav.menu--account .menu .menu-item--expanded > .menu .menu-item a {
  display: flex;
  width: 100%;
  padding: 8px 0 10px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 500;
  font-family: "IBMPlexSans";
  border-bottom: 1px dashed #3c3c3c;
}
nav.menu--account .menu .menu-item--expanded > .menu .menu-item:last-child {
  margin-bottom: 0;
}
nav.menu--manage > .menu > li.menu-item--expanded > span {
  font-size: 0;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/icon-manage.png) no-repeat;
  background-size: 20px;
  background-position: center;
}
nav.menu--manage .menu {
  display: flex;
  margin: 0;
}
nav.menu--manage .menu li {
  padding: 0;
  display: flex;
}
nav.menu--manage .menu .menu-item--expanded {
  display: block;
  position: relative;
}
nav.menu--manage .menu .menu-item--expanded:hover > .menu {
  opacity: 1;
  visibility: visible;
}
nav.menu--manage .menu .menu-item--expanded > .menu {
  display: block;
  position: absolute;
  background-color: #222222;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  min-width: 200px;
  width: max-content;
  z-index: 10;
  box-shadow: 0px 15px 25px -4px rgba(150, 150, 150, 0.24);
}
nav.menu--manage .menu .menu-item--expanded > .menu .menu-item {
  margin-bottom: 0;
  padding: 0 10px;
}
nav.menu--manage .menu .menu-item--expanded > .menu .menu-item a {
  display: flex;
  width: 100%;
  padding: 8px 0 10px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 500;
  font-family: "IBMPlexSans";
  border-bottom: 1px dashed #3c3c3c;
}
nav.menu--manage .menu .menu-item--expanded > .menu .menu-item:last-child {
  margin-bottom: 0;
}
nav.pager {
  margin: 24px 0 0;
}
nav.pager .pager__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-left: 0;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 991.96px) {
  nav.pager .pager__items {
    justify-content: center;
  }
}
nav.pager .pager__items .pager__item {
  font-weight: 400;
  padding: 0;
}
nav.pager .pager__items .pager__item:hover a {
  color: #14a67b;
}
nav.pager .pager__items .pager__item a {
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-right: 4px;
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  border-radius: 4px;
  border: none;
}
nav.pager .pager__items .pager__item a:hover {
  background: unset;
}
nav.pager .pager__items .pager__item.is-active > a {
  color: #fff;
  background: #14a67b;
  border: none;
}
nav.pager .pager__items .pager__item.pager__item--first, nav.pager .pager__items .pager__item.pager__item--last {
  display: none;
}

.tabsbar.quicktabs-wrapper {
  padding: 0;
}
.tabsbar ul.quicktabs-tabs {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
}
.tabsbar ul.quicktabs-tabs > li.active > a {
  border: none;
  color: #14a67b;
  background-color: transparent;
}
@media (max-width: 991px) {
  .tabsbar ul.quicktabs-tabs > li.active > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.tabsbar ul.quicktabs-tabs li {
  margin-bottom: 0;
}
.tabsbar ul.quicktabs-tabs li a {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .tabsbar ul.quicktabs-tabs li a {
    padding: 0;
  }
}
.tabsbar ul.quicktabs-tabs li:hover a, .tabsbar ul.quicktabs-tabs li:focus a {
  color: #14a67b;
  transition: all 0.3s ease-out;
}
.tabsbar .quicktabs-main {
  padding: 0;
}

ul.we-mega-menu-ul {
  margin-right: 12px;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] {
  padding: 0;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"]:hover > .we-mega-menu-submenu, ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"]:focus > .we-mega-menu-submenu {
  display: none;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-submenu {
  display: none;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"].active-trail > .we-mega-menu-li {
  background-color: #14a67b;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-li {
  background-color: #14a67b;
  padding: 14px 48px 14px 24px;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  font-family: "IBMPlexSans";
  border-radius: 4px;
  text-transform: capitalize;
  transition: all 0.3s ease-out;
  position: relative;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-li:before, ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-li::after {
  display: none;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-li em {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/arrow-down-menu.svg) no-repeat;
  background-size: contain;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-li:hover, ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-li:focus {
  background-color: #0e7959;
  transition: all 0.3s ease-out;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-li.show-menu + .we-mega-menu-submenu {
  display: block;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] .we-mega-menu-submenu {
  min-width: 300px;
  padding: 0;
  margin-top: 0;
  border-radius: 4px;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] .we-mega-menu-row {
  margin-left: 0;
  margin-right: 0;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] .we-mega-menu-col {
  margin: 0;
  max-width: 100%;
  flex: 0 0 100%;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] {
  width: 100%;
  padding-bottom: 16px;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"]:first-child {
  padding-top: 8px;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"]:last-child {
  padding-bottom: 24px;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] a.we-mega-menu-li {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  border: none;
  padding: 8px 24px;
  margin-right: 0;
  position: relative;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] a.we-mega-menu-li::before, ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] a.we-mega-menu-li::after {
  display: none;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] .we-mega-menu-li {
  width: 100%;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] > .we-mega-menu-li {
  text-transform: uppercase;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] > .we-mega-menu-submenu {
  position: static;
  margin-top: 0 !important;
  box-shadow: none !important;
  border: none;
  padding: 0;
  opacity: 1;
  visibility: visible;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] {
  padding: 0;
  width: 100%;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] .we-mega-menu-submenu {
  right: 0;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] > .we-mega-menu-submenu {
  padding-top: 16px;
  padding-bottom: 16px;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] a.we-mega-menu-li {
  font-size: 15px;
  line-height: 20px;
  color: #121212;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-right: 0;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] a.we-mega-menu-li:hover, ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] a.we-mega-menu-li:focus {
  color: #14a67b;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] a.we-mega-menu-li:hover .arrow:before, ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] a.we-mega-menu-li:focus .arrow:before {
  background: url(../images/arrow-menu-right-hover.svg);
  background-size: contain;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] a.we-mega-menu-li .arrow {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 3px;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] a.we-mega-menu-li .arrow::before {
  position: absolute;
  content: "";
  top: 7px;
  right: 7px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/arrow-menu-right.svg) no-repeat;
  background-size: contain;
}
ul.quicktabs-tabs {
  margin: 0;
}
ul.quicktabs-tabs li {
  margin-bottom: 0;
  padding: 0 0 4px;
  position: relative;
}
ul.quicktabs-tabs li:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #14a67b;
  transition: all 0.3s ease-out;
}
ul.quicktabs-tabs li.active:before, ul.quicktabs-tabs li:hover:before, ul.quicktabs-tabs li:focus:before {
  width: 100%;
  transition: all 0.3s ease-out;
}
ul.quicktabs-tabs li.active a, ul.quicktabs-tabs li:hover a, ul.quicktabs-tabs li:focus a {
  color: #121212;
  transition: all 0.3s ease-out;
}
ul.quicktabs-tabs li a {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #121212;
  font-weight: 500;
  font-family: "Roboto Medium";
  text-decoration: none;
  padding: 8px 24px;
}

.field--name-field-components > .field__item > .component-builder {
  margin: 0;
}

.component-wrapper.component-wrapper--type-basic_component .field--name-field-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.component-wrapper.component-wrapper--type-push_image[class*=styles--background-color--] .component-wrapper--content {
  padding-top: 30px;
}

.component-builder h1, .component-builder h2 {
  line-height: 1.2;
}

article.comment {
  border-top: 1px solid #ebebee;
}
article.comment:first-child {
  border-top: none;
}
article.comment .description {
  display: none;
}
article.comment .content {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  border-radius: 6px;
}
article.comment .content a {
  font-weight: 600;
  color: #121212;
}
article.comment .content p {
  margin: 0;
}
article.comment .content footer {
  order: 4;
}
article.comment .content .field h3 {
  margin-bottom: 0;
}
article.comment .content .links {
  display: flex;
  gap: 16px;
}
article.comment .field_student_image {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin-right: 16px;
}
article.comment .field_student_image img {
  width: 100%;
  border-radius: 50%;
}
article.comment .field_column_group {
  width: 100%;
}
article.comment .field_row_group {
  display: flex;
  width: 100%;
  align-items: center;
}
article.comment .field_submitted {
  flex: 1;
}
article.edp-entity .field {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
article.edp-entity .field .field__label {
  max-width: 120px;
  padding-right: 15px;
  width: 100%;
}
article.edp-entity .field .field__items,
article.edp-entity .field .field__item {
  max-width: calc(100% - 120px);
  display: flex;
}
article.edp-entity .field .field__items {
  width: 100%;
}
article.edp-entity .field .field__items .field__item {
  width: 100%;
  max-width: 100%;
}
article.edp-entity .field .field__items .field__item ~ .field__item {
  margin-left: 10px;
}
article.edp-entity .field--label-above {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
article.edp-entity .field--label-above .field__label {
  max-width: 120px;
  padding-right: 15px;
  width: 100%;
}
article.edp-entity .field--label-above .field__item {
  max-width: calc(100% - 120px);
}
article.profile > .form-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  margin-bottom: 16px;
}
article.profile > .form-item h4 {
  margin: 0;
}
article.profile > .field__item {
  max-width: 768px;
}
article.profile > .field__item .profile > .field {
  display: flex;
  max-width: 100%;
  border-right: 1px solid #121212;
  border-top: 1px solid #121212;
  margin: 0;
  border-left: 1px solid #121212;
}
article.profile > .field__item .profile > .field:last-child {
  border-bottom: 1px solid #121212;
}
article.profile > .field__item .profile > .field .field__label {
  padding: 10px 10px 10px 15px;
  min-width: 240px;
  border-right: 1px solid #121212;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
  background-color: #e5fff7;
}
article.profile > .field__item .profile > .field .field__label:after {
  content: unset;
}
article.profile > .field__item .profile > .field .field__item {
  padding: 10px 10px 10px 15px;
}
article.profile > .field__item .profile > .field .field__item .address {
  display: flex;
  margin: 0;
}
article.profile > .field__item .profile > .field .field__item .address br {
  display: none;
}
article.node--view-mode-full .node__content .field--name-field-thumbnail-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
}
article .content-image-right {
  padding: 48px 0;
}
article.node--type-book .node__links {
  display: none;
}
article.node--type-news img {
  display: block;
  margin-bottom: 16px;
}
article.node--type-news ul {
  padding-left: 24px;
  list-style: disc;
}

/* Tab Panel Course */
.tab-panel ul {
  margin-bottom: 20px;
  list-style: inherit;
  list-style-position: inside;
}
.tab-panel ul + h2, .tab-panel ul + h3, .tab-panel ul + h4, .tab-panel ul + h5 {
  margin-top: 40px;
}
.tab-panel .text-formatted ul {
  padding-left: 20px;
}
.tab-panel .filter-wrapper {
  display: none;
}
.tab-panel form.quiz-form {
  margin-left: 0;
  max-width: 100%;
}
.tab-panel form.quiz-form .take-quiz-form {
  padding: 0;
}

form {
  /* Edit course */
}
form input {
  height: 48px;
  padding: 12px 24px;
  border: 1px solid #e8e6f8;
  border-radius: 0;
  box-sizing: border-box;
}
form input[type=search] {
  box-sizing: border-box;
}
form input[type=email] {
  display: block;
  margin-top: 0.25rem;
}
form input.button--add-to-cart {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form input.button--add-to-cart:hover, form input.button--add-to-cart:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form input[type=submit]:hover, form input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.user-login-form, form.user-register-form, form.user-pass {
  max-width: 800px;
}
form.user-login-form label, form.user-register-form label, form.user-pass label {
  display: block;
}
form.user-login-form .field--type-image .form-submit, form.user-register-form .field--type-image .form-submit, form.user-pass .field--type-image .form-submit {
  display: none;
}
form.user-login-form input[type=submit], form.user-register-form input[type=submit], form.user-pass input[type=submit] {
  background: #eb5757;
  border: 1px solid #eb5757;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
}
form.user-login-form input[type=submit]:hover, form.user-login-form input[type=submit]:focus, form.user-register-form input[type=submit]:hover, form.user-register-form input[type=submit]:focus, form.user-pass input[type=submit]:hover, form.user-pass input[type=submit]:focus {
  background: #a83939;
  border: 1px solid #a83939;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.user-login-form input[type=file], form.user-register-form input[type=file], form.user-pass input[type=file] {
  padding: 8px 24px;
  margin-bottom: 4px;
  height: auto;
}
form.user-login-form .form-item-contact, form.user-register-form .form-item-contact, form.user-pass .form-item-contact {
  position: relative;
  margin-top: -10px;
  padding-left: 25px;
}
form.user-login-form input[type=checkbox], form.user-register-form input[type=checkbox], form.user-pass input[type=checkbox] {
  position: absolute;
  top: -15px;
  left: 0;
}
form.user-login-form[class*=user-] .form-item, form.user-register-form[class*=user-] .form-item, form.user-pass[class*=user-] .form-item {
  margin-bottom: 24px;
}
form.user-login-form[class*=user-] .form-item > label, form.user-register-form[class*=user-] .form-item > label, form.user-pass[class*=user-] .form-item > label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
form.user-login-form[class*=user-] .form-item .description, form.user-register-form[class*=user-] .form-item .description, form.user-pass[class*=user-] .form-item .description {
  font-size: 14px;
  line-height: 21px;
  color: #333;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
form.user-login-form[class*=user-] .field--widget-image-image .image-widget-data, form.user-register-form[class*=user-] .field--widget-image-image .image-widget-data, form.user-pass[class*=user-] .field--widget-image-image .image-widget-data {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  form.user-login-form[class*=user-] .field--widget-image-image .image-widget-data, form.user-register-form[class*=user-] .field--widget-image-image .image-widget-data, form.user-pass[class*=user-] .field--widget-image-image .image-widget-data {
    display: block;
  }
}
form.user-login-form[class*=user-] input, form.user-register-form[class*=user-] input, form.user-pass[class*=user-] input {
  background-color: #fdfdfd;
}
form.user-login-form[class*=user-] input[type=file], form.user-register-form[class*=user-] input[type=file], form.user-pass[class*=user-] input[type=file] {
  margin-bottom: 0;
  padding: 10px 14px;
}
form.user-login-form[class*=user-] .form-wrapper input[type=submit], form.user-register-form[class*=user-] .form-wrapper input[type=submit], form.user-pass[class*=user-] .form-wrapper input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form.user-login-form[class*=user-] .form-wrapper input[type=submit]:hover, form.user-login-form[class*=user-] .form-wrapper input[type=submit]:focus, form.user-register-form[class*=user-] .form-wrapper input[type=submit]:hover, form.user-register-form[class*=user-] .form-wrapper input[type=submit]:focus, form.user-pass[class*=user-] .form-wrapper input[type=submit]:hover, form.user-pass[class*=user-] .form-wrapper input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form .form-item-vote .form-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
}
form .form-item-vote .form-item .fivestar-widget-static .star {
  background: unset;
}
form .form-item-vote .form-item .fivestar-widget-static .star .on {
  background: url(../images/star-on.svg);
  width: 16px;
  height: 16px;
  padding: 1px;
  object-fit: contain;
}
form .form-item-vote .form-item .fivestar-widget-static .star .off {
  background: url(../images/star-off.svg);
  width: 16px;
  height: 16px;
  padding: 1px;
  object-fit: contain;
}
form .form-item-vote .description {
  font-size: 14px;
  line-height: 16px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
form .form-item-vote .description span {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  height: 16px;
}
form.webform-submission-contact-form .form-item {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  form.webform-submission-contact-form input {
    width: 100%;
  }
}
form.quiz-form #take-quiz .messages--error {
  background-color: #ee3124;
  color: #fff;
  padding: 10px;
  margin-bottom: 16px;
  border-radius: 4px;
  font-weight: 600;
}
form.quiz-form .count-down-label--wrapper {
  display: flex;
  gap: 8px;
  font-size: 18px;
  line-height: 24px;
  color: #121212;
  margin-bottom: 8px;
}
form.quiz-form .count-down-label--wrapper .label {
  font-weight: 600;
  font-family: "IBMPlexSans";
}
form.quiz-form .take-quiz-form {
  background-color: #fafafa;
  border-radius: 4px;
}
form.quiz-form .take-quiz-form [id*=question_] br {
  display: none;
}
form.quiz-form .take-quiz-form [id*=question_] h3 {
  font-size: 32px;
  line-height: 41.6px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  margin-bottom: 16px;
}
form.quiz-form .take-quiz-form [id*=question_] p {
  font-size: 18px;
  line-height: 31.5px;
  color: #14a67b;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
form.quiz-form .take-quiz-form [id*=answer_checkboxes_] {
  margin-bottom: 16px;
}
form.quiz-form .take-quiz-form [id*=answer_checkboxes_]:last-child {
  margin-bottom: 0;
}
form.quiz-form .take-quiz-form > .form-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
form.quiz-form .form-checkboxes > .form-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}
form.quiz-form .form-checkboxes > .form-item:last-child {
  margin-bottom: 0;
}
form.quiz-form .form-checkboxes > .form-item label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
form.quiz-form .form-checkboxes > .form-item .form-checkbox {
  width: 30px;
  height: 30px;
  order: 2;
  flex: 0 0 30px;
}
form.quiz-form .form-checkboxes > .form-item .form-checkbox:hover {
  cursor: pointer;
}
form.quiz-form #confirm_submit,
form.quiz-form #next_button {
  margin-top: 16px;
}
form.quiz-form #confirm_submit input,
form.quiz-form #next_button input {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form.quiz-form #confirm_submit input:hover, form.quiz-form #confirm_submit input:focus,
form.quiz-form #next_button input:hover,
form.quiz-form #next_button input:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.quiz-form #confirm_submit .ajax-progress,
form.quiz-form #next_button .ajax-progress {
  display: none;
}
form.quiz-form #back_button {
  margin-top: 16px;
}
form.quiz-form #back_button input {
  background: #fff;
  border: 1px solid #e0e0e0;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
}
form.quiz-form #back_button input:hover, form.quiz-form #back_button input:focus {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}
form.quiz-form #back_button .ajax-progress {
  display: none;
}
form.commerce-checkout-flow .link--previous {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form.commerce-checkout-flow .link--previous:hover, form.commerce-checkout-flow .link--previous:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.commerce-checkout-flow .checkout-pane {
  margin-bottom: 30px;
}
form.commerce-checkout-flow .checkout-pane legend {
  font-size: 18px;
  line-height: 31.5px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
  margin-bottom: 12px;
}
form.commerce-checkout-flow .checkout-pane-payment-information > .fieldset-wrapper > .fieldgroup > .fieldset-wrapper {
  padding: 15px;
  background-color: #eee;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 991.96px) {
  form.commerce-checkout-flow .checkout-pane-payment-information > .fieldset-wrapper > .fieldgroup > .fieldset-wrapper {
    width: 100%;
  }
}
form.commerce-checkout-flow .form-radios > .form-item {
  margin-bottom: 16px;
}
form.commerce-checkout-flow .form-radios > .form-item:last-child {
  margin-bottom: 0;
}
form.commerce-checkout-flow .form-type-radio {
  display: flex;
  justify-content: space-between;
}
form.commerce-checkout-flow .form-type-radio input {
  width: 30px;
  height: 30px;
  order: 2;
}
form.commerce-checkout-flow .form-type-radio input:hover {
  cursor: pointer;
}
form.commerce-checkout-flow .form-type-radio label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
form.commerce-checkout-flow .layout-region-checkout-main .link--previous {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form.commerce-checkout-flow .layout-region-checkout-main .link--previous:hover, form.commerce-checkout-flow .layout-region-checkout-main .link--previous:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.commerce-checkout-flow .layout-region-checkout-footer .button--primary {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:hover, form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  padding: 0;
}
form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line .order-total-line-label {
  position: relative;
}
form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line .order-total-line-label:after {
  content: ":";
  position: absolute;
}
form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-label,
form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-value {
  color: #14a67b;
}
form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:hover, form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-item-coupon-redemption-form-code label {
  font-size: 18px;
  line-height: 31.5px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
form.commerce-checkout-flow .checkout-pane-coupon-redemption table {
  width: 50%;
}
form.commerce-checkout-flow .checkout-pane-coupon-redemption table tbody td.remove-button--td {
  width: 200px;
}
form.commerce-checkout-flow .layout-checkout-form .form-actions {
  display: flex;
  gap: 16px;
}
form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit],
form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  width: auto;
}
form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:hover, form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:focus,
form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:hover,
form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.commerce-checkout-flow .coupon-redemption-form__coupons .button {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  width: auto;
  margin: 0 auto;
}
form.commerce-checkout-flow .coupon-redemption-form__coupons .button:hover, form.commerce-checkout-flow .coupon-redemption-form__coupons .button:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.commerce-checkout-flow .form-item-payment-information-add-payment-method-payment-details-card-number label,
form.commerce-checkout-flow .form-item-payment-information-add-payment-method-payment-details-expiration label,
form.commerce-checkout-flow .form-item-payment-information-add-payment-method-payment-details-security-code label {
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
form.commerce-checkout-flow .form-wrapper__returning-customer .fieldset-wrapper {
  display: flex;
  flex-direction: column;
}
form.commerce-checkout-flow .form-wrapper__returning-customer .fieldset-wrapper .form-item {
  margin-bottom: 16px;
}
form.commerce-checkout-flow .form-wrapper__returning-customer .fieldset-wrapper .form-item.form-type-password {
  margin-bottom: 0;
}
form.commerce-checkout-flow .form-wrapper__returning-customer .fieldset-wrapper .form-item label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
form.commerce-checkout-flow .form-wrapper__returning-customer #edit-login-returning-customer-forgot-password {
  margin-bottom: 16px;
}
form.commerce-checkout-flow .form-wrapper__returning-customer .button {
  display: block;
  order: 4;
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form.commerce-checkout-flow .form-wrapper__returning-customer .button:hover, form.commerce-checkout-flow .form-wrapper__returning-customer .button:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.commerce-checkout-flow .form-wrapper__guest-checkout .button {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form.commerce-checkout-flow .form-wrapper__guest-checkout .button:hover, form.commerce-checkout-flow .form-wrapper__guest-checkout .button:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.contact-form .form-item-copy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0;
}
form.contact-form .form-item-copy input {
  width: 16px;
  height: 16px;
}
form.contact-form .form-item-copy label {
  margin: 0;
}
form.contact-form .form-item > label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
form.contact-form > .form-actions {
  display: flex;
  gap: 16px;
}
form.contact-form > .form-actions input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form.contact-form > .form-actions input[type=submit]:hover, form.contact-form > .form-actions input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.contact-form > div {
  margin-bottom: 16px;
}
form.contact-form > div:last-child {
  margin-bottom: 0;
}
form.contact-form textarea {
  width: 100%;
  border-color: #e6e9eb;
}
form.search-form .form-type-search {
  display: block;
  margin-bottom: 16px;
}
form.search-form .form-type-search input {
  margin-bottom: 16px;
}
form.search-form .form-type-search label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
  margin-bottom: 8px;
}
form.search-form input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  margin: 0;
}
form.search-form input[type=submit]:hover, form.search-form input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.user-form > .form-wrapper > .form-item label {
  font-weight: 600;
}
form.commerce-product-course-manager-edit-course-form .layout-region--commerce-secondary {
  margin-top: 0;
}

.checkout-pane .form-item {
  margin-bottom: 20px;
}
.checkout-pane .address-container-inline {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
@media (max-width: 575.96px) {
  .checkout-pane .address-container-inline {
    grid-template-columns: repeat(1, 1fr);
  }
}
.checkout-pane .address-container-inline .form-item {
  margin-left: 0;
  margin-right: 0;
}
.checkout-pane .text-format-wrapper {
  display: none;
}
.checkout-pane .form-type-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.checkout-pane .form-type-checkbox label {
  margin-left: 5px;
}

.quiz-confirm-dialog {
  border-radius: 4px;
}
.quiz-confirm-dialog.ui-widget {
  padding: 0;
  border: none;
}
.quiz-confirm-dialog .ui-dialog-titlebar {
  background-color: #14a67b;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.quiz-confirm-dialog .ui-dialog-titlebar-close {
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  padding: 0;
  border: none;
  outline: none;
  background-color: unset;
}
.quiz-confirm-dialog .ui-dialog-buttonpane {
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.quiz-confirm-dialog .ui-dialog-buttonset .button {
  background: #eb5757;
  border: 1px solid #eb5757;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  padding: 12px 16px;
}
.quiz-confirm-dialog .ui-dialog-buttonset .button:hover, .quiz-confirm-dialog .ui-dialog-buttonset .button:focus {
  background: #a83939;
  border: 1px solid #a83939;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.quiz-confirm-dialog .ui-dialog-buttonset .button--primary {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  padding: 12px 16px;
}
.quiz-confirm-dialog .ui-dialog-buttonset .button--primary:hover, .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.comment-form > .form-wrapper {
  margin-bottom: 24px;
}
.comment-form .form-item > label {
  font-weight: 600;
  color: #121212;
}
.comment-form input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.comment-form input[type=submit]:hover, .comment-form input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

select.lang-dropdown-select-element {
  padding: 6px 20px;
  border: none;
}
@media (max-width: 1199.96px) {
  select.lang-dropdown-select-element {
    width: 110px !important;
  }
}
@media (max-width: 991.96px) {
  select.lang-dropdown-select-element {
    display: none;
  }
}

.horizontal-tabs {
  overflow: auto;
}
.horizontal-tabs .horizontal-tabs-list {
  width: max-content;
}

.horizontal-tabs-panes .horizontal-tabs-pane {
  padding: 0.5em 1em;
}

/* --- View Basic --- */
.view {
  /*--------start layout--------*/
  /*------------end layout------*/
  /*----------start view proggram-----*/
  /*----- star courses   Start learning with Free Courses,Featured Courses------- */
  /*----- star introduction  ------- */
  /*----- instructor  ------- */
  /*----- star bundle  ------- */
  /*----- star list courses  ------- */
  /*----- popular  courses  ------- */
  /*-----------start page detail course ---------*/
  /*----------------end pages detail courses--------*/
  /*--------view review page caourses detail------*/
}
.view .view-content.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 991.96px) {
  .view .view-content:has(table) {
    overflow: auto;
  }
  .view .view-content:has(table) table {
    width: max-content;
  }
}
.view table th {
  background-color: #121212;
  color: #fff;
}
.view table th a {
  color: #fff;
}
.view table td a:hover, .view table td a:focus {
  color: #14a67b;
  text-decoration: underline;
}
.view .view-header a[href$=add] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  margin-bottom: 32px;
}
.view .view-header a[href$=add]:hover, .view .view-header a[href$=add]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.view .views-view-grid {
  width: 100%;
}
.view .views-view-grid.cols-5 .views-col {
  max-width: calc(20% - 24px);
  width: 100% !important;
  margin: 0 12px;
  margin-bottom: 24px;
  border-radius: 6px;
  padding: 0;
}
@media (max-width: 991px) {
  .view .views-view-grid.cols-5 .views-col {
    max-width: calc(25% - 16px);
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  .view .views-view-grid.cols-5 .views-col {
    max-width: calc(50% - 16px);
    margin: 0 8px;
  }
}
.view .views-view-grid.cols-4 .views-col {
  max-width: calc(25% - 24px);
  width: 100% !important;
  margin: 0 12px;
  margin-bottom: 24px;
  border-radius: 6px;
  padding: 0;
}
.view .views-view-grid.cols-2 .views-col {
  max-width: calc(50% - 24px);
  width: 100% !important;
  margin: 0 12px;
  margin-bottom: 24px;
  border-radius: 6px;
  padding: 0;
}
@media (max-width: 991px) {
  .view .views-view-grid.cols-2 .views-col {
    max-width: 100%;
    margin: 0 0 24px 0;
  }
}
.view .flex-views-container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.view .flex-views-container .flexslider {
  margin: 0;
}
.view .flex-views-container .flexslider .slides {
  width: 100%;
}
.view .views-row.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  float: unset;
  width: unset;
}
@media (max-width: 767px) {
  .view .views-row.row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.view .view-fields-bestsellfer {
  margin-right: 4px;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 12px;
  display: inline-block;
  background-color: #eb5757;
}
.view .view-fields-sale {
  margin-right: 4px;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 12px;
  display: inline-block;
  background-color: #14a67b;
}
.view .flex-direction-nav .flex-nav-prev,
.view .flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 67.5px;
  opacity: 1;
  display: block;
}
.view .flex-direction-nav .flex-nav-prev a,
.view .flex-direction-nav .flex-nav-next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  position: relative;
  font-size: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
.view .flex-direction-nav .flex-nav-prev a:before,
.view .flex-direction-nav .flex-nav-next a:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
}
.view .flex-direction-nav .flex-nav-prev a.flex-disabled,
.view .flex-direction-nav .flex-nav-next a.flex-disabled {
  opacity: 1 !important;
}
.view .flex-direction-nav .flex-nav-prev {
  left: -20px;
}
.view .flex-direction-nav .flex-nav-prev a:before {
  background: url(../images/arrow-left.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.view .flex-direction-nav .flex-nav-next {
  right: -20px;
}
.view .flex-direction-nav .flex-nav-next a:before {
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.view .flexslider {
  height: auto !important;
  border: none;
  background-color: transparent;
}
.view .flexslider:hover .flex-direction-nav .flex-next {
  left: -10px;
  opacity: 0.75;
}
.view .flexslider:hover .flex-direction-nav .flex-prev {
  right: -10px;
  opacity: 0.75;
}
.view .flex-control-nav {
  display: none;
}
.view .price--container {
  display: flex;
}
.view .price--container .view-field-discount {
  font-size: 16px;
  line-height: 24px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  display: inline-block;
  margin-right: 12px;
}
.view .price--container .field-discount-exist {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: line-through;
}
.view .price--container > div:only-child {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
  display: inline-block;
}
.view.view-programs {
  text-align: center;
  padding-top: 96px;
  padding-bottom: 64px;
  border-bottom: 1px solid #f2f2f2;
}
.view.view-programs .view-filters {
  border: none;
}
.view.view-programs .views-view-grid.cols-4 .views-row.row .views-col {
  position: relative;
}
.view.view-programs .views-view-grid.cols-4 .views-row.row:last-child .views-col {
  margin-bottom: 0;
}
.view.view-programs .views-view-grid.cols-4 .views-field-title {
  position: absolute;
  left: 0px;
  bottom: 35px;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .view.view-programs .views-view-grid.cols-4 .views-field-title {
    padding: 0 16px;
  }
}
.view.view-programs .views-view-grid.cols-4 .views-field-title .field-content {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
}
.view.view-programs .views-view-grid.cols-4 .views-field-title .field-content:focus, .view.view-programs .views-view-grid.cols-4 .views-field-title .field-content:hover {
  text-decoration: none;
}
.view.view-programs .views-view-grid.cols-4 .views-field-field-program-image img {
  width: 282px;
  height: 90px;
  border-radius: 6px;
}
.view.view-programs .views-view-grid.cols-4 .view-filters .form--inline {
  display: flex;
}
.view.view-programs .views-view-grid.cols-4 .view-filters .form--inline input[type=text] {
  margin-top: 0;
}
.view.view-programs .views-view-grid.cols-2 {
  padding-top: 32px;
}
.view.view-programs .views-view-grid.cols-2 .views-row {
  margin-bottom: 40px;
  margin-left: -12px;
  margin-right: -12px;
}
.view.view-programs .views-view-grid.cols-2 .views-row .views-col {
  padding: 0;
  display: flex;
  gap: 20px;
  text-align: left;
}
.view.view-programs .views-view-grid.cols-2 .views-field-fieldset,
.view.view-programs .views-view-grid.cols-2 .views-field-fieldset-1 {
  margin-bottom: 8px;
}
.view.view-programs .views-view-grid.cols-2 .views-field-fieldset .field-content > *,
.view.view-programs .views-view-grid.cols-2 .views-field-fieldset-1 .field-content > * {
  display: flex;
  gap: 10px;
}
.view.view-programs .views-view-grid.cols-2 .views-field-body p {
  margin-bottom: 8px;
}
.view.view-programs .views-view-grid.cols-2 .views-field-field-program-image img {
  max-height: 258px;
  height: 147.2px;
}
@media (max-width: 991px) {
  .view.view-programs .views-view-grid.cols-2 .views-field-field-program-image img {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .view.view-programs .views-view-grid.cols-2 .views-field-field-program-image img {
    height: 60px;
  }
}
.view.view-programs .views-view-grid.cols-2 .views-field-fieldset-2 {
  flex: 1 0 60%;
}
.view.view-programs .views-view-grid.cols-2 .views-field-title {
  position: unset;
}
.view.view-programs .views-view-grid.cols-2 .views-field-title a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  margin-bottom: 8px;
}
.view.view-programs .views-view-grid.cols-2 .views-field-view-courses a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.view.view-programs .views-view-grid.cols-2 .views-field-view-courses a:hover, .view.view-programs .views-view-grid.cols-2 .views-field-view-courses a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.view.view-programs .pager ul {
  display: flex;
  justify-content: center;
}
.view.view-courses, .view.view-bundle {
  margin-top: 64px;
  padding-bottom: 64px;
}
.view.view-courses .view-header, .view.view-bundle .view-header {
  text-align: center;
}
.view.view-courses .view-content.row .views-row.row .views-col, .view.view-bundle .view-content.row .views-row.row .views-col {
  padding: 0;
  position: relative;
  flex: 1;
}
.view.view-courses .slides, .view.view-bundle .slides {
  margin-right: -12px;
  margin-left: -12px;
}
.view.view-courses .slides > li, .view.view-bundle .slides > li {
  margin-left: 24px;
  position: relative;
}
.view.view-courses .views-field-field-course-image img, .view.view-bundle .views-field-field-course-image img {
  max-height: 147.2px;
  object-fit: cover;
  border-radius: 6px;
  height: 100%;
}
.view.view-courses .views-field-field-topics, .view.view-bundle .views-field-field-topics {
  padding: 12px 0 0;
}
.view.view-courses .views-field-field-topics .field-content, .view.view-bundle .views-field-field-topics .field-content {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.view.view-courses .views-field-field-topics h2, .view.view-bundle .views-field-field-topics h2 {
  margin: 0;
}
.view.view-courses .views-field-field-topics a, .view.view-bundle .views-field-field-topics a {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-decoration: none;
  text-transform: uppercase;
}
.view.view-courses .views-field-field-topics a:hover, .view.view-bundle .views-field-field-topics a:hover, .view.view-courses .views-field-field-topics a:focus, .view.view-bundle .views-field-field-topics a:focus {
  text-decoration: underline;
}
.view.view-courses .views-field-free, .view.view-bundle .views-field-free {
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 12px;
  background-color: #2f80ed;
  cursor: default;
}
.view.view-courses .views-field-nothing, .view.view-bundle .views-field-nothing {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
}
.view.view-courses .views-field-title, .view.view-bundle .views-field-title {
  padding: 4px 24px 0 0;
}
.view.view-courses .views-field-title h2, .view.view-bundle .views-field-title h2 {
  margin-bottom: 8px;
  color: #121212;
}
.view.view-courses .views-field-title h2:last-child, .view.view-bundle .views-field-title h2:last-child {
  display: none;
}
.view.view-courses .views-field-title a, .view.view-bundle .views-field-title a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-decoration: none;
  display: inline-block;
}
.view.view-courses .views-field-title a:hover, .view.view-bundle .views-field-title a:hover, .view.view-courses .views-field-title a:focus, .view.view-bundle .views-field-title a:focus {
  text-decoration: underline;
}
.view.view-courses .views-field-field-full-name, .view.view-bundle .views-field-field-full-name {
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  padding: 0 24px 4px 0;
}
.view.view-courses .views-field-price__number, .view.view-bundle .views-field-price__number {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.view.view-courses .view-footer, .view.view-bundle .view-footer {
  text-align: center;
}
.view.view-courses .view-footer a, .view.view-bundle .view-footer a {
  background: #eb5757;
  border: 1px solid #eb5757;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
}
.view.view-courses .view-footer a:hover, .view.view-bundle .view-footer a:hover, .view.view-courses .view-footer a:focus, .view.view-bundle .view-footer a:focus {
  background: #a83939;
  border: 1px solid #a83939;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.view.view-introduction {
  background-color: #fff2f2;
  padding: 96px 0;
  position: relative;
}
.view.view-introduction:before, .view.view-introduction:after {
  position: absolute;
  content: "";
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff2f2;
}
.view.view-introduction:before {
  left: -100%;
}
.view.view-introduction::after {
  right: -100%;
}
.view.view-introduction .flexslider {
  background-color: transparent;
  border: none;
  height: auto !important;
  position: relative;
}
.view.view-introduction .slides li ~ li {
  display: none !important;
}
.view.view-introduction .slides > li,
.view.view-introduction .slides .flex-active-slide {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
.view.view-introduction .views-field-nothing {
  order: -1;
  max-width: 50%;
  flex: 0 0 50%;
  padding-right: 12px;
}
.view.view-introduction .views-field-field-introduction-image {
  max-width: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 12px;
}
.view.view-introduction .views-field-field-introduction-image img {
  max-height: 384px;
  object-fit: cover;
}
.view.view-introduction .views-field-title {
  font-size: 32px;
  line-height: 42px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  margin-bottom: 56px;
}
.view.view-introduction .views-field-body {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 40px;
}
.view.view-introduction .views-field-body p:last-child {
  margin-bottom: 0;
}
.view.view-introduction .flex-control-nav {
  position: absolute;
  left: -6px;
  text-align: left;
  bottom: 244px;
  z-index: 2;
  display: block;
  height: 32px;
}
.view.view-introduction .flex-control-nav li a {
  height: 8px;
  width: 8px;
}
.view.view-introduction .flex-direction-nav {
  display: none;
}
.view.view-introduction .view-fields-link a {
  background: #eb5757;
  border: 1px solid #eb5757;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 24px;
}
.view.view-introduction .view-fields-link a:hover, .view.view-introduction .view-fields-link a:focus {
  background: #a83939;
  border: 1px solid #a83939;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.view.view-instructor {
  text-align: center;
  padding-top: 0;
  padding-bottom: 64px;
}
.view.view-instructor .slides > li {
  max-width: 384px;
  padding: 24px 16px;
  border-radius: 6px;
  border: solid 1px #c9c8d3;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: 24px;
  display: flex !important;
}
.view.view-instructor .flex-control-nav {
  display: none;
}
.view.view-instructor .flex-direction-nav .flex-nav-prev,
.view.view-instructor .flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 70%;
  transform: translate(0px, -43px);
  opacity: 1;
  display: block;
}
.view.view-instructor .views-field img {
  max-width: 72px;
  height: auto;
  border-radius: 50%;
}
.view.view-instructor .views-field-fieldset {
  flex: 1;
  padding-left: 16px;
  text-align: left;
}
.view.view-instructor .views-field-field-full-name .field-content {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view.view-instructor .views-field-field-topics .field-content {
  font-size: 16px;
  line-height: 28px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view.view-instructor .views-field-field-rating {
  margin-top: -2px;
}
.view.view-instructor .views-field-field-learner-number .field-content,
.view.view-instructor .views-field-field-course-number .field-content {
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
}
.view.view-instructor .views-field-field-learner-number .field-content strong,
.view.view-instructor .views-field-field-course-number .field-content strong {
  color: #121212;
  font-weight: bold;
}
.view.view-instructor .form-type-fivestar .form-type-select {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.view.view-bundle {
  margin-top: 0;
}
.view.view-bundle .views-field-field-bundle-image img {
  max-width: 220.8px;
  max-height: 147.2px;
  height: 147.2px;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
}
.view.view-bundle .flex-control-nav {
  display: none;
}
.view.view-bundle .views-field-field-bundle-topic {
  padding: 12px 0 0;
}
.view.view-bundle .views-field-field-bundle-topic .field-content {
  display: flex;
  justify-content: space-between;
}
.view.view-bundle .views-field-field-bundle-topic a {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-decoration: none;
  text-transform: uppercase;
}
.view.view-bundle .views-field-field-bundle-topic a:hover, .view.view-bundle .views-field-field-bundle-topic a:focus {
  text-decoration: underline;
}
.view.view-bundle .views-field-nothing {
  position: unset;
}
.view.view-list-courses .view-content.row .views-row {
  display: flex;
  width: 100%;
  padding: 24.2px 0;
  border-bottom: 1px solid #ebebee;
  gap: 16px;
}
.view.view-list-courses .view-field-discount {
  margin-right: 0;
}
.view.view-list-courses .views-field-fieldset-3 {
  max-width: 282px;
  max-height: 188px;
  position: relative;
}
.view.view-list-courses .views-field-fieldset-3 .views-field-nothing {
  position: absolute;
  top: 12px;
  left: 12px;
}
.view.view-list-courses .views-field-fieldset-3 .views-field-nothing .field-content {
  display: flex;
}
.view.view-list-courses .views-field-fieldset {
  flex: 1;
  padding-right: 8px;
}
.view.view-list-courses .views-field-field-course-image {
  padding: 0;
}
@media (max-width: 575px) {
  .view.view-list-courses .views-field-field-course-image {
    flex: 1;
    max-width: 100%;
    text-align: center;
  }
}
.view.view-list-courses .views-field-field-course-image img {
  vertical-align: middle;
  border-style: none;
  border-radius: 6px;
  object-fit: cover;
  height: 188px;
}
.view.view-list-courses .price--container {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.view.view-list-courses .views-field-field-topics {
  padding-top: 4px;
}
.view.view-list-courses .views-field-field-topics .field-content {
  display: flex;
}
.view.view-list-courses .views-field-field-topics a {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.view.view-list-courses .views-field-field-topics a:hover, .view.view-list-courses .views-field-field-topics a:focus {
  text-decoration: underline;
}
.view.view-list-courses .views-field-title {
  padding: 8px 24px 4px 0;
}
.view.view-list-courses .views-field-title span {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  display: inline-block;
}
.view.view-list-courses .views-field-title a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-decoration: none;
  display: inline-block;
}
.view.view-list-courses .views-field-title a:hover, .view.view-list-courses .views-field-title a:focus {
  text-decoration: underline;
}
.view.view-list-courses .views-field-body {
  padding: 0 24px 8px 0;
}
.view.view-list-courses .views-field-body > span > p {
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 0;
}
.view.view-list-courses .views-field-fieldset-1 {
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  padding-bottom: 4px;
}
.view.view-list-courses .views-field-fieldset-1 span {
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  display: inline-block;
}
.view.view-list-courses .view-field-group-uid-changed {
  display: flex;
  gap: 16px;
  align-items: center;
}
.view.view-list-courses .view-field-group-uid-changed .views-field {
  position: relative;
}
.view.view-list-courses .view-field-group-uid-changed .views-field:not(:last-child):before {
  position: absolute;
  content: ".";
  font-size: 30px;
  color: #4b4b4b;
  top: -8px;
  right: -10px;
}
.view.view-list-courses .view-field-group-uid-changed .views-field a {
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view.view-list-courses .views-field-fieldset-2 span {
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view.view-list-courses .view-field-group-total {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 0 8px;
}
.view.view-list-courses .view-field-group-total .views-field {
  position: relative;
}
.view.view-list-courses .view-field-group-total .views-field:not(:last-child):before {
  position: absolute;
  content: ".";
  font-size: 30px;
  color: #4b4b4b;
  top: -9px;
  right: -12px;
}
.view.view-list-courses .view-header {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 600;
  font-family: "IBMPlexSans";
  display: none;
}
.view.view-list-courses .views-exposed-form .form--inline {
  display: flex;
  align-items: center;
}
.view.view-list-courses input[type=text] {
  margin-top: 0;
}
.view.view-courses-popular-topics .view-content.row .views-view-grid {
  width: 100%;
}
.view.view-courses-popular-topics .view-content.row .views-view-grid .views-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.view.view-courses-popular-topics .view-content.row .views-view-grid .views-row .views-col {
  margin: 0 15px;
  margin-bottom: 30px;
  border: 1px solid #368c8b;
  border-radius: 5px;
  max-width: calc(33.33% - 30px);
}
.view.view-courses-popular-topics .view-content.row .views-view-grid h2 {
  border-radius: 3px;
}
.view.view-courses-popular-topics .view-content.row .views-view-grid h2 a {
  color: #368c8b;
}
.view.view-topics {
  overflow-x: auto;
}
.view.view-topics .view-content {
  padding: 16px 32px;
  width: 1350px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
}
.view.view-topics .views-row {
  margin-right: 8px;
}
.view.view-topics .views-row:last-child {
  margin-right: 0;
}
.view.view-topics .views-field-name a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
  padding: 8px 12px;
  border: 1px solid #c9c8d3;
  border-radius: 24px;
}
.view.view-topics .views-field-name a:hover, .view.view-topics .views-field-name a:focus {
  background-color: #c9c8d3;
}
.view.view-partner {
  background-color: #caffef;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  display: inline-block;
  width: 100%;
  /* ----- start-view-gird ----*/
  /* ----- star content ----*/
  /* ----- end content----*/
}
.view.view-partner:before, .view.view-partner:after {
  position: absolute;
  content: "";
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #caffef;
}
.view.view-partner:before {
  left: -100%;
}
.view.view-partner::after {
  right: -100%;
}
.view.view-partner .views-view-grid .views-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  margin-left: -12px;
  margin-right: -12px;
}
.view.view-partner .views-view-grid .views-row .views-col {
  flex: 1;
  padding: 0;
  margin: 0 12px;
}
.view.view-partner .view-header h2 {
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 30px;
}
.view.view-partner .views-field-field-thumbnail-image img {
  width: 180px;
  height: 90px;
  object-fit: contain;
}
.view.view-course-header {
  margin-top: 64px;
  padding-bottom: 48px;
  margin-right: 38px;
}
.view.view-course-header .total-votes {
  color: #14a67b;
}
.view.view-course-header .views-field-body p {
  font-size: 18px;
  line-height: 31.5px;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 16px;
}
.view.view-course-header .views-field-field-full-name {
  padding-bottom: 8px;
  margin: 0;
}
.view.view-course-header fieldset {
  display: flex;
  gap: 17px;
}
.view.view-course-header fieldset .views-field .field-content {
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  display: block;
  word-break: break-all;
}
.view.view-course-header fieldset .views-field::before {
  position: absolute;
  content: "";
  background-size: 16px;
  background-position: center;
  width: 16px;
  height: 16px;
  object-fit: contain;
  left: 0;
  color: #000000;
}
.view.view-course-header fieldset .views-field-field-learner-number {
  position: relative;
  padding-left: 25px;
}
.view.view-course-header fieldset .views-field-field-learner-number::before {
  background: url(../images/icons/users.svg);
}
.view.view-course-header fieldset .views-field-changed {
  position: relative;
  padding-left: 25px;
}
.view.view-course-header fieldset .views-field-changed::before {
  background: url(../images/icons/info.svg);
  top: 2px;
}
.view.view-course-header fieldset .views-field-field-languages {
  position: relative;
  padding-left: 25px;
}
.view.view-course-header fieldset .views-field-field-languages::before {
  background: url(../images/icons/globe.svg);
  top: 2px;
}
.view.view-course-header fieldset .views-field-field-subtitles {
  position: relative;
  padding-left: 25px;
}
.view.view-course-header fieldset .views-field-field-subtitles::before {
  background: url(../images/icons/substitles.svg);
  top: 2px;
}
.view.view-what-you-learn {
  background-color: #fafafa;
  padding: 24px;
  margin-top: 0;
  margin-right: 38px;
}
.view.view-what-you-learn .views-field-field-course-knowledge ul {
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 8px 24px;
}
.view.view-what-you-learn .views-field-field-course-knowledge ul li {
  max-width: calc(50% - 24px);
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 43px;
}
.view.view-what-you-learn .views-field-field-course-knowledge ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/icon-check.svg);
  background-size: 28px;
  background-position: center;
  width: 28px;
  height: 28px;
}
.view.view-what-you-learn .views-field-field-course-knowledge ul li p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 8px;
}
.view.view-course-content {
  padding: 48px 0 0 0;
  margin-right: 38px;
  margin-top: 0;
}
.view.view-course-content .views-field-nothing {
  display: block;
  position: unset;
}
.view.view-course-content .view-content.row .views-row {
  display: flex;
  width: 100%;
  padding: 0 0 16px;
}
.view.view-course-content .views-field-fieldset {
  flex: 1;
}
.view.view-course-content .views-field-fieldset > span > * {
  display: flex;
  position: relative;
}
.view.view-course-content .views-field-fieldset > span > *:not(:last-child):before {
  position: absolute;
  content: ".";
  font-size: 30px;
  color: #4b4b4b;
  top: -8px;
  right: -10px;
}
.view.view-course-content .view-fields-expand-all-sections {
  font-size: 14px;
  line-height: 21px;
  color: #14a67b;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view.view-course-content .views-field .field-content {
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
}
.view.view-course-content .views-field-field-total-lessons {
  margin-left: 20px;
}
.view.view-course-content .views-field-field-total-lessons .field-content {
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
  display: list-item;
  list-style-type: disc;
}
.view.view-course-content .views-field-field-total-hours {
  margin-left: 20px;
}
.view.view-course-content .views-field-field-total-hours .field-content {
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
  display: list-item;
  list-style-type: disc;
}
.view.view-course-content-chapter {
  margin-right: 38px;
  padding: 0 0 48px;
}
.view.view-course-content-chapter .view-content.row {
  width: 100%;
}
.view.view-course-content-chapter .view-content.row .views-row {
  width: 100%;
}
.view.view-course-content-chapter .view-content.row .views-accordion-header {
  background-color: #fafafa;
  padding: 11px 24px;
  margin: 0;
  border: solid 1px #ebebee;
  border-bottom: none;
}
.view.view-course-content-chapter .view-content.row .views-accordion-header span {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: bold;
}
.view.view-course-content-chapter .view-content.row .ui-accordion-content {
  padding: 0;
  margin: 0;
}
.view.view-course-content-chapter .view-content.row .views-field-field-lessons ul {
  padding: 24px;
  margin-bottom: 0;
}
.view.view-course-content-chapter .view-content.row .views-field-field-lessons ul li {
  list-style: none;
  margin: 0;
}
.view.view-course-content-chapter .view-content.row .views-field-field-lessons ul li a {
  position: relative;
  padding-right: 36px;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view.view-course-content-chapter .view-content.row .views-field-field-lessons ul li a::before {
  position: absolute;
  content: "";
  margin-right: 8px;
  transform: rotateZ(180deg);
  transition: all 0.3s;
  background: url(../images/up.svg);
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #fafafa;
  border-radius: 2px;
}
.view.view-course-content-chapter .ui-icon-triangle-1-s {
  display: inline-block;
  margin-right: 8px;
  transform: rotateZ(360deg);
  transition: all 0.3s;
  background: url(../images/up.svg);
}
.view.view-course-content-chapter .ui-icon-triangle-1-e {
  transition: all 0.3s;
  margin-right: 8px;
  transform: rotateZ(180deg);
  background: url(../images/up.svg);
}
.view.view-requirements {
  margin-right: 38px;
  margin-top: 0;
  padding: 0 0 48px;
}
.view.view-requirements .views-field .field-content ul {
  padding-left: 25px;
}
.view.view-requirements .views-field .field-content ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
}
.view.view-requirements .views-field .field-content ul li::marker {
  color: #4b4b4b;
}
.view.view-requirements .header-block-left {
  margin-bottom: 16px;
}
.view.view-description {
  margin-right: 38px;
  margin-top: 0;
  padding: 0 0 48px;
}
.view.view-description .views-field .field-content ul {
  padding-left: 25px;
}
.view.view-description .views-field .field-content ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
}
.view.view-description .views-field .field-content ul li::marker {
  color: #4b4b4b;
}
.view.view-description .views-field p {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view.view-description .views-field p a {
  font-size: 15px;
  line-height: 20px;
  color: #14a67b;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-decoration: underline solid 1px #ebebee;
}
.view.view-description .header-block-left {
  margin-bottom: 16px;
}
.view.view-students-also-bought, .view.view-frequently-bought-together {
  margin-right: 38px;
  margin-top: 0;
  padding: 0 0 48px;
}
.view.view-students-also-bought .view-content .views-row, .view.view-frequently-bought-together .view-content .views-row {
  display: flex;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ebebee;
}
.view.view-students-also-bought .view-content .views-row > *, .view.view-frequently-bought-together .view-content .views-row > * {
  margin-right: 32px;
}
.view.view-students-also-bought .view-content .views-row > *:first-child, .view.view-frequently-bought-together .view-content .views-row > *:first-child {
  margin-right: 16px;
}
.view.view-students-also-bought .view-content .views-row > *:last-child, .view.view-frequently-bought-together .view-content .views-row > *:last-child {
  margin-right: 0;
}
.view.view-students-also-bought .view-content .views-row:first-child, .view.view-frequently-bought-together .view-content .views-row:first-child {
  padding-top: 0;
}
.view.view-students-also-bought .view-content .views-row:last-child, .view.view-frequently-bought-together .view-content .views-row:last-child {
  border: 0;
}
.view.view-students-also-bought .header-block-left, .view.view-frequently-bought-together .header-block-left {
  margin-bottom: 16px;
}
.view.view-students-also-bought .views-field-field-learner-number .field-content, .view.view-frequently-bought-together .views-field-field-learner-number .field-content {
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  position: relative;
  padding-left: 25px;
}
.view.view-students-also-bought .views-field-field-learner-number .field-content::after, .view.view-frequently-bought-together .views-field-field-learner-number .field-content::after {
  position: absolute;
  content: "";
  background: url(../images/icons/users.svg);
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
}
.view.view-students-also-bought .views-field-field-course-image, .view.view-frequently-bought-together .views-field-field-course-image {
  max-height: 120px;
  max-width: 120px;
  width: 100%;
  margin-right: -16px;
  margin-bottom: 0;
}
.view.view-students-also-bought .views-field-field-course-image img, .view.view-frequently-bought-together .views-field-field-course-image img {
  object-fit: cover;
  height: 120px;
  max-width: 120px;
}
.view.view-students-also-bought .views-field-fieldset, .view.view-frequently-bought-together .views-field-fieldset {
  flex-grow: 1;
}
.view.view-students-also-bought .views-field-title, .view.view-frequently-bought-together .views-field-title {
  padding: 0 24px 4px 0;
}
.view.view-students-also-bought .price--container, .view.view-frequently-bought-together .price--container {
  flex-direction: column;
}
.view.view-students-also-bought .price--container .view-field-discount, .view.view-frequently-bought-together .price--container .view-field-discount {
  margin-right: 0;
}
.view.view-students-also-bought .views-field-nothing, .view.view-frequently-bought-together .views-field-nothing {
  position: unset;
  position: relative;
  top: 0;
  left: 0;
}
.view.view-students-also-bought .views-field-nothing-2 .field-content, .view.view-frequently-bought-together .views-field-nothing-2 .field-content {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #ebebee;
  display: block;
  position: relative;
}
.view.view-students-also-bought .views-field-nothing-2 .field-content .view-fields-favourite, .view.view-frequently-bought-together .views-field-nothing-2 .field-content .view-fields-favourite {
  font-size: 0;
  content: "";
  position: absolute;
  background: url(../images/icons/heart.svg);
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  top: 7px;
  left: 7px;
}
.view.view-students-also-bought .views-field-nothing, .view.view-frequently-bought-together .views-field-nothing {
  padding: 0 0 4px;
}
.view.view-students-also-bought .views-field-title, .view.view-frequently-bought-together .views-field-title {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view.view-students-also-bought .views-field-field-rating .form-item, .view.view-frequently-bought-together .views-field-field-rating .form-item {
  margin-bottom: 0;
}
.view.view-students-also-bought .views-field-fieldset-1 span > *, .view.view-frequently-bought-together .views-field-fieldset-1 span > * {
  display: flex;
  gap: 16px;
}
.view.view-students-also-bought .views-field-fieldset-1 span > * *, .view.view-frequently-bought-together .views-field-fieldset-1 span > * * {
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  position: relative;
}
.view.view-students-also-bought .views-field-fieldset-1 span > * *:not(:last-child):before, .view.view-frequently-bought-together .views-field-fieldset-1 span > * *:not(:last-child):before {
  position: absolute;
  content: ".";
  font-size: 30px;
  color: #4b4b4b;
  top: -9px;
  right: -12px;
}
.view.view-students-also-bought .view-fields-show-more, .view.view-frequently-bought-together .view-fields-show-more {
  text-align: left;
}
.view.view-students-also-bought .view-fields-show-more a, .view.view-frequently-bought-together .view-fields-show-more a {
  padding: 8px 0;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 15px;
  line-height: 20px;
  color: #14a67b;
  font-weight: 600;
  font-family: "IBMPlexSans";
  margin-bottom: 16px;
  display: inline-block;
  border-bottom: 1px solid #ebebee;
}
.view.view-students-also-bought .view-fields-show-more a:hover, .view.view-frequently-bought-together .view-fields-show-more a:hover {
  background: unset;
  border: unset;
}
.view.views-instructor-detail-courses {
  padding: 0 0 48px;
  margin-top: 0;
  margin-right: 38px;
}
.view.views-instructor-detail-courses .views-row {
  padding: 24px;
  border-radius: 6px;
  border: solid 1px #ebebee;
  background-color: #fafafa;
}
.view.views-instructor-detail-courses fieldset {
  display: flex;
}
.view.views-instructor-detail-courses .views-field-fieldset fieldset {
  display: flex;
  flex-direction: column;
}
.view.views-instructor-detail-courses .views-field-field-full-name .field-content {
  font-size: 18px;
  line-height: 27px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view.views-instructor-detail-courses .views-field-field-image img {
  border-radius: 50%;
  max-width: 120px;
}
.view.views-instructor-detail-courses .views-field-field-learner-number {
  margin-bottom: 4px;
}
.view.views-instructor-detail-courses .views-field-field-rating {
  position: relative;
  margin-top: 8px;
  margin-bottom: 4px;
}
.view.views-instructor-detail-courses .views-field-field-instructor-description {
  text-align: left;
  margin-bottom: 8px;
}
.view.views-instructor-detail-courses .views-field-nothing {
  text-align: left;
}
.view.views-instructor-detail-courses .views-field-nothing a {
  margin: 8px 0;
  font-size: 15px;
  line-height: 20px;
  color: #14a67b;
  font-weight: 600;
  font-family: "IBMPlexSans";
  margin-bottom: 24px;
  display: inline-block;
  border-bottom: 1px solid #ebebee;
}
.view.view-frequently-bought-together .views-field-fieldset {
  flex-grow: 1;
}
.view.view-program-overview {
  padding: 64px 0;
}
.view.view-program-overview .view-header {
  display: none;
}
.view.view-program-overview .views-row {
  display: flex;
  gap: 128px;
  width: 100%;
  align-items: center;
}
.view.view-program-overview .views-field-field-program-image img {
  max-width: 486px;
  width: 100%;
  height: 486px;
}
.view.view-program-overview .views-field-fieldset {
  flex: 1;
  padding-right: 102px;
  text-align: left;
}
.view.view-program-overview .views-field-title {
  position: unset;
  max-width: unset;
  width: unset;
  margin-bottom: 24px;
}
.view.view-program-overview .views-field-title .field-content {
  font-size: 32px;
  line-height: 41.6px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  text-transform: capitalize;
}
.view.view-program-overview .views-field-title .field-content:focus, .view.view-program-overview .views-field-title .field-content:hover {
  text-decoration: underline;
}
.view.view-program-overview .views-field-body ul {
  padding: 0 0 0 5.5px;
  margin-bottom: 0;
}
.view.view-program-overview .views-field-body ul li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view.view-program-overview .views-field-body ul li:last-child {
  margin-bottom: 32px;
}
.view.view-program-overview .views-field-body ul li::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  background: url(../images/icon-check.svg);
  background-size: 28px;
  background-position: center;
  width: 28px;
  height: 28px;
}
.view.view-program-overview .views-field-body p {
  font-size: 18px;
  line-height: 31.5px;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 24px;
}
.view.view-program-overview .views-field-view-all-courses {
  margin-top: 32px;
}
.view.view-program-overview .views-field-view-all-courses a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.view.view-program-overview .views-field-view-all-courses a:hover, .view.view-program-overview .views-field-view-all-courses a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.view.view-review {
  margin-top: 0;
  padding: 0;
  margin-right: 48px;
}
.view.view-review .views-row {
  width: 100%;
}
.view.view-review .field--name-field-student-full-name {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view.view-review .field_submitted {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  padding-left: 20px;
  margin-left: 8px;
}
.view.view-review .field_submitted::after {
  position: absolute;
  content: ".";
  color: #4b4b4b;
  font-size: 50px;
  left: 0;
  top: -14px;
}
.view.view-review .text-formatted p {
  font-size: 16px;
  line-height: 28px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 0;
}
.view.view-review .indented {
  margin: 0;
  padding: 0 0 24px 72px;
  border-radius: 6px;
}
.view.view-review .indented article .content {
  padding: 12px 8px;
  border-radius: 6px;
  border: solid 1px #ebebee;
  background-color: #fafafa;
}
.view.view-free-courses .view-footer {
  margin-top: 40px;
}
.view.view-preview-content {
  padding-top: 0;
}
.view.view-preview-content video {
  width: 100%;
  max-height: 216px;
}
.view.view-preview-content .view-content.row {
  border: 1px solid #f2f2f2;
  padding-bottom: 32px;
}
.view.view-preview-content .views-row {
  width: 100%;
  position: relative;
}
.view.view-preview-content .views-field:not(:first-child) {
  margin-left: 24px;
  margin-right: 24px;
}
.view.view-preview-content .views-field-field-course-end-discount {
  margin-bottom: 16px;
}
.view.view-preview-content .views-field-field-course-end-discount .view_fields_end_discount {
  font-size: 14px;
  line-height: 21px;
  color: #eb5757;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-top: 8px;
  padding-left: 22px;
  position: relative;
}
.view.view-preview-content .views-field-field-course-end-discount .view_fields_end_discount::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  top: 1px;
  left: 0;
}
.view.view-preview-content .price--container {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.view.view-preview-content .price--container .view-field-discount {
  font-size: 32px;
  line-height: normal;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
  font-weight: bold;
  margin-right: 0;
}
.view.view-preview-content .price--container .field-discount-exist {
  font-size: 18px;
  line-height: 31.5px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
}
.view.view-preview-content .price--container .view-fields-discount-percent {
  font-size: 18px;
  line-height: 31.5px;
  color: #eb5757;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
}
.view.view-preview-content .form-actions {
  margin: 0;
}
.view.view-preview-content .button--add-to-cart {
  width: 100%;
  padding: 14px 32px;
  border-radius: 4px;
  background-color: #14a67b;
  border-radius: 4px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view.view-preview-content .views-field-nothing {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  max-width: 278px;
  width: 100%;
  position: unset;
  padding: 11px 32px;
  border-radius: 4px;
  border: solid 1px #121212;
}
.view.view-preview-content .view-fields-buy-now a {
  font-size: 15px;
  line-height: 20px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  display: inline-block;
}
.view.view-preview-content .views-field-nothing-2 {
  position: absolute;
  padding: 12px;
  border-radius: 4px;
  border: solid 1px #121212;
  height: 48px;
  width: 48px;
  bottom: 0;
  right: 0;
}
.view.view-preview-content .views-field-nothing-2 span::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/icons/heart.svg);
  background-size: 28px;
  background-position: center;
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
}
.view.view-preview-content .views-field-nothing-2 .view-fields-favourite {
  display: none;
}
.view.view-blogs .views-field-title {
  margin-bottom: 16px;
}
.view.view-blogs .views-field-title a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view.view-blogs .views-field-body {
  margin-bottom: 24px;
}
.view.view-blogs .views-field-body p {
  font-size: 18px;
  line-height: 31.5px;
  color: #121212;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view.view-blogs .views-field-join-our-team a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.view.view-blogs .views-field-join-our-team a:hover, .view.view-blogs .views-field-join-our-team a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

/*title h2*/
.view-header h2 {
  font-size: 32px;
  line-height: 41.6px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
}
.view-header h2:focus, .view-header h2:hover {
  text-decoration: none;
  cursor: pointer;
}
.view-header .header-block-left {
  text-align: left;
}
.view-header .header-block-center {
  text-align: center;
}

/*view filter page all courser*/
.views-form {
  width: 100%;
}

.view {
  /* My Order */
  /* Path My Courses & Homepage */
  /* My Quizzes */
  /* My Course List */
}
.view .row > * {
  padding: 0;
}
.view-product-index:not(.view-featured-courses) .row > *, .view-product-taxonomy .row > * {
  padding: 0;
}
.view-product-index:not(.view-featured-courses) .views-row, .view-product-taxonomy .views-row {
  padding: 24px 0;
  border-bottom: 1px solid #ebebee;
}
.view-product-index:not(.view-featured-courses) .group-wrapper, .view-product-taxonomy .group-wrapper {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .view-product-index:not(.view-featured-courses) .group-wrapper, .view-product-taxonomy .group-wrapper {
    flex-direction: column;
  }
}
.view-product-index:not(.view-featured-courses) .group-information, .view-product-taxonomy .group-information {
  flex: 1;
}
.view-product-index:not(.view-featured-courses) .group-image, .view-product-taxonomy .group-image {
  max-width: 282px;
  max-height: 188px;
  position: relative;
  flex: 0 0 220px;
}
@media (max-width: 767.96px) {
  .view-product-index:not(.view-featured-courses) .group-image, .view-product-taxonomy .group-image {
    max-width: 100%;
    max-height: unset;
  }
}
.view-product-index:not(.view-featured-courses) .group-image img, .view-product-taxonomy .group-image img {
  height: 100%;
  min-height: 188px;
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
}
.view-product-index:not(.view-featured-courses) .group-image .group-tags, .view-product-taxonomy .group-image .group-tags {
  position: absolute;
  top: 12px;
  left: 12px;
}
.view-product-index:not(.view-featured-courses) .group-image .group-tags > .field, .view-product-taxonomy .group-image .group-tags > .field {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  font-family: "IBMPlexSans";
  padding: 4px 8px;
  border-radius: 12px;
  text-transform: uppercase;
  margin-right: 4px;
}
.view-product-index:not(.view-featured-courses) .group-image .group-tags > .field:empty, .view-product-taxonomy .group-image .group-tags > .field:empty {
  display: none;
}
.view-product-index:not(.view-featured-courses) .group-image .group-tags > .field--name-field-free, .view-product-taxonomy .group-image .group-tags > .field--name-field-free {
  background-color: #14a67b;
}
.view-product-index:not(.view-featured-courses) .group-image .group-tags > .field--name-field-bestseller, .view-product-taxonomy .group-image .group-tags > .field--name-field-bestseller {
  background-color: #eb5757;
}
.view-product-index:not(.view-featured-courses) .group-authour, .view-product-taxonomy .group-authour {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 4px;
}
.view-product-index:not(.view-featured-courses) .group-authour > .field, .view-product-taxonomy .group-authour > .field {
  display: flex;
  position: relative;
}
.view-product-index:not(.view-featured-courses) .group-authour > .field .field__label, .view-product-taxonomy .group-authour > .field .field__label {
  padding-right: 5px;
}
.view-product-index:not(.view-featured-courses) .group-authour > .field .field__label:after, .view-product-taxonomy .group-authour > .field .field__label:after {
  content: unset;
}
.view-product-index:not(.view-featured-courses) .field, .view-product-taxonomy .field {
  margin: 0;
}
.view-product-index:not(.view-featured-courses) .field--name-field-category, .view-product-taxonomy .field--name-field-category {
  line-height: 12px;
}
.view-product-index:not(.view-featured-courses) .field--name-field-category a, .view-product-taxonomy .field--name-field-category a {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.view-product-index:not(.view-featured-courses) .field--name-field-category a:hover, .view-product-index:not(.view-featured-courses) .field--name-field-category a:focus, .view-product-taxonomy .field--name-field-category a:hover, .view-product-taxonomy .field--name-field-category a:focus {
  text-decoration: underline;
}
.view-product-index:not(.view-featured-courses) .field--name-title, .view-product-taxonomy .field--name-title {
  padding: 8px 24px 4px 0;
}
.view-product-index:not(.view-featured-courses) .field--name-title span, .view-product-taxonomy .field--name-title span {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  display: inline-block;
}
.view-product-index:not(.view-featured-courses) .field--name-title a, .view-product-taxonomy .field--name-title a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-decoration: none;
  display: inline-block;
}
.view-product-index:not(.view-featured-courses) .field--name-title a:hover, .view-product-index:not(.view-featured-courses) .field--name-title a:focus, .view-product-taxonomy .field--name-title a:hover, .view-product-taxonomy .field--name-title a:focus {
  text-decoration: underline;
}
.view-product-index:not(.view-featured-courses) .field--name-variations, .view-product-taxonomy .field--name-variations {
  margin-bottom: 10px;
}
.view-product-index:not(.view-featured-courses) .field--name-price, .view-product-taxonomy .field--name-price {
  font-size: 16px;
  line-height: 24px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.view-product-index:not(.view-featured-courses) .field--name-list-price, .view-product-taxonomy .field--name-list-price {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: line-through;
}
.view-product-index:not(.view-featured-courses) .group-total, .view-product-taxonomy .group-total {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view-category:not(.view-top-category) {
  border-bottom: 1px solid #ebebee;
}
.view-category:not(.view-top-category) .splide {
  max-width: 1240px;
  margin: 0 auto;
}
.view-category:not(.view-top-category) .splide:hover .splide__arrows {
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}
.view-category:not(.view-top-category) .splide__track {
  padding-top: 20px;
  padding-bottom: 20px;
}
.view-category:not(.view-top-category) .splide__arrows {
  opacity: 0;
  visibility: hidden;
}
.view-category:not(.view-top-category) .view-content.row {
  padding: 16px 32px;
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 1240px;
}
.view-category:not(.view-top-category) .view-content.row::-webkit-scrollbar {
  display: none;
}
.view-category:not(.view-top-category) .view-content.row .views-row {
  display: inline-block;
  width: auto;
  padding: 0;
  margin-right: 8px;
}
.view-category:not(.view-top-category) .views-field-name a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
  padding: 8px 12px;
  border: 1px solid #c9c8d3;
  border-radius: 24px;
  white-space: nowrap;
}
.view-category:not(.view-top-category) .views-field-name a:hover {
  background-color: #97f0d6;
  border-color: #97f0d6;
}
.view-commerce-cart-form table {
  margin-bottom: 30px;
}
.view-commerce-cart-form table .views-field-remove-button {
  text-align: center;
}
.view-commerce-cart-form table input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  width: 52px;
  height: 52px;
  padding: 0;
  font-size: 0;
  background-image: url(../images/icon-delete.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: 24px;
}
.view-commerce-cart-form table input[type=submit]:hover, .view-commerce-cart-form table input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.view-commerce-cart-form table input[type=submit]:hover, .view-commerce-cart-form table input[type=submit]:focus {
  background-image: url(../images/icon-delete.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.view-commerce-cart-form .views-form {
  margin-bottom: 24px;
}
.view-commerce-cart-form .views-form:last-child {
  margin-bottom: 0;
}
.view-commerce-cart-form .field--name-total-price {
  margin-bottom: 30px;
}
.view-commerce-cart-form .field--name-total-price .order-total-line {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  padding: 0;
}
.view-commerce-cart-form .field--name-total-price .order-total-line .order-total-line-label {
  position: relative;
}
.view-commerce-cart-form .field--name-total-price .order-total-line .order-total-line-label:after {
  content: ":";
  position: absolute;
}
.view-commerce-cart-form .field--name-total-price .order-total-line.order-total-line__total .order-total-line-value {
  color: #14a67b;
}
.view-commerce-cart-form .paypal-buttons-container {
  margin-top: 24px;
}
.view-commerce-cart-form .form-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.view-commerce-cart-form .form-wrapper input {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.view-commerce-cart-form .form-wrapper input:hover, .view-commerce-cart-form .form-wrapper input:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.view-commerce-cart-form .form-wrapper input:last-child {
  margin-bottom: 0;
}
.view-lession .views-field-name a {
  font-size: 18px;
  line-height: 30px;
  color: #14a67b;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
.view-slide-banner .splide__arrow {
  background-color: #2d2f31;
  width: 40px;
  height: 40px;
  border: 1px solid #6a6f73;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08);
}
.view-slide-banner .splide__arrow svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.view-slide-banner .splide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.view-slide-banner .banner_content {
  position: absolute;
  left: 72px;
  top: 64px;
  max-width: 440px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 24px;
  background-color: #fff;
}
.view-slide-banner .banner_content a {
  font-size: 32px;
  line-height: 40px;
  color: #2d2f31;
  font-weight: 700;
  font-family: "IBMPlexSans";
  margin-bottom: 8px;
}
.view-slide-banner .banner_content p {
  font-size: 16px;
  line-height: 22.4px;
  color: #2d2f31;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin: 0;
}
.view-best-sellers .group-authour {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 4px;
}
.view-best-sellers .group-authour > .field {
  display: flex;
  position: relative;
}
.view-best-sellers .group-authour > .field .field__label {
  padding-right: 5px;
}
.view-best-sellers .group-authour > .field .field__label:after {
  content: unset;
}
.view-best-sellers .field {
  margin: 0;
}
.view-best-sellers .field--name-field-category {
  line-height: 12px;
}
.view-best-sellers .field--name-field-category a {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.view-best-sellers .field--name-field-category a:hover, .view-best-sellers .field--name-field-category a:focus {
  text-decoration: underline;
}
.view-best-sellers .field--name-title {
  padding: 8px 24px 4px 0;
}
.view-best-sellers .field--name-title span {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  display: inline-block;
}
.view-best-sellers .field--name-title a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-decoration: none;
  display: inline-block;
}
.view-best-sellers .field--name-title a:hover, .view-best-sellers .field--name-title a:focus {
  text-decoration: underline;
}
.view-best-sellers .field--name-variations {
  margin-bottom: 10px;
}
.view-best-sellers .field--name-price {
  font-size: 16px;
  line-height: 24px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.view-best-sellers .field--name-list-price {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: line-through;
}
.view-best-sellers .group-total {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view-top-category {
  padding-bottom: 64px;
  border-bottom: 1px solid #dadada;
}
.view-top-category .view-content.row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .view-top-category .view-content.row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .view-top-category .view-content.row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.view-top-category .views-row {
  position: relative;
  overflow: hidden;
}
.view-top-category .views-row::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.view-top-category .views-row:hover, .view-top-category .views-row:focus {
  cursor: pointer;
}
.view-top-category .views-row:hover::before, .view-top-category .views-row:focus::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.view-top-category .views-field-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 6px;
}
.view-top-category .views-field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.view-top-category .views-field-name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
}
.view-featured-courses {
  padding-bottom: 64px;
  border-bottom: 1px solid #dadada;
}
.view-featured-courses .view-content.row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
@media (max-width: 1280px) {
  .view-featured-courses .view-content.row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .view-featured-courses .view-content.row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .view-featured-courses .view-content.row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .view-featured-courses .view-content.row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.view-featured-courses .field--name-field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.view-featured-courses .group-info .group-image {
  position: relative;
}
.view-featured-courses .group-info .group-image .group-tags {
  position: absolute;
  top: 12px;
  left: 12px;
}
.view-featured-courses .group-info .group-image .group-tags > .field {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  font-family: "IBMPlexSans";
  padding: 4px 8px;
  border-radius: 12px;
  text-transform: uppercase;
  margin-right: 4px;
}
.view-featured-courses .group-info .group-image .group-tags > .field:empty {
  display: none;
}
.view-featured-courses .group-info .group-image .group-tags > .field--name-field-free {
  background-color: #14a67b;
}
.view-featured-courses .group-info .group-image .group-tags > .field--name-field-bestseller {
  background-color: #eb5757;
}
.view-featured-courses .group-info .group-text {
  display: flex;
  flex-direction: column;
}
.view-featured-courses .group-info .group-text .field--name-field-category {
  order: 1;
  padding-top: 12px;
}
.view-featured-courses .group-info .group-text .field--name-field-category a {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-transform: uppercase;
}
.view-featured-courses .group-info .group-text .field--name-title {
  order: 2;
  padding-top: 4px;
}
.view-featured-courses .group-info .group-text .field--name-title a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view-featured-courses .group-info .group-text .field--name-uid {
  display: flex;
  order: 3;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  padding: 0 24px 4px 0;
}
.view-featured-courses .group-info .group-text .field--name-field-rating {
  order: 4;
}
.view-featured-courses .field--name-price {
  font-size: 16px;
  line-height: 24px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.view-featured-courses .field--name-list-price {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: line-through;
}
.view-featured-courses .view-footer {
  text-align: center;
  margin-top: 50px;
}
.view-featured-courses .view-footer a {
  background: #fff;
  border: 1px solid #e0e0e0;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
}
.view-featured-courses .view-footer a:hover, .view-featured-courses .view-footer a:focus {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}
.view-free-courses {
  border-bottom: 1px solid #dadada;
}
.view-free-courses .field--name-field-image img {
  border-radius: 6px;
}
.view-free-courses .field--name-uid {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  padding: 0 24px 4px 0;
}
.view-free-courses .slides > li {
  margin-left: 24px;
}
.view-news .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.view-news .field--name-field-tags a:hover, .view-news .field--name-field-tags a:focus {
  text-decoration: underline;
}
.view-news .field--name-field-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.view-news .field--name-title h2 {
  margin-bottom: 0;
}
.view-news .field--name-title h2 a {
  font-size: 28px;
  line-height: 31.5px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view-news .field--name-body {
  font-size: 18px;
}
.view-news .field--name-body p:only-child {
  margin-bottom: 0;
}
.view-news .field--name-field-tags a {
  font-size: 14px;
  line-height: 16px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.view-taxonomy-term .view-header h2 a {
  color: #121212;
}
.view-taxonomy-term .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-left: -12px !important;
  margin-right: -12px !important;
}
@media (max-width: 575px) {
  .view-taxonomy-term .views-infinite-scroll-content-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.view-taxonomy-term .views-infinite-scroll-content-wrapper > * {
  margin-left: 12px !important;
  margin-right: 12px !important;
  flex: 0 0 calc(33.3333333333% - 24px);
  max-width: calc(33.3333333333% - 24px);
}
@media (max-width: 991px) {
  .view-taxonomy-term .views-infinite-scroll-content-wrapper > * {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 575px) {
  .view-taxonomy-term .views-infinite-scroll-content-wrapper > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .view-taxonomy-term .views-infinite-scroll-content-wrapper > * {
    margin: 0 !important;
  }
}
.view-taxonomy-term .field--name-title h2 {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  margin-bottom: 12px;
}
.view-taxonomy-term .field--name-title h2 a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-decoration: none;
  display: inline-block;
}
.view-taxonomy-term .field--name-title h2 a:hover, .view-taxonomy-term .field--name-title h2 a:focus {
  text-decoration: underline;
}
.view-taxonomy-term .field--name-field-tags a {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-transform: uppercase;
}
.view-membership .views-view-grid .views-row {
  float: none !important;
  width: auto;
}
.view-membership .views-view-grid .views-row .views-col {
  float: none !important;
}
.view-membership .views-view-grid .views-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-left: -12px !important;
  margin-right: -12px !important;
}
@media (max-width: 575px) {
  .view-membership .views-view-grid .views-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.view-membership .views-view-grid .views-row > * {
  margin-left: 12px !important;
  margin-right: 12px !important;
  flex: 0 0 calc(50% - 24px) !important;
  max-width: calc(50% - 24px) !important;
}
@media (max-width: 575px) {
  .view-membership .views-view-grid .views-row > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .view-membership .views-view-grid .views-row > * {
    margin: 0 !important;
  }
}
.view-membership .views-view-grid .views-row .views-col {
  background-color: #fff;
  padding: 24px;
  box-shadow: 8px 10px 24px -4px rgba(150, 150, 150, 0.24);
  border-top: 8px solid #14a67b;
}
.view-membership .views-field-title {
  margin-bottom: 8px;
}
.view-membership .views-field-field-subtitle {
  margin-bottom: 24px;
}
.view-membership .views-field-price__number {
  font-size: 48px;
  line-height: 60px;
  color: rgb(27, 73, 66);
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .view-membership .views-field-price__number {
    font-size: 32px;
    line-height: 48px;
  }
}
.view-membership .views-field-list-price__number {
  font-size: 20px;
  line-height: 28px;
  color: rgb(27, 73, 66);
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: line-through;
  margin-bottom: 12px;
}
.view-membership .views-field-body {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}
.view-membership .views-field-body p {
  font-size: inherit;
  line-height: inherit;
  color: #000;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.view-membership .views-field-body ul li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.view-membership .views-field-body ul li:last-child {
  margin-bottom: 0;
}
.view-membership .views-field-body ul li:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon-check.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.view-my-courses .view-filters {
  margin-bottom: 32px;
}
.view-my-courses .views-exposed-form .form-type-textfield input[type=text] {
  max-height: 40px;
}
.view-my-courses .form--inline {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-left: -12px !important;
  margin-right: -12px !important;
}
@media (max-width: 575px) {
  .view-my-courses .form--inline {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.view-my-courses .form--inline > * {
  margin-left: 12px !important;
  margin-right: 12px !important;
  flex: 0 0 calc(25% - 24px);
  max-width: calc(25% - 24px);
}
@media (max-width: 1190px) {
  .view-my-courses .form--inline > * {
    flex: 0 0 calc(33.3333333333% - 24px);
    max-width: calc(33.3333333333% - 24px);
  }
}
@media (max-width: 991px) {
  .view-my-courses .form--inline > * {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 575px) {
  .view-my-courses .form--inline > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .view-my-courses .form--inline > * {
    margin: 0 !important;
  }
}
.view-my-courses .form--inline > .form-item {
  display: flex;
  flex-direction: column;
}
.view-my-courses .form--inline > .form-item > label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.view-my-courses .views-field-lms-user-course-result-link {
  margin-top: 10px;
}
.view-my-courses .views-field-lms-user-course-result-link a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  padding: 10px 20px;
}
.view-my-courses .views-field-lms-user-course-result-link a:hover, .view-my-courses .views-field-lms-user-course-result-link a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.view-commerce-orders .form--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 20px;
  margin-bottom: 30px;
}
.view-commerce-orders .form--inline .form-item {
  margin-bottom: 0;
}
.view-commerce-orders .form--inline .button {
  padding: 9px 20px;
}
.view-my-courses {
  padding-bottom: 64px;
  border-bottom: 1px solid #dadada;
}
.view-my-courses .view-content.row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991.96px) {
  .view-my-courses .view-content.row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.96px) {
  .view-my-courses .view-content.row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.view-my-courses .views-field-field-image {
  margin-bottom: 12px;
}
.view-my-courses .views-field-field-image img {
  width: 100%;
  border-radius: 4px;
}
.view-my-courses .views-row {
  position: relative;
}
.view-my-courses .group-tags {
  position: absolute;
  top: 12px;
  left: 12px;
}
.view-my-courses .group-tags > .views-field {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  font-family: "IBMPlexSans";
  padding: 4px 8px;
  border-radius: 12px;
  text-transform: uppercase;
  margin-right: 4px;
}
.view-my-courses .group-tags > .views-field:empty {
  display: none;
}
.view-my-courses .group-tags > .views-field-field-free {
  background-color: #14a67b;
}
.view-my-courses .group-tags > .views-field-field-bestseller {
  background-color: #eb5757;
}
.view-my-courses .views-field-field-category a {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.view-my-courses .views-field-field-category a:hover, .view-my-courses .views-field-field-category a:focus {
  text-decoration: underline;
}
.view-quiz .view-header a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  margin-bottom: 32px;
}
.view-quiz .view-header a:hover, .view-quiz .view-header a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.view-quiz .views-exposed-form {
  margin-bottom: 30px;
}
.view-quiz .views-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 24px;
}
@media (max-width: 767.96px) {
  .view-quiz .views-exposed-form .form--inline {
    row-gap: 24px;
  }
}
.view-quiz .views-exposed-form input[type=submit] {
  padding: 9px 20px;
}
.view-quiz .views-exposed-form .form-item {
  margin-bottom: 0;
}
@media (max-width: 767.96px) {
  .view-quiz .views-exposed-form .form-item {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 575.96px) {
  .view-quiz .views-exposed-form .form-item {
    flex: 0 0 100%;
  }
}
.view-courses-list .view-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 30px;
}
.view-courses-list .view-header a[href$=add] {
  width: max-content;
  margin-bottom: 20px;
}
.view-courses-list .views-exposed-form {
  margin-bottom: 30px;
}
.view-courses-list .views-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 24px;
}
@media (max-width: 767.96px) {
  .view-courses-list .views-exposed-form .form--inline {
    row-gap: 24px;
  }
}
.view-courses-list .views-exposed-form input[type=submit] {
  padding: 9px 20px;
}
.view-courses-list .views-exposed-form .form-item {
  margin-bottom: 0;
}
@media (max-width: 767.96px) {
  .view-courses-list .views-exposed-form .form-item {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 575.96px) {
  .view-courses-list .views-exposed-form .form-item {
    flex: 0 0 100%;
  }
}

.block {
  /* My Course App Homepage */
}
.block.udemium-banner--block {
  padding: 96px 0;
}
.block.udemium-banner--block .content-row.row {
  margin-right: 0;
  margin-left: 0;
}
.block.udemium-banner--block h2 {
  font-size: 60px;
  line-height: 72px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  margin-bottom: 24px;
  letter-spacing: -2px;
}
.block.udemium-banner--block p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.block.udemium-banner--block p:last-child {
  margin-bottom: 40px;
  padding-right: 40px;
}
.block.udemium-banner--block .field-image img {
  height: 486px;
  width: 100%;
  border-radius: 6px;
}
.block.udemium-banner--block .field-content {
  display: flex;
  flex-direction: column;
  align-content: space-around;
}
.block.udemium-banner--block .field-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.block.udemium-banner--block .field-group > .field-item.right {
  order: 2;
}
.block.udemium-banner--block .field-group > .field-item:not(.right) {
  padding: 0;
  margin-right: 126px;
}
@media (max-width: 991px) {
  .block.udemium-banner--block .field-group > .field-item:not(.right) {
    margin-right: 24px;
  }
}
.block.udemium-banner--block .field-image {
  width: 486px;
}
.block.udemium-banner--block .field-link a {
  background: #eb5757;
  border: 1px solid #eb5757;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.block.udemium-banner--block .field-link a:hover, .block.udemium-banner--block .field-link a:focus {
  background: #a83939;
  border: 1px solid #a83939;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.block.block-quicktabs-blockfeatured-courses {
  border-top: 1px solid #f2f2f2;
  padding-top: 64px;
}
.block.block-quicktabs-blockfeatured-courses > h2 {
  text-align: center;
  cursor: pointer;
}
.block.block-quicktabs-blockfeatured-courses ul.quicktabs-tabs {
  justify-content: center;
}
.block.block-quicktabs-blockfeatured-courses .view-courses, .block.block-quicktabs-blockfeatured-courses .view.view-bundle {
  margin-top: 48px;
}
.block.block-quicktabs-blockfeatured-courses .view-content.row .views-row.row:last-child {
  margin-bottom: 0;
}
.block.block-quicktabs-blockfeatured-courses .view-content.row .views-row.row .views-col {
  padding-bottom: 28.8px;
}
.block.block-quicktabs-blockfeatured-courses .views-row:last-child {
  margin-bottom: 16px;
}
.block.block-quicktabs-blockfeatured-courses .views-field-field-main-category {
  padding: 12px 0 0;
}
.block.block-quicktabs-blockfeatured-courses .views-field-field-main-category .field-content {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}
.block.block-quicktabs-blockfeatured-courses .views-field-field-main-category .field-content:hover, .block.block-quicktabs-blockfeatured-courses .views-field-field-main-category .field-content:focus {
  text-decoration: underline;
}
.block.block-quicktabs-blockfeatured-courses .view-footer {
  margin-bottom: 32px;
}
.block.block-quicktabs-blockfeatured-courses .view-footer a {
  background: #fff;
  border: 1px solid #e0e0e0;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
}
.block.block-quicktabs-blockfeatured-courses .view-footer a:hover, .block.block-quicktabs-blockfeatured-courses .view-footer a:focus {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}
.block.block-block-student-feedback {
  padding: 0 0 48px;
  margin-right: 38px;
}
.block.block-block-student-feedback h2 {
  margin-bottom: 16px;
}
.block.block-block-student-feedback .block-student-feedback {
  display: flex;
}
.block.block-block-student-feedback .column-one {
  padding: 0 32px 0 0;
  margin-right: 5px;
}
.block.block-block-student-feedback .average_rating {
  font-size: 60px;
  line-height: 60px;
  color: #ffb82e;
  font-weight: 700;
  font-family: "IBMPlexSans";
  font-weight: bold;
  margin-bottom: 12px;
}
.block.block-block-student-feedback .total_rating {
  font-size: 14px;
  line-height: 16px;
  color: #4b4b4b;
  font-weight: 600;
  font-family: "IBMPlexSans";
  margin-top: 12px;
  margin-left: 6px;
}
.block.block-block-student-feedback .column-two {
  flex: 1;
}
.block.block-block-student-feedback .rating-row {
  display: flex;
  margin-right: 5px;
}
.block.block-block-student-feedback .rating-row > *:last-child {
  margin-left: 16px;
}
.block.block-block-student-feedback .star-5 {
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.block.block-block-student-feedback .progress {
  max-width: 481px;
  width: 100%;
  background: #ebebee;
  height: 8px;
  margin: 8px 16px 8px 0;
  border-radius: 4px;
}
.block.block-block-student-feedback .progress .progress-bar {
  border-radius: 4px;
  background: #828282;
}
.block.block-block-student-feedback .fivestar-widget-static {
  display: flex;
  margin-left: 6px;
}
.block.block-block-student-feedback .star {
  background: unset;
}
.block.block-block-student-feedback .star .on {
  background: url(../images/star-on.svg);
  width: 16px;
  height: 16px;
  padding: 1px;
  object-fit: contain;
}
.block.block-block-student-feedback .star .off {
  background: url(../images/star-off.svg);
  width: 16px;
  height: 16px;
  padding: 1px;
  object-fit: contain;
}
.block .cart-form {
  margin-bottom: 30px;
}
.block .cart-form:last-child {
  margin-bottom: 0;
}
.block-views-blocklession-block-1 {
  margin-top: 48px;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline {
  display: flex;
  align-items: center;
  position: relative;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline .form-item > label {
  display: none;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline .form-item input {
  margin: 0;
  padding-left: 54px;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline .form-item-keywords {
  flex: 1;
  order: 2;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline .form-actions {
  position: absolute;
  left: 0;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline .form-actions input {
  font-size: 0;
  width: 54px;
  padding: 12px 10px 12px 20px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 20px center;
  background-color: #fff;
  border-radius: 4px;
  border: none;
}
@media (max-width: 767px) {
  .block-views-exposed-filter-blockproduct-index-page-2 {
    display: none;
  }
}
.block.course-info-block--wrapper {
  max-width: calc(66.6666666667% - 48px);
}
.block-system-main-block .entity-meta {
  display: none;
}
.block-my-courses .splide .splide__track {
  margin-left: -12px;
  margin-right: -12px;
}
.block-my-courses .splide .splide__list > a {
  display: none;
}
.block-my-courses .splide .splide__slide {
  width: 25% !important;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 991.96px) {
  .block-my-courses .splide .splide__slide {
    width: 50% !important;
  }
}
@media (max-width: 767.96px) {
  .block-my-courses .splide .splide__slide {
    width: 100% !important;
  }
}
.block-my-courses .splide .course {
  width: 100%;
}
.block-my-courses .splide img {
  width: 100%;
  border-radius: 4px;
}

.take-quiz-result h3 {
  margin-bottom: 24px;
}
.take-quiz-result table[class*=quiz-result] thead tr th {
  text-align: left;
  padding: 15px;
  white-space: nowrap;
  background-color: #fafafa;
  color: #121212;
}
.take-quiz-result table[class*=quiz-result] thead tr th.quiz-result-question {
  width: 40%;
}
.take-quiz-result table[class*=quiz-result] thead tr th.quiz-result-your-answer, .take-quiz-result table[class*=quiz-result] thead tr th.quiz-result-correct, .take-quiz-result table[class*=quiz-result] thead tr th.quiz-result-right-answer {
  width: 10%;
}
.take-quiz-result table[class*=quiz-result] thead tr th.quiz-result-choice {
  width: 30%;
}
.take-quiz-result table[class*=quiz-result] tbody tr.quiz-result-choice-0 .quiz-result-data-0 {
  color: #14a67b;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.take-quiz-result table[class*=quiz-result] td {
  text-align: left;
}
.take-quiz-result table[class*=quiz-result] td p {
  margin: 0;
}
.take-quiz-result .certificate-download {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  margin-top: 50px;
}
.take-quiz-result .certificate-download:hover, .take-quiz-result .certificate-download:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

@media (max-width: 991.96px) {
  nav.tabs {
    overflow: auto;
  }
}

@media (max-width: 991.96px) {
  .tabs.primary {
    width: max-content;
  }
}
.tabs.primary li a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
@media (max-width: 575.96px) {
  .tabs.primary li a {
    padding: 8px 16px;
  }
}
.tabs.primary li.is-active {
  background-color: #97f0d6;
}
.tabs.primary li.is-active:hover {
  background-color: #7de3c5;
}
.tabs.primary li:hover {
  cursor: pointer;
  background-color: #7de3c5;
}

.newsletter-block--wrapper h2 {
  color: #fff;
  margin-bottom: 16px;
}
.newsletter-block--wrapper form .field--type-email {
  margin-bottom: 16px;
}
.newsletter-block--wrapper form .form-item-message {
  margin-bottom: 8px;
}

.book-navigation ul {
  margin: 0;
  padding: 0;
}
.book-navigation ul.book-pager, .book-navigation ul.menu {
  padding: 0;
}
.book-navigation ul.menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
}
.book-navigation ul li {
  float: none;
  text-align: left;
  width: auto;
  margin-bottom: 8px;
}
.book-navigation ul li a {
  font-size: inherit;
  line-height: inherit;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.book-navigation ul li a:hover {
  text-decoration: underline;
}
.book-navigation ul li b {
  display: none;
}
.book-navigation ul.book-pager {
  display: none;
}

aside .block-facets {
  padding: 0 19px 0 0;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  aside .block-facets {
    display: none;
  }
}
aside .block-facets > h2 {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  padding: 8px 0;
  border-bottom: 1px solid #bdbdbd;
  max-height: 48px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
aside .block-facets > h2 .icon {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  position: absolute;
  content: "";
  transform: rotate(360deg);
  background: url(../images/\ up.svg);
  top: 14px;
  right: 0;
  height: 16px;
  width: 16px;
  transition: all 0.3s ease-in-out;
}
aside .block-facets > h2 .icon.close {
  position: absolute;
  content: "";
  transform: rotate(180deg);
  background: url(../images/\ up.svg);
  top: 14px;
  right: 0;
  height: 16px;
  width: 16px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
aside .block-facets .facets-widget-checkbox > ul {
  padding-left: 0;
  margin-bottom: 0px;
  list-style: none;
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item {
  padding: 8px 0;
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item:last-child {
  margin-bottom: 0;
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item::marker {
  font-size: 0;
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item span.facet-item__value {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  display: flex;
  gap: 8px;
  align-items: center;
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item .star-5-rating {
  font-size: 14px;
  line-height: 16px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item .star {
  background: unset;
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item .star .on {
  background: url(../images/star-on.svg);
  width: 16px;
  height: 16px;
  padding: 1px;
  object-fit: contain;
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item .star .off {
  background: url(../images/star-off.svg);
  width: 16px;
  height: 16px;
  padding: 1px;
  object-fit: contain;
}
aside .block-facets .facets-widget-checkbox input {
  opacity: 0;
  position: absolute;
}
aside .block-facets .facets-widget-checkbox input:checked ~ label:before {
  background-color: #14a67b;
  border: 1px solid #14a67b;
}
aside .block-facets .facets-widget-checkbox input:checked ~ label::after {
  display: block;
}
aside .block-facets .facets-widget-checkbox label {
  display: flex;
  gap: 5px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
aside .block-facets .facets-widget-checkbox label:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #121212;
  background-color: #fff;
  border-radius: 4px;
}
aside .block-facets .facets-widget-checkbox label:after {
  position: absolute;
  content: "";
  top: 4px;
  left: 6px;
  display: none;
  width: 7px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(45deg);
}
aside .facets-soft-limit-link {
  margin-top: 8px;
  font-size: 15px;
  line-height: 20px;
  color: #14a67b;
  font-weight: 600;
  font-family: "IBMPlexSans";
  margin-bottom: 24px;
  display: inline-block;
  border-bottom: 1px solid #ebebee;
}
aside.sidebar-second {
  padding-left: 11px;
}

.region-banner {
  padding-top: 96px;
}
.region-banner .component-wrapper--type-push_image {
  padding-bottom: 64px;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 991.96px) {
  .region-banner .component-wrapper--type-push_image {
    padding-bottom: 0;
  }
}
.region-header {
  display: flex;
  align-items: center;
}
.region-header .search-block-form {
  flex: 1;
}
.region-header .search-block-form form {
  max-width: 340px;
  display: flex;
  border-radius: 4px;
  background-color: #fff;
}
.region-header .search-block-form form input {
  border: none;
  background-color: #fff;
}
.region-header .search-block-form form .form-item {
  margin: 0;
}
.region-header .search-block-form form .form-type-search {
  order: 3;
  flex: 1;
}
.region-header .search-block-form form .form-type-search input {
  border-radius: 4px;
  width: 100%;
}
.region-header .search-block-form form .form-actions input {
  font-size: 0;
  width: 54px;
  padding: 12px 10px 12px 20px;
  background: url(../images/search.svg) no-repeat;
  background-size: 24px;
  background-position: 20px center;
}
@media (max-width: 575.96px) {
  .region-header .block-views-exposed-filter-blockproduct-index-search-block {
    display: none;
  }
}
.region-header .block-views-exposed-filter-blockproduct-index-search-block .form-item {
  margin-bottom: 0;
}
.region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline {
  max-width: 240px;
  display: flex;
  border-radius: 4px;
  background-color: #fff;
}
@media (max-width: 1199.96px) {
  .region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline {
    max-width: 180px;
  }
}
.region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline div {
  display: inline;
}
.region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline .form-item-keywords {
  order: 3;
  flex: 1;
}
.region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline .form-item-keywords > label {
  display: none;
}
.region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline input {
  border: none;
  background-color: #fff;
  margin: 0;
}
.region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline .form-actions {
  border-radius: 4px;
}
.region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline .form-actions input {
  font-size: 0;
  width: 54px;
  padding: 12px 10px 12px 20px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 16px center;
  border-radius: 4px;
}
.region-header .block-commerce-cart {
  position: relative;
  margin-right: 8px;
}
@media (max-width: 575.96px) {
  .region-header .block-commerce-cart {
    display: none;
  }
}
.region-header .block-commerce-cart .cart-block--summary {
  display: flex;
}
.region-header .block-commerce-cart .cart-block--link__expand {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/cart.svg) no-repeat;
  background-size: 24px;
  background-position: center;
}
.region-header .block-commerce-cart .cart-block--summary__icon {
  display: none;
}
.region-header .block-commerce-cart .cart-block--summary__count {
  position: absolute;
  top: 6px;
  right: 4px;
  width: 9px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.region-header .block .field--name-body p:only-child {
  margin-bottom: 0;
}
.region-header .block .field--name-body a {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: none;
  display: inline-block;
}
.region-header .block .field--name-body a:hover, .region-header .block .field--name-body a:focus {
  text-decoration: underline;
}
.region-header .block.block-joinforfree .field--name-body a {
  background: #eb5757;
  border: 1px solid #eb5757;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  padding-left: 24px;
  padding-right: 24px;
}
.region-header .block.block-joinforfree .field--name-body a:hover, .region-header .block.block-joinforfree .field--name-body a:focus {
  background: #a83939;
  border: 1px solid #a83939;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.region-header .menu--main > .navbar-nav {
  column-gap: 16px;
}
.region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded .navbar-nav > .nav-item:last-child {
  margin-bottom: 8px;
}
.region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded .navbar-nav.child {
  top: 100px;
}
.region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded .navbar-nav.child::before {
  background-color: rgba(18, 18, 18, 0.8);
}
.region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded .navbar-nav.child .nav-link {
  white-space: nowrap;
}
.region-content-first .block.udemium-banner--block .content-right {
  display: flex;
  justify-content: flex-end;
}
.region-content-fourth .block.udemium-banner--block .field-group .left {
  margin-right: 128px;
}
@media (max-width: 991px) {
  .region-content-fourth .block.udemium-banner--block .field-group .left {
    margin-right: 24px;
  }
}
.region-content-fourth .block.udemium-banner--block .field-group > .field-item:not(.left) {
  padding: 0 102px 0 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .region-content-fourth .block.udemium-banner--block .field-group > .field-item:not(.left) {
    padding: 0;
  }
}
.region-content-fourth .block.udemium-banner--block .field-link a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  font-size: 18px;
  line-height: 24px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.region-content-fourth .block.udemium-banner--block .field-link a:hover, .region-content-fourth .block.udemium-banner--block .field-link a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.region-footer-first .site-name a {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  text-transform: capitalize;
  margin-right: 32px;
  text-decoration: none;
}

/* Course */
article .section-main {
  overflow: unset;
}
article .section-main .container {
  padding: 0;
}

.course-layout-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* Layout Left */
  /* Layout Right */
}
.course-layout-wrapper .layout-left {
  width: 67%;
  padding-right: 50px;
  position: relative;
  transition: all 0.2s;
}
@media (max-width: 991.96px) {
  .course-layout-wrapper .layout-left {
    width: 100%;
    padding-right: 0;
  }
}
.course-layout-wrapper .layout-right {
  width: 33%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #dbe0e9;
  padding: 20px 20px;
  margin-top: 50px;
  z-index: 2;
  position: relative;
}
@media (max-width: 991.96px) {
  .course-layout-wrapper .layout-right {
    width: 100%;
  }
}
.course-layout-wrapper iframe {
  background-color: #fff !important;
}
.course-layout-wrapper .course-top {
  padding: 50px 0;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.96px) {
  .course-layout-wrapper .course-top {
    margin-bottom: 30px;
  }
}
.course-layout-wrapper .course-top:before {
  display: flex;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2000px;
  right: -2000px;
  background: #001931;
  z-index: -1;
}
.course-layout-wrapper .course-top form .form-item-vote .description span {
  color: #fff;
}
.course-layout-wrapper .course-top form .form-item-vote .description span span {
  color: rgba(255, 255, 255, 0.7);
}
.course-layout-wrapper .course-top .field {
  color: #fff;
}
.course-layout-wrapper .course-top .field--name-title {
  display: flex;
  font-size: 36px;
  line-height: 47px;
  font-weight: 700;
  margin: 0;
}
.course-layout-wrapper .course-top .field--name-field-short-description {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
}
.course-layout-wrapper .course-bottom {
  background: #fff;
  border: 1px solid #dbe0e9;
  border-radius: 8px;
  padding: 20px 20px 40px;
}
.course-layout-wrapper .course-bottom .field {
  margin-bottom: 20px;
}
.course-layout-wrapper .course-bottom .field__label {
  font-weight: 700;
}
.course-layout-wrapper .course-top--info-warpper,
.course-layout-wrapper .course-top--info2-warpper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
.course-layout-wrapper .course-top--info-warpper > div,
.course-layout-wrapper .course-top--info2-warpper > div {
  flex: 0 1 auto;
  color: #fff;
  position: relative;
  padding-right: 30px;
  padding-left: 40px;
  margin-right: 30px;
  text-transform: capitalize;
}
.course-layout-wrapper .course-top--info-warpper > div:last-child::after,
.course-layout-wrapper .course-top--info2-warpper > div:last-child::after {
  display: none;
}
.course-layout-wrapper .course-top--info-warpper > div::after,
.course-layout-wrapper .course-top--info2-warpper > div::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.course-layout-wrapper .course-top--info-warpper > div span,
.course-layout-wrapper .course-top--info2-warpper > div span {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.7);
}
.course-layout-wrapper .course-top--info-warpper .field-category,
.course-layout-wrapper .course-top--info-warpper .field-teacher,
.course-layout-wrapper .course-top--info-warpper .field-learner_number {
  position: relative;
}
.course-layout-wrapper .course-top--info-warpper .field-category:before,
.course-layout-wrapper .course-top--info-warpper .field-teacher:before,
.course-layout-wrapper .course-top--info-warpper .field-learner_number:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-size: contain;
}
.course-layout-wrapper .course-top--info-warpper .field-category::before {
  background-image: url(../images/icon-category-course.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.course-layout-wrapper .course-top--info-warpper .field-teacher:before {
  background-image: url(../images/icon-teacher.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.course-layout-wrapper .course-top--info-warpper .field-learner_number::before {
  background-image: url(../images/icon-learns.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.course-layout-wrapper .course-top--info2-warpper {
  margin-top: 20px;
}
.course-layout-wrapper .course-top--info2-warpper .field--name-field-language span {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.course-layout-wrapper .course-top--info2-warpper .field-date,
.course-layout-wrapper .course-top--info2-warpper .field-language {
  position: relative;
}
.course-layout-wrapper .course-top--info2-warpper .field-date:before,
.course-layout-wrapper .course-top--info2-warpper .field-language:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-size: contain;
}
.course-layout-wrapper .course-top--info2-warpper .field-date::before {
  background-image: url(../images/icon-dates.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.course-layout-wrapper .course-top--info2-warpper .field-language::before {
  background-image: url(../images/icon-languages.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.course-layout-wrapper .field--name-field-scorm {
  padding: 0 20px;
}
.course-layout-wrapper .field--name-field-class-time {
  display: inline-block;
  padding: 0 20px;
}
.course-layout-wrapper .field--name-field-class-time > div {
  display: inline;
}
.course-layout-wrapper .tabs-nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dbe0e9;
  margin-bottom: 20px;
}
.course-layout-wrapper .tabs-nav .tab-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: auto;
  margin-right: 20px;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  border: none;
  background-color: #fff;
}
.course-layout-wrapper .tabs-nav .tab-button:hover, .course-layout-wrapper .tabs-nav .tab-button:focus {
  color: rgb(255, 68, 80);
}
.course-layout-wrapper .tabs-nav .tab-button.active {
  color: rgb(255, 68, 80);
}
.course-layout-wrapper .tabs-nav .tab-button.active:before {
  width: 100%;
  transition: all 0.3;
}
.course-layout-wrapper .tabs-nav .tab-button:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 0;
  border-top: 3px solid rgb(255, 68, 80);
  transition: all 0.3;
}
.course-layout-wrapper .sidebar .view.view-courses, .course-layout-wrapper .sidebar .view.view-bundle {
  padding-bottom: 0;
}
.course-layout-wrapper .sidebar .field--name-field-image .field__label {
  display: none;
}
.course-layout-wrapper .sidebar .field--name-field-image img {
  border-radius: 4px;
  max-height: 190px;
  margin-bottom: 40px;
  width: 100%;
}
.course-layout-wrapper .sidebar video {
  height: auto;
}
.course-layout-wrapper .sidebar .title {
  font-weight: 400;
  margin-bottom: 13px;
}
.course-layout-wrapper .sidebar .course-detail-info--sidebar {
  margin-top: 20px;
}
.course-layout-wrapper .sidebar .course-detail-info--sidebar .field {
  padding: 15px 0;
  border-top: 1px solid #dbe0e9;
  margin-bottom: 0;
}
.course-layout-wrapper .sidebar .course-detail-info--sidebar .cetificate,
.course-layout-wrapper .sidebar .course-detail-info--sidebar .full-lifetime-access {
  padding: 15px 0;
  border-top: 1px solid #dbe0e9;
}
.course-layout-wrapper .sidebar .block-popular-course {
  margin-top: 30px;
}
.course-layout-wrapper .sidebar .views-row {
  padding: 20px 0 20px 120px;
  border-top: 1px solid #dbe0e9;
  position: relative;
}
.course-layout-wrapper .sidebar .views-row .views-field-field-image {
  position: absolute;
  top: 20px;
  left: 0;
  max-width: 100px;
}
.course-layout-wrapper .sidebar .views-row .views-field-field-image img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.course-layout-wrapper .sidebar .views-row .views-field-title {
  padding: 0;
}
.course-layout-wrapper .sidebar-header {
  position: relative;
  padding: 8px 30px 8px 16px;
  padding-right: 30px;
}
.course-layout-wrapper .sidebar-header h5 {
  margin-bottom: 0;
}
.course-layout-wrapper .sidebar-header .sidebar-btn-expand {
  display: none;
}
.course-layout-wrapper .sidebar-header .sidebar-btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 0;
  border: none;
  background-image: url(../images/btn-close-black.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  background-color: #fff;
}
.course-layout-wrapper iframe {
  width: 100%;
  height: 100%;
}
.course-layout-wrapper .button--add-to-cart {
  width: 100%;
}
.course-layout-wrapper .accordion-item {
  border-top: 1px solid #d1d2e0;
  background-color: #f6f7f9;
  padding: 16px;
}
.course-layout-wrapper .accordion-item:has(.quiz-hidden) .accordion-header:after, .course-layout-wrapper .accordion-item:has(.lessons-hidden) .accordion-header:after, .course-layout-wrapper .accordion-item:has(.faq-hidden) .accordion-header:after {
  transform: rotateX(0);
  transform: all 0.2s;
}
.course-layout-wrapper .accordion-header {
  margin-bottom: 0;
  display: flex;
  position: relative;
}
.course-layout-wrapper .accordion-header::before {
  position: absolute;
  content: "";
  top: 2px;
  right: 16px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}
.course-layout-wrapper .accordion-header:after {
  position: absolute;
  content: "";
  top: 7px;
  right: 20px;
  width: 12px;
  height: 11px;
  background-image: url(../images/down-faq.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: contain;
  transform: rotateX(180deg);
  transform: all 0.2s;
}
.course-layout-wrapper .accordion-button {
  border: none;
  padding: 0 30px 0 0;
  font-size: 16px;
  line-height: 24px;
  background-color: transparent;
  font-weight: 700;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 2;
}
.course-layout-wrapper .accordion-body {
  margin-top: 10px;
}
.course-layout-wrapper .accordion-body a {
  font-weight: 400;
}
.course-layout-wrapper .accordion-body a:hover, .course-layout-wrapper .accordion-body a:focus {
  text-decoration: underline;
}
.course-layout-wrapper .accordion-body .lesson_video:not(:has(a)),
.course-layout-wrapper .accordion-body .lesson_text:not(:has(a)) {
  position: relative;
  padding-left: 30px;
}
.course-layout-wrapper .accordion-body .lesson_video:not(:has(a))::before,
.course-layout-wrapper .accordion-body .lesson_text:not(:has(a))::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.course-layout-wrapper .accordion-body .lesson_video a,
.course-layout-wrapper .accordion-body .lesson_text a {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
}
.course-layout-wrapper .accordion-body .lesson_video a::before,
.course-layout-wrapper .accordion-body .lesson_text a::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.course-layout-wrapper .accordion-body .lesson_video:not(:has(a)):before {
  background-image: url(../images/icon-video.svg);
}
.course-layout-wrapper .accordion-body .lesson_video a:before {
  background-image: url(../images/icon-video.svg);
}
.course-layout-wrapper .accordion-body .lesson_text:not(:has(a)):before {
  background-image: url(../images/icon-text.svg);
}
.course-layout-wrapper .accordion-body .lesson_text a:before {
  background-image: url(../images/icon-text.svg);
}
.course-layout-wrapper #tab-curriculum .accordion-header:before, .course-layout-wrapper #tab-curriculum .accordion-header:after {
  display: none;
}
.course-layout-wrapper #tab-curriculum .accordion-button {
  margin-bottom: 16px;
}
.course-layout-wrapper #tab-curriculum .accordion-item {
  padding: 0;
  background-color: transparent;
  margin-bottom: 30px;
  border-top: none;
}
.course-layout-wrapper #tab-curriculum .accordion-item:last-child {
  margin-bottom: 0;
}
.course-layout-wrapper #tab-curriculum .accordion-body {
  margin-top: 0;
}
.course-layout-wrapper #tab-curriculum ul li {
  margin-bottom: 2px;
  display: flex;
  width: 100%;
  background-color: #eef1f7;
}
.course-layout-wrapper #tab-curriculum ul li:last-child {
  margin-bottom: 0;
}
.course-layout-wrapper #tab-curriculum ul li:not(:has(a)) {
  padding: 16px 16px 16px 16px;
  font-weight: 600;
}
.course-layout-wrapper #tab-curriculum ul li:not(:has(a)) .lesson_video,
.course-layout-wrapper #tab-curriculum ul li:not(:has(a)) .lesson_text {
  position: relative;
  padding-left: 32px;
}
.course-layout-wrapper #tab-curriculum ul li:not(:has(a)) .lesson_video::before,
.course-layout-wrapper #tab-curriculum ul li:not(:has(a)) .lesson_text::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.course-layout-wrapper #tab-curriculum ul li:not(:has(a)) .lesson_video:before {
  background-image: url(../images/icon-video.svg);
}
.course-layout-wrapper #tab-curriculum ul li:not(:has(a)) .lesson_text:before {
  background-image: url(../images/icon-text.svg);
}
.course-layout-wrapper #tab-curriculum ul a {
  width: max-content;
  padding: 16px 16px 16px 48px;
  font-weight: 600;
}
.course-layout-wrapper .tabs-content {
  /* Icon in Tab Content */
}
.course-layout-wrapper .tabs-content .accordion-body .lesson_video a:before,
.course-layout-wrapper .tabs-content .accordion-body .lesson_text a:before {
  top: 19px;
  left: 16px;
}

.header {
  border-bottom: 1px solid #f2f2f2;
  background-color: #121212;
}
@media (max-width: 991px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.header .site-name a {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  text-transform: capitalize;
  margin-right: 32px;
  text-decoration: none;
}
.header .site-name a:hover, .header .site-name a:focus {
  text-decoration: none;
}
.header .block-system-branding-block {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991.96px) {
  .header .block-system-branding-block {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.breadcrumb {
  background-color: transparent;
  display: none;
}

.section-main {
  overflow: hidden;
  margin: 64px 0;
}
@media (max-width: 767.96px) {
  .section-main {
    margin: 30px 0 50px;
  }
}

.content_fourth {
  overflow: hidden;
}
.content_fourth .block.udemium-banner--block h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 24px;
}
.content_fourth .block.udemium-banner--block .field--name-field-link a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
.content_fourth .block.udemium-banner--block .field--name-field-link a:hover, .content_fourth .block.udemium-banner--block .field--name-field-link a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.section-footer {
  background-color: #121212;
  padding-top: 96px;
  padding-bottom: 64px;
  margin-top: 64px;
}
.section-footer h2 {
  font-size: 18px;
  line-height: 31.5px;
  margin-bottom: 16px;
  color: #fff;
}
.section-footer .block-system-branding-block img {
  margin-bottom: 20px;
}
.section-footer .site-name {
  margin-bottom: 16px;
}
.section-footer nav.block-menu ul {
  margin-left: 0;
}
.section-footer nav.block-menu ul li {
  padding-top: 0;
}
.section-footer nav.block-menu ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: none;
  margin-bottom: 8px;
}
.section-footer nav.block-menu ul li a:hover, .section-footer nav.block-menu ul li a:focus {
  text-decoration: underline;
}

.section-footer-bottom {
  background-color: #121212;
  padding-bottom: 34px;
}
.section-footer-bottom span,
.section-footer-bottom p {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.section-footer-bottom span:only-child,
.section-footer-bottom p:only-child {
  margin-bottom: 0;
}
.section-footer-bottom .region-footer-bottom {
  padding-top: 34px;
  border-top: 1px solid #2d3748;
}
.section-footer-bottom .group {
  display: flex;
  align-items: center;
}
.section-footer-bottom .group .group-left {
  flex: 1;
}
.section-footer-bottom .group .group-right {
  display: flex;
  gap: 4px;
  flex-direction: row-reverse;
}
.section-footer-bottom .group .group-right .info {
  float: right;
  background: #333;
  border-radius: 50%;
  padding: 4px;
  width: 32px;
  height: 32px;
}
.section-footer-bottom .group .group-right .info > img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  margin-bottom: 2px;
  margin-left: 0px;
}

.section-mobile-menu {
  display: none;
}

body {
  /* --- Path node --- */
}
body[class*=path-] div[class*=field--type] .field__label {
  padding-right: 0.5em;
  position: relative;
}
body[class*=path-] div[class*=field--type] .field__label:after {
  position: absolute;
  content: ":";
}
body[class*=path-] .block.block-page-title-block .page-title .field {
  margin-bottom: 0;
}
body.path-dashboard .view-dash {
  padding: 20px;
  border-radius: 12px;
}
body:not(.user-logged-in) nav.tabs ul {
  max-width: 800px;
  padding: 48px 20px 0px 20px;
  margin: 0 auto;
}
body.user-logged-in #page {
  position: relative;
}
body.user-logged-in .region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline {
  max-width: 180px;
}
@media (max-width: 991px) {
  body.user-logged-in .region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline {
    max-width: 240px;
  }
}
@media (min-width: 991px) and (max-width: 1250px) {
  body.user-logged-in .region-header .menu--main > .navbar-nav {
    column-gap: 16px;
  }
}
body.path-lms-quiz article > .field, body.path-lms-quiz-result article > .field, body.path-lms-question article > .field, body.path-lms-question-response article > .field {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 24px;
}
body.path-lms-quiz article > .field:last-child, body.path-lms-quiz-result article > .field:last-child, body.path-lms-question article > .field:last-child, body.path-lms-question-response article > .field:last-child {
  margin-bottom: 0;
}
body.path-lms-quiz article > .field .field__label, body.path-lms-quiz-result article > .field .field__label, body.path-lms-question article > .field .field__label, body.path-lms-question-response article > .field .field__label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
}
body.path-lms-quiz article > .field .field__items, body.path-lms-quiz-result article > .field .field__items, body.path-lms-question article > .field .field__items, body.path-lms-question-response article > .field .field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.path-lms-quiz article > .field a, body.path-lms-quiz-result article > .field a, body.path-lms-question article > .field a, body.path-lms-question-response article > .field a {
  color: #14a67b;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
body.path-lms-quiz article > .field[class*=field--name-field-questions], body.path-lms-quiz article > .field.field--name-field-answers, body.path-lms-quiz-result article > .field[class*=field--name-field-questions], body.path-lms-quiz-result article > .field.field--name-field-answers, body.path-lms-question article > .field[class*=field--name-field-questions], body.path-lms-question article > .field.field--name-field-answers, body.path-lms-question-response article > .field[class*=field--name-field-questions], body.path-lms-question-response article > .field.field--name-field-answers {
  display: block;
}
body.path-lms-quiz article > .field[class*=field--name-field-questions] .field__label, body.path-lms-quiz article > .field.field--name-field-answers .field__label, body.path-lms-quiz-result article > .field[class*=field--name-field-questions] .field__label, body.path-lms-quiz-result article > .field.field--name-field-answers .field__label, body.path-lms-question article > .field[class*=field--name-field-questions] .field__label, body.path-lms-question article > .field.field--name-field-answers .field__label, body.path-lms-question-response article > .field[class*=field--name-field-questions] .field__label, body.path-lms-question-response article > .field.field--name-field-answers .field__label {
  margin-bottom: 16px;
}
body.path-lms-quiz article > .field[class*=field--name-field-questions] a, body.path-lms-quiz article > .field.field--name-field-answers a, body.path-lms-quiz-result article > .field[class*=field--name-field-questions] a, body.path-lms-quiz-result article > .field.field--name-field-answers a, body.path-lms-question article > .field[class*=field--name-field-questions] a, body.path-lms-question article > .field.field--name-field-answers a, body.path-lms-question-response article > .field[class*=field--name-field-questions] a, body.path-lms-question-response article > .field.field--name-field-answers a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
  padding: 8px 12px;
  border: 1px solid #c9c8d3;
  border-radius: 24px;
}
body.path-lms-quiz article > .field p, body.path-lms-quiz-result article > .field p, body.path-lms-question article > .field p, body.path-lms-question-response article > .field p {
  margin: 0;
}
body.path-lms-quiz article .take-quiz, body.path-lms-quiz-result article .take-quiz, body.path-lms-question article .take-quiz, body.path-lms-question-response article .take-quiz {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
body.path-lms-quiz article .take-quiz:hover, body.path-lms-quiz article .take-quiz:focus, body.path-lms-quiz-result article .take-quiz:hover, body.path-lms-quiz-result article .take-quiz:focus, body.path-lms-question article .take-quiz:hover, body.path-lms-question article .take-quiz:focus, body.path-lms-question-response article .take-quiz:hover, body.path-lms-question-response article .take-quiz:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
body.path-take-quiz .section-main {
  margin: 48px 0;
}
body.path-take-quiz .tabs.primary {
  margin: 0 0 30px 0;
  padding: 0;
}
body.path-take-quiz form[class*=user-] .form-item {
  margin-bottom: 24px;
}
body.path-take-quiz form[class*=user-] .form-item > label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
body.path-take-quiz form[class*=user-] .form-item .description {
  font-size: 14px;
  line-height: 21px;
  color: #333;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
body.path-take-quiz form[class*=user-] .field--widget-image-image .image-widget-data {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  body.path-take-quiz form[class*=user-] .field--widget-image-image .image-widget-data {
    display: block;
  }
}
body.path-take-quiz form[class*=user-] input {
  background-color: #fdfdfd;
}
body.path-take-quiz form[class*=user-] input[type=file] {
  margin-bottom: 0;
}
body.path-take-quiz form[class*=user-] .form-wrapper input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
body.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:hover, body.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
body.path-user.path-login .section-main, body.path-user.path-register .section-main, body.path-user.path-password .section-main {
  margin: 48px 0;
}
body.path-user.path-login .tabs.primary, body.path-user.path-register .tabs.primary, body.path-user.path-password .tabs.primary {
  margin: 0 0 30px 0;
  padding: 0;
}
body.path-user article.profile {
  background-color: #1ab69d;
  border-radius: 10px;
  padding: 32px;
  padding-left: 264px;
  position: relative;
}
@media (max-width: 767.96px) {
  body.path-user article.profile {
    padding: 20px;
    padding-left: 252px;
  }
}
@media (max-width: 575.96px) {
  body.path-user article.profile {
    padding-left: 20px;
  }
}
body.path-user article.profile > .form-item {
  color: #fff;
}
body.path-user article.profile > .form-item .label {
  color: #fff;
}
body.path-user article.profile > .field {
  color: #fff;
  display: inline-block;
  width: 100%;
}
body.path-user article.profile > .field .field__label {
  font-weight: 700;
  display: inline;
}
body.path-user article.profile > .field .field__item {
  display: inline;
}
body.path-user article.profile > .field .address {
  display: inline;
}
body.path-user article.profile > .field .address > * {
  display: inline;
}
body.path-user article.profile > .field .address br {
  display: none;
}
body.path-user article.profile > .field--name-user-picture {
  position: absolute;
  left: 32px;
  top: 32px;
  bottom: 32px;
  width: 200px;
}
@media (max-width: 767.96px) {
  body.path-user article.profile > .field--name-user-picture {
    left: 20px;
    top: 20px;
    bottom: 20px;
  }
}
@media (max-width: 575.96px) {
  body.path-user article.profile > .field--name-user-picture {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
body.path-user article.profile > .field--name-user-picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
body.path-product .region-content > .block {
  margin-bottom: 48px;
}
body.path-product .region-content > .block:last-child {
  margin-bottom: 0;
}
body.path-product article .group-content-layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
body.path-product article .group-content-layout .group-info {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
}
body.path-product article .group-content-layout .group-info > .field {
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-info > .field:last-child {
  margin-bottom: 0;
}
body.path-product article .group-content-layout .group-info > .field .field__label {
  font-size: 32px;
  line-height: 41.6px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  margin-bottom: 24px;
}
body.path-product article .group-content-layout .group-info > .field ul {
  padding-left: 16px;
  list-style: disc;
}
body.path-product article .group-content-layout .group-info > .field ul li {
  margin-bottom: 16px;
}
body.path-product article .group-content-layout .group-info > .field ul li p {
  margin: 0;
}
body.path-product article .group-content-layout .group-info > .field ul li:last-child {
  margin-bottom: 0;
}
body.path-product article .group-content-layout .group-info .field--name-field-what-you-learn {
  background-color: #fafafa;
  padding: 24px;
  margin-top: 0;
  margin-right: 38px;
}
body.path-product article .group-content-layout .group-info .field--name-field-what-you-learn ul {
  display: flex;
  flex-flow: row wrap;
  gap: 8px 24px;
}
body.path-product article .group-content-layout .group-info .field--name-field-what-you-learn ul li {
  max-width: calc(50% - 24px);
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 43px;
}
body.path-product article .group-content-layout .group-info .field--name-field-what-you-learn ul li:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/icon-check.svg");
  background-size: 28px;
  background-position: center;
  width: 28px;
  height: 28px;
}
body.path-product article .group-content-layout .group-info .field--name-field-quiz a {
  font-size: 16px;
  line-height: 24px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-info .group-text {
  margin-bottom: 48px;
}
body.path-product article .group-content-layout .group-info .group-text .field--name-field-short-description {
  font-size: 18px;
  line-height: 31.5px;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 16px;
}
body.path-product article .group-content-layout .group-info .group-text .field--name-field-instructor {
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-info .group-total {
  display: flex;
  gap: 17px;
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-info .group-total > .field {
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
}
body.path-product article .group-content-layout .group-info .group-total > .field:before {
  content: "";
  display: inline-block;
  background-size: 20px;
  background-position: center;
  background-image: url("../images/info-black.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  object-fit: contain;
  color: #000000;
  vertical-align: text-bottom;
  margin-right: 8px;
}
body.path-product article .group-content-layout .group-info .group-total .field--name-field-learner-number:before {
  background-image: url("../images/user-black.svg");
}
body.path-product article .group-content-layout .group-info .group-total .field--name-field-total-chapters:before,
body.path-product article .group-content-layout .group-info .group-total .field--name-field-total-hours:before,
body.path-product article .group-content-layout .group-info .group-total .field--name-field-total-lessons:before {
  background-image: url("../images/info-black.svg");
}
body.path-product article .group-content-layout .group-info .group-total .field--name-field-language:before {
  background-image: url("../images/substitles-black.svg");
}
body.path-product article .group-content-layout .group-info .field--name-field-lessons .field__items > .field__item {
  margin-bottom: 24px;
}
body.path-product article .group-content-layout .group-info .field--name-field-lessons .field__items > .field__item:last-child {
  margin-bottom: 0;
}
body.path-product article .group-content-layout .group-info .field--name-field-lessons .field--name-name {
  margin-bottom: 16px;
}
body.path-product article .group-content-layout .group-info .field--name-field-lessons .field--name-name a {
  font-size: 18px;
  line-height: 30px;
  color: #14a67b;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-info .field--name-uid {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-info .field--name-uid .field__label:after {
  content: unset;
}
body.path-product article .group-content-layout .group-video {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 15px;
}
body.path-product article .group-content-layout .group-video video {
  max-height: 216px;
}
body.path-product article .group-content-layout .group-video .media {
  display: block;
}
body.path-product article .group-content-layout .group-video .media iframe {
  display: block;
  width: 100%;
  min-height: 216px;
}
body.path-product article .group-content-layout .group-video .field {
  margin: 0;
}
body.path-product article .group-content-layout .group-video .variation--wrapper {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #f2f2f2;
}
body.path-product article .group-content-layout .group-video .group-variation {
  margin-bottom: 10px;
}
body.path-product article .group-content-layout .group-video .group-variation .field--name-price {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-video .group-variation .product--variation-field--variation_price__3 {
  order: 1;
  font-size: 16px;
  line-height: 24px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-video .group-variation .field--name-list-price {
  order: 2;
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: line-through;
}
body.path-product article .group-content-layout .group-video .group-variation .field--name-variations {
  order: 3;
}
body.path-home .region-content .block-views > h2 {
  text-align: center;
}
body.path-home .region-content .field--name-field-components > .field__item {
  padding-bottom: 64px;
}
body.path-home .region-content .field--name-field-components > .field__item:last-child {
  padding-bottom: 0;
}
body.path-home .section-main {
  margin-top: 0;
}
body.path-news .field--name-field-tags {
  display: flex;
}
body.path-news .field--name-field-tags .field__label {
  font-size: inherit;
  line-height: inherit;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
body.path-news .field--name-field-tags .field__item a {
  color: #14a67b;
}
body.path-my-courses .view-header, body.path-manage .view-header {
  margin-bottom: 24px;
}
body.path-my-courses form.views-exposed-form, body.path-manage form.views-exposed-form {
  margin-bottom: 30px;
}
body.path-my-courses form.views-exposed-form .form--inline, body.path-manage form.views-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 24px;
}
@media (max-width: 991.96px) {
  body.path-my-courses form.views-exposed-form .form--inline, body.path-manage form.views-exposed-form .form--inline {
    row-gap: 24px;
  }
}
body.path-my-courses form.views-exposed-form .form-item, body.path-manage form.views-exposed-form .form-item {
  flex: 1;
  margin-bottom: 0;
}
@media (max-width: 991.96px) {
  body.path-my-courses form.views-exposed-form .form-item, body.path-manage form.views-exposed-form .form-item {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 575.96px) {
  body.path-my-courses form.views-exposed-form .form-item, body.path-manage form.views-exposed-form .form-item {
    flex: 0 0 100%;
  }
}
body.path-my-courses form.views-exposed-form .form-item label, body.path-manage form.views-exposed-form .form-item label {
  display: block;
  margin-bottom: 0.5rem;
}
body.path-my-courses form.views-exposed-form .form-submit, body.path-manage form.views-exposed-form .form-submit {
  padding: 9px 32px;
}
body.path-course .view-courses, body.path-course .view.view-bundle {
  margin-top: 0;
}
body.path-course .view-courses .views-infinite-scroll-content-wrapper, body.path-course .view.view-bundle .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991.96px) {
  body.path-course .view-courses .views-infinite-scroll-content-wrapper, body.path-course .view.view-bundle .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.96px) {
  body.path-course .view-courses .views-infinite-scroll-content-wrapper, body.path-course .view.view-bundle .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.path-course .view-courses img, body.path-course .view.view-bundle img {
  width: 100%;
  height: 100%;
}
body.path-course .view-courses .views-field-field-image, body.path-course .view.view-bundle .views-field-field-image {
  margin-bottom: 10px;
}
body.path-course .view-courses .views-field-title, body.path-course .view.view-bundle .views-field-title {
  padding: 0;
}
body.path-course .view-courses .views-field-field-total-hours, body.path-course .view.view-bundle .views-field-field-total-hours {
  display: inline-block;
  width: 100%;
}
body.path-course .view-courses .views-field-field-total-hours .field-content, body.path-course .view.view-bundle .views-field-field-total-hours .field-content {
  display: inline;
}
body.path-course .section-main {
  margin-top: 0;
}
body.path-edit .entity-meta__header {
  display: none;
}
body.path-learn .section-main .container {
  max-width: 100%;
  padding: 0;
}
body.path-learn .course-layout-wrapper {
  /* Layout Left */
  /* Layout Right */
}
body.path-learn .course-layout-wrapper.sidebar-close .layout-left {
  width: 100%;
  transition: all 0.2s;
}
body.path-learn .course-layout-wrapper.sidebar-close .layout-left .open-course-content {
  display: inline-flex;
  transition: all 0.2s;
}
body.path-learn .course-layout-wrapper.sidebar-close .layout-right {
  display: none;
}
body.path-learn .course-layout-wrapper .layout-left {
  width: calc(100% - 416px);
  padding-right: 0;
  transition: all 0.2s;
}
@media (max-width: 991.96px) {
  body.path-learn .course-layout-wrapper .layout-left {
    width: 100%;
  }
}
body.path-learn .course-layout-wrapper .layout-left .open-course-content {
  position: absolute;
  top: 5.6rem;
  left: 100%;
  transform: translateX(-48px);
  cursor: pointer;
  display: none;
  max-width: 100%;
  min-width: 8rem;
  height: 48px;
  font-size: 18px;
  line-height: 1;
  border-radius: 9px 0 0 9px;
  color: #fff;
  font-weight: 500;
  padding: 5px 12px;
  padding-left: 54px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  z-index: 10;
  transition: all 0.2s;
  background-color: #14a67b;
  border: none;
  background-image: url(../images/icon-arrow-left.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 18px center;
}
@media (max-width: 991.96px) {
  body.path-learn .course-layout-wrapper .layout-left .open-course-content {
    display: none;
  }
}
body.path-learn .course-layout-wrapper .layout-left .open-course-content:hover, body.path-learn .course-layout-wrapper .layout-left .open-course-content:focus {
  transform: translateX(-100%);
}
body.path-learn .course-layout-wrapper .course-top {
  padding: 30px 0 0;
}
body.path-learn .course-layout-wrapper .course-top .field--name-name {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 32px;
  line-height: 41.6px;
  margin-bottom: 24px;
  font-weight: 700;
}
body.path-learn .course-layout-wrapper .course-top .text-formatted {
  padding-left: 20px;
  padding-right: 20px;
}
body.path-learn .course-layout-wrapper .course-bottom {
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.96px) {
  body.path-learn .course-layout-wrapper .course-bottom {
    width: calc(100% - 40px);
  }
}
body.path-learn .course-layout-wrapper .layout-right {
  width: 416px;
  margin-top: 0;
  border-radius: 0;
  padding: 0;
  border: 1px solid #d1d2e0;
}
@media (max-width: 991.96px) {
  body.path-learn .course-layout-wrapper .layout-right {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    border-radius: 9px;
  }
}
body.path-learn .course-layout-wrapper .chapter-progress {
  display: flex;
  align-items: center;
  width: max-content;
}
body.path-learn .course-layout-wrapper .chapter-progress.chapter-completed:after {
  display: inline-block;
}
body.path-learn .course-layout-wrapper .chapter-progress:after {
  content: "";
  display: none;
  width: 22px;
  height: 22px;
  background-color: transparent;
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: cover;
  margin-left: 4px;
}
body.path-learn .course-layout-wrapper .accordion-body ul li {
  margin-bottom: 6px;
}
body.path-learn .course-layout-wrapper .accordion-body ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .container {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width: 991.96px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  h2 {
    margin-bottom: 16px;
  }
  .header > .container {
    padding-right: 74px;
  }
  .header .region-header .search-block-form form {
    max-width: 100%;
    justify-content: flex-end;
    background-color: #121212;
  }
  .header .region-header .search-block-form form .form-actions input.button {
    background: url("../images/search-mobile.svg") no-repeat center;
  }
  .header .region-header .search-block-form form .form-type-search {
    order: 0;
    flex: none;
  }
  .header .region-header .search-block-form form .form-type-search input {
    background-color: transparent;
    width: 0;
    transition: all 0.5s ease-out;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .region-header .search-block-form form .form-type-search input:hover, .header .region-header .search-block-form form .form-type-search input:focus {
    width: 100%;
  }
  .header .block-joinforfree {
    display: none;
  }
  .header .block-we-megamenu-blockcategories {
    order: 6;
  }
  .header .block-block-content {
    display: none;
  }
  .header .region-we-mega-menu {
    margin-bottom: 0;
  }
  .section-mobile-menu {
    display: block;
  }
  .section-mobile-menu .toggle-mobile-menu {
    position: absolute;
    top: 22px;
    right: 24px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    z-index: 99;
  }
  .section-mobile-menu .toggle-mobile-menu span {
    position: absolute;
    width: 32px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.5s;
  }
  .section-mobile-menu .toggle-mobile-menu span:nth-child(1) {
    transform: translateY(-9px);
    width: 25px;
    left: 15px;
  }
  .section-mobile-menu .toggle-mobile-menu span:nth-child(2) {
    transform: translateY(9px);
    width: 15px;
    left: 25px;
  }
  .section-mobile-menu .region-mobile-menu {
    position: fixed;
    background-color: #121212;
    color: #fff;
    width: 320px;
    height: 100vh;
    top: 80px;
    right: -320px;
    z-index: 10;
    transition: all 0.35s;
  }
}
@media (max-width: 991.96px) and (max-width: 575.96px) {
  .section-mobile-menu .region-mobile-menu {
    top: 68px;
  }
}
@media (max-width: 991.96px) {
  .section-mobile-menu .region-mobile-menu h2 {
    display: none;
  }
  .section-mobile-menu .region-mobile-menu .btn-close {
    display: none;
  }
  .section-mobile-menu .region-mobile-menu .navbar-nav {
    padding: 8px 0;
  }
  .section-mobile-menu .region-mobile-menu .navbar-nav .nav-item {
    padding: 8px 0;
  }
  .section-mobile-menu .region-mobile-menu .navbar-nav .nav-item a {
    padding: 0 20px;
    color: #fff;
    font-weight: 600;
    font-family: "IBMPlexSans";
  }
  .section-mobile-menu.active .toggle-mobile-menu span:nth-child(1) {
    width: 28px;
    transform: translateY(0) rotate(45deg);
    transition-delay: 0.125s;
  }
  .section-mobile-menu.active .toggle-mobile-menu span:nth-child(2) {
    width: 28px;
    transform: translateY(0) rotate(315deg);
    transition-delay: 0.25s;
    left: 15px;
  }
  .section-mobile-menu.active .toggle-mobile-menu span:nth-child(3) {
    transform: translateX(60px);
  }
  .section-mobile-menu.active .region-mobile-menu {
    right: 0;
  }
  .section-mobile-menu .block-commerce-cart {
    display: none;
  }
}
@media (max-width: 991.96px) and (max-width: 575.96px) {
  .section-mobile-menu .block-commerce-cart {
    display: block;
    padding: 0 20px;
  }
}
@media (max-width: 991.96px) {
  .block.block-quicktabs-blockfeatured-courses {
    margin: 0;
    padding: 32px 0 48px 0;
  }
  .block.block-quicktabs-blockfeatured-courses h2 {
    text-align: left;
  }
  .block.block-quicktabs-blockfeatured-courses ul.quicktabs-tabs {
    justify-content: flex-start;
  }
  .block.block-quicktabs-blockfeatured-courses ul.quicktabs-tabs li:first-child {
    margin-left: 0;
  }
  .block.block-quicktabs-blockfeatured-courses .view-courses, .block.block-quicktabs-blockfeatured-courses .view.view-bundle {
    margin: 24px 0 0 0;
    padding: 0;
  }
  .block.block-quicktabs-blockfeatured-courses .view-courses .view-footer, .block.block-quicktabs-blockfeatured-courses .view.view-bundle .view-footer {
    margin: 0;
  }
  .block.block-quicktabs-blockfeatured-courses .view-content.row .views-row.row .views-col {
    padding-bottom: 8px;
  }
  .block.block.udemium-banner--block {
    padding: 48px 0;
  }
  .block.block.udemium-banner--block h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .block.block.udemium-banner--block p {
    font-size: 16px;
    line-height: 24px;
  }
  .block.block.udemium-banner--block p:last-child {
    padding: 0;
    margin-bottom: 24px;
  }
  .block.block.udemium-banner--block .field-image {
    width: 340px;
  }
  .block.block.udemium-banner--block .field-image img {
    height: 340px;
    width: 100%;
  }
  .block.block.udemium-banner--block .field-link a {
    font-size: 15px;
    line-height: 20px;
    padding: 14px 32px;
  }
  ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] a.we-mega-menu-li {
    color: #fff;
  }
  .view .view-header h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .view .header-block-center {
    text-align: left;
  }
  .view.view-courses, .view.view-bundle {
    margin: 0;
    padding: 32px 0 48px 0;
  }
  .view.view-courses .view-header, .view.view-bundle .view-header {
    text-align: left;
  }
  .view.view-courses .views-field-field-course-image img, .view.view-bundle .views-field-field-course-image img {
    max-height: 105.3px;
  }
  .view.view-courses .view-footer, .view.view-bundle .view-footer {
    margin-top: 24px;
    text-align: left;
  }
  .view.view-courses .view-footer a, .view.view-bundle .view-footer a {
    font-size: 15px;
    padding: 14px 32px;
  }
  .view.view-partner {
    padding: 48px 0;
  }
  .view.view-partner .view-header h2 {
    padding: 0 0 24px 0;
    text-align: left;
    max-width: 70%;
    margin: 0;
  }
  .view.view-partner .views-view-grid .views-row {
    margin-left: -12px;
    margin-right: -12px;
    overflow-x: auto;
  }
  .view.view-partner .views-view-grid .views-row .views-col {
    width: 25% !important;
    flex: none;
    margin: 0 12px;
  }
  .view.view-partner .views-field-field-thumbnail-image img {
    width: 158px;
    height: 79px;
    border-radius: 6px;
  }
  .view.view-programs {
    padding: 48px 0;
  }
  .view.view-program-overview .views-row {
    gap: 24px;
  }
  .view.view-program-overview .views-field-title {
    margin-bottom: 16px;
  }
  .view.view-program-overview .views-field-title .field-content {
    font-size: 28px;
    line-height: 36px;
  }
  .view.view-program-overview .views-field-body p {
    font-size: 16px;
    line-height: 24px;
  }
  .view.view-program-overview .views-field-field-program-image img {
    width: 100%;
    height: 340px;
    max-width: 340px;
  }
  .view.view-program-overview .views-field-view-all-courses a {
    font-size: 15px;
    line-height: 20px;
    padding: 14px 32px;
  }
  .view.view-program-overview .views-field-fieldset {
    padding-right: 0px;
  }
  .view.view-bundle .views-field-field-bundle-image img {
    max-height: 105.5px;
    width: 100%;
    height: 100%;
  }
  .view.view-instructor {
    padding: 0 0 48px 0;
  }
  .view.view-introduction {
    padding: 48px 0;
  }
  .view.view-introduction .views-field-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .view.view-introduction .views-field-body {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .view.view-introduction .views-field-field-introduction-image img {
    max-height: 256.2px;
  }
  .view.view-introduction .flex-control-nav {
    bottom: 68%;
  }
  .view.view-preview-content .price--container {
    gap: 8px;
  }
  .view.view-preview-content .price--container .view-field-discount {
    font-size: 16px;
    line-height: normal;
    color: #121212;
    font-weight: 700;
    font-family: "IBMPlexSans";
  }
  .view.view-preview-content .price--container .field-discount-exist {
    font-size: 14px;
    line-height: 31.5px;
    color: #4b4b4b;
    font-weight: 400;
    font-family: "IBMPlexSans";
  }
  .view.view-preview-content .price--container .view-fields-discount-percent {
    font-size: 14px;
    line-height: 31.5px;
    color: #eb5757;
    font-weight: 400;
    font-family: "IBMPlexSans";
  }
  .view.view-preview-content .button--add-to-cart {
    padding: 13px 33px;
  }
  .view.view-preview-content .views-field-nothing {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    max-width: 278px;
    width: 100%;
    position: unset;
    padding: 11px 32px;
    border-radius: 4px;
    border: solid 1px #121212;
  }
  .view.view-preview-content .view-fields-buy-now a {
    font-size: 15px;
    line-height: 20px;
    color: #121212;
    font-weight: 600;
    font-family: "IBMPlexSans";
    display: inline-block;
  }
  .view.view-preview-content .views-field-nothing-2 {
    position: absolute;
    padding: 12px;
    border-radius: 4px;
    border: solid 1px #121212;
    height: 48px;
    width: 48px;
    bottom: 0;
    right: 0;
  }
  .view.view-preview-content .views-field-nothing-2 span::before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/icons/heart.svg);
    background-size: 28px;
    background-position: center;
    width: 24px;
    height: 24px;
    left: 12px;
    top: 12px;
  }
  .view.view-preview-content .views-field-nothing-2 .view-fields-favourite {
    display: none;
  }
  .view-product-index .group-image, .view-product-taxonomy .group-image {
    flex: unset;
  }
  .view-product-index .group-image img, .view-product-taxonomy .group-image img {
    min-height: unset;
  }
  .view-news .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .content_fourth .block.block.udemium-banner--block h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .section-footer {
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 0;
  }
  .section-footer > .container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .section-footer .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin-bottom: 30px;
  }
  .section-footer nav.block-menu > h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .section-footer nav.block-menu ul li a {
    line-height: 24px;
  }
  .section-footer-bottom {
    padding-bottom: 32px;
  }
  .section-footer-bottom .container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .section-footer-bottom .region-footer-bottom {
    padding-top: 24px;
  }
  .section-footer-bottom span {
    line-height: 24px;
  }
  .section-footer-bottom .group {
    flex-flow: column;
    align-items: flex-start;
    gap: 12px;
  }
  .component-wrapper.component-wrapper--type-push_image .component-item--type-push-image .component-item--content {
    display: block;
  }
  .component-wrapper.component-wrapper--type-push_image .component-item--type-push-image .component-item--content > div {
    margin-bottom: 16px;
  }
  .component-wrapper.component-wrapper--type-push_image .component-item--type-push-image .component-item--content > div:last-child {
    margin-bottom: 0;
  }
  .component-wrapper.component-wrapper--type-push_image .component-item .field--name-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .component-wrapper.component-wrapper--type-push_image.styles--image-position--right .component-one-push--second {
    margin: 0;
  }
  .component-wrapper.component-wrapper--type-push_image.styles--image-position--left .component-one-push--first {
    margin: 0;
  }
  .component-wrapper.component-wrapper--type-push_image.styles--image-position--left .component-one-push--second {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header > .container {
    display: flex;
    width: 100%;
  }
  .header > .container .region-header {
    flex: 1;
  }
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  h2 {
    margin-bottom: 16px;
  }
  .page {
    overflow: hidden;
  }
  .block.block-quicktabs-blockfeatured-courses {
    margin: 0;
    padding: 24px 4px 32px 4px;
  }
  .block.block-quicktabs-blockfeatured-courses h2 {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }
  .block.block-quicktabs-blockfeatured-courses ul.quicktabs-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .block.block-quicktabs-blockfeatured-courses ul.quicktabs-tabs li:first-child {
    margin-left: 0;
  }
  .block.block.udemium-banner--block {
    padding: 32px 0;
  }
  .block.block.udemium-banner--block .field-image {
    width: 100%;
    margin-bottom: 24px;
  }
  .block.block.udemium-banner--block .field-image img {
    max-height: 180px;
    width: 100%;
  }
  .block.block.udemium-banner--block .field-group {
    display: unset;
  }
  .view .view-fields-bestsellfer {
    font-size: 10px;
    line-height: 12px;
    padding: 4px 8px;
    border-radius: 12px;
    white-space: nowrap;
  }
  .view .views-field-title a {
    font-size: 15px;
    line-height: 24px;
  }
  .view .views-field-free span {
    font-size: 10px;
    line-height: 12px;
    padding: 4px 8px;
    border-radius: 12px;
    background-color: #2f80ed;
    white-space: nowrap;
  }
  .view.view-courses, .view.view-bundle {
    margin: 0;
    padding: 24px 0px 32px 0px;
  }
  .view.view-courses .view-header, .view.view-bundle .view-header {
    text-align: left;
  }
  .view.view-courses .views-field-field-course-image img, .view.view-bundle .views-field-field-course-image img {
    max-height: 98.7px;
  }
  .view.view-courses .view-content.row .views-row.row .views-col, .view.view-bundle .view-content.row .views-row.row .views-col {
    flex: none;
  }
  .view.view-partner {
    padding: 32px 0;
  }
  .view.view-partner .view-header h2 {
    text-align: left;
    max-width: 710%;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
  }
  .view.view-partner .views-view-grid .views-row {
    margin-left: -8px;
    margin-right: -8px;
    overflow-x: auto;
  }
  .view.view-partner .views-view-grid .views-row .views-col {
    width: 50% !important;
    flex: none;
    margin: 0 8px;
  }
  .view.view-partner .views-field-field-thumbnail-image img {
    width: 148px;
    height: 74px;
    border-radius: 6px;
  }
  .view.view-blogs .views-col {
    margin-bottom: 24px;
  }
  .view.view-programs {
    padding: 48px 0;
  }
  .view.view-programs .views-view-grid.cols-4 {
    overflow-x: auto;
  }
  .view.view-programs .views-view-grid.cols-4 .views-row.row {
    flex-wrap: nowrap;
  }
  .view.view-programs .views-view-grid.cols-4 .views-col {
    max-width: calc(50% - 16px);
    flex-wrap: nowrap;
  }
  .view.view-programs .views-view-grid.cols-4 .views-field-field-program-image img {
    width: 148px;
    height: 90px;
  }
  .view.view-featured-courses .view-content.row .views-row.row .views-col {
    margin-bottom: 24px;
    padding-bottom: 0;
  }
  .view.view-introduction {
    padding: 32px 4px;
  }
  .view.view-introduction .views-field-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .view.view-introduction .slides > li {
    flex-flow: column-reverse;
  }
  .view.view-introduction .views-field-nothing {
    max-width: 100%;
  }
  .view.view-introduction .views-field-body {
    font-size: 16px;
    line-height: 24px;
  }
  .view.view-introduction .views-field-field-introduction-image {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .view.view-introduction .views-field-field-introduction-image img {
    width: 248.2px;
    height: 256.1px;
  }
  .view.view-introduction .flex-control-nav {
    bottom: unset;
    top: 300px;
  }
  .view.view-introduction .view-fields-link a {
    font-size: 15px;
    padding: 14px 32px;
  }
  .view.view-list-courses .views-row {
    position: relative;
  }
  .view.view-list-courses .views-field-nothing-1 {
    position: absolute;
    left: 0;
    bottom: 24px;
  }
  .view.view-list-courses .price--container {
    margin-top: 0;
    flex-direction: row;
    gap: 16px;
    padding: 0;
  }
  .view.view-list-courses .views-field-fieldset {
    padding-top: 24px;
    padding-bottom: 44px;
  }
  .view.view-list-courses .views-field-fieldset-3 {
    max-height: unset;
  }
  .view.view-list-courses .views-field-fieldset-3 .views-field-nothing {
    position: absolute;
    top: 0px;
    left: calc(100% + 18px);
  }
  .view.view-list-courses .views-field-field-course-image img {
    height: 60px;
    width: auto;
    min-width: 60px;
  }
  .view-news .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .content_fourth .block.block.udemium-banner--block h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .section-footer {
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 0;
  }
  .section-footer > .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-footer-bottom .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .content-right-with-summary .content-right h2 {
    padding-top: 10px;
  }
  .region.region-header .navbar-nav {
    display: none;
  }
  article .group-content-layout {
    display: block;
    margin: 0;
  }
  article .group-content-layout .group-info, article .group-content-layout .group-video {
    max-width: 100%;
    padding: 0;
  }
  article .group-content-layout .group-info .field--name-field-what-you-learn, article .group-content-layout .group-video .field--name-field-what-you-learn {
    margin: 0;
  }
  article .group-content-layout .group-info video, article .group-content-layout .group-video video {
    max-height: unset;
  }
  .block.course-info-block--wrapper {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .navigation.menu--account {
    display: none;
  }
}
.certificate {
  border: 1mm solid #991b1b;
  height: 197mm;
  position: relative;
  margin: 50px 0;
}
.certificate .border-pattern {
  position: absolute;
  left: 4mm;
  top: -6mm;
  right: 4mm;
  bottom: -6mm;
  border: 1mm solid #991b1b;
  background-color: #d6d6e4;
  background-image: url("../images/heropatterns.svg");
}
.certificate .content {
  position: absolute;
  inset: 10mm;
  border: 1mm solid #991b1b;
  background: white;
}
.certificate .inner-content {
  border: 1mm solid #991b1b;
  margin: 4mm;
  padding: 10mm;
  height: 175mm;
  text-align: center;
}
.certificate h1 {
  text-transform: uppercase;
  font-size: 48pt;
  margin-bottom: 0;
}
.certificate h2 {
  font-size: 24pt;
  margin-top: 0;
  padding-bottom: 1mm;
  display: inline-block;
  border-bottom: 1mm solid #991b1b;
}
.certificate h2::after {
  content: "";
  display: block;
  padding-bottom: 4mm;
  border-bottom: 1mm solid #991b1b;
}
.certificate h3 {
  font-size: 20pt;
  margin-bottom: 0;
  margin-top: 10mm;
}
.certificate p {
  font-size: 16pt;
}
.certificate .badge {
  width: 40mm;
  height: 40mm;
  position: absolute;
  right: 10mm;
  bottom: 10mm;
  background-image: url("../images/badge.svg");
  background-repeat: no-repeat;
}

.certificate-download {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.certificate-download:hover, .certificate-download:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

/* Certificate II */
@media print {
  head {
    display: none !important;
  }
}
.pm-certificate-container {
  position: relative;
  max-width: 800px;
  width: 100%;
  height: 600px;
  background-color: #618597;
  padding: 30px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  /*background: -webkit-repeating-linear-gradient(
    45deg,
    #618597,
    #618597 1px,
    #b2cad6 1px,
    #b2cad6 2px
  );
  background: repeating-linear-gradient(
    90deg,
    #618597,
    #618597 1px,
    #b2cad6 1px,
    #b2cad6 2px
  );*/
}
.pm-certificate-container .outer-border {
  width: 794px;
  height: 594px;
  position: absolute;
  left: 50%;
  margin-left: -397px;
  top: 50%;
  margin-top: -297px;
  border: 2px solid #fff;
}
.pm-certificate-container .inner-border {
  width: 730px;
  height: 530px;
  position: absolute;
  left: 50%;
  margin-left: -365px;
  top: 50%;
  margin-top: -265px;
  border: 2px solid #fff;
}
.pm-certificate-container .pm-certificate-border {
  position: relative;
  width: 720px;
  height: 520px;
  padding: 0;
  border: 1px solid #E1E5F0;
  background-color: rgb(255, 255, 255);
  background-image: none;
  left: 50%;
  margin-left: -360px;
  top: 50%;
  margin-top: -260px;
}
.pm-certificate-container .pm-certificate-border .pm-certificate-block {
  width: 650px;
  height: 180px;
  position: relative;
  left: 50%;
  margin-left: -325px;
  top: 55px;
  margin-top: 0;
}
.pm-certificate-container .pm-certificate-border .pm-certificate-block .row {
  margin: 0;
  display: grid;
  grid-template-columns: 16.66666667% auto 16.66666667%;
  text-align: center;
}
.pm-certificate-container .pm-certificate-border .pm-certificate-header {
  margin-bottom: 10px;
}
.pm-certificate-container .pm-certificate-border .pm-certificate-title {
  position: relative;
  top: 40px;
  text-align: center;
}
.pm-certificate-container .pm-certificate-border .pm-certificate-title h2 {
  font-size: 34px !important;
  border-bottom: none !important;
}
.pm-certificate-container .pm-certificate-border .pm-certificate-body {
  padding: 20px;
}
.pm-certificate-container .pm-certificate-border .pm-certificate-body .pm-name-text {
  font-size: 20px;
}
.pm-certificate-container .pm-certificate-border .pm-earned {
  margin: 15px 0 20px;
}
.pm-certificate-container .pm-certificate-border .pm-earned .pm-earned-text {
  font-size: 20px;
}
.pm-certificate-container .pm-certificate-border .pm-earned .pm-credits-text {
  font-size: 15px;
}
.pm-certificate-container .pm-certificate-border .pm-course-title .pm-earned-text {
  font-size: 20px;
}
.pm-certificate-container .pm-certificate-border .pm-course-title .pm-credits-text {
  font-size: 15px;
}
.pm-certificate-container .pm-certificate-border .pm-certified {
  font-size: 12px;
}
.pm-certificate-container .pm-certificate-border .pm-certified .underline {
  margin-bottom: 5px;
}
.pm-certificate-container .pm-certificate-border .pm-certificate-footer {
  width: 650px;
  height: 100px;
  position: relative;
  left: 50%;
  margin-left: -325px;
  bottom: -105px;
  display: grid;
  grid-template-columns: 30% auto 30%;
  text-align: center;
}
.pm-certificate-container .cursive {
  font-family: "Pinyon Script", cursive;
}
.pm-certificate-container .sans {
  font-family: "Open Sans", sans-serif;
}
.pm-certificate-container .bold {
  font-weight: bold;
}
.pm-certificate-container .block {
  display: block;
}
.pm-certificate-container .underline {
  border-bottom: 1px solid #777;
  padding: 5px;
  margin-bottom: 15px;
}
.pm-certificate-container .margin-0 {
  margin: 0;
}
.pm-certificate-container .padding-0 {
  padding: 0;
}
.pm-certificate-container .pm-empty-space {
  height: 40px;
  width: 100%;
}
.pm-certificate-container body {
  padding: 20px 0;
  background: #ccc;
}

.zoom-meeting-sdk--wrapper #meetingSDKElement {
  width: 100%;
}
.zoom-meeting-sdk--wrapper .react-draggable {
  width: 100%;
}
.zoom-meeting-sdk--wrapper .zmwebsdk-MuiBox-root {
  width: 100%;
  height: 400px;
}
.zoom-meeting-sdk--wrapper #suspension-view-tabpanel-active-active > div {
  justify-content: center;
  overflow: hidden;
}
.zoom-meeting-sdk--wrapper .zoom-meeting--notice > h4 {
  display: inline-block;
  color: #fff;
  padding: 10px;
  margin-bottom: 16px;
  font-size: 18px;
  border-radius: 4px;
  font-weight: 600;
  background-color: #f8991c;
}

.zmwebsdk-MuiListSubheader-sticky {
  position: static !important;
}

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