:root {
    --bs-primary-rgb: red;
    --bs-secondary-bg: #0F245C;
    --bs-card-color: #F2F2F2;
    --main: #0F245C;
    --second: #022DA0;
    --light-blue: #2C63F5;
    --dark-blue: #000C2E;
    --after-footer: #000615;
    --light-purple: #4F005231;
    --bs-progress-height: 0.4rem !important;
    --text: #2E2E2E;
    --color-1st: #2C63F5;
    /* Updated Colors*/
    --primary: #002063;
    --secondary: #444650;
    --black300: rgb(29, 27, 32);
    /* bootstrap */
    --bs-nav-pills-link-active-bg: red;
}



/* Updated Classes for v2 */

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.navigation .menu::after {
    content: none !important;
}

#header-categories:hover {
    background-color: #44465020 !important;
    /* border-color: #44465020 !important; */
}

#header-login:hover {
    background-color: #00000010 !important;
}

#header-register:hover {
    opacity: 0.85;
}

.nav-tabs .nav-link {
    background-color: inherit;
    color: #E3E2E8;
    border: 1px solid #8F909B
}

.nav-tabs .nav-link.active {
    background-color: #353D57;
    color: #C9D0F1;
    border: 1px solid #8F909B
}

.tab-content>.active {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#page-wrap {
    background-color: #F0F3F9;
}

.accordion {
    background-color: inherit;
}

.accordion-item {
    background-color: inherit;
    border: none;
}

.accordion-button {
    background-color: inherit;
    padding-left: 0;
    padding-right: 0;
    margin-right: 16px;
    margin-left: 16px;
    width: calc(100% - 30px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    align-items: flex-start;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);

}

.accordion-body {
    background-color: inherit;
    padding-left: 0;
    padding-right: 0;
    margin-left: 16px;
    margin-right: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#faqAccordion .accordion-button::after {
    transform: rotate(-90deg);
}

#faqAccordion p {
    color: black;
}

#more-questions {
    height: fit-content;
}

/* When triggered */

/* #faqAccordion .accordion-button:not(.collapsed)::after {
    transform: var(--bs-accordion-btn-icon-transform);
} */

.accordion-button:not(.collapsed) {
    background-color: inherit;
    box-shadow: none;
    border: none;
}

.active-border {
    border: 2px solid blue;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 255, 0.5);
}

/* End of Updated Classes for v2 */


.ccard-body {
    background-color: #F2F2F2;
    border: unset !important;
    border-radius: 25px;
}

.custom-input {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    background-color: #ffffff12;
    color: white;
}

.custom-input-pink {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    background-color: #4F005231;
    color: white;
    font-size: 1rem;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-input-label {
    color: white;
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0.5rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.btn-primary {
    background: var(--primary);
    padding: 10px 24px;
    border-radius: 23px;

    &:hover {
        transform: scale(1.02);
        box-shadow: 0 5px 15px rgba(145, 92, 182, .4) !important;
        border: unset !important;
    }
}

.btn-w-medium {
    width: 216px;
    height: 56px;
}

.btn-clear {
    background: transparent;
    padding: 10px 24px;
    border-radius: 100px;
    color: var(--primary) !important;
    border: solid 1px #757681 !important;

    &:hover {
        transform: scale(1.02);
        box-shadow: 0 5px 15px rgba(145, 92, 182, .4) !important;
    }
}

.ck-content {
    color: var(--text);
}

.color-white {
    color: white;
}

.color-main {
    color: var(--main) !important;
}

.embed-container {
    position: relative;
    padding-bottom: 54.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 100px;
}

::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-image: linear-gradient(180deg, #0F245C 0%, #4F0052 100%);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}


html,
body {
    overflow-x: hidden;
}

.page-footer {
    z-index: 2;
}

.page-footer__bottom {
    background: var(--after-footer);
}

.main-shadow {
    box-shadow: 0px 0px 15px #0F245C55;
}

.bg-button-dark {
    background-color: var(--main);
}

.background-dark-body {
    background-image: url("/themes/ripple/images/intro-bg-black.png");
    background-repeat: no-repeat;
    background-size: 100% 1300px;
}

.bg-dark-blue {
    background-color: var(--dark-blue)
}

.radius-10 {
    border-radius: 10px !important;

}

.radius-100 {
    border-radius: 100px !important;

}

.fs-60 {
    font-size: 3.75rem;
}

.fs-47 {
    font-size: 2.938rem;
}

.pl-6 {
    padding-left: 3.25rem;
}

/* .t-container {
    max-width: 1500px;
} */

.divider {
    height: 1px;
    background-color: #C5C6D2;
    margin: 1.5rem 0rem;
}

.divider_vertical {
    width: 3px;
    background-color: var(--primary);
}

#invitationModal #DeleteRow {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

#invitationModal #rowAdder {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

@media only screen and (min-width : 1750px) {
    .t-container {
        max-width: 1500px;
    }

    .t-container-plus-100 {
        max-width: 1550px;
    }

    .t-container-plus-200 {
        max-width: 1650px;
    }
}

@media only screen and (max-width : 1200px) {
    .fs-60 {
        font-size: calc(2rem + 0.6vw);
    }

    .fs-47 {
        font-size: calc(1.4rem + 0.6vw);

    }

    .background-dark-body {
        background-size: 100% 1200px;
    }
}


.container-overlay:hover .overlay {
    opacity: 0.75;
}


.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #4F0052;
    /* border-radius: 1rem; */
}

.overlay svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.account-background {
    .form-group label {
        color: var(--secondary);
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 1rem;
        padding: 0.5rem 1rem 0.5rem 0;


        span {
            color: red;
            margin-left: 5px;
        }
    }

    input,
    input[disabled],
    select {
        background-color: white;
        color: #49454F !important;
    }
}



.border-main {
    border: solid 1px var(--main);
}

.main-radiant-background {
    background: linear-gradient(180deg, rgba(15, 36, 92, 1) 0%, rgba(79, 0, 82, 1) 100%);
}

.cart-badge {
    position: absolute;
    top: -14px;
    right: -10px;
    background: linear-gradient(180deg, rgba(15, 36, 92, 1) 0%, rgba(79, 0, 82, 1) 100%);
    border-radius: 60px;
    padding: 0px 7px;
    font-size: 12px;
    color: white;
}


/* ========================= HEADER ========================== */

@media only screen and (max-width : 1024px) {

    .menu {
        flex-direction: column;
        padding: 1rem;
        line-height: 4d;
    }

    .menu li {
        margin: 0.5rem 0;
        border-bottom: solid 1px var(--main);
    }

    /* .menu a {
        color: var(--main) !important;
    } */

}

/* ========================= END OF HEADER ========================== */



/* ========================= SECTION 1 ========================== */

.section-1-background {

    background-image: url("/themes/ripple/images/section-1-background.png");
    background-size: cover;

}

.img-section-1 {
    width: 500px;
    top: 5%;
    right: 20%;
}

@media only screen and (max-width : 1850px) {
    .img-section-1 {
        right: 10%;
    }


}

.section-1 {
    padding: 100px 10px;
    background: linear-gradient(90deg, #002063 0%, #3F0793 100%);
}

@media only screen and (max-width : 1440px) {
    .img-section-1 {
        right: 5%;
    }

    .section-1 {
        padding: 25px 10px;
    }
}

/* @media only screen and (max-width : 1280px) {
    .img-section-1 {
        top: 20%;
        right: 5%;
    }
} */

@media only screen and (max-width : 1024px) {
    .img-section-1 {
        right: 1%;
        width: 450px;
    }
}

@media only screen and (max-width : 768px) {
    .section-1 {
        padding-top: 2rem;
    }
}


.page-logo img {
    max-height: 40px;
}

/* ========================= END SECTION 1 ========================== */

/* ========================= SECTION 1_1 ========================== */

.section-1_1 {
    position: relative;
    background: linear-gradient(90deg, #3E0892 0%, #031F66 100%);
    background-size: 100% 50%;
    background-position: top;
    background-repeat: no-repeat;
}

/* ========================= END SECTION 1_1 ========================== */

/* ========================= SECTION 2 ========================== */

/* .section-2 {
    background-color: #F0F3F9;
} */

/* iframe html body .player .vp-video-wrapper{
    border-radius: 20px;
} */

.img-section-2 {
    border-bottom: solid 40px var(--main);
    border-right: solid 40px var(--main);
    border-top: solid 40px transparent;
    border-left: solid 40px transparent;
}

.img-section-2-cond {
    border-right: solid 40px #4F0052;
    border-bottom: solid 40px #4F0052;
    border-top: solid 40px transparent;
    border-left: solid 40px transparent;
}

#player {
    max-width: unset !important;
}

/* ========================= END SECTION 2 ========================== */

/* ========================= SECTION 4 ========================== */

/* .section-4 {
    background-color: #F0F3F9;
} */


.section-4-video-container {
    border: 9px solid #F0F3F9;
    /* box-shadow: -20px 30px var(--second); */
}

.section-4 .item svg {
    width: 20px;
}

.progress {
    width: 80%;
}

.progress-stacked {
    --bs-progress-bg: #DCE2FF !important;
    height: 8px !important;
    padding: 0 !important;
}

/* .progress-bar {
    height: 5px;
    border-radius: 20px;
    background: linear-gradient(270deg, #0F245C 0%, #4F0052 100%);
    position: relative;
    bottom: 2px;
} */

.badge {
    background: linear-gradient(270deg, #0F245C 0%, #4F0052 100%);
    font-size: 12px;
    padding: 4px 14px;
    font-weight: 400;
}

.owl-pagination {
    display: flex;
}

.owl-theme .owl-controls .owl-pagination {
    text-align: center;
}

.owl-item {
    max-height: 407px;
    overflow-y: scroll;
}

/* .owl-page span {
    width: 50px !important;
} */

.owl-page.active span {
    /* width: 100px !important; */
    background: transparent linear-gradient(270deg, #0f245c 0%, #4F0052 100%) 0% 0% no-repeat padding-box !important;
}

.section-4-bg-dark {
    background-image: url("/themes/ripple/images/mask-02.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 15rem;
}

#pricingTabsContent .ck-content.blog-content:last-of-type {
    margin-top: 2rem;
    width: 100%;
}

#pricingTabsContent .ck-content.blog-content img {
    margin: auto 0 !important;
    width: 2rem;
    height: auto;
}

@media only screen and (max-width : 1024px) {

    .owl-carousel {
        margin-top: 4rem;
    }

    .owl-pagination {
        justify-content: center;
    }

    .section-4-bg-dark {
        padding-top: 7rem;
    }

    .section-4-intro-dark {
        background: var(--main);
        border-radius: 10px;
        width: 100%;
        margin: auto;
        margin-bottom: 2rem;
        padding: 10px;
    }
}

@media only screen and (max-width : 576px) {
    .btn-w-medium {
        width: 100%;
    }
}



/* ========================= END SECTION 4 ========================== */

/* ========================= Meet the team ========================== */

.section-5 img {
    /* width: 300px; */
    width: 100%;
    height: 300px;
    object-fit: cover;
}


/* ========================= START SECTION FLEXIBLE PRICING ========================== */

.section-4-1 {
    background-image: url("/themes/ripple/images/flexible-pricing-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.section-4-1-dark {
    /* background-image: url("/themes/ripple/images/mask-01.png"); */
    background-size: contain;
    background-repeat: no-repeat;
}

.section-4_1_background {
    background: linear-gradient(90deg, #3F0792 0%, #002063 100%);
}

.event-item {
    text-align: left;
    border: solid 1px var(--main)
}

.event-wrapper> :not(:first-child):not(:nth-child(4n)) * {
    color: white;
    fill: white;
}


.event-wrapper> :not(:first-child):not(:nth-child(4n)) {

    .event-item {
        background: linear-gradient(180deg, rgba(15, 36, 92, 1) 0%, rgba(79, 0, 82, 1) 100%);
        border: solid 4px white;
        color: white !important;
        min-height: 530px;

    }

    .card-title-old::after {
        border-top: 2px solid white;
    }

    .button-get-started {
        margin-top: 3rem;
    }
}

.tick-svg {
    fill: #4F0052;
}

.flexible-ul-item {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    font-size: 16px;
    font-weight: 500;
    padding: 1rem 0rem;
}

.button-get-started {

    /* border: solid 2px white; */
    border-radius: 38px;
    /* background: linear-gradient(180deg, rgba(15, 36, 92, 1) 0%, rgba(79, 0, 82, 1) 100%); */
    background: #102B6E;
    color: white;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
}

@media only screen and (max-width : 440px) {
    .section-4-1 {
        background-size: cover;
    }

    .event-item {
        margin: 0.5rem 0;
    }

    .section-4-intro-dark {
        background: transparent;
    }
}


/* ========================= END SECTION FLEXIBLE PRICING ========================== */



/* ========================= OUR BLOG ========================== */

.blue-shadow {
    width: 90%;
    height: 100%;
    background-color: var(--light-blue);
    position: absolute;
    top: 12px;
    right: 5%;
    border-radius: 12px;
    z-index: -1;
}

.post-title {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 3.6em;
    line-height: 1.8em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ========================= END OUR BLOG ========================== */


/* ========================= FOOTER ==================================*/
footer {
    height: unset;
}

footer .list a {
    color: #FAF8FF !important;
    font-weight: 500;
    font-size: 16px;
}

.row-container {
    background: linear-gradient(0deg, #012064 0%, #21167C 100%);
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.footer-newsletter,
.input-newsletter {
    width: 50%;
}

.form-control:focus {
    box-shadow: unset;
}

footer .btn {
    margin-bottom: 0px;
    background: var(--light-blue);
    color: white;
}

footer .btn:hover {
    background: var(--light-blue);
}

.footer-menu {
    width: 80%;
    margin: auto;
}

.after-footer {
    background: var(--after-footer);
}

.pre-footer {
    background-image: url("/themes/ripple/images/pre-footer.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.pre-footer-image {
    padding-top: 26rem;
}

#button-addon2:hover {
    background-color: #002063 !important;
    color: white !important;
    border-color: #002063 !important;
    opacity: 0.85;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #002063;
    opacity: 1;
    font-size: 16px;
    padding: 8px 16px;
}

#owl-carousel-1 .owl-buttons {
    text-align: right;
}

@media only screen and (min-width : 1024px) {
    #owl-carousel-1 .owl-buttons {
        width: 80%;
    }

}

#owl-carousel-partners {
    position: static;
}

#owl-carousel-partners .owl-wrapper-outer {
    width: 100%;
    margin: 0 auto;
    /* position: relative;
    top: 2.5rem; */
}

#owl-carousel-partners .owl-buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
}

#owl-carousel-partners .owl-controls .owl-buttons div {
    background-color: #FFFFFF;
    color: #000000;
}

/* #owl-carousel-partners .owl-item {
    width: 150px !important;
} */

#owl-carousel-partners .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: -3rem;
}

#owl-carousel-partners .owl-buttons .owl-next {
    position: absolute;
    left: 90vw;
    top: -3rem;
}

@media (min-width: 640px) {
    #owl-carousel-partners .owl-buttons .owl-next {
        left: 580px;
    }
}

@media (min-width: 768px) {
    #owl-carousel-partners .owl-buttons .owl-next {
        left: 680px;
    }
}

@media (min-width: 1024px) {
    #owl-carousel-partners .owl-buttons .owl-next {
        left: 950px;
    }
}

@media (min-width: 1280px) {
    #owl-carousel-partners .owl-buttons .owl-next {
        left: 1200px;
    }
}

@media (min-width: 1536px) {
    #owl-carousel-partners .owl-buttons .owl-next {
        left: 1450px;
    }
}

@media (min-width: 1750px) {
    #owl-carousel-partners .owl-buttons .owl-next {
        left: calc(1500px + 9rem);
    }

    #owl-carousel-partners .owl-buttons .owl-prev {
        left: -44px;
    }
}

.list li {
    margin-bottom: 20px;
    color: #FAF8FF !important;
    font-weight: 500;
    font-size: 16px;
}

.widget__footer .widget__title {
    font-size: 28px;
    color: #DCE2FF;
    font-weight: 700;
}

.widget__about .person-detail a {
    color: #FAF8FF;
    font-size: 16px;
    font-weight: 500;
}

.widget--transparent .widget__header:after {
    background-color: inherit;
}

/* .widget__header {
    margin-bottom: 20px !important;
}

.widget__content {
    padding: 0 1rem !important;
} */

.social--simple li a {
    background-color: inherit;
}


@media only screen and (max-width : 1024px) {

    .footer-newsletter,
    .input-newsletter {
        width: 100%;
    }

    .footer-menu {
        justify-content: flex-start !important;
        gap: 2rem;
    }

    .pre-footer-image {
        padding-top: 15rem;
    }

}

@media only screen and (max-width : 768px) {
    .footer-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        width: 80%;
        margin: auto;
    }
}

/* ========================= END FOOTER ==================================*/


/* ========================= START COOKIE ==================================*/
.cookie-consent.cookie-consent-minimal {
    /* position: absolute !important; */
    bottom: 3%;
    /*left: auto;*/
    /*right: 5%;*/
    /* background: linear-gradient(90deg, #0F245C 0%, #3E0892 100%); */
    padding: 0 !important;
    border-radius: 2rem;
}

.cookie-consent .cookie-consent-body {
    padding: 0 !important;
    margin: 0;
}

.customCookiesContainerTop {
    background: linear-gradient(90deg, #0F245C 0%, #3E0892 100%);
    padding: 1.5rem 2rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.cookie-consent .cookie-consent__agree {
    background-color: #002063 !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 1rem !important;
    padding: 0.5rem 1.5rem !important;
    text-transform: capitalize !important;
    margin-top: 0 !important;
    border: none !important;
}

.cookie-consent .cookie-consent__agree:hover {
    background-color: #002063 !important;
    color: white !important;
    opacity: 0.85;
}

.cookie-decline {
    background-color: #E1E1E1;
    color: black;
    font-size: 14px;
    font-weight: 500;
    border-radius: 1rem;
    padding: 0.5rem 1.5rem;
    text-transform: capitalize;
}

.cookie-decline:hover {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.4), 0 1px 2px -1px rgb(0 0 0 / 0.4);
}

.dynamic-margin-cookies {
    margin-top: 2rem;
}

.cookies-image {
    top: 0;
}

@media (min-width: 512px) {
    .dynamic-margin-cookies {
        margin-top: 0;
    }

    .cookies-image {
        top: -1rem;
    }
}

/* ========================= END COOKIE ==================================*/

/* ========================= CHECKOUT ==================================*/

.coupon-code-validation-message {
    color: #f53000;
    font-size: 14px;
    display: none;
}

#billing-form .remove-item {
    display: inline;
}

/* ========================= END CHECKOUT ==================================*/

/* ========================= LOGIN ==================================*/

.login-page {
    min-height: 100vh;
    width: 100%;
    background-color: var(--main);
    background-image: url("/themes/ripple/images/login-mask.png");
    background-repeat: no-repeat;
    background-size: cover;

}


.login-form {
    max-width: 576px;
    margin-right: 0;
    background-color: #ffffff12;

    @media only screen and (max-width : 1300px) {
        background-color: #000000c2;
    }
}

.auth-form-wrapper .login-form a {
    color: var(--light-blue);
}

.login-form a {
    color: var(--light-blue);
}

@media only screen and (max-width : 768px) {
    .login-form {
        margin-top: 20px;
    }
}

/* ========================= END LOGIN ==================================*/

/* ========================= Register ==================================*/
.register-page {
    min-height: 100vh;
    width: 100%;
    background-color: var(--main);
    background-image: url("/themes/ripple/images/login-mask.png");
    background-repeat: no-repeat;
    background-size: cover;

}

.forgot-password-form {
    width: 576px;
}


/* ========================= END Register ==================================*/


/* ========================= Account Page ========================= */

.main-dashboard-form {
    border-radius: 12px;
    padding: 32px;
}

.account-background {
    background-color: #F0F3F9;
}

.settings {
    padding: 0px 1rem;

}

.list-group-item {
    background: transparent;
    color: var(--secondary);
    padding: 0;

    path {
        fill: black;
    }
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: var(--primary);
    border-color: var(--primary);
}

.card-body {
    flex: unset;
}

.card-title {
    /* font-size: 28px; */
    color: var(--main);
    font-weight: 700;
}

.logout-btn a:hover {
    color: inherit;
}

.card-title-old {
    color: #AAAAAA !important;

}

.card-title-old::after {
    content: "";
    border-top: 2px solid #4F0052;

    position: absolute;
    right: 0px;
    left: 0px;
    top: 50%;
    transform: rotate(-10deg);
}

.card-text {
    color: var(--main)
}

.badge {
    font-weight: 700;
}

.custom-input-label-black {
    color: var(--secondary);
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
}

#change-profile-image {
    padding: 10px 24px;
    color: white;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 500;
}

#accordionLessonPage {
    .accordion-collapse {
        overflow: hidden;
        transition: height 0.3s ease;
    }

    .lessons-wrapper {
        background: white;
        border: solid 1px #C5C6D2;
        border-radius: 12px;
        gap: 7px;
        padding: 24px;
        margin-top: 40px;
    }

    .accordion-title {
        font-size: 16px;
        font-weight: 700;
        color: #1D1B20;
    }

    .accordion-label {
        font-size: 14px;
        font-weight: 400;
        color: #49454F;
    }

    .accordion-button::after {
        position: absolute;
        top: 20px;
        right: 0;
    }

    .toggle_lessons_section:hover {
        background-color: rgb(240, 239, 244);
        border-radius: 1rem;
    }

    .show_lessons_section_arrow {
        position: relative;
        left: -0.5rem;
    }

    .lesson-item {
        border-radius: 12px;
        border: solid 1px gray;
        border-radius: 12px;

    }

    .lesson-img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    .details {
        path {
            fill: black;
        }
    }

    .lesson-innertitle {
        line-height: 1;
    }
}

#delete-profile-image {
    padding: 10px 24px;
    color: var(--primary);
    border-radius: 100px;
    font-weight: 500;
    border: solid 1px #757681;
}

.account-menu-item {
    height: 56px;
    padding: 16px;
}

.account-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.acc_setting_btn {
    color: var(--primary);
    font-weight: 500;
}

.acc_setting_btn:hover {
    background-color: rgb(240, 239, 244);
}

.users-tab {

    .user-img {
        width: 40px;
        height: 40px;
    }

    .progress {
        background: #DCE2FF;
        height: 5px;
    }

}



@media only screen and (max-width : 488px) {

    .max-sm-w-full {
        width: 100%
    }
}

.nav-pills {
    margin-bottom: 0 !important;
}

.nav-pills .nav-link {
    color: black !important;
    font-weight: 700 !important;
    padding: 1rem !important;
}

.nav-pills .nav-link.active {
    background-color: #e6e6e6 !important;
    /* color: black !important; */
}

.nav-item:hover {
    border-radius: 0.375rem !important;
}

#lesson_progress_page .row {
    /* --bs-gutter-x: 0; */
    margin: 0;
}

.progress-bar {
    background-color: var(--primary) !important;
}

.lesson_title {
    color: black;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

#dropDownAccountPage>li>a {
    color: #1A1B20;
    font-weight: 700;
}

#progress_lesson_left_col:hover .lesson_title {
    color: var(--primary);
}


@media (min-width: 1024px) {
    .lesson_title {
        /* color: var(--primary); */
        font-size: 28px;
    }

    .current_lesson_container {
        height: 160px;
    }
}

@media(min-width: 1440px) {
    #lesson_progress_page_divider {
        display: none;
    }

    #progress_lesson_left_col {
        border-right: 1px solid #C5C6D2;
        padding-right: 0;
    }
}

/* ========================= END Account Page ========================= */



/* ========================= Blog Page ========================= */

.blog-background {
    /* background-image: url("/themes/ripple/images/mask-blog.png"); */
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}

.breadcrump-text {
    font-size: 18px;
}

.blog-list-img {
    border-radius: 15px;
    max-width: 600px;
    width: 100%;
}

.blue-shadow-blog-page {
    width: 90%;
    height: 100%;
    background-color: var(--light-blue);
    position: absolute;
    top: 12px;
    right: 4%;
    border-radius: 12px;
    z-index: -1;
}



@media only screen and (max-width : 768px) {
    .blue-shadow-blog-page {
        height: 92%;
        width: 80%;
        right: 10%;
    }
}

/* ========================= END Blog Page ========================= */


/* ======================== Single Blog Page =======================*/

.blog-content img,
.post-banner {

    max-width: 800px;
    height: auto;
    object-fit: contain;

}

.post--single i,
.post--single svg,
.post--single path {
    color: var(--main);
    fill: var(--main);
}

.blog-content img {
    margin: 30px auto;
}

.icon-related-posts {
    position: absolute;
    left: 50%;
}

.post__horizontal img {

    height: 310px;
    object-fit: cover;
}

@media only screen and (max-width : 768px) {
    .post__horizontal img {
        height: 210px;
    }

    .blog-content img,
    .post-banner {

        width: 100%;
        height: 250px;
    }
}

/* ======================== END Single Blog Page =======================*/

/*========================== Instructors Page ==========================*/

.instructors-header {
    min-height: 84px;
}

.instructors-header img {
    width: unset;
    height: unset;
}

.instructor-img {
    width: 303px;
    height: 303px;
    object-fit: cover;
}

.instructor-blue-shadow {
    background: var(--light-blue);
    width: 80%;
    margin: auto;
    bottom: 8px;
    position: relative;
    z-index: -1;
    height: 20px;
}

.instructor_page {
    padding: 1rem;
    max-width: 1250px;
    margin: auto;
    padding-top: 100px;
}

@media only screen and (max-width : 768px) {
    .instructor_page {
        padding-top: 40px;
    }
}

.post--single .post__content {
    padding: 30px 1rem;
}


/*========================== END Instructors Page ==========================*/



/* Contact Page */

.contact-desc {
    color: #212121;
    font-size: 20px !important;
    font-weight: 700;
    max-width: 546px;
    text-align: center;
}

.contact_page{
    max-width: 1250px;
    margin: auto;
}

.dd-list img {
    min-width: 30px;
}

.svg-black path {
    fill: black !important;
    color: black !important;
}



/*========================== Lessons ==========================*/

.lesson-item {
    min-height: 50px;
    border-radius: 10px !important;
    background-color: white;
}

#myModal .nav-pills .nav-link.active {
    position: relative;
    /* Απαιτείται για να λειτουργεί το ::after */
}

#myModal .nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    left: 1rem;
    /* Ρυθμίζεις το κενό στα αριστερά */
    right: 1rem;
    /* Ρυθμίζεις το κενό στα δεξιά */
    bottom: 0;
    height: 3px;
    background-color: #4F0052;
}

#myModal .nav-link {
    color: unset;
    background-color: unset;
}

#myModal .modal-body {
    overflow: scroll;
    max-height: 85vh;
}

#myModal .list-group-item.lesson-item {
    background-color: #F7F7F7;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

#myModal .lesson-details {
    align-self: start;
}

#myModal .lesson {
    max-height: 2.5rem;
    line-height: 1em;
    height: 2.2em;
    overflow: hidden;
    /* prevents extra lines from being visible */
}

.lesson-details {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.5rem;
}

.lesson-title {
    color: var(--main)
}

.lesson-outertitle {
    color: var(--black300);
}

.active .lesson-title {
    color: white;
}

.active path {
    fill: white;
}

.truncate-2-lines {
    display: -webkit-box;
    /* Enable the flexbox layout */
    -webkit-box-orient: vertical;
    /* Set the direction to vertical */
    -webkit-line-clamp: 2;
    /* Limit the text to 2 lines */
    overflow: hidden;
    /* Hide the overflow */
    text-overflow: ellipsis;
    /* Add ellipsis for overflow */
    white-space: normal;
    /* Allow text to wrap */
}

/*========================== END Lessons ==========================*/


/*======================== BILLING ================================*/
.text-success {
    color: var(--main) !important;
}

.text-success1 {
    color: #28a745;
}

.billing-item {
    border-radius: 20px;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    transition: all ease 0.25s;
}

.billing-item:hover {
    background-color: #4F005231;
}

.form-switch .form-check-input:checked {
    width: 100%;
}

#billing-submit-btn {
    background-color: #B4C5FF;
    color: #102B6E;
}

#billign-submit-btn:hover {
    opacity: 0.9;
}

.form-check-input,
.form-check-input:focus {
    background-color: #6c757d !important;
    /* Gray color for inactive state */
    border-color: #6c757d !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #3E0892 !important;
}

.form-check input[type=checkbox]:after,
.form-check input[type=checkbox]:before {
    content: unset !important;
}

#check_coupon:hover {
    color: white;
    opacity: 0.8;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.outlined-input {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px 12px;
    background-color: transparent;
    transition: border-color 0.3s ease;
}

.outlined-input:focus {
    border: 2px solid #6d28d9 !important;
    outline: none;
    box-shadow: none;
}

.coupon-form-label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #49454F !important;
    font-weight: 400 !important;
    background-color: transparent;
    pointer-events: none;
    transition: all 0.3s ease;
}

.outlined-input:focus+.coupon-form-label,
.outlined-input:not(:placeholder-shown)+.coupon-form-label {
    top: 0;
    font-size: 12px;
    color: #c084fc !important;
    background-color: #fdf4ff !important;
    padding: 0 5px;
}

/* ================== Exam Results ================================ */

.toggle-results,
.repeat-exam {
    background: transparent linear-gradient(257deg, #0F245C 0%, #4F0052 100%) 0% 0% no-repeat padding-box;
    border-radius: 23px;
    color: white;
    width: 100%;

    &:hover {
        color: white !important;
    }
}

.answeralign {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 16px;
    position: relative;
    top: 5px;
}



.resulttitle p {
    display: inline !important;
}

.answers .question-title h4 {
    margin-bottom: 2rem;
}

.resulttitle span {
    /* display: inline !important; */
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: transparent linear-gradient(257deg, #0F245C 0%, #4F0052 100%) 0% 0% no-repeat padding-box;
    color: white;
    font-size: 14px;
    border-radius: 20%;
}

.answers .desc-answer p {
    font-weight: bold;
}

.answers .desc-question {
    margin-bottom: 0.9rem;
}

#exam-app {
    margin-top: 13rem;
}

.answers .question-title {
    text-align: start;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 2px solid rgba(0, 0, 0, .2);
}

.action-wrapper {
    margin: 40px 0;
}

.start-exam-btn-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    padding: 10px 0px;
}

.start-exam-btn-wrapper p {
    color: var(--main)
}

.question-container {
    height: 510px;
}

.elearning-list {
    max-height: 40vw;
    overflow: scroll;

    .thumbnail {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }
}

@media only screen and (max-width : 768px) {
    .answeralign {
        font-size: 12px;
    }

    .elearning-list {
        max-height: 400px;
    }
}

/* ========================== TERMS AND CONDITIONS ==========================*/

.terms-and-conditions-post .ck-content p {
    flex-direction: column;
}

/* Landing Page */

/*.cookie-consent {*/
/*    display: none !important;*/
/*}*/

.landing-page {
    .banner {
        background: linear-gradient(to right, #002063, #3F0793);
    }

    .blog-content img {
        margin: unset;
    }

    .banner>div {
        padding: 130px 0px;
    }

    .text-wrapper {
        width: 40%;
    }

    .promo {
        width: 469px;
        position: fixed;
        z-index: 1;
        top: 270px;
        right: 14vw;
        overflow: hidden;
        border-radius: 10px;
        padding: 32px 24px;
        gap: 24px;
        border: solid 1px #C5C6D2;

        .bullet-label {
            color: black;
        }

    }

    .button-get-started {
        border: solid 1px white;
    }

    .button-get-started:hover {
        background: #26417a;
        transition: all 0.25s ease;
        border: solid 1px #102B6E;
        scale: 1.02;
    }

    .nav-link {
        color: #444650;
    }

    .nav-link.active {
        background-color: rgba(29, 27, 32, 0.08);
        color: #1A1B20;
    }

    .nav-pills {
        border-bottom: solid 1px #C5C6D2;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .tab-content {
        width: 50%;
    }

    .lessons-wrapper {
        background: white;
        border: solid 1px #C5C6D2;
        border-radius: 12px;
        gap: 7px;
        padding: 24px;
        margin-top: 40px;
    }

    .accordion-title {
        font-size: 16px;
        font-weight: 700;
        color: black;
    }

    .accordion-label {
        font-size: 14px;
        color: #49454F;
    }

    .accordion-button::after {
        position: absolute;
        top: 20px;
        right: 0;
    }

    .lesson-item {
        border-radius: 12px;
        border: solid 1px gray;
        border-radius: 12px;

    }

    .lesson-img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    .details {
        path {
            fill: black;
        }
    }

    .lesson-innertitle {
        line-height: 1;
        color: var(--black300);
    }

    .close-promo-btn {
        position: absolute;
        right: 10px;
        cursor: pointer;
        z-index: 1;
        display: none;
    }

    .open-promo-btn {
        display: none;
    }



    @media only screen and (max-width : 768px) {

        .blog-content img {
            height: 20px !important;
            width: 20px !important;
        }

        .lessons-wrapper {
            padding: 2px;
        }
    }

    @media only screen and (max-width : 1280px) {

        .open-promo-btn {
            position: fixed;
            right: 2px;
            top: 50%;
            z-index: 3;
        }

        .tab-content {
            width: 100%;
        }

        .text-wrapper {
            width: 100%;
        }

        .promo {
            top: unset;
            bottom: 20px;
            width: 90%;
            right: 0;
            left: 0;
            margin: auto;
            gap: 12px;
            padding: 16px 12px;
            z-index: 3;
            scale: 1;
        }

        .promo-bullets {
            display: none;
        }

        .close-promo-btn {
            display: block;
        }
    }


    @media only screen and (min-width : 1750px) {

        .tab-content {
            width: 60%;
        }
    }

    @media only screen and (min-width : 2120px) {

        .tab-content {
            width: 70%;
        }
    }

    @media only screen and (max-height : 890px) {
        .promo-bullets {
            display: none;
        }
    }


}

header {
    .menu li {
        border-bottom: none !important;
    }
}


.dropdown-menu:before,
.dropdown-menu:after {
    content: unset !important;
}

.dropdown-menu {
    box-shadow: none;
    background-color: #EFEDF3;
    width: 280px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px 2px;
}

.dropdown-item {
    color: #1A1B20 !important;
    height: 56px;
    align-content: center;
}

.dropdown-item:active {
    background-color: whitesmoke !important;
}

.dot-menu {
    li:hover {
        background-color: unset !important;
    }
}

.text-orange {
    color: #FF5100;
}

.text-black3 {
    color: #1D1B20;
}


.login-btn,
.reset-password,
.register-btn,
.reset-btn {
    background-color: #2C63F5;
}

.cancel-subscription {
    transition: all ease 0.25s;

}

.cancel-subscription:hover {
    scale: 1.1;
    transition: all ease 0.25s;
    color: #BA1A1A !important;
}

/* ========================= Privacy Policy & Terms & Conditions Page ========================== */
.privacy-policy,
.terms-and-conditions {
    padding: 0 10px;
}

.privacy-policy .ck-content p,
.terms-and-conditions .ck-content p {
    font-size: 16px;
    color: var(--secondary);
    background-color: inherit !important;
}

.privacy-policy .ck-content p span,
.terms-and-conditions .ck-content p span {
    background-color: inherit !important;
}

.privacy-policy .post.post--single,
.terms-and-conditions .post.post--single {
    padding: 0;
}

.privacy-policy strong u,
.terms-and-conditions strong u {
    color: var(--primary);
    font-size: 36px;
    font-weight: 700;
}


.privacy-policy span,
.terms-and-conditions span {
    font-size: 16px;
    color: var(--secondary);
}

.privacy-policy span strong,
.terms-and-conditions span strong {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
}

@media only screen and (max-width : 768px) {

    .privacy-policy strong u,
    .terms-and-conditions strong u {
        font-size: 22px;
    }

    .privacy-policy .ck-content p,
    .terms-and-conditions .ck-content p {
        font-size: 14px;
    }

    .privacy-policy span,
    .terms-and-conditions span {
        font-size: 14px;
    }

    .privacy-policy span strong,
    .terms-and-conditions span strong {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1440px) {

    .privacy-policy,
    .terms-and-conditions {
        padding: 0;
    }
}



/* Our Vision */

.our-vision_page{
    max-width: 1250px;
    margin: auto;
}