a {
    cursor: pointer;
}
.owl-nav,
.owl-dots {
    display: none;
}

.btn {
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.courses-heading {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
}

.courses-heading .title {
    margin-bottom: 15px;
}

.courses-heading .category-menu {
    margin-top: 0;
}

.courses-heading .courses-category-wrapper .search-wrapper {
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 0;
}

.course-detail-information {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 80px;
}

.course-detail-information > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    padding: 10px 5px;
}

.course-detail-information > div > i {
    color: #309255;
}

.course-detail-information > div > strong {
    margin-left: 5px;
    font-weight: 500;
}

.course-detail-information > div > span {
    margin-left: auto;
}

.header-main-wrapper {
    display: grid;
    grid-template-columns: fit-content(100%) 1fr fit-content(100%);
    grid-column-gap: 15px;
}

.header-main-wrapper.has-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iframe-video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.iframe-video-container__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.header-menu ul li.active > a::before {
    visibility: hidden;
}

.courses-video-playlist .video-playlist .vids li {
    display: grid;
    grid-template-columns: 1fr fit-content(100%);
    justify-content: space-between;
    align-items: center;
}

.courses-video-playlist .video-playlist .vids li a {
    width: 100%;
    cursor: pointer;
}

.courses-video-playlist .video-playlist .vids li a.link--play {
    margin-left: auto;
    padding-left: 30px;
    cursor: unset;
}

.courses-video-playlist .video-playlist .vids li a.link--play:before {
    content: '';
    background: unset;
    width: unset;
    height: unset;
    padding: 0;
}
.general-wrapper-head {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.general-wrapper-head > * {
    flex-shrink: 0;
}
.course-action {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
}
.course-action__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

button.mfp-close {
    background: #fff;
    opacity: 1;
    font-size: 40px;
}

.skill-approve__approved-date {
    margin: 50px 0 0;
}

.skill-approve__button--back {
    margin: 30px 0 0;
}

.skill-approve__button--back > * {
    margin-top: 20px;
}

.skill-approve__button--back .btn {
    font-size: 15px;
}

.iframe-wrapper .courses-wrap {
    padding-top: 0;
}

.iframe-wrapper .register-login-wrapper {
    margin-top: 0;
}

.first-login-page-modal .btn-close {
    background: transparent;
    width: auto;
    opacity: 0.9;
}

.first-login-page-modal .modal-footer {
    justify-content: center;
    border-top: none;
}

.compliance-skill-approved-modal.modal .modal-dialog .modal-content {
    border-radius: 0;
}

.compliance-skill-approved-modal.modal .modal-dialog .modal-content .modal-body {
    background: #309255;
    color: #fff;
    text-align: center;
}

.compliance-skill-approved-modal.modal .modal-dialog .modal-content .modal-footer {
    justify-content: center;
}

.header-top-wrapper .group-profile {
    margin-left: 30px;
}

.header-top-wrapper .group-profile__btn {
    border: none;
    background: transparent;
    color: #fff;
    padding: 0;
    height: auto;
    display: flex;
    align-items: center;
}

.header-top-wrapper .group-profile__btn span {
    margin-left: 5px;
    font-size: 15px;
    font-weight: normal;
}

.learning-frontend .login-header-wrapper.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.learning-frontend .login-header-action.action-2 {
    display: none;
}

.learning-frontend .header-menu ul li a {
    color: #fff;
}

.learning-frontend .header-menu .sub-menu li a {
    color: #212832;
}

.learning-frontend .header-toggle {
    margin-right: 20px;
}

.password-form {
    position: relative;
}

.password-form .showhide {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.password-form .showhide i {
    cursor: pointer;
}

.register-login-images {
    margin-top: 0;
}

.section-login .alert {
    width: 100%;
    max-width: 700px;
    margin: 30px auto 0;
}

.under-constructor {
    background: #fff;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.under-constructor img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.under-constructor .password-form {
    margin-top: 40px;
}

.under-constructor input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 14px 15px 10px;
    border-radius: 10px;
}

.login-header {
    background: #fff;
    border-bottom: 7px solid #e7f8ee;
}

.login-header-logo.logo-2 {
    background: #fff;
}

.learning-frontend .header-menu ul li a {
    color: #212832;
}

.login-header-action .more span {
    background: #212832;
}

.learning-frontend .login-header-action.action-2 {
    padding-right: 0;
}

.login-header-action-wrapper {
    display: flex;
    align-items: center;
    grid-column-gap: 20px;
    padding: 29px 30px;
    background: #000;
    margin: 0;
}

.breadcrumb li:after {
    content: '\f105';
    font-family: FontAwesome;
    padding: 0 10px 0 7px;
}

.breadcrumb li:last-child:after {
    content: '';
    font-family: unset;
    padding: 0;
}

.breadcrumb li a {
    font-family: var(--bs-body-font-family);
    font-weight: 500;
}

.footer-logos > .row {
    grid-row-gap: 30px;
}

.footer-logos img {
    width: 100%;
    height: auto;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
}

.cart-table th,
.cart-table td {
    border-bottom: 1px solid rgba(48, 146, 85, 0.2);
    padding: 10px 8px;
}

.cart-table tfoot th,
.cart-table tfoot td {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
}
.cart-table tfoot tr:first-child th,
.cart-table tfoot tr:first-child td {
    padding-top: 10px;
}

.cart-table th {
    font-weight: 500;
}

.cart-table .show-with-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 10px;
}

.cart-page__action {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-column-gap: 10px;
}

.sale-page .product-list {
    grid-row-gap: 20px;
}

.sale-page .product-item__thumbnail {
    width: 100%;
    height: auto;
}

.sale-page .product-item__title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}

.sale-page .product-item__price {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.sale-page .product-item__info {
    margin: 0;
}

.product-detail-page .product__thumbnail {
    width: 100%;
    height: auto;
}

.product-detail-page .product__title {
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
}

.product-detail-page .product__info {
    margin-top: 10px;
}

.product-detail-page .single-form {
    margin-top: 0
}

.product-detail-page .single-form .form-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 10px;
}

.product-detail-page .single-form .quantity-control {
    width: 100px !important;
}

.single-courses .courses-content .courses-author .author .author-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.courses-video-playlist .video-playlist .accordion-item button {
    padding-right: 65px;
}

.courses-video-playlist .video-playlist .topic-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.courses-video-playlist .video-playlist .topic-wrap .total-duration {
    margin-top: 0;
}

.header-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
}

.header-cart a {
    position: relative;
    display: inline-block;
}
.header-cart a .header-cart__number {
    position: absolute;
    right: -10px;
    top: -5px;
    background: red;
    color: #000;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.header-cart i {
    color: #fff;
    font-size: 30px;
}

.mobile-menu .header-cart {
    margin-right: 10px;
}

.learning-frontend .header-cart i,
.mobile-menu .header-cart i {
    color: #000;
}
.mobile-menu__wrap-with-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.learning-frontend .mobile-menu .menu-close {
    top: 40px;
}

.single-form .accept-term input[type=checkbox] + label span.invalid-feedback {
    display: none !important;
}

.footer-after-login {
    position: relative;
    padding-top: 20px;
}
.footer-after-login .btn-feedback {
    position: absolute;
    right: 20px;
    top: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
#feedbackModal .modal-dialog {
    width: 80%;
    max-width: 550px;
}

.event-approve__box {
    border: 1px solid rgba(48, 146, 85, 0.2);
    padding: 15px 30px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.main-page-title {
    font-size: 25px;
    font-weight: 500;
    color: #212832;
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 20px;
}
.checkout-page .single-form label {
    margin-bottom: 4px;
}
.checkout-page .single-form input:not([type=checkbox]):not([type=radio]),
.checkout-page .single-form select {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 6px;
}

.submit-event-approve {
    margin-top: 100px;
}

.invalid-feedback .form-error-icon {
    display: none;
}

.form-without-label .single-form .mb-3 {
    position: relative;
}

.form-without-label .single-form .mb-3 label.label-required {
    display: none;
}
.form-without-label .single-form .mb-3:has(label.label-required):before {
    content: '*';
    color: #ff0000;
    position: absolute;
    top: 50%;
    right: 15px;
    line-height: 1px;
}
.login-header-action-wrapper .author {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    line-height: 25px;
}
.login-header-action-wrapper .author img {
    width: 30px;
    height: auto;
}
.course-chapter-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
}
.course-chapter-thumbnail > * {
    flex-shrink: 0;
}
.course-chapter-thumbnail img {
    height: 300px;
    width: auto;
}
.skill_compliance_approve__checklist .form-check {
    margin-bottom: 15px;
}
.skill_compliance_approve__checklist .form-check:last-child {
    margin-bottom: 0;
}
.courses-wrapper-02 .single-compliance-skill__top {
    display: grid;
    grid-template-columns: 1fr fit-content(100%);
    justify-content: space-between;
    align-items: flex-start;
    grid-column-gap: 10px;
    margin-bottom: 30px;
}
.courses-wrapper-02 .single-compliance-skill__top .skill-title {
    margin-bottom: 0;
    gap: 10px;
    height: unset;
    line-height: 26px;
}
.categories-list {
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.categories-list.courses-category-wrapper .category-menu {
    margin-top: 0;
}
.signature-pad {
    border-radius: 10px;
}
.esign-page__pdf-image {
    border: 1px solid #000;
    margin-bottom: 50px;
    padding: 20px;
    position: relative;
}
.esign-page__pdf-image-number {
    position: absolute;
    right: 20px;
    top: 15px;
    font-weight: 500;
}
.esign-page__pdf-image img {
    max-width: 100%;
    height: auto;
}
.esign-page__participant-item {
    margin-bottom: 15px;
    padding-right: 20px;
    position: relative;
}
.esign-page__participant-item-status {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}
.esign-page hr {
    border-top: 1px solid #309255;
    margin: 30px 0;
}
.esign-page__participant-item-status--done {
    background-color: green;
}
.esign-page__participant-item-status--not-done {
    background-color: gray;
}
.esign-page__participant-item:last-child {
    margin-bottom: 0;
}
.wide_no_menu .courses-video-player {
    width: 100%;
}
.wide_no_menu .table .topic-name {
    font-size: 18px;
    font-weight: 500;
    color: #212832;
}
.wide_no_menu .table-chapter {
    margin-top: 5px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
}
.wide_no_menu .table-chapter td {
    font-size: 18px;
    color: #212832;
}
.wide_no_menu .accordion-button {
    background-color: #f1f1f1;
    border-radius: 4px;
    cursor: pointer;
}
.wide_no_menu .next-link,
.wide_no_menu .next-link:hover {
    color: #212832;
}
.wide_no_menu .next-link i {
    width: 30px;
    height: 30px;
    border: 3px solid #212832;
    font-size: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wide_no_menu .next-link.disabled {
    color: darkgray;
    cursor: inherit;
}
.wide_no_menu .next-link.disabled i {
    border-color: darkgray;
    color: darkgray;
}

.wide_no_menu .accordion-chapter .accordion-item .table {
    table-layout: fixed;
}

.wide_no_menu .accordion-chapter .accordion-item .table tr td {
    text-align: center !important;
    vertical-align: middle;
}

.wide_no_menu .accordion-chapter .accordion-item .table tr td:first-child {
    text-align: left !important;;
}

.wide_no_menu .accordion-chapter .accordion-item .table tr td:last-child {
    text-align: right !important;
}
.wide_no_menu .accordion-chapter .accordion-button::after {
    position: absolute;
    right: 10px;
    display: none;
}
.wide_no_menu .accordion-chapter .accordion-button,
.wide_no_menu .table-chapter {
    padding: 15px;
}
.wide_no_menu .table-chapter .table {
    table-layout: auto;
}
.wide_no_menu .table-chapter .table td {
    padding: 0;
}
.wide_no_menu .accordion-item:has(.collapse.show) .accordion-header .accordion-button {
    background-color: #d1d1d1;
}
.wide_no_menu .accordion-button--topic-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.wide_no_menu .accordion-button--topic-header > * {
    flex: 1 1 0;
    flex-grow: 1;
    text-align: center;
}
.wide_no_menu .accordion-button--topic-header > div:first-child {
    text-align: left;
}
.wide_no_menu .accordion-button--topic-header > div:last-child {
    text-align: right;
}
.wide_no_menu .accordion-button--topic-header .col-name {
    font-size: 18px;
    font-weight: 500;
    color: #212832;
}
.wide_no_menu .accordion-button:not(.collapsed) {
    color: inherit;
}


.wide_no_menu .chapter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    padding: 15px;
    margin-top: 10px;
}
.wide_no_menu .chapter-header > * {
    flex: 1 1 0;
    flex-grow: 1;
    text-align: center;
}
.wide_no_menu .chapter-header > div:first-child {
    text-align: left;
}
.wide_no_menu .chapter-header > div:last-child {
    text-align: right;
}
.wide_no_menu .chapter-header .col-name {
    font-size: 18px;
    font-weight: 500;
    color: #212832;
}
.wide_no_menu hr {
    border-top: 1px solid #ccc;
}
.body-logged-in .main-wrapper {
    padding-bottom: 70px;
    position: relative;
}
.body-logged-in .main-wrapper .footer-after-login {
    position: absolute;
    bottom: 0;
}
@media (min-width: 575.98px) {
    .course-action {
        flex-direction: row;
    }
    .header-main-wrapper {
        grid-column-gap: 30px;
    }
}

@media (min-width: 767.98px) {
    .header-main-wrapper {
        grid-column-gap: 60px;
    }

    .course-detail-information {
        grid-template-columns: 1fr 1fr;
    }

    .course-action > div > div > * {
        margin-bottom: 0;
    }
    .wide_no_menu .table-chapter .table {
        table-layout: fixed;
    }
}

@media (min-width: 991.98px) {
    .learning-frontend .login-header-wrapper.navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .learning-frontend .login-header-action.action-2 {
        display: flex;
    }

    .courses-heading {
        grid-template-columns: fit-content(100%) 1fr;
        grid-column-gap: 50px;
        align-items: center;
    }

    .courses-heading .title {
        margin-bottom: 0;
    }

    .courses-heading .courses-category-wrapper {
        display: flex;
        justify-content: flex-end;
    }

    .courses-heading .courses-category-wrapper .search-wrapper {
        margin-bottom: 0;
    }

    .header-menu .sub-menu {
        left: -100px;
    }

    .header-menu ul li .sub-menu li .sub-menu {
        left: 100%;
        right: unset;
    }

    .body-logged-in .header-menu ul li .sub-menu li .sub-menu {
        left: auto;
        right: 100%;
    }

    .product-detail-page .product__title {
        margin-top: 0;
    }

    .login-header .login-header-logo img {
        height: 55px;
        width: auto;
    }
    .learning-frontend .header-menu ul li a {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (min-width: 1199.98px) {

    .courses-heading .courses-category-wrapper .category-menu {
        margin-top: 0;
    }
    .learning-frontend .header-menu ul li a {
        font-size: 13px;
    }
}

@media (min-width: 1390.98px) {
    .body-logged-in .header-menu ul li .sub-menu li .sub-menu {
        left: 100%;
        right: unset;
    }
    .learning-frontend .header-menu ul li a {
        font-size: 17px;
    }
}

@media (min-width: 1681.98px) {
    .body-logged-in .header-menu ul li .sub-menu li .sub-menu {
        left: 100%;
        right: unset;
    }
}