* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.come-out :hover {
    transform: scale(1.1);
    animation: ease-out;
    animation-duration: 1s;
    background-color: #F5F5F5;
    border-radius: 2em;
    transition-delay: 0.2s;
}

body.theme-light ::-moz-selection {
    color: #fcf8f8;
    background: rgb(14, 10, 202);
}

body.theme-light ::selection {
    color: #fcf9f9;
    background: rgb(16, 36, 216);
}

body.theme-light .bg-req {
    background-color: #fffcfc;
    /* color: #9da2e1; */

}

body.theme-light .column {
    float: left;
    /* width: 25%; */
    padding: 0 10px;
}

body.theme-light .card .read-more:hover {
    font-size: 14px;
}

body.theme-light .card-body.card-footer {
    height: auto;
}

/* body.theme-light .card {
    height: fit-content;
    width: 200px;
    transition: .3s;
    margin: 3rem;
} */

body.theme-light .sign-form {

    border: 1px solid black;
    border-radius: 0.5em;
    display: flex;
    justify-content: center;

}

body.theme-light
/* ====================== */

.card .read-more:hover {
    font-size: 14px;
}

body.theme-light .card:hover {
    box-shadow: 0 5px 10px #0074ffb8;
    transform: scale(1.02);
}



body.theme-light .login-form {
    background-color: white;
    box-shadow: 0 5px 10px #0074ffb8;
    padding: 5%;
    border-radius: 1em;
    margin: auto;
    color: black;

    width: 100%;
}

body.theme-light section.quizes {
    padding: 50px 0 150px;
}

body.theme-light .quizes_cart .card {
    flex: 0 30%;
    margin: 15px !important;
}

body.theme-light .card-body {
    height: auto;
}

body.theme-light p.card-text {
    padding-bottom: 25px;
}

body.theme-light .drop_item {
    background-color: #4fa4ff;
}

body.theme-light .dropd_border {
    border: 0;
}

body.theme-light .login_page,
.sign_up {
    padding-bottom: 100px;
}

body.theme-light .total_value {
    height: 200px !important;
    flex: 0 30%;
}

body.theme-light .dashbord_cards {
    flex: 0 30%;
}

body.theme-light .edit_btn {
    background-color: #2154e1;
    padding: 7px 15px;
    border-radius: 5px;
    color: #fff;
}

body.theme-light .edit_btn:hover {
    color: white;
    background-color: #005fc5;
}

body.theme-light .delete_btn {
    background-color: #ff0000;
    padding: 7px 15px;
    border-radius: 5px;
    color: #fff;

}

body.theme-light .quizItem {
    display: flex;
    gap: 10px;
    justify-content: center;
}

body.theme-light a {
    text-decoration: none;
}


body.theme-light p.card-text {
    padding-bottom: 0;
}

body.theme-light .navbar-nav a.nav-link {
    font-weight: 600;
}

body.theme-light .btn-primary {
    border: none;
}

body.theme-light section.quizes {
    padding: 46px 0 30px;
}

body.theme-light .set_container {
    color: #000;
    padding: 30px 0;
    font-family: sans-serif;
}

body.theme-light .delete_modal {
    color: #000;
    padding: 10px 0;
    font-family: sans-serif;
}

body.theme-light .extra-card {
    border-radius: 10px !important;
    border: unset !important;
    text-align: center;
    box-shadow: 0 5px 10px #0074ff4a;

}

body.theme-light .extra-card:hover {
    transition: all .3s;
    box-shadow: 0 5px 10px #0074ffb8;
}

body.theme-light .target_nav .nav-link {
    position: relative;
    display: inline-block;
}

body.theme-light .target_nav .nav-link:hover::after,
body.theme-light .target_nav .nav-link.active::after {
    content: '';
    position: absolute;
    left: 8%;
    bottom: 4px;
    /* Adjust this value to control the distance from the text */
    width: 85%;
    height: 3px;
    /* Thickness of the underline */
    background-color: rgb(28, 121, 227);
    transition: all .3s;
}

body.theme-light header.bg-req {

    z-index: 9;
    position: relative;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
}

body.theme-light .btn-primary {
    border: none !important;
    /* font-weight: 700 !important; */
}

body.theme-light .btn-primary {
    margin: auto !important;
}

body.theme-light .view_btn {
    color: white;
    background-color: #1084ff;
}

body.theme-light .blank {
    height: unset !important;
    background-color: #e6f3ff !important;
    color: #000 !important;
    padding: 20px 0;
}

body.theme-light .blank h3 {
    font-weight: 800;
    margin: 0;
}

body.theme-light .item_editBtn {
    display: flex;
}

body.theme-light .item_editBtn a {
    margin-right: 20px;
}

body.theme-light .set_btnWth {
    max-width: 200px;
}

body.theme-light h5.card-title {
    font-weight: 700;
}

body.theme-light .login_form {
    max-width: 640px;
}

body.theme-light .setAssigned {
    margin-bottom: 60px !important;
}

body.theme-light .setAssigned .card {
    width: 100%;
}

body.theme-light .setAssigned .col-md-4 {
    margin-bottom: 25px;
}

body.theme-light .hidewidget {
    display: none !important;
}

@media (min-width: 768px) {
    .questionHeight {
        height: 175px;
    }


}

@media (min-width: 768px) {
    .questionImg {
        width: 200px;
        height: 200px;
    }


}

@media (min-width: 768px) {
    .test_img {
        width: 200px;
        height: 200px;
    }


}

body.theme-light .form-group {
    position: relative;
}

body.theme-light input#id_correct {
    position: absolute;
    width: auto;
    top: -29px;
    left: 77px;
}

body.theme-light input#id_correct {
    position: absolute;
    width: auto;
    top: -40px;
    left: 65px;
}

body.theme-light .value_alert {
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%);
    background: white !important;
    top: 0;
    z-index: 999;
}

body.theme-light .jumbotron {
    margin-bottom: 0 !important;
    background-color: #e6f3ff;
}

body.theme-light .title_form {
    font-size: 24px;
    font-weight: 700;

}

body.theme-light .form-control {
    background: #3164f60f !important;
    border: none !important;
    appearance: auto !important;
}

body.theme-light .form-floating>.form-control:focus~label::after {
    background: transparent !important;
}

body.theme-light .btn_addmod {
    max-width: 100px;
    border: 1px solid #264eef !important;
}

body.theme-light .quiz_dashboard_inner {
    padding: unset !important;
    background: #e6f3ff;
}

body.theme-light .container.text-center.mb-4.view_more_btn {
    margin-top: 30px;
}

body.theme-light
/* .active{
    color: #004ec4 !important;
    transition: all .3s;
  }body.theme-light */

img.card-img-top {
    height: 192px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    max-width: -webkit-fill-available;
}

body.theme-light .text_centerImg {
    display: flex;
    justify-content: center;
}

body.theme-light .text_centerImg img {
    max-width: fit-content;
}

body.theme-light .set_imgEq {
    max-width: fit-content !important;
}

body.theme-light li.nav-item .active .nav-link {
    color: rgb(28, 121, 227) !important;
    text-decoration-style: solid !important;
    text-decoration: underline #f0f2f3 !important;
    text-decoration-thickness: 3px !important;
}

body.theme-light

/* .page-container{
  min-height: 200px !important;
  margin-bottom: 100px;
  }body.theme-light */
.target_nav .nav-link {
    color: rgb(28, 121, 227) !important;
    text-decoration: none;
}

body.theme-light .profileDropdown_nav .dropdown-menu {
    left: auto;
    right: 0;

}

body.theme-light .navbar-nav .dropdown-menu {
    border: none;
    width: 15px;
    background-color: #f5f9fa;
}

/* body.theme-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    text-decoration: underline;

} */

body.theme-light a.dropdown-item {
    color: #007bff;
}

body.theme-light .teacher-text {
    font-family: Arial, Helvetica, sans-serif;
    text-align: end;
    padding-right: 100px;
}

body.theme-light .bg-req .navbar-dark.bg-req {
    padding: 0px;
    background: white;
}

body.theme-light .text-remove {
    height: 59px;
}

body.theme-light a#formAnchor {
    color: white;
}

body.theme-light .btn-outline-light:hover {
    color: rgb(37, 37, 231) !important;
}

body.theme-light .setMobalert {
    width: 100%;
}

body.theme-light .table_item {
    margin: 10px;
}

body.theme-light .break_wd {
    word-wrap: break-word;
}

body.theme-light .modal_quz {
    margin: 5px;
}

body.theme-light .quiz_dashboard_inner .card-body.row {
    margin: 0px;
}

body.theme-light .extra-card {
    /* padding: 1.5em .5em .5em; */
    border-radius: 2em;
    border: 1px solid black;
    text-align: center;
    box-shadow: 0 5px 10px #0074ff4a;
}

/* body.theme-light .blank {
    height: 100px;
    background-color: #265ef7;
    margin-bottom: 1rem;
    color: white;
} */

body.theme-light
/* base css */

.logo {
    margin-left: 10px;
    height: 60px;
    object-fit: contain;
    width: 55px;
    padding: 4px;
}

body.theme-light .footer-text {
    font-size: 13px;
    font-style: italic;
}

body.theme-light #google_translate_element {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

body.theme-light footer {
    height: fit-content;
    width: 100%;
    box-shadow: inset 0 -3px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
    position: relative !important;
    bottom: 0;
}

body.theme-light .main_page {
    background-color: #e6f3ff !important;
}

body.theme-light .mcq_items label {
    word-wrap: normal;

}

body.theme-light .mcq_elemets {
    display: flex;
    gap: 15px;
}

body.theme-light .mcq_items {
    flex: 1;
}

body.theme-light .nav_buttonItems button {
    border: none !important;
    color: #495057 !important;
}

body.theme-light .nav_buttonItems {
    padding-bottom: 3px;
}

body.theme-light .nav_buttonItems button.nav-link.active {
    color: #007bff !important;
    font-weight: 700;
}

body.theme-light .btn_navDark {
    background-color: #343a40 !important;
    margin-right: 10px;
}

body.theme-light .set_fieldLabel {
    width: 40% !important;
}

body.theme-light .home_bannerSection {
    padding: 30px 0 20px;
    background: #e6f3ff;
}

body.theme-light .title_contentHome {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

body.theme-light .card_itemsInner {
    display: flex;
    justify-content: center;
}

body.theme-light .iframeItems_content iframe {
    width: 100%;
}

body.theme-light .card_itemsInner .card {
    flex: 1;
    margin: 10px;
}

body.theme-light .set_themeContainer {
    max-width: 1440px;
}

body.theme-light .home_main {
    padding-bottom: 10%;
}

body.theme-light .btn_margine {
    margin-right: 10px;
}

body.theme-light .btn_home a {
    margin: 0 !important;
    transition: all 0.2s ease, visibility 0s;
    background: #366fff;
    border-radius: 60px;
    color: white;
    border: 0px solid rgb(29, 103, 205);
    padding: .5rem 1rem;
    font-size: 1.25rem;
}

body.theme-light .btn_home {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

body.theme-light .iframeItems {
    max-width: 600px;
    width: 100%;
}

body.theme-light .card_loginlayer:hover {
    transform: unset !important;
}

body.theme-light .set_fixHeight {
    min-height: calc(100vh - 129px);
}

body.theme-light .card-details {
    padding-left: 0 !important;
}

body.theme-light .dashbord_cards {
    flex: 0 30%;
}

@media only screen and (max-width: 1210px) {
    .quizes_cart .card {
        flex: 0 45%;
    }

    body.theme-light .dashbord_cards {
        flex: 0 32%;
    }


}

@media only screen and (max-width: 1010px) {
    .dashbord_cards {
        flex: 0 45%;
    }


}

@media only screen and (max-width: 991px) {
    .quizes_cart .card {
        /* flex: 0 29%; */
        flex: 0 44%;
    }

    body.theme-light .card-details {
        padding-left: 10px !important;
        margin: auto;
    }


}

@media only screen and (max-width: 767px) {
    .quizes_cart .card {
        flex: 0 44%;
    }

    /* body.theme-light .card-body { */
    /* height: 270px; */
    /* height: 178px; */
    /* } */

    body.theme-light .total_value {
        flex: 0 46%;
    }

    body.theme-light .dashbord_cards {
        flex: 0 46%;
    }

    body.theme-light .quizes_cart {
        padding-bottom: 150px;
    }

    body.theme-light section.teacher-profile p.lead {
        font-size: 16px;
    }

    body.theme-light .mcq_elemets {
        flex-direction: column;
    }

    body.theme-light .footer_inner {
        flex-direction: column;
    }

    body.theme-light .set_btnWth {
        max-width: 100%;
    }

    body.theme-light .set_fieldLabel {
        width: 100% !important;
    }

    body.theme-light .quiz_dashboard_inner {
        padding: 10px !important;
    }

    body.theme-light .card_itemsInner {
        flex-direction: column;
    }

    body.theme-light .card_itemsInner .card {
        flex: auto;
        width: auto;
    }

    body.theme-light .iframeItems {
        margin: auto;
    }

    body.theme-light .footer p {
        font-size: 14px;
    }


}

@media only screen and (max-width: 575px) {
    .quizes_cart .card {
        flex: 0 42%;
    }

    body.theme-light .dashbord_cards {
        flex: 0 45%;
    }

    body.theme-light img.card-img-top {
        height: 138px;
    }

    body.theme-light .login_page,
    .sign_up {
        padding-bottom: 130px;
    }

    body.theme-light section.teacher-profile h1 {
        font-size: 22px;
    }

    body.theme-light section.blank h3 {
        font-size: 22px;
    }

    body.theme-light .login-form h3 {
        font-size: 24px;
    }

    body.theme-light .login-form label {
        font-size: 16px;
    }

    body.theme-light .total_value {
        height: 175px !important;
        flex: 0 100%;
    }

    body.theme-light .dashbord_cards {
        flex: 0 80%;
    }

    body.theme-light section.quizes {
        padding: 0 15px;
    }


}

@media only screen and (max-width: 510px) {
    .quizes_cart .card {
        flex: 0 84%;
    }


}

@media only screen and (max-width: 450px) {
    .dashbord_cards {
        flex: 0 100%;
    }


}

@media only screen and (max-width: 375px) {
    .quizes_cart .card {
        flex: 0 100%;
    }

    body.theme-light .card-details {
        padding-left: 10px !important;
    }

    body.theme-light .login_page,
    .sign_up {
        padding-bottom: 130px;
    }

    body.theme-light section.teacher-profile h1 {
        font-size: 22px;
    }

    body.theme-light section.blank h3 {
        font-size: 22px;
    }

    body.theme-light .login-form h3 {
        font-size: 24px;
    }

    body.theme-light .login-form label {
        font-size: 16px;
    }

    body.theme-light .total_value {
        height: 175px !important;
        flex: 0 100%;
    }

    body.theme-light .dashbord_cards {
        flex: 0 100%;
    }

    body.theme-light section.quizes {
        padding: 0 15px;
    }


}

/* Default alert slider modified */
/* ---------- GLOBAL ANIMATIONS (don't wrap in theme) ---------- */
@keyframes show_slide {
    0% {
        transform: translateX(100%);
    }

    40% {
        transform: translateX(-10%);
    }

    80% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-10px);
    }
}

@keyframes hide_slide {
    0% {
        transform: translateX(-10px);
    }

    40% {
        transform: translateX(0%);
    }

    80% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* ---------- LIGHT THEME ---------- */
body.theme-light .alert {
    right: 0;
    border-radius: 4px;
    overflow: hidden;
    color: #fff !important;
    top: 9.5%;
    max-width: 500px !important;
    left: auto !important;
    animation: show_slide 1s ease forwards;
    border: none !important;
}

body.theme-light .alert.hide {
    animation: hide_slide 1s ease forwards;
}

body.theme-light .alert_success {
    background-color: #5abe5a !important;
    border-left: 10px solid #41a541 !important;
}

body.theme-light .alert_danger {
    background-color: #ec4343 !important;
    border-left: 10px solid #d01515 !important;
}

body.theme-light .alert_info {
    background-color: #67b2e4 !important;
    border-left: 10px solid #3c9cdd !important;
}

body.theme-light .value_alert .close {
    margin-left: 10px;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

body.theme-light ::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

body.theme-light ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d80;
}

body.theme-light
/* For login with google */

.login-with-google-btn {
    transition: background-color .3s, box-shadow .3s;
    text-decoration: none;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);

    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;

    &:hover {
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
    }

    body.theme-light &:active {
        background-color: #eeeeee;
    }

    body.theme-light &:focus {
        outline: none;
        box-shadow:
            0 -1px 0 rgba(0, 0, 0, .04),
            0 2px 4px rgba(0, 0, 0, .25),
            0 0 0 3px #c8dafc;
    }

    body.theme-light &:disabled {
        filter: grayscale(100%);
        background-color: #ebebeb;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
        cursor: not-allowed;
    }


}

body.theme-light iframe.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
    overflow-x: auto;
    max-width: 80%;
    right: 0;
    left: unset;
}

body.theme-light iframe.VIpgJd-ZVi9od-xl07Ob-OEVmcd body {
    overflow-x: auto !important;
}

body.theme-light .quiz_details td {
    padding: 6px !important;
    word-wrap: break-word;
    /* Wrap long words onto a new line */
    white-space: normal;
    /* Allow text to wrap onto the next line */

}

body.theme-light .representation_colors {
    width: 60%;
    margin: auto;
}

body.theme-light .question_score,
body.theme-light .score_details {
    background-color: #e6f3ffb8;
    border-radius: 16px;
    margin-bottom: 20px;
}

body.theme-light .result_hr {
    width: 70% !important;
    border: 1px solid #1a497473;
    color: black;
}

body.theme-light .expand_btn {
    width: 70% !important;
}

body.theme-light .question_score {
    width: 22%;
    height: 94px;
    height: 120px;
}

body.theme-light .result_container {
    width: 94%;
}

body.theme-light .result_heading {
    padding: 0 !important;
    font-size: 14px;
}

body.theme-light .result_content {
    padding: 0 !important;
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 350px) and (max-width: 765px) {
    .responsive-table {
        width: 80% !important;
        margin: 0 auto;
        /* Center the table */
    }

    body.theme-light .representation_colors {
        width: 30%;
        margin: auto;
    }


}

@media (min-width: 350px) and (max-width: 480px) {
    .representation_colors {
        width: 45%;
        margin: auto;
    }


}

body.theme-light .correct_answer {
    background-color: #dcffdc;
    border-radius: 5px;
}

body.theme-light .wrong_answer {
    background-color: #ffcbcb;
    border-radius: 5px;
}

body.theme-light .user_profile_section {
    display: flex;
}

body.theme-light .score_hr {
    border: 1px solid #80808057;
    width: 70% !important;
    margin: auto;
}

body.theme-light .score_content {
    font-weight: bolder;
    font-size: large;
}

body.theme-light .score_expand {
    width: 70%;
}

body.theme-light .email_verification {
    width: 90%;
}

body.theme-light .email_verification input {
    font-size: 24px;
}

body.theme-light .email_verification input::placeholder {
    color: #9e9e9e81;
    /* Your desired placeholder text color */
}

body.theme-light .quit-btn {
    padding: 20px;
}

@media (min-width: 801px) and (max-width: 1349px) {
    .profile_description {
        width: 70%;
    }

    body.theme-light .profile_img {
        width: 30%;
    }

    body.theme-light .email_verification input {
        font-size: 30px;
    }


}

@media (min-width: 1350px) {
    .profile_description {
        width: 70%;
    }

    body.theme-light .email_verification {
        width: 60%;
    }

    body.theme-light .email_verification input {
        font-size: 45px;
    }


}

@media (max-width: 750px) {
    .user_profile_section {
        display: block !important;
    }

    body.theme-light .profile_label {
        font-size: 12px;
        color: grey;
    }

    body.theme-light .profile_block {
        display: flex;
    }


}

@media (max-width: 800px) {
    .question_score {
        width: 32%;
        height: 94px;
    }

    body.theme-light .result_container {
        width: 94%;
    }

    body.theme-light .result_heading {
        padding: 0 !important;
        font-size: 12px;
    }

    body.theme-light .result_content {
        padding: 0 !important;
        font-size: 14px;
    }

    body.theme-light .expand_btn {
        width: 100% !important;
    }

    body.theme-light .score_details {
        width: 50%;
        height: 80px;
    }

    body.theme-light .score_expand {
        width: 96%;
    }


}

@media (max-width: 900px) {
    .profile_container {
        width: 80% !important;
        margin: auto;
    }


}

@media (max-width: 480px) {
    .profile_container {
        padding-left: 20px !important;
    }

    body.theme-light .assigned_cards {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }


}

@media (max-width: 700px) {
    .small_screen {
        display: flex !important;
    }

    body.theme-light .large_screen {
        display: none !important;
    }

    body.theme-light .set_fixHeight2 {
        min-height: unset !important;
    }


}

@media (min-width: 700px) {
    .small_screen {
        display: none !important;
    }

    body.theme-light .large_screen {
        display: flex !important;
        flex-wrap: wrap;
    }

    body.theme-light .profile_section {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    body.theme-light .profile_section1 {
        /* width: 30%; */
        margin: auto !important;
    }

    body.theme-light .profile_section2 {
        width: 60%;
        margin-left: 30px;
    }

    body.theme-light .score_details {
        width: 22%;
        height: 80px;
    }

    body.theme-light .score_heading {
        font-size: 14px;
    }


}

@media (min-width: 700px) and (max-width: 800px) {

    /* .profile_section1{
      width: 40%;
    }body.theme-light */
    .profile_section2 {
        width: 100%;
    }


}

@media (min-width: 590px) {
    .dashboard_quiz_cards {
        min-height: 206px;
    }


}

@media (max-width: 580px) {
    .quiz_not_found {
        padding-top: 30px !important;
    }

    body.theme-light .quit-btn {
        padding: auto;
    }


}

body.theme-light #profileDropdown::after,
#navbarDropdown::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: unset;
    width: auto;
    height: auto;
    background: transparent;
}

body.theme-light #profileDropdown:hover,
#navbarDropdown:hover {
    content: '';
    position: relative;
    display: inline-block;
    height: 36px;
    border-bottom: 3px solid rgb(28, 121, 227);
}

body.theme-light #navbarDropdown:hover {
    content: '';
    position: relative;
    display: inline-block;
    height: 36px;
    border-bottom: 3px solid rgb(28, 121, 227);
}

@media (min-width: 990px) {
    #profileDropdown:hover {
        width: 85%;
    }


}

body.theme-light .user_chat_section {
    height: calc(100vh - 234px);
}

@media (min-width: 760px) {
    .user_chat_section {
        height: calc(100vh - 146px);
    }


}



/* Shared Footer Base Style */
.site-footer {
    padding: 20px 0;
}

.footer-text {
    font-size: 12px;
}

.footer-link {
    text-decoration: none;
}

/* Light Theme Footer */
body.theme-light .site-footer {
    background-color: #ffffff;
    color: #000000;
}

body.theme-light .footer-link {
    color: #000000;
}

/* Dark Theme Footer */
body.theme-dark .site-footer {
    background-color: #0A0A2A;
    color: #ffffff;
}

body.theme-dark .footer-link {
    color: #ffffff;
}


body.theme-light .title {
    font-size: 56px;
    color: #181818;
    letter-spacing: 0em;
    font-weight: bold;
}

body.theme-dark .title {
    font-size: 56px;
    color: #FFE66D;
    font-weight: bold;
}

body.theme-light .end-message {
    background: #007bff17;
    color: inherit;
}

body.theme-light .sub_nav {
    color: rgb(0, 0, 0)
}

body.theme-light .sub_nav a {
    color: rgb(28, 121, 227)
}


body.theme-light .begin-quiz {
    background-color: #007bff;
}


body.theme-light .user_chat_heading p,
body.theme-light .user_chat_heading_VI p {
    background-color: rgba(6, 13, 207, 0.7803921569);
    color: white;
}

body.theme-light #Icon-Set-Filled {
    fill: #060dcfc7
}

body.theme-light #SVGRepo_iconCarrier {
    fill: #007bff;
}

body.theme-light #SVGRepo_iconCarrier_lock {
    fill: white;
}

body.theme-light .quiz_not_found {
    background: #007bff17;
}

body.theme-light #limit_reached,
body.theme-light #limit_reached_hw,
body.theme-light #limit_reached_vi,
body.theme-light #limit_reached_ac {
    background: linear-gradient(135deg, #fff, #fff);
    color: #333333;
}


body.theme-light #limit_reached button,
body.theme-light #limit_reached_hw button,
body.theme-light #limit_reached_vi button,
body.theme-light #limit_reached_ac button {
    background: linear-gradient(135deg, hsl(212 78% 40% / 1), hsl(211 82% 64% / 1));
}

body.theme-light .consent-body {
    background: #e6f3ff;

}

body.theme-light .consent-body .close-consen {
    color: black !important;
}

body.theme-light .consent-body #accept-consent {
    background: #007bff;
    color: white;
}