/********** Template CSS **********/
@charset "UTF-8";

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary: #F3C642;
    --light: #F3F4F5;
    --dark: #282F34;
    --green: #F3C642;
    --sub-green: #EBFFF2;
    --gray: #DDDDDD;
    --sub-gray: #707070;
    --black: #203444;
    --main-radius: 4px;
    --orange: #E6A800F8;
    --navy: #203444;
    --spacing: 8px;
    --main-color: #203444;


    --plyr-range-track-height: 10px;
    --plyr-color-main: #C54246;
    --plyr-control-icon-size: 18px;
    --plyr-range-thumb-background: #FFF;
    --plyr-range-thumb-height: 13px;
    --plyr-hover: #C54246;
}


::selection {
    background: #F3C642;
    color: #FFF;
}

/*::-webkit-scrollbar {*/
/*    width: 10px;*/
/*}*/
/*::-webkit-scrollbar-track {*/
/*    background: #DDDDDD;*/
/*}*/
/*::-webkit-scrollbar-thumb {*/
/*    background: var(--green);*/
/*}*/
/*::-webkit-scrollbar-thumb:hover {*/
/*    background: var(--green);*/
/*}*/


html {
    /*font-size: 14px;*/
}

textarea:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-select:focus, .form-control:focus {
    border-color: rgba(65, 161, 97, 0.8) !important;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03) inset, 0 0 8px rgba(65, 161, 97, 0.3) !important;*/
    box-shadow: none;
    outline: 0 none !important;
}


.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

::placeholder, ::-ms-input-placeholder, .form-select, .form-control, option:disabled, :-ms-input-placeholder {
    color: #B8B8B8;
    opacity: 1;
    overflow: visible;

}

input::placeholder {
    overflow: visible;
}

input::placeholder, textarea::placeholder, select option:disabled {
    font-size: 12px;
}


[type=file] {
    height: 0;
    overflow: hidden;
    width: 0;
    font-size: 0;
}

[type=file] + label {
    text-align: center;
    background: #fff;
    border: 1px dashed #F3C642;
    border-radius: 5px;
    color: #F3C642;
    cursor: pointer;
    display: block;
    font-size: inherit;
    font-weight: 500;
    margin-bottom: 1rem;
    outline: none;
    padding: .375rem .75rem;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}

.q_attach [type=file] + label {
    border: 0;
    background: #E3F8EA;
    color: #F3C642;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
}

.q_attach [type=file] + label:hover {
    background: #E3F8EA;

}

.q_attach.q_attach2 {
    display: flex;
}

.q_attach.q_attach2 [type=file] + label {
    flex: 0 0 auto;
    padding: 0.6rem 0.75rem;
    width: 50%;
}

[type=file] + label:hover {
    background-color: #fff;
}


.form-text {
    font-size: 14px;
}

.form-control, .form-select {
    border-radius: var(--main-radius);
    border: none;
    padding-inline-start: 30px;
}

.form-label {
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: bold;
    color: #6D6F72;
}

body {
    color: var(--black);
}

.main-note {
    margin-top: 205px;
    font-size: 30px;
    font-weight: bold;
}


.sub-note {
    margin-top: 25px;
    margin-bottom: 150px;
    font-size: 20px;
    font-weight: 100;
    line-height: 33px;
}

.main-title {
    text-align: center;
    color: var(--green);
    font-size: 20px;
}

.header-main-title {
    margin-top: 80px;
    font-size: 28px;
    font-weight: bold;
}

.input-group-text {
    background-color: inherit;
    border-right: none;
}

.header-sub-title {
    margin-top: 25px;
    list-style: none;
    padding-left: 0;
}

.header-sub-title li {
    font-size: 14px;
    display: inline-block;
}

.header-sub-title li a {
    color: #FFF;
}

.header-sub-title .arrow-icon {
    margin-left: 10px;
    margin-right: 10px;
}

.sub-title {
    text-align: center;
    color: var(--black);
    font-size: 28px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 50px;
}

.countries {
    border-color: #DDD;
    border-right: 0;
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

.border-left {
    border-left: 1px solid #DDDDDD;
}

.border-left-dashed {
    border-left: 1px dashed #DDDDDD;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #BBBBBB;
}

.border-top {
    border-top: 1px solid #CECECE;;
}

.check-done {
    text-align: center;
    display: inline-block;
    background-color: #FFF;
    width: 106px;
    height: 106px;
    border-radius: 50%;
}

.intl-tel-input {
    display: table-cell;
}

.intl-tel-input .selected-flag {
    z-index: 4;
}

.intl-tel-input .country-list {
    z-index: 5;
}

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}

.countries:after {
    display: none;
}

.blog-title {
    position: relative;
    color: var(--black);
    font-size: 28px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 50px;
}

.blog-post-date {
    margin-inline-end: 45px;
}

.blog-title:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: var(--green);
    bottom: -15px;
    border-radius: 4px;
}

body {
    font-family: 'Almarai', sans-serif;
}

a {
    color: var(--black);
    text-decoration: none;
}

a:hover {
    color: var(--green);
}

input {
    border: none;
    font-size: 18px;
}

.font-45 {
    font-size: 45px;
}

.font-family-helvetica {
    font-family: 'Helvetica';
}

.alert-dismissible .btn-close {
    padding: .75rem;
}

.btn-close {
    background: none;
    opacity: 1;
    width: auto;
    height: auto;
}

.btn-close:focus {
    box-shadow: none;
}

:focus-visible {
    outline: none;
}

.post-img {
    width: 100%;
    border-radius: var(--main-radius);
}

.verification-code-form input.valid {
    background-image: none;
}

#email_form {
    display: none;
}

.post-col {
    height: 100%;
}

.post-col, .course-col {
    position: relative;
    padding: 15px;
    border-radius: var(--main-radius);
}

#contact-success-msg {
    display: none;
}

/*#contact-success-msg, #main-card {*/
/*    height: 614px;*/
/*}*/

.border-post-col, .border {
    border: 1px solid #DDDDDD;
}

#cats.dropdown-toggle::after {
    display: none;
}

.border-bottom {
    border-bottom: 1px solid #DDDDDD !important;
}


.course-details {
    margin-top: 16px;
}

.course-status {
    background-color: #F2F2F2;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px 5px 30px;
    border-radius: 14px;
}

.course-details .currency {
    margin-inline-end: 5px;
}

.course-details strong.currency {
    margin-inline-end: 5px;
    margin-inline-start: 5px;
}

.course-details del {
    color: #CBCBCB;
}

.course-title {
   /* margin-top: 18px;*/
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
    height: 43px;
}

.course-details2 {
    margin-top: 18px;
    font-size: 15.5px;
    color: #707070;
}

.time-in-letters {
    padding-inline-start: 10px;
    border-right: 1px solid var(--gray);
}

.time-in-numbers {
    text-align: center;
    border-right: 1px solid var(--gray);
    padding-inline-end: 10px;
    padding-inline-start: 10px;
}

.time-in-numbers:first-child {
    padding-inline-start: 0;
    border: none;
}

.main-div-follow-up {
    visibility: hidden;
    padding: 25px;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    background-color: #fff;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    transition: all .2s ease-in-out;
    display: none;
    border-radius: var(--main-radius);

}

.more-anchor:hover .main-div-follow-up {
    visibility: visible;
    z-index: 1;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    animation-name: follow-up;
    animation-duration: .8s;
    animation-delay: -.5s;
    transition: all .2s ease-in-out;
    display: block;

}


@keyframes follow-up {
    from {
        visibility: hidden;
        z-index: -1;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        display: none;
    }
    to {
        visibility: visible;
        z-index: 1;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        display: block;
    }
}

.btn-outline-dark {
    color: #203444;
    border-color: #203444;
}

.btn-outline-dark:hover {
    background-color: #203444;
    border-color: #203444;
}

.course-details2 .name {
    padding-inline-end: 10px;
}

.post-title {
    margin: 25px 0;
    font-size: 18px;
    font-weight: bold;
}

.post-date {
    color: #707070;
    font-size: 16px;
}

.post-status {

}

.calendar {
    margin-inline-end: 10px;
}

.dote {
    margin: 0 10px;
}

.customer-info {
    border-radius: var(--main-radius);
    /*display: flex;*/
    background-color: #203444;
    padding: 30px 30px 120px 30px;
    color: white;
}

.customer-name {
    display: inline-block;
    margin-inline-start: 10px;
    font-size: 18px;
    font-weight: bold;
}

.customer-date {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
}

.customer-carousel.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.customer-info img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.customer-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.alert-discount {
    font-size: 14px;
    background-color: var(--orange);
    position: relative;
    width: 100%;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    color: white;
}

.alert.alert-discount {
    padding: .35rem 1rem;
}

.main-div-alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.courses-bg {
    background: #FFF8F0;
}

.border-radius-30px {
    border-radius: 30px;
}

.border-radius-right-30px {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.discount-text, .discount-end {
    display: inline-block;
}

.discount-end {
    float: right;
}

html[dir="rtl"] .discount-end {
    float: left;
}

.search-box-dropdown {
    border: 1px solid var(--gray);
}

.nav .nav-link {
    border: none;
    margin-bottom: 0;
}

.nav .nav-link:focus, .nav .nav-link:hover {
    /*border: none;*/
    border: none;
    margin-bottom: 0;
}

.video-col {
    position: relative;
}

.video-col img {
    width: 100%;
}

.pagination .page-item {
    margin-inline: 10px;
}

.page-item:first-child {
    margin-inline-start: 0;
}

.page-item:last-child {
    margin-inline-end: 0;
}

.page-link:focus {
    box-shadow: none;
}

.page-item:first-child .page-link {
    margin-inline-start: 0;
}

.pagination .page-item .page-link {
    font-size: 18px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
}

.pagination .page-item.active .page-link {
    background-color: var(--green);
    color: #fff;
}

.video-svg {
    text-align: center;
    width: 95%;
    height: 100%;
    background: linear-gradient(0deg, rgba(32, 52, 68, .3), rgba(32, 52, 68, .3));
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-svg svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nav-link:focus, .nav-link:hover {
    color: inherit;
}

.bg-navy {
    background-color: var(--navy);
}

.bg-more-blogs {
    background-color: #F1F1F1;
}

.more-blogs-img {
    width: 120px;
}

.nav {
    border-bottom: 1px solid var(--gray);
}

.nav .nav-item.show .nav-link, .nav .nav-link.active {
    color: var(--green);
    border: none;
    border-bottom: 3px solid #F3C642;
    background: none;
    /*font-weight: bold;*/
}

.nav .nav-item.show .nav-link, .nav .nav-link.active.text-dark {
    color: var(--green) !important;
}

.nav-link {
    color: #707070;
    padding: 16px 0;
}


.service-anchor:hover .service {
    height: calc(100% + 32px);
    color: white;
    background-color: var(--green);
    border: 1px solid var(--green);
    box-shadow: 0 3px 23px #F3C6424D;
    padding: 48px 16px 16px 16px;
    margin: 0;
    transition: all .2s ease-in-out;
}

.service-anchor {
    height: 100%;
}

.service-anchor:hover .service svg path, .service-anchor:hover .service svg rect, .add_activity_ul li .service-anchor.active .service svg path, .add_activity_ul li .service-anchor.active .service svg rect {
    fill: white;
}

.service-anchor:hover .service .service-description, .service-anchor:hover .service .service-name {
    color: white;
}

.service {
    height: 100%;
    text-align: center;
    margin: 16px 8px;
    padding: 32px 8px 0 8px;
    border: 1px solid var(--gray);
    border-radius: var(--main-radius);
    transition: all .2s ease-in-out;
}

#profile_personly_ul .service {
    padding: 20px 18px 14px 18px;
    margin: 0
}

#profile_personly_ul .service-anchor:hover .service {
    height: 100%;
}

.service-name {
    margin-top: 25px;
    font-size: 14.5px;
    font-weight: bold;
    line-height: 25px;
}

.service-name-inside {
    margin-top: 25px;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
}


.service-description {
    font-weight: 400;
    font-size: 13.5px;
    color: var(--sub-gray);
    margin-bottom: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: var(--green);
    background-color: var(--sub-green);
}

.spinner-border {
    width: 3rem;
    height: 3rem
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

.btn-success {
    background-color: var(--green);
    border-color: var(--green);
}

.bg-success {
    background-color: var(--green) !important;
}

.pe-6rem {
    padding-left: 6rem;
}

.w-100-px {
    width: 100px;
}
.w-120-px {
    width: 120px;
}

.plyr--video {
    height: 400px;
}

.px-6rem {
    padding-left: 6rem;
    padding-right: 6rem;
}

.progress {
    background-color: #E1EAF3;
}

.progress-bar {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.activity-options-title {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 20px 0;
}

.back-to-list {
    margin-bottom: 2rem;
}

.back-to-list a i {
    margin-inline-end: 10px;
    font-size: 16px;
}

.back-to-list a {
    font-size: 18px;
    font-weight: bold;
}

.btn-white {
    background-color: white;
    color: #203444;
}

ul.collapse.show {
    margin-bottom: 0;
}

.content-and-details .btn {
    background-color: #F4F8FC;
}

.chapter, .content-and-details {
    margin-bottom: 12px;
}

.chapter a.btn[aria-expanded="false"] i:after {
    font-size: 12px;
    content: "\f053";
}

.content-and-details a.btn[aria-expanded="false"] i:after {
    font-size: 12px;
    content: "\f078";
}

.chapter a.btn[aria-expanded="true"], .content-and-details a.btn[aria-expanded="true"] {
    background-color: #F3C642;
    color: #FFF;
}

.chapter.chapter-2 a.btn[aria-expanded="true"] {
    background-color: #203444;
    color: #FFF;
}

.chapter.chapter-2 a.btn[aria-expanded="false"] {
    background-color: #F4F8FC;
    color: #203444;
}


.chapter a.btn[aria-expanded="true"] i:after {
    font-size: 12px;
    content: "\f078";
}

.content-and-details a.btn[aria-expanded="true"] i:after {
    font-size: 12px;
    content: "\f077";
}

.chapter ul {
    list-style: none;
    background-color: white;
    font-size: 14px;
    padding: 18px;
}

.chapter.chapter-2 ul {
    background-color: #F4F8FC;
}

.content-and-details ul {
    list-style: none;
    background-color: #F4F8FC;
    font-size: 14px;
    padding: 18px;
}

.chapter ul li a, .content-and-details ul li a {
    color: #707070;
    width: 100%;
}

.chapter ul li {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
}

#show_more_min_div #read_more .more-content {
    display: inline-block;
    width: 100px;
    transition: all .5s ease-in-out;
}

#show_more_min_div #read_more i:after, #read_more2 i:after {
    content: '\f078';
    transition: all .5s ease-in-out;
}

#show_more_min_div #read_more.show-more i:after, #read_more2.show-more i:after {
    content: '\f077';
    transition: all .5s ease-in-out;
}

.icon-course {
    background-color: #FFF;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    padding: 6px;
}

.course-info {
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
    height: 100%;
}

#show_more_text_div {
    display: -webkit-box;
    margin-bottom: 0;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    word-break: break-word;
    line-height: 25px;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.content-and-details ul li {
    color: #203444;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
}

.chapter ul li.active a, .chapter ul li.active {
    color: var(--green);
}

.btn-secondary {
    background-color: #707070;
}

.text-success {
    color: var(--green) !important;;
}

.text-dark {
    color: #203444 !important;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--green);

}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
}

.carousel-indicators {
    bottom: -45px;
}

.coache-col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    border-radius: var(--main-radius);
    background-color: #F4F8FC;
}

.coache-name {
    margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
}

.coache-img {
    padding: 14px;
    border: 1px solid var(--gray);
    border-radius: 50%;
    width:200px;
}

.owl-carousel.coaches-carousel .owl-item img {
    display: inline-block;
    width: 210px;
   /* width: auto;*/
}

.cat {
    border-radius: 0px 6px 6px 0px;
    font-size: 16px;
    padding: 5px 15px 5px 30px;
    position: absolute;
    top: 5%;
    left: 4%;
    z-index: 1;
}

.cat-bg-1 {
    color: white;
    background-color: var(--green);
}

.cat-bg-2 {
    color: white;
    background-color: #A24252;
}

.free {
    color: #A24252;
}

.ended {
    color: #AD0000;
}

.cat-bg-3 {
    color: white;
    background-color: #E60026;
}

.cat-bg-4 {
    color: white;
    background-color: #DB701E;
}

.watched {
    color: #DB701E;
}

.cat-bg-5 {
    color: white;
    background-color: #B4A94E;
}

.cat-bg-6 {
    color: #4B4B4B;
    background-color: #F2F2F2;
}

.book-img-bg {
    background-color: #FFF;
    padding: 15px 20px;
    width: fit-content;
}

.contact-img {

}

.text-warning {
    color: #B4A94E;
}

.stars .star.active {
    color: #FFCC00;
}

.stars .star {
    color: #DDDDDD;
}

.btn-outline-success {
    color: var(--green);
    border-color: var(--green);
}

.btn-outline-success:hover, .btn-success:hover {
    background-color: var(--green);
}

.back-to-top {
    position: fixed;
    display: none;
    left: 45px;
    bottom: 45px;
    z-index: 1000;
}

.t-course-pic {
    width: 40px;
    height: 40px;
}

.you-will-learn ul {
    list-style: none;
}

.you-will-learn ul li {
    margin-bottom: 15px;
    line-height: 20px;
}

.you-will-learn ul li i {
    color: var(--green);
    margin-inline-end: 12px;
}

.course-cat {
    color: #FFFFFF;
    font-size: 16px;
    width: fit-content;
    border-radius: 6px 0 0 6px;
    padding: 5px 15px 5px 30px;
}

.bg-muted {
    background-color: #A7A7A7;
}

.follow-date {
    width: 50px;
}

.follow-date-bor {
    margin-inline-end: 15px;
    margin-inline-start: 15px;
}

.details {
    color: var(--green);
    font-size: 16px;
}


.subscribe-now {
    /*display: block;*/
   /* visibility: hidden;*/
    /*z-index: -1;*/
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(33%, 33%);
    transform: translate(33%, 33%);
    transition: all .5s ease-in-out;
    /*display: none;*/
}

.main-div {
    position: relative;
    height: 40px;
    border-top: 1px solid var(--gray);
    margin-top: 18px;
}

.main-div2 {
    z-index: 1;
    position: relative;
    height: 40px;
    border-top: 1px solid var(--gray);
    margin-top: 18px;
}

.more-div {
    color: var(--green);
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    transition: all .5s ease-in-out;
}

.more-anchor .main-div .more-div {
    right: 0%;
    animation-name: more-i;
    animation-duration: 1s;
}

.more-anchor .main-div .subscribe-now {

    animation-name: subscribe-now;
    animation-duration: 1s;
    animation-delay: -.5s;
    animation-timing-function: linear;
    left: 0;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
    visibility: visible;
    z-index: 1;
    transition: all .5s ease-in-out;
    display: block;

}

.more-anchor .main-div .subscribe-now.available-btn {
    animation-name: subscribe-now2;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
}

@keyframes subscribe-now {
    from {

        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        visibility: hidden;
        z-index: -1;
        display: none;
    }
    to {
        -webkit-transform: translate(0, -30%);
        transform: translate(0, -30%);
        visibility: visible;
        z-index: 1;
        display: block;
    }
}

@keyframes subscribe-now2 {
    from {

        -webkit-transform: translate(33%, 100%);
        transform: translate(33%, 100%);
        visibility: hidden;
        z-index: -1;
        display: none;
    }
    to {
        -webkit-transform: translate(21%, -30%);
        transform: translate(21%, -30%);
        visibility: visible;
        z-index: 1;
        display: block;
    }
}


@keyframes more-i {
    from {
        left: 50%;
    }
    to {
        left: 10%;
    }
}

/*.more-anchor:hover .subscribe-now {*/
/*    z-index: 1;*/
/*    transition: all .5s ease-in-out;*/
/*}*/

.details span, .more-anchor span {
    margin-inline-start: 10px;
}

.partners {
    font-size: 25px;
    font-weight: bold;
    padding: 60px 0;
}

.partner {
    position: relative;
    text-align: center;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    /*height: 100px;*/
    line-height: 110px;
}

.partner.partner-2 {
    border: 1px solid #F1F2F3;
    border-radius: 6px;
    line-height: 45px;

}

.nav-link.active .partner.partner-2 .hover, .payment-nav .nav-link:hover .partner.partner-2 .hover {
    display: block;
}

.payment-nav.nav {
    border-bottom: 0;
}

.payment-nav.nav .nav-item.show .nav-link, .payment-nav.nav .nav-link.active {
    border-bottom: 0;
}

.payment-nav .nav-link {
    padding: 4px 0;
}

.nav-link.active .partner.partner-2, .payment-nav .nav-link:hover .partner.partner-2 {
    border-color: #F3C642;
}


.partner.partner-2 .hover {
    height: 30px;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
    background-color: #FFF
}

.partner img {
    /*padding: 15px;*/
    /*display: block;*/
    /*margin: auto;*/
    /*height: 100px;*/
    width: auto;
}

/*.partner-anchor:hover img{*/
/*    position: absolute;*/
/*    background-color: white;*/
/*    top: -20px;*/
/*    width: 170px;*/
/*    height: auto;*/
/*    right: -20px;*/

/*}*/
.arrow-top {
    /*background: linear-gradient(179deg, hsla(207, 36%, 20%, .8), hsla(140, 42%, 44%, .8)), url(../img/arrow-top.png),no-repeat;*/
    height: 100%;
    border-radius: var(--main-radius);
}

.arrow-top img {
    width: 100%;
}

.p-definition {
    line-height: 48px;
    color: #707070;
}

.card-title {
    font-size: 25px;
    font-weight: bold;
    color: #203444;
}

.card-subtitle {
    font-size: 18px;
    margin-top: 15px;
}

.card {
    height: 100%;
    /*padding: 30px;*/
    background-color: #FEF6DF;
    border-radius: var(--main-radius);
    border: none;
}

.calendar-img-card {
    width: 200px;
    border-radius: var(--main-radius);
}

.search-img-card {
    width: 240px;
    border-radius: var(--main-radius);
}

.sign-in-form-div {
    padding: 60px;
    width: 50%;
}

.sign-up-form-div {
    padding: 30px 60px;
    width: 60%;
}


.sign-in-form-div form .form-control, .sign-up-form-div form .form-control, .profile-form form .form-control, .profile-form form .form-select {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.profile-form form .form-label {
    font-size: 14px;
    margin-inline-start: 20px;
}

.profile-form.official_registration_form form .form-label {
    margin-inline-start: 0;
}

.settings_form .form-switch, .settings_form .form-check {
    padding-right: 0;
}

.settings_form .form-check-input:focus {
    /*background-color: #cecece;*/
    /*border-color: #cecece;*/
}

.form-switch .form-check-input {
    margin-right: 0;
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2341A161'/%3e%3c/svg%3e");
    background-color: #fff;
}

.form-check .form-check-input {
    float: none;
}

.sign-pic-main {
    position: relative;
}

.sign-pic-top-text {

    width: 100%;
    text-align: center;
    color: white;
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sign-pic-top-text .site-name {
    font-size: 32px;
}

.sign-pic-top-text .site-name-en {
    letter-spacing: 2px;
}

.sign-pic-top-text * {
    margin: 20px;
}

.sign-pic {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

/*.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}*/

.conditions {
    list-style: none;
}

.conditions li {
    padding: 8px 16px;
    position: relative;
    color: #707070;
    font-size: 12px;
}

.form-check-input {
    border: 1px solid #707070;
}

.form-check-input.conditions-check {
    margin-top: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    width: 22px;
    height: 22px;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--green);
    border-color: var(--green);
}

.btn-check:focus + .btn-success, .btn-success:focus {
    background-color: var(--green);
    border-color: var(--green);
}

.conditions li:before {
    content: '-';
    position: absolute;
    right: -8px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.before-circle {
    position: relative;
    padding-inline-start: 12px;
    color: #707070;
}

.before-circle:before {
    background-color: #FFF;
    content: '';
    position: absolute;
    right: -20px;
    top: 7px;
    width: 14px;
    height: 14px;
    border: 2px solid #F3C642;
    border-radius: 50%;
}

.p-70px {
    padding: 70px;
}

.p-50px {
    padding: 50px;
}

.p-40px {
    padding: 40px;
}

.p-30px {
    padding: 30px;
}

.p-20px {
    padding: 20px;
}

.p-15px {
    padding: 15px;
}

.font-size-35 {
    font-size: 35px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-14 {
    font-size: 14px;
}
.font-size-13 {
    font-size: 13px;
}
.font-size-133 {
    font-size: 13.5px;
}


.font-size-18 {
    font-size: 18px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-12 {
    font-size: 12px;

}

.card .list-group .list-group-item {
    background: inherit;
    border: none;
    margin-inline-start: 20px;
}

.card .list-group .list-group-item:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 15px;
    width: 10px;
    height: 10px;
    border: 1px solid #F3C642;
    border-radius: 50%;

}

.coache-social-media {
    margin-top: 40px;
}

.coache-social-media .social-media-icon a svg path, .coache-social-media .social-media-icon a svg ellipse {
    fill: #B6B6B6;
}

.lh-50 {
    line-height: 40px;
}

.lh-60 {
    line-height: 60px;
}

.lh-40 {
    line-height: 40px;
}

.lh-25 {
    line-height: 25px;
}

.lh-30 {
    line-height: 30px;
}

.dir-rtl {
    direction: rtl;
}

.dir-ltr {
    direction: ltr;
}

.phone {
    width: 30px;
    display: block;
    height: 30px;
    padding: 0;
    border: 1px solid var(--green);
    border-radius: 5px;
    text-align: center;
}

.book-name {
    font-size: 20px;
    font-weight: bold;
}

.book-category {
    font-size: 18px;
}

.join-us {
    padding: 50px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
}

.join-us-title {
    font-size: 20px;
    font-weight: bold;
}

.coache-career {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
}

.join-us-svg {

}

.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}

.text-muted {
    color: #707070 !important;
}

.text-muted2 {
    color: #A5A5A5;
}

.form-check-label {
    margin-inline-start: 5x;
}

.text-muted3 {
    color: #6D6F72;
}

.text-muted4 {
    color: #A8A8A8;
}

.text-muted5 {
    color: #A3A3A3;
}

.ul-text-dark li * {
    color: #203444;
}

.ul-text-dark li button:hover {
    color: #707070;
}

.books-and-excel {
    padding: 15px;
    background-color: #F4F8FC;
    text-align: center;
}

.books-and-excel img {
    width: 200px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.course-img {
    width: 100%;
}

.course-price {
    margin-inline-end: -10px;
    font-size: 35px;
    font-weight: bold;
    color: #203444;
}

.course-old-price {
    font-size: 18px;
    font-weight: bold;
    color: #A24252;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand img {
    max-height: 90px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    margin-inline-end: 25px;
    /*padding: 20px 0;*/
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.hamburger {
    padding: 0 0;
    display: inline-flex;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    width: 18px;
    height: 14px;
    display: inline-block;
    position: relative;
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 18px;
    height: 2px;
    background-color: var(--green);
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner::before {
    top: -6px;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger--spring-r .hamburger-inner::after {
    top: -12px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger-inner::after {
    bottom: -6px;
}

.navbar-light .navbar-toggler {
    color: transparent;
    border: none;
}

.navbar-toggler {
    padding: 0;
}

.navbar .nav-item.dropdown .dropdown-menu {
    border: none;
}

.border-gray {
    border-radius: 4px;
    border: 1px solid var(--gray);
}

#search-button-navbar {
    width: 50px;
    /*height: 50px;*/
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .nav-item:hover .dropdown-menu {
    box-shadow: 0px 3px 6px #00000029;
}

.dropdown-menu {
    box-shadow: 0px 3px 6px #00000029;
}

.min-width-75px {
    min-width: 75px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {

    .partner.partner-2 {
        padding: 0;
        height: auto;
        width: auto;
    }

    .border-lg-left {
        border-left: 1px solid #DDD;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-bg {
    background: linear-gradient(0deg, rgba(255, 206, 112, 0.8), rgba(264, 202, 122, 0.5)), url(../img/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.video {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #DDDDDD;
    align-items: center;
}

.video picture {
    width: 180px;
    margin-inline-end: 20px;
}

.video .video-title {
    font-size: 22px;
    font-weight: bold;
}

.video .video-part {
    font-size: 16px;
    font-weight: normal;
    color: #F3C642;
}

.video .video-duration {
    font-size: 16px;
    font-weight: normal;
    color: #707070;
    margin-inline-start: auto;
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
}


.visiting-hours .list-group-item {
    display: flex;
    justify-content: space-between;
    color: var(--light);
    background: rgba(0, 0, 0, .15);
    border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table {
    color: var(--light);
    background: rgba(0, 0, 0, .15);
}

.visiting-hours .table td {
    padding: .5rem 1rem;
    border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table tr:last-child td {
    border: none;
}

/*** Animal ***/
.animal-item {
    position: relative;
    display: block;
}

.animal-item .animal-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px !important;
    opacity: 0;
    transition: .5s;
}

.animal-item:hover .animal-text {
    opacity: 1;
    padding-bottom: 20px !important;
}


/*** Membership ***/
.membership-item {
    padding: 45px 30px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .7);
}

.membership-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.membership-item .display-1 {
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer {
    background: linear-gradient(0deg, rgba(32, 52, 68, 0.8), rgba(32, 52, 68, 0.8)), url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 1rem;
}

.footer-text-title {
    border-bottom: 1px solid #FFFFFF7A;
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
}

.footer-titles {
    padding-bottom: 30px;
    border-bottom: 1px solid #FFFFFF7A;
}

.h-copyright {
    font-size: 15px;
    color: #969696;
}

.footer-list-group .list-group-item::before {
    content: '-';
    margin-inline-end: 14px;
}

.footer-list-group .list-group-item {
    font-size: 16px;
    font-weight: 400;
    color: white;
    background: none;
    border: none;
    padding: 10px 0;
}

.footer-list-group .list-group-item:hover {
    color: var(--green)
}

.footer-icon {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 35px;
    margin-inline-end: 15px;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: var(--main-radius);
}

.social-media-icon {
    margin: 10px;
}


.social-media-icon:first-of-type {
    margin-inline-start: 0;
}

.social-media-icon a:hover svg path, .social-media-icon a:hover svg ellipse {
    fill: var(--green);
}

.input-email, .input-search {
    color: var(--black);
    font-size: 14px;
}

#search-input-navbar.input-search {
    width: 500px;
}

#search-input-navbar-mob.input-search {
    width: 222px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer-content {
    font-size: 16px;
    font-weight: 400;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}


html[dir="rtl"] .navbar .dropdown-toggle::after {
    margin-right: 8px;
    margin-left: 0;
}

html[dir="rtl"] .search-box-dropdown.dropdown-menu[data-bs-popper] {
    left: -150%;
    right: auto;
}

.dropdown-menu[data-bs-popper].search-box-dropdown-mob {
    top: 133%;
}

#tab-media .nav-item .nav-link {
    padding-right: 30px;
    padding-left: 30px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #203444;
    border-radius: 3px;
    width: 20px;
    height: 3px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #F3C642;
    width: 30px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #F3C642;
}

.px-5rme {
    padding-right: 5rem;
    padding-left: 5rem;
}

.iti__flag {
    background-image: url("../lib/intl-tel-input/build/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../lib/intl-tel-input/build/img/flags@2x.png");
    }
}

.iti {
    display: block;
}

.iti__arrow {
    display: none;
}

.iti__selected-flag {
    direction: ltr;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 0;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    font-size: 12px;
}

.iti__selected-dial-code {
    color: #777777;
    border-right: 1px solid #E7E7F5;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: inherit;
}

.iti__country-list {
    left: 0;
    direction: ltr;
}

.number-code > div {
    display: flex;
    justify-content: center;
}

.number-code > div > input:not(:last-child) {
    margin-right: calc(var(--spacing) * 2);
}

.content-area {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 2);
    padding: var(--spacing);
    border-radius: var(--spacing);
    max-width: min(100%, 50rem);
}

.content-area p {
    font-size: 0.8em;
}

form input.code-input::placeholder {
    font-size: 22px;
    color: #DDDDDD;
}

form input.code-input:focus {
    caret-color: transparent;
}

.number-code-legend {
    color: #6D6F72;
    font-size: 16px;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 30px;
}

form input.code-input {
    font-size: 22px;
    width: 60px;
    height: 60px;
    text-align: center;
    flex: 0 0;
}

form input.code-input {
    padding: var(--spacing);
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

form input.code-input:invalid {
    box-shadow: none;
}

form input.code-input:focus {
    outline: none;
    border: 1px solid var(--green);
    /*background: #F4F8FC;*/
}

.profile_icon {
    color: #203444;
    margin-inline-end: 20px;
}

.tabs li {
    display: block;
    width: 100%;
    float: right;
}

.tab_content {
    background: inherit;
}

.tabs {
    border: none;
}

.accordion_tabs {
    background-color: #fff;
}

.tabs li a {
    padding: 15px 0;
}

.tabs li a, a.accordion_tabs:link, a.accordion_tabs:visited {
    color: #707070;
    font-size: 14px;
    border: none;
    font-weight: normal;
    transition: all ease-in-out;
}

a.accordion_tabs.active, .tabs li a:hover, .tabs li a:focus, a.accordion_tabs:hover, a.accordion_tabs:focus {
    color: #F3C642;
    font-size: 14px;
    transition: all ease-in-out;
}

.tabs .active a {
    color: #F3C642;
    font-size: 14px;
    font-weight: bold;
}

.toggle_border {
    border: none;
}

.profile-section {
    background-color: #F5F6FA;
}

.profile-section .dropdown-item.active, .profile-section .dropdown-item:active {
    color: #F3C642;
    font-size: 14px;
    background-color: inherit;
}

.profile-section .dropdown-item:hover, .profile-section .dropdown-item:focus {
    background-color: inherit;
}

.profile-section .card {
    padding: 2rem;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    border-radius: var(--main-radius);
    margin-bottom: 2rem;
}

.profile-section .card.courses-bg {
    background-color: #F4F8FC;
    padding: 0;
    padding-bottom: 0;
    /*height: auto;*/
    margin-bottom: 0;
}

/*.circle-wrap {*/
/*    width: 44px;*/
/*    height: 44px;*/
/*    border-radius: 50%;*/
/*    border: 5px solid #cdcbd0;*/
/*}*/
div.circle-wrap {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: conic-gradient(var(--green) var(--progress), #DDD 0deg);
    font-size: 0;
}

div.circle-wrap::after {
    content: '';
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 3px;
    border-radius: 50%;
    background: white;
    font-size: 1rem;
    text-align: center;
}

.edit-address {
    border-top: 1px solid #DDDDDD;
    padding: 15px;
}

.profile-section .head {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    /*padding-bottom: 18px;*/
    margin-bottom: 50px;
    border-bottom: 1px solid #DDD;
}

.tab-title {
    margin-bottom: 40px;
}

#profile_personly_ul {
    flex-grow: 1;
    flex-direction: row;
    margin: 0 60px;
}

[dir="ltr"] .profile-section .head .arrow-back img {
    transform: rotateY(-180deg);
}

.profile-section .head .title {
    font-size: 18px;
    font-weight: bold;
    color: #203444;
    margin: 0;
}

.profile-sidebar {
    padding: 2rem;
    background: #FFFFFF;
    border-radius: var(--main-radius);
    position: sticky;
    top: 100px;
}

.profile-head {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd
}

.comments {
    /*padding-inline-end: 100px;*/
}

.comment-head {
    text-align: center;
}

.comment-head .pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
}

.comment {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.p-col-9 {
    padding-inline-end: 200px;
}

.comment picture {
    flex: none;
    width: 50px;
    height: 50px;
    margin-inline-end: 15px;
    margin-top: 5px;
}

.comment .comment-head2 .user-name {
    font-size: 16px;
    color: #203444;
    margin-bottom: 10px;
}

.comment .comment-content2 {
    display: flex;
    font-size: 14px;
    color: #505050;
    margin-top: 15px;

}

.comment .comment-footer {
    color: #ADADAD;
    text-align: end;
    margin-bottom: 10px;
    margin-top: auto;
    margin-inline-start: auto;
}

.ticket .profile-head .pic {
    width: 40px;
    height: 40px;
}

.ticket .ticket-title {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 1rem;
    font-size: 16px;
    color: #203444;
    font-weight: bold;
}

.ticket .profile-head .content .info {
    font-size: 16px;
}

.ticket .ticket-content {
    padding-inline-start: 50px;
    padding-inline-end: 180px;
}

.ticket .ticket-content p {
    font-size: 14px;
    color: #707070;
    line-height: 35px;
    margin-bottom: .5rem;
}

.emails-sender p {
    display: inline-block;
    margin-bottom: .5rem;
    margin-right: 5px;
    margin-left: 5px;
}

.ticket-replay {
    border-radius: 4px;
    margin: 0 3rem;
}

.add-replay {
    margin: 0 3rem;
}

.comment-head .pic.hidden {
    width: 55px;
    height: 55px;
    font-size: 30px;
    background-color: #F4F8FC;
    color: #707070;
}

.card-navy {
    border-radius: 4px;
    background-color: #203444;
    color: #fff;
    padding: 8px 16px;
}

.card-white {
    border-radius: 4px;
    background-color: #fff;
    color: #203444;
    padding: 8px 16px;
}

.modal-content {
    border-radius: 4px;
    border: none;
}

.tr {
    display: flex;
}

.tr * {
    width: 50%;
    padding: 20px;
}

#mcq-form .form-check-input[type=radio] {
    margin-inline-end: 10px;
}

#mcq-form label {
    color: #707070;
}

.border-radius {
    border-radius: 4px;
}

.btn-green {
    font-size: 14px;
    color: #F3C642;
    font-weight: bold;
    background-color: #FFF;
    border: 1px solid #F3C642;
    padding-right: 20px;
    padding-left: 20px;
}

.question {
    display: flex;
}

.question .q-num {
    height: 100%;
    margin-inline-end: 15px;
    color: #F3C642;
    border: 2px solid #F3C642;
    padding: 1px 8px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
}

.question .q-text {
   /* font-weight: bold;*/
    font-size: 16px;
    width: 70%;
    line-height: 30px;
}

.qs-nums {
    justify-content: center;
    direction: ltr;
    display: flex;
    flex-wrap: wrap;
}

.qs-nums .q-num {
    font-size: 14px;
    padding: 6px 10px;
    color: #707070;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    width: 14%;
    margin: 6px;
}

.qs-nums .q-num:hover {
    color: #F3C642;
    border-color: #F3C642;
}

.qs-nums .q-num.done {
    color: #FFF;
    background-color: #F3C642;
    border-color: #F3C642;
}

.timer {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 40px;
}

.modal-header {
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.the-note p {
    color: #505050;
}

.the-note time {
    display: block;
    text-align: end;
    color: #ADADAD;
}

.sub-comment .comment-content {
    background-color: #F6F6F6;
}

.sub-comment {
    position: relative;
}

.sub-comment::before {
    content: '';
    position: absolute;
    color: #CECECE;
    left: 50%;
    top: 0;
    border-right: 2px solid #CECECE;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    height: 25px;
    width: 0;
}

.comment-widget.comment-widget-with-sub-comments {
    padding: 1rem;
    background: #6d6d6d29;
}

.comment-head .name {
    font-size: 18px;
    font-weight: bold;
    color: #203444;
}

.attach-title {
    font-weight: normal;
    font-size: 14px;
    color: #707070;
}

.attach-name:not(:last-child) {
    border-inline-end: 1px solid #F3C642;
}

.attach-name {
    font-weight: normal;
    font-size: 14px;
    color: #F3C642;
    padding: 0 8px;
    margin: 0 4px;
}

.comment-content {
    padding: 20px;
    background-color: #F4F8FC;
}

.comment-content p {
    font-size: 14px;
    font-weight: normal;
    color: #505050;
}

.comment-head .info {
    font-size: 14px;
    color: #ADADAD;
}

.profile-head .pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*margin: 0 auto 1rem;*/
}

.profile-head .pic img, .profile-head .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.profile-head .content {
    /*text-align: center;*/
}

.profile-head .content .name {
    padding: 0 1rem;
    font-size: 20px;
    color: #203444;
    font-weight: bold;
}

.profile-head .content .info {
    padding: 0 1rem;
    font-size: 12px;
    color: #707070;
    margin-bottom: 0;
}

.profile-head .menu-btn {
    display: none;
}

.content .head {
    justify-content: center;
    border-bottom: none;
}

.content .head img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.quiz,
.choices {
    padding: 0;
}

ol.quiz li.quiz-li {
    list-style-type: none;
    counter-increment: num;
    position: relative;
    /*padding-bottom: 30px;*/
    /*padding-top: 30px;*/
}

ol.quiz li.quiz-li:not(:first-child) {
    padding-bottom: 30px;
    padding-top: 30px;
}

ol.quiz li.quiz-li:first-child {
    padding-bottom: 30px;
}

ol.quiz li.quiz-li:last-child {
    padding-bottom: 0;
}

ol.quiz li.quiz-li:not(:last-child) {
    border-bottom: 1px solid #DDD;
}

ol.quiz li:before {
    content: counter(num);
    position: absolute;
    right: -20px;
    width: 23px;
    height: 23px;
    text-align: center;
    color: #F3C642;
    border: 2px solid #F3C642;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}


@counter-style AL {
    symbols: 'أ.' 'ب.' 'ج.' 'د.';
    suffix: "";
}

ul.choices li {
    list-style: none;
}

ul.choices li:before {
    display: none;
}

.choices li {
    margin-bottom: 25px;
    color: #707070;
    font-size: 14px;
}

.choices li label {
    padding: 8px;
    width: 100%;
    border-radius: 7px;
    margin-inline-start: 10px;
}

.correct_answer {
    border: 1px solid #8DF2D1!important;
    background-color: #8DF2D1!important;
    color:#fff !important;
}
.wrong_answer {
    border: 1px solid #FF5D67;
    background-color: #FF5D67;
    color:#fff !important;
}

.correct_answer .form-check-input:checked {
    background-color: #F3C642;
    border-color: #F3C642;
}

.wrong_answer .form-check-input:checked {
   /* background-color: #A24252;
    border-color: #A24252;*/
}

.quiz-q {
    font-size: 16px;
    font-weight: bold;
    margin-inline-start: 10px;
}

.choices {
    margin-top: 30px;
    /*margin-inline-start: 20px;*/
}

.choices li input.form-check-input {
    margin-inline-end: 15px;
    margin-inline-start: 15px;
}

.mb-200 {
    margin-bottom: 200px;
}

@media (min-width: 992px) {
    .profile-list.collapse {
        display: block
    }
}

@media (max-width: 992px) {

    .profile-sidebar {
        padding: 2rem;
        margin-bottom: 1rem;
    }

    .profile-head {
        flex-direction: row;
        align-items: center;
        border: none;
        margin: 0;
        margin-bottom: 1rem;
        padding: 0;
    }

    .profile-head .pic {
        min-width: 50px;
        width: 50px;
        height: 50px;
        margin: 0;
    }

    .profile-head .content {
        width: 100%;
        text-align: inherit;
    }

    .profile-head .menu-btn {
        display: flex;
    }
}

.gender-boxs {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.gender-boxs .gender-box {
    width: 50%;
    cursor: pointer;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 1px 6px rgba(16, 19, 29, 0.1);
    border-radius: 10px;
}

.gender-boxs .gender-box svg path {
    fill: #707070;
}

.gender-boxs .gender-box span {
    color: #707070;
    font-size: 16px;
}

.gender-boxs .gender-box:hover span {
    color: var(--main-color);
}

.gender-boxs .gender-box:hover svg path {
    fill: var(--main-color);
}

.gender-boxs .gender-box:hover {
    border-color: transparent;
}

.gender-boxs input[type=radio]:checked + label.gender-box {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.gender-boxs input[type=radio]:checked + label.gender-box svg path {
    fill: #fff;
}

.gender-boxs input[type=radio]:checked + label.gender-box span {
    color: #fff;
}

.order-no {
    color: #707070;
}

.notification-num.badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.6rem;
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    min-width: 14px;
    min-height: 14px;
    font-weight: bold;
    line-height: 15px;
    padding: 0px;

}

#navbarnotification {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-inline-end: 0;
    margin-inline-start: 25px;
    padding: 0.375rem 0.75rem;
    /*border: 1px solid var(--green);*/
}

#navbarnotification:hover {
    color: var(--green);
    background-color: inherit;
}

/*#navbarnotification i {*/
/*    color: var(--green);*/
/*}*/
/*#navbarnotification:hover i {*/
/*    color: var(--bs-white);*/
/*}*/
#navbarnotification span.badge {
    position: absolute;
    left: 30%;
    top: 10%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

#navbarnotification i {
    font-size: 18px;
}

#navbarnotification:focus {
    color: var(--green);
    background-color: inherit;
}

.dropdown-menu {
    font-size: 15px;
    color: #203444;
    border: none;
}

#navbarnotification:after {
    display: none;
}

#navbarnotification_ul::-webkit-scrollbar {
    width: 5px;
}

#navbarnotification_ul::-webkit-scrollbar-track {
    background: #DDDDDD;
}

#navbarnotification_ul::-webkit-scrollbar-thumb {
    background: var(--green);
}

#navbarnotification_ul::-webkit-scrollbar-thumb:hover {
    background: var(--green);
}

.table-responsive::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #DDDDDD;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: var(--green);
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: var(--green);
}

#navbarnotification_ul {
    margin: 0;
    top: 3rem;
    left: 0;
    right: auto;
    padding: 0;
    width: 20rem;
    max-height: 20rem;
    overflow-y: scroll;
    overflow-x: hidden;

}

.dropdown-menu.navbarnotification_ul_2 {
    box-shadow: 0px 3px 6px #00000029;
}

.dropdown-item-text {
    background-color: #203444;
    color: #FFF;
}

.navbarnotification_ul_2 {
    padding: 0;
    margin: 0;
    top: 3rem !important;
    left: 0 !important;
    right: auto !important;
}

button#navbarnotification {
    background-color: transparent;
}

.notification-main-div {
    display: flex;
    width: 100%;
}

.notification-img-div {
    align-self: center;
    width: 20%;
}

.navbarnotification_ul li {
    border-bottom: 1px solid #DDD;
    margin: 5px 10px;
}

.navbarnotification_ul li.unread {
    position: relative;
}

.navbarnotification_ul li.unread a {
    background-color: #F4F8FC;
}

.navbarnotification_ul li.unread:before {
    content: '\f111';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    color: #FB0606;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.navbarnotification_ul li:first-child {
    margin-top: 10px;
}

.navbarnotification_ul li:last-child {
    border-bottom: 0;
}


.navbarnotification_ul li a {
    font-size: 12px;

}

.navbarnotification_ul li a.dropdown-item {
    padding: .5rem .5rem;
    max-width: 20rem;
    white-space: normal;
}

.notification-text {
    margin-inline-start: 10px;
    margin-bottom: 0;
    width: 80%;
}

.notification-img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.notification-time {
    margin-top: 10px;
    color: #707070;
    text-align: end;
}

.badge-success {
    background-color: #779F6F;
}

.badge-warning {
    background-color: #FCB23B;
    color: #000;
}

.badge-danger {
    background-color: #FB0606;
}

.border-danger {
    border-color: #A24252 !important;
}

.border-success {
    border-color: #F3C642 !important;
}

input[type="text"]:focus.border-danger {
    border-color: #A24252 !important;
}

.test-result-answers .form-control {
    color: #B8B8B8;
    font-size: 13px;
}

.swal2-title {
    color: #203444;
}

.swal2-content {
    color: #707070;
}

.notification-num:before {
    content: "";
    border: 3px solid rgba(251, 6, 6, 0.3);
    box-sizing: border-box;
    position: absolute;
    border-radius: 50%;
    background: none;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    -webkit-animation: bounceScale 2s cubic-bezier(0.3, 0, 0.7, 1) infinite 1s;
    animation: bounceScale 2s cubic-bezier(0.3, 0, 0.7, 1) infinite 1s;
}

@-webkit-keyframes bounceScale {
    0%, 20% {
        opacity: 0;
        border-width: 3px;
    }
    10% {
        opacity: 1;
    }
    20%, 100% {
        transform: scale(2);
        border-width: 1px;
        opacity: 0;
    }
}

@keyframes bounceScale {
    0%, 20% {
        opacity: 0;
        border-width: 3px;
    }
    10% {
        opacity: 1;
    }
    20%, 100% {
        transform: scale(2);
        border-width: 1px;
        opacity: 0;
    }
}

.btn-danger.btn-trash {
    background-color: #FFCAD3 !important;
    border-color: #FFCAD3;
}

.btn-danger.btn-trash i {
    color: #A24252;
}

.btn-danger {
    color: #FFF;
    background-color: #A24252 !important;
    border-color: #A24252;
}

.btn-muted {
    background-color: #707070;
}

.bar-h {
    height: 80px;
}

.bar {
    height: 80px;
    position: fixed;
    background-color: white;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
}

a .subscription-type {
    border-radius: 6px;
    border: 1px solid #F4F8FC;
}

a:hover .subscription-type {
    border: 1px solid var(--green);
}

a .subscription-type.done-subscription {
    border: 1px solid var(--green);
}

.bar-img {
    height: 70px;
    border-radius: 4px;
    margin-inline-end: 20px;
}

.bar-main-div {
    display: flex;
    align-items: center;
}

.btn-navy {
    color: #FFF;
    background-color: #203444;
    border-color: #203444;
}

.btn-navy:hover {
    color: #203444;
    background-color: inherit;
}

.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.badge-success-light {
    background-color: rgba(119, 159, 111, 0.2);
    color: #779F6F !important;
}

.badge-danger-light {
    background-color: rgb(231, 83, 61, 0.2);
    color: #E7533D !important;
}

.table-cart .btn-light-custom {
    border: 1px solid #2E333828;
}

.btn-bill:hover svg circle {
    fill: var(--main-color);
    opacity: 1;
}

.btn-bill:hover svg path {
    stroke: #fff;
}

.order-box {
    padding: 2rem;
    background-color: rgb(252, 178, 59, .1);
    border-radius: 15px;
    margin-bottom: 2rem;
}

.help-box {
    display: block;
}

.help-box .title {
    font-size: 16px;
    color: #707070;
}

.help-box:hover .title {
    color: var(--main-color);
}

.table-help tr:last-child td {
    border: none;
}

.help-box {
    margin-bottom: 2rem;
}

.help-box .user-box {
    margin-bottom: 2rem;
}

.help-box .user-box .pic {
    width: 40px;
    height: 40px;
}

.help-box .user-box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.help-box .user-box .name {
    font-size: 14px
}

.help-box .user-box .name p {
    margin-bottom: .5rem;
}

.help-box .help-box-content {
    padding: 2rem;
    border-radius: 6px;
    background: #F8F9FB;
    font-size: 14px;
}

.help-send textarea {
    min-height: 50px;
    height: 50px;
    max-height: 180px;
    resize: none;
    background-color: #F6F6F6;
    border-color: transparent;
}

.help-send .btn {
    min-width: 100%;
}

.menu-btn .menu-btn-burger {
    width: 30px;
    height: 3px;
    background-color: #707070;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.menu-btn .menu-btn-burger::before,
.menu-btn .menu-btn-burger::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #707070;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.menu-btn .menu-btn-burger::before {
    transform: translateY(-10px);
}

.menu-btn .menu-btn-burger::after {
    transform: translateY(10px);
}

.menu-btn:not(.collapsed) .menu-btn-burger {
    transform: translateX(-50px);
    background-color: transparent;
}

.menu-btn:not(.collapsed) .menu-btn-burger::before {
    transform: rotate(45deg) translate(35px, -35px);
}

.menu-btn:not(.collapsed) .menu-btn-burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
}

.profile-form input[type="password"]::placeholder {
    color: #DDDDDD;
    letter-spacing: 5px;
    font-size: 15px;
}

.table {
    margin-bottom: 0;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom: 1px solid #DDDDDD;
}

.table tbody tr:last-of-type {
    border: 1px solid #fff;
}

.table-bordered.table tbody tr:last-of-type {
    border: 1px solid #DDD;
}

.value-table.table tr * {
    text-align: center;
}

.value-table.table tr td {
    color: #707070;
    font-size: 14px;
    font-weight: normal;
}

.table > :not(caption) > * > * {
    text-align: start;
    padding: 16px 8px;
    vertical-align: middle;
    font-size: 14px;
    white-space: nowrap;
}

.big-table.table > :not(caption) > * > * {
    font-size: 12px;
}

.table tbody tr td:first-child {
    font-weight: bold;
}

.table tbody tr td time:last-child, .table tbody tr td .lesson-title:last-child {
    border-inline-start: 1px solid #707070;
}

.table-icon {
    padding: 5px;
    background-color: #F4F8FC;
    border-radius: 4px;
}

.table-icon:hover {
    color: white;
    background-color: #203444;
}

.table-icon:hover svg rect, .table-icon:hover svg path {
    fill: #FFFFFF;
}

.table tbody tr time, .table tbody tr .lesson-title {
    padding: 0 5px;
    color: #707070;
    font-size: 13px;
}

.lesson-title2 {
    padding: 0 5px;
    color: #707070;
    font-size: 13px;
}

.table tbody tr .end-date {
    font-size: 14px;
    color: #707070;
}

.text-danger {
    color: #A24252 !important;
}

.bg-e {
    background-color: #E3FFEC;
    border-color: #E3FFEC;
    font-size: 14px;
}

.actions_ul {
    min-width: 7.2rem;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
}

.header-sub-title.header-profile {
    margin: 0;
    padding-left: 20px;
}

.header-sub-title.header-profile li {
    font-size: 14px;
}

.header-sub-title.header-profile li a {
    color: #203444;
}

.header-sub-title.header-profile li a:hover {
    color: var(--green);
}


.header-sub-title.header-profile li.active-page {
    color: var(--green);
}

.h-01rem {
    height: 0.1rem;
}

.actions_ul.w-sm {
    width: 124px;
}

.actions_ul .dropdown-item {
    font-size: 12px;
}

.actions_ul .dropdown-item:active {
    font-size: 12px;
}

.show-tutorials:after {
    display: none;
}

.status_icon {
    font-size: 10px;
}


.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #B8B8B8;
    font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single {
    border-color: #DDD;
}

#new-trainee-form .select2-container--default .select2-selection--single {
    border: 0;
}

.select2-selection__arrow:after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    color: #707070;
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    /*background-color: inherit;*/
    /*color: #707070;*/
    color: var(--green);
    background-color: var(--sub-green);
}

.select2-results__options {
    font-size: 12px;
    color: #212529;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    color: #212529;
    padding-inline-start: 30px;
    margin-top: 3px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: inherit;
}

.select2-container {
    min-width: 35px;
}

.select2-selection__rendered {
    font-size: 12px;
    color: #707070;
    padding-inline-start: 30px;
}

.select2-container--default .select2-results__option--disabled {
    padding-inline-start: 30px;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}


.rate {
    padding: 0 10px;
    display: flex;
    flex-direction: row-reverse;
}

.rate2 .rate {
    display: block;
}

.rate:not(:checked) > input {
    position: absolute;
    /*top:-1px;*/
    z-index: -2;
}

.rate:not(:checked) > label {
    width: 1em;
    margin: 0 5px;
    overflow: visible;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    color: #DDDDDD;
}

.rate > input:checked ~ label {
    color: #FFCC00;
}

.rate2 .rate > input:checked ~ label svg path {
    fill: #F3C642;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #FFCC00;
}

.rate2 .rate:not(:checked) > label:hover svg path,
.rate2 .rate:not(:checked) > label:hover ~ label svg path {
    fill: #F3C642;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #FFCC00;
}

.rate2 .rate > input:checked + label:hover svg path,
.rate2 .rate > input:checked + label:hover ~ label svg path,
.rate2 .rate > input:checked ~ label:hover svg path,
.rate2 .rate > input:checked ~ label:hover ~ label svg path,
.rate2 .rate > label:hover ~ input:checked ~ label svg path {
    fill: #F3C642;
}


@media (min-width: 992px) {
    .w-lg-10 {
        width: 10%;
    }

    .w-lg-12 {
        width: 12%;
    }

    .w-lg-20 {
        width: 20%;
    }
}

.a_question .a_question_title {
    font-size: 16px;
    font-weight: 800;
}

.a_question {
    padding-bottom: 30px;
    margin-bottom: 3rem;
    border-bottom: 1px solid #DDDDDD;
}

.a_question:last-of-type {
    margin-bottom: 2rem;
}

span.help {
    color: #96989D;
    font-size: 12px;
}

.form-error {
    color: #A24252;
    font-size: 12px;
}

.show-pagination {
    color: #707070;
    font-size: 14px;
    padding: 10px 0;
}

.add_activity_ul li .service-anchor {
    width: 100%;
}

.add_activity_ul li .service-anchor.active .service {
    height: 100%;
    width: 100%;
    color: white;
    background-color: var(--green);
    border: 1px solid var(--green);
    box-shadow: 0 3px 23px #F3C6424d;

    margin: 0;
    transition: all .2s ease-in-out;
}

.add_activity_ul li .service-anchor:hover .service {
    height: calc(100% + 16px);
    padding: 32px 8px 0 8px;
}

.add_activity_ul li .service-anchor .service {
    margin: 0;
    width: 100%;
}

#profile_personly_ul.payment-nav {
    margin: 0;
}

.card-namber {
    letter-spacing: 5px;
}

.test-result {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.test-result.test-success {
    border: 1px solid #F3C642;
    border-radius: 4px;
}

.test-result.test-fail {
    border: 1px solid #A24252;
    border-radius: 4px;
}

.test-result .test-result-right {
    padding-inline-end: 15px;
    border-left: 1px solid #CECECE;
}

.test-result .test-result-left {
    padding-inline-start: 15px;
}

.test-success .test-result-right .test-mark {
    color: #F3C642;
}

.test-fail .test-result-right .test-mark {
    color: #A24252;
}

.p-9px {
    padding: 9px;
}

.cursor-pointer {
    cursor: pointer;
}

@media (min-width: 768px) {

    .before-circle:before {
        left: 0;
    }

    .p-col-9 {
        padding-inline-end: 0;
    }

    .chapter.chapter-form ul {
        padding: 18px 0;
    }

    #search-button-navbar {
        width: 45px;
    }

    .navbar .navbar-nav .nav-link {
        margin-inline-end: 15px;
    }
}

.flatpickr-calendar {
    background: #F4F8FC;
}

.laces-checkbox {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 1em;
    line-height: 1.6rem;
    text-align: center;
    border: 1px solid #F3C642;
    border-radius: 0.3rem;
}

.laces-checkbox i {
    color: #F3C642;
}

@media (min-width: 768px) {
    .border-md-left {
        border-left: 1px solid #DDD;
    }

    .partner.partner-2 {
        padding: 8px 15px;
        width: 100px;
        height: 65px;
        text-align: center;
    }
}

.logo-name__icon_div {
    display: none;
}

@media (min-width: 992px) {

    .partner.partner-2 {
        padding: 0;
        height: auto;
        width: auto;
    }

    .side-bar {
        /*width: 20rem;*/
        height: 100%;
        transition: all 0.5s ease-in-out;
    }

    .side-bar.collapse_2 {
        width: 6.4rem;
        transition: all 0.5s ease-in-out;
    }

    .features-list {
        margin-bottom: 1rem;
    }

    .features-list.tabs li a {
        padding: 8px 0;
        transition: all 0.5s ease-in-out;
    }

    .features-item {
        display: flex;
        align-items: center;
        position: relative;
        transition: 0.5s ease-in-out;
        margin: 8px 0;
    }

    .features-item::before {
        transition: 0.5s ease-in-out;
        content: '';
        position: absolute;
        right: -0.5rem;
        height: 100%;
        border-left: 3px solid var(--green);
        border-radius: 2px;
        opacity: 0;
        visibility: hidden;
    }

    .features-item a:hover {
        color: var(--green);
        transition: 0.5s ease-in-out;
    }

    .features-item:hover::before {
        opacity: 1;
        visibility: unset;
        transition: all 0.5s ease-in-out;
    }

    .features-item a {
        margin-inline-start: 20px;
        transition: all 0.5s ease-in-out;
    }

    .features-item.item-active::before {
        opacity: 1;
        visibility: unset;
        transition: all 0.5s ease-in-out;
    }

    .features-item-text {
        opacity: 1;
        transition: all 0.5s ease-in-out;
    }

    .tooltip {
        position: absolute;
        z-index: 99999;
        top: -2.1rem;
        right: 6.4rem;
        background-color: white;
        color: #203444;
        border-radius: 0.4rem;
        padding: 0.3rem 0.9rem;
        font-size: 14px;
        transition: 0s;
        opacity: 0;
        display: none;
        box-shadow: 0 3px 6px #00000029;
        white-space: nowrap;
    }

    .features-item a:hover .tooltip {
        top: 50%;
        transform: translateY(-50%);
        visibility: visible;
        opacity: 1;
        transition: all 0.5s ease-in-out;
    }

    .side-bar.collapse_2 .tooltip {
        display: block;
        visibility: hidden;
        transition: all 0.5s ease-in-out;
    }

    .logo-name__icon_div {
        align-self: baseline;
        cursor: pointer;
        margin-inline-start: 20px;
        transition: all 0.5s ease-in-out;
    }

    .profile-sidebar.side-bar.collapse_2 .profile-head .content {
        display: none;
        transition: all 0.5s ease-in-out;
    }

    .side-bar.collapse_2 .profile-head .content .name,
    .side-bar.collapse_2 .features-item-text, .profile-sidebar.side-bar.collapse_2 .profile-head .content .info {
        opacity: 0;
        pointer-events: none;
        display: none;
        transition: all 0.5s ease-in-out;
    }

    .profile-sidebar.side-bar.collapse_2 .profile-head .content .info, .profile-sidebar.side-bar.collapse_2 .profile-head .content .name {
        padding: 0;
        transition: all 0.5s ease-in-out;
    }

    .profile-sidebar.side-bar.collapse_2 .profile-head {
        padding: 1rem 0;
        transition: all 0.5s ease-in-out;

    }

    .profile-sidebar.side-bar.collapse_2 .profile_icon {
        margin-inline-end: 0;
        transition: all 0.5s ease-in-out;
    }

    .profile-sidebar.side-bar.collapse_2 {
        padding: .5rem;
        transition: all 0.5s ease-in-out;
    }

    .profile-sidebar.side-bar.collapse_2 .features-item .dropdown-item {
        width: auto;
        text-align: center;
        margin-inline-start: 0;
        transition: all 0.5s ease-in-out;
    }

    .profile-sidebar.side-bar.collapse_2 .profile-head {
        flex-direction: column;
        transition: all 0.5s ease-in-out;
    }

    .profile-sidebar.side-bar.collapse_2 .profile-head .pic {
        order: 2;
    }

    .profile-sidebar.side-bar.collapse_2 .profile-head .logo-name__icon_div {
        padding-bottom: 1rem;
        width: 100%;
        text-align: center;
        margin-inline-start: 0;
        transition: all 0.5s ease-in-out;
    }

    .profile-sidebar.side-bar.collapse_2 .features-item::before {
        right: 0;
        transition: all 0.5s ease-in-out;
    }

    .logo-name__icon_div {
        display: block;
    }

    .main-div-profile-sidebar {
        display: flex;
        position: relative;
        z-index: 1;
        height: fit-content;
    }
}


@media (max-width: 575.99px) {
    .header-sub-title.header-profile li {
        margin-top: 10px;
    }

    .navbarnotification_ul_2 {
        left: -40px !important;
    }

    .alert-dismissible .btn-close {
        top: -10px;
        left: -20px;
    }

    .q_attach.q_attach2 [type=file] + label {
        width: 100%;
    }

    .emails-sender p {
        display: block;
    }

    .before-circle:before {
        left: 15px;
    }

    .border-bottom-sm-dashed {
        border-bottom: 1px dashed #BBBBBB;
    }

    .border-left-sm-0 {
        border-left: 0;
    }

    .border-bottom-sm {
        border-bottom: 1px solid #DDD;
    }

    .font-size-sm-12 {
        font-size: 12px;
    }

    .ticket .ticket-content {
        padding-inline-start: 0;
        padding-inline-end: 0;
    }

    .add-replay, .ticket-replay {
        margin: 0;
    }

    .border-sm-bottom {
        border-bottom: 1px solid #DDD;
    }

    .px-6rem {
        padding-left: 0;
        padding-right: 0;
    }

    .pe-6rem {
        padding-left: 0;
    }

    .bar {
        display: none;
    }

    .bar-h {
        height: 0;
    }

    .p-col-9 {
        padding-inline-end: 0;
    }

    .form-check-input.conditions-check {
        width: 50px;
    }

    .sub-note {
        margin-bottom: 15px;
    }

    .main-note {
        margin-top: 110px;
    }

    html[dir="rtl"] .discount-end {
        margin-top: 1rem;
        float: right;
    }

    #tab-8.nav .nav-link {
        font-size: 14px;
        padding-inline-start: 5px;
        padding-inline-end: 5px;
    }

    .card .list-group .list-group-item:before {
        top: 15px;
    }

    .card {
        padding: 15px;
    }

    .sign-in-form-div {
        padding: 25px;
        width: auto;
    }

    .navbar-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .more-anchor:hover .main-div .subscribe-now {
        -webkit-transform: translate(0, -30%);
        transform: translate(0, -30%);
        animation-name: subscribe-now-sm;
        animation-duration: 1s;
        animation-delay: -.5s;
        animation-timing-function: linear;
    }


    @keyframes subscribe-now-sm {
        from {

            -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
            visibility: hidden;
            z-index: -1;
            display: none;
        }
        to {
            -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
            visibility: visible;
            z-index: 1;
            display: block;
        }
    }
    #profile_personly_ul {
        margin: 0 30px;
    }

    #profile_personly_ul .nav-item .nav-link {
        text-align: start;
        padding: 10px 0;
    }


    .sign-pic {
        border-top-right-radius: 0;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .sign-up-form-div {
        padding: 25px;
        width: auto;
    }

    #navbarnotification {
        margin-inline: 0;
    }

    .dropdown-menu {
        box-shadow: none;
    }

    .profile-section .card.courses-bg {
        padding: 0;
    }

    #profile_personly_ul.payment-nav.nav {
        border-bottom: 1px solid #DDD;
        padding-bottom: 15px;
        margin: 0 0 30px 0;
    }

    #profile_personly_ul.payment-nav.nav .nav-item .nav-link {
        padding: 5px 0;
    }

    .partner.partner-2 {
        padding: 8px 15px;
        width: 100px;
        height: 65px;
        text-align: center;
    }

}

.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
    box-shadow: none;
}


.arrow-owl-header {
    color: white;
    font-size: 30px;
}

.header-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #F3C642;

}

.header-carousel.owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] {
    padding: 8px 14px;
}


.header-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.header-carousel.owl-theme .owl-dots .owl-dot.active span,
.header-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
}

.header-carousel .nav-button {
    height: 50px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    top: 50% !important;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

}

.header-carousel .owl-prev.disabled,
.header-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.header-carousel .owl-prev {
    right: -4px;
}

.header-carousel .owl-next {
    left: -4px;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 25px;
    background: transparent;
    border-radius: 3px;
}

.header-carousel .prev-carousel:hover {
    background-position: 0 -53px;
}

.header-carousel .next-carousel:hover {
    background-position: -24px -53px;
}


.alert-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #F3C642;

}

.alert-carousel.owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
}

.alert-carousel.owl-theme .owl-nav [class*=owl-] {
    padding: 8px 14px;
}


.alert-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.alert-carousel.owl-theme .owl-dots .owl-dot.active span,
.alert-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
}

.alert-carousel .nav-button {
    height: 50px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    top: 50% !important;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

}

.alert-carousel .owl-prev.disabled,
.alert-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.alert-carousel .owl-prev {
    right: -4px;
}

.alert-carousel .owl-next {
    left: -4px;
}

.alert-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 25px;
    background: transparent;
    border-radius: 3px;
}

.alert-carousel .prev-carousel:hover {
    background-position: 0 -53px;
}

.alert-carousel .next-carousel:hover {
    background-position: -24px -53px;
}

.rating-table th:first-child {
    font-size: 16px;
    color: #203444;
}

.table.rating-table tbody tr.questions {
    border-bottom: 1px solid #DDD;
}

.table.rating-table tbody tr td:first-child {
    font-size: 16px;
    color: #203444;
    font-weight: 400;
}

.table.rating-table tbody tr:first-child {
    margin-top: 15px;
}

.table.rating-table tbody tr {
    background-color: #F4F8FC;
}

.table.rating-table tbody tr.group-questions-title {
    background-color: #FFF;
}

.rating-table th:not(:first-child) {
    color: #203444;
    text-align: center;
}

.rating-textarea label {
    margin: 3rem 0 2rem 0;
    font-size: 16px;
    font-weight: bold;
    color: #203444;
}

.rating-textarea textarea::placeholder {
    color: #203444;
    font-size: 14px;
    padding: 1rem;
}

.table.rating-table tbody tr.group-questions-title td:first-child {
    color: #203444;
    font-weight: bold;
}

.table.rating-table tbody tr.group-questions-title td, .table.rating-table thead tr th {
    border-width: 0 !important;
}

.table.rating-table tr th:first-child, .table.rating-table tr th:last-child, .table.rating-table tr td:first-child, .table.rating-table tr td:last-child {
    padding: 1rem 2rem;
}

.rating-table td:not(:first-child) {
    text-align: center;
}

@media (max-width: 350px) {
    .navbar .navbar-brand img {
        width: 130px;
    }

    .profile-sidebar {
        padding: 2.4rem;
    }
}
@media (min-width: 992px) and (max-width:1200px) {
    .tab-content>.active {
        display: grid;
    }
}

.tab-content>.active {
    display: grid;
}
.hide{display: none}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;

}

#customers_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}
.dataTables_length{display: none}

#customers_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}


#courses_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}

#post_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#post_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}

.timer01 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 17px;
    direction: rtl;
}
#courses_followup_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_followup_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}
#courses_followup_unactive_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_followup_unactive_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}

#courses_tube_unactive_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_tube_unactive_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}

#courses_guiding_unactive_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_guiding_unactive_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}


#courses_live_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_live_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}

#courses_record_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_record_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}

#courses_record_unactive_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_record_unactive_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}

#courses_live_unactive_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_live_unactive_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}


#books_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#books_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}

#courses_guiding_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_guiding_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}
#ticket_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#ticket_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}

#my_comments_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#my_comments_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}


.alert.custom-alert-discount {
    padding: 0;
    margin-bottom: 0;
}
.alert-discount {
    padding: .35rem 1rem;
}
.bg-1{
    background-color: #0d95e8;
}
.bg-2{
    background-color: #B8B8B8;
}
.address-box {
    width: 100%;
    padding: 2rem 2rem 1rem 2rem;
    background: #F4F8FC;
    border-radius: 4px;
    margin-bottom: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.address-box-info input[type=radio]:checked + label.address-box {
    background: #EBFFF2;
}
.progress-bar {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    overflow: visible;
    color: #203444;
}
.alert-carousel.owl-theme .owl-nav [class*=owl-] {
    padding: 0;
}

.alert-carousel .nav-button {
    width: 30px;
}

.alert-carousel.owl-theme .nav-button i {
    font-size: 20px;
}

.alert-carousel .owl-next {
    height: 50%;
    bottom: 0 !important;
}

.alert-carousel .owl-prev {
    height: 50%;
    top: 0 !important;
    left: auto;
}

.alert-carousel .owl-prev, .alert-carousel .owl-next {
    right: 4%;
}

.alert-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.alert-carousel.owl-theme .owl-nav [class*=owl-]:hover i {
    color: #F3C642;
}

.btn-close:hover svg path {
    fill: #E60026;
}

.alert-carousel.owl-theme .owl-nav {
    margin-top: 0;
}


#customers_active_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#customers_active_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}

#courses_table_follow_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_table_follow_paginate .current{
    background-color: var(--green);
    color: #fff;
}


#customers_expired_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#customers_expired_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}
#courses_table_register_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_table_register_paginate .current{
    background-color: var(--green);
    color: #fff;
}

#courses_table_workshops_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_table_workshops_paginate .current{
    background-color: var(--green);
    color: #fff;
}

#courses_table_special_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_table_special_paginate .current{
    background-color: var(--green);
    color: #fff;
}
#courses_workshop_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_workshop_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}

#courses_table_Various_plans_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_table_Various_plans_paginate .current{
    background-color: var(--green);
    color: #fff;
}


#mysale_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#mysale_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}


#courses_table_tube_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_table_tube_paginate .current{
    background-color: var(--green);
    color: #fff;
}

#courses_tube_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#courses_tube_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}
#exams_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#exams_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}
#exercises_table_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#exercises_table_paginate .current{
    background-color: var(--green);
    color: #fff;
}

#customers_table_appointment_paginate a{
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: var(--main-radius);
    color: #707070;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: .375rem .75rem;
    float: right;
    cursor: pointer;
}

#customers_table_appointment_paginate .current{
    background-color: var(--green);
    color: #fff;
}


.btn-outline-success-2{
    background: #E3F8EA;
    color: #F3C642;
}
.btn-outline-success-2:hover{
    background: #E3F8EA;
    color: #F3C642;
}

#p_card_2, #p_card_3, #c_submit {
    display: none;
}

.appointments_checkbox {
    margin-top: 1rem;
    text-align: center;
}

.appointments_checkbox input[type=radio].c_checkbox {
    display: none;
}

.appointments_checkbox input[type=radio].c_checkbox + label.c_checkbox_label {
    border-radius: 6px;
    padding: .7rem .7rem;
    cursor: pointer;
    color: #707070;
    font-size: 16px;
    line-height: 20px;
    background-color: #FFF;
}

.appointments_checkbox input[type=radio]:disabled.c_checkbox + label.c_checkbox_label {
    background-color: #DDDDDD;
    cursor: default;
}

.appointments_checkbox input[type=radio]:checked.c_checkbox + label.c_checkbox_label {
    color: #FFF;
    background-color: #41A9A1;
    cursor: pointer;
}

.border-1-success {
    border: 1px solid #F3C642;
    border-radius: 4px;
}
.fixed-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 9999;
}
.fixed-whatsapp:before {
    content: "";
    background-repeat:no-repeat;background-size:34px 34px;background-position:center center;width:50px;height:50px;background-image:url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 24 24' width='32' height='32' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:%23ffffff' d='M16.75,13.96C17,14.09 17.16,14.16 17.21,14.26C17.27,14.37 17.25,14.87 17,15.44C16.8,16 15.76,16.54 15.3,16.56C14.84,16.58 14.83,16.92 12.34,15.83C9.85,14.74 8.35,12.08 8.23,11.91C8.11,11.74 7.27,10.53 7.31,9.3C7.36,8.08 8,7.5 8.26,7.26C8.5,7 8.77,6.97 8.94,7H9.41C9.56,7 9.77,6.94 9.96,7.45L10.65,9.32C10.71,9.45 10.75,9.6 10.66,9.76L10.39,10.17L10,10.59C9.88,10.71 9.74,10.84 9.88,11.09C10,11.35 10.5,12.18 11.2,12.87C12.11,13.75 12.91,14.04 13.15,14.17C13.39,14.31 13.54,14.29 13.69,14.13L14.5,13.19C14.69,12.94 14.85,13 15.08,13.08L16.75,13.96M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C10.03,22 8.2,21.43 6.65,20.45L2,22L3.55,17.35C2.57,15.8 2,13.97 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,13.72 4.54,15.31 5.46,16.61L4.5,19.5L7.39,18.54C8.69,19.46 10.28,20 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");background-color:#F3C642;position:absolute;border-radius:100%;box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
}


.fixed-refferal {
    position: fixed;
    bottom: 100px;
    left: 42px;
    width: 50px;
    height: 50px;
    z-index: 9999;
}
.fixed-refferal:before {
    content: "";
    background-repeat:no-repeat;background-size:34px 34px;background-position:center center;width:50px;height:50px;background-image:url("../img/link.png");background-color:#fff;border: 1px solid;position:absolute;border-radius:100%;box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
}


.content-and-details a.btn[aria-expanded="true"] svg circle ,.content-and-details a.btn[aria-expanded="true"] svg path{
    stroke: #FFF;
}

.d-none {display: none !important;}

.disabled {
    /* if you also want it to fade a bit:
       opacity: 0.5
    */
    pointer-events: none;
    cursor: default;
}