body {
    background-color: white !important;
    font-family: "Poppins", system-ui;
    font-family: 'Poppins', sans-serif !important;

}

.navbar {
    background-color: #00adac;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 8px 50px;
    height: auto;
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 58px;
}

.nav-link {
    font-weight: 400 !important;
    color: white !important;
    margin: 0 10px;
    font-size: 16px;
    padding: 8px 15px;
    text-decoration: none;
}

.nav-link.active {
    background: white !important;
    color: black !important;
    padding: 3px 22px;
    border-radius: 29px;
}

.logout-btn {
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 17px;
    text-decoration: none !important;
}

.offcanvas {
    --bs-offcanvas-width: 260px;
}

.offcanvas .nav-link {
    color: white !important;
    margin: 5px 0;
}

.offcanvas-start {
    width: 151px !important;
    background-color: #00adac !important;
    color: white !important;
}

.offcanvas .nav-link.active {
    background: white !important;
    color: black !important;
}

.navbar-mobile-menu {
    gap: 0 !important;
}

.offcanvas-header button {
    color: white !important;
    background: transparent !important;
    border: none !important;
}

@media (max-width: 1100px) {
    #content-container {
        max-width: 100%;
    }

}

#google_translate_element {
    font-size: 13px;
}

.goog-te-gadget-simple {
    background-color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 6px 10px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}

.goog-te-menu-value {
    color: #333 !important;
}

.goog-te-menu-value span {
    border: none !important;
}

.goog-te-gadget-icon {
    display: none !important;
}


.reset-translation-btn {
    position: absolute;
    top: -6px;
    right: -15px;
    width: 21px;
    height: 20px;
    background-color: gold;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.reset-translation-btn:hover {
    background-color: darkgoldenrod;
}

.skiptranslate iframe {
    display: none;
}

.show-iframe .skiptranslate {
    display: block !important;
    right: 2px !important;
    top: 66px !important;
    height: 39px;
    width: 97%;
    z-index: 10000001;
    position: fixed;
    border: none;
    border-bottom: 1px solid #6B90DA;
    margin: 0;
    box-shadow: 0 0 8px 1px #999;
}

.translate-container {
    position: fixed;
    top: 12px;
    right: 270px;
    z-index: 999;
    background: transparent !important;
    padding: 0 !important;
    width: auto;
    height: auto;
    box-shadow: none !important;
    transition: all 0.3s ease-in-out;
    background: #7ad8d8 !important;
    border-radius: 6px;
    padding: 6px 10px !important;
    width: 167px;
    height: 52px;
    z-index: 999 !important;
}

.translate-container.loaded {
    background: #7ad8d8 !important;
    border-radius: 6px;
    padding: 6px 10px !important;
    width: 205px;
    height: 52px;
}


.goog-te-gadget-simple {
    background-color: transparent !important;
    border: none !important;
    padding: 6px 10px !important;
}

.goog-te-menu-value {
    color: #fff !important;
    font-weight: 600 !important;
}

#google_translate_element {
    font-size: 13px;
}

.goog-te-gadget-simple {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.goog-te-menu-value {
    color: #fff !important;
    font-weight: 600 !important;
}

.goog-te-menu-value span {
    border: none !important;
}

.goog-te-gadget-icon {
    display: none !important;
}

.skiptranslate iframe {
    display: none !important;
}

.skiptranslate iframe,
.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-gadget-icon {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.no-data-box {
    margin-top: 65px;

    h4 {
        font-size: 18px;
        font-weight: 700;
    }

    img {
        height: 70px;
        margin-bottom: 12px;
    }

    button {
        background-color: #00adac !important;
        color: white;
        border: none !important;
        font-size: 16px;
    }
}

.registerFormModal {
    max-width: 750px !important;

    .form-control {
        border: 1px solid #00adac !important;
    }
}

.form-check-input {
    border: 1px solid #00adac !important;

}

.form-check-input:checked {
    background-color: #00adac !important;
    border-color: #00adac !important;
}

.registerForm-btn {

    .Cancel-btn {
        background-color: #d9d9d9 !important;
        color: #000;
        border: none !important;
    }

    .Submit-btn {
        background-color: #00adac !important;
        color: white;
        border: none !important;
    }
}

.form-label {
    font-size: 16px !important;
    font-weight: 600;
}

.ageGroup {
    flex-direction: column;
    display: flex;
    gap: 12px;
}

.lableStart {
    color: red !important;
    padding-right: 3px;
}

.registerForm-header {
    background-color: #00adac !important;
    color: white !important;
    font-weight: 600 !important;
}

.header-close-btn {
    color: white !important;
    background: transparent !important;
    border: none !important;
    font-size: 18px !important;
}

.courseTitle-modal {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 10px;
}

@media (max-width: 1400px) {
    .translate-container {
        right: 19px;
        z-index: 999 !important;
        position: absolute;

    }
}

@media (max-width: 1000px) {
    .translate-container {
        right: 19px;
        z-index: 999 !important;
        position: absolute;
        top: -30px;


    }
}

@media (max-width: 480px) {
    .goog-te-combo {
        width: 106px !important;
    }

    #google_translate_element {
        font-size: 11px;
    }

    .translate-container {
        right: 20px;
        z-index: 9999 !important;
        top: -35px;



    }
}