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

body.theme-dark .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-dark ::-moz-selection {
    color: #fcf8f8;
    background: rgb(14, 10, 202);
}

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

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

}

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

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

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

/* body.theme-dark .card {
    height: fit-content;
    width: 200px;
    border: 1px solid black;
    transition: .3s;
    margin: 3rem;
} */

body.theme-dark .sign-form {

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

}

body.theme-dark
/* ====================== */

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

body.theme-dark .card:hover {
    box-shadow: 0 5px 10px #7D4EFA;
    transform: scale(1.02);
}

/* body.theme-dark .card {
    height: fit-content;
    width: 200px;
    border: 1px solid black;
    transition: .3s;
    margin: 3rem;
} */

body.theme-dark .login-form {
    background-color: #2C1C56;
    /* box-shadow: 0 5px 10px #7D4EFA; */
    padding: 5%;
    border-radius: 1em;
    margin: auto;
    color: white;
    width: 100%;
    box-shadow: 3px 3px 7px #FFE66D;
}

body.theme-dark section.quizes {
    padding: 50px 0 150px;
    background: #0A0A2A;
}

body.theme-dark .quizes_cart .card {
    flex: 0 30%;
    margin: 15px !important;
    background-color: #2C1C56;
}

body.theme-dark .card-body {
    height: auto;
    color: white;
}

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

body.theme-dark .drop_item {
    background-color: #2C1C56;
    color: white;
}

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

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

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

body.theme-dark .dashbord_cards {
    flex: 0 30%;
    background-color: #2C1C56;
}

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

body.theme-dark .edit_btn:hover {
    color: white;
    background-color: #7D4EFA;
}

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

}

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

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

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

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

body.theme-dark .nav-tabs .nav-link {

    color: #FFE66D;
}

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

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

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

body.theme-dark .delete_modal {
    color: white;
    padding: 10px 0;
    font-family: sans-serif;
}

body.theme-dark .extra-card {
    border-radius: 10px !important;
    border: unset !important;
    text-align: center;
    /* box-shadow: 0 5px 10px #0074ff4a; */
    box-shadow: 3px 3px 7px #FFE66D;
    background-color: #2C1C56;
    color: white;

}

body.theme-dark .extra-card:hover {
    transition: all .3s;
    box-shadow: 0 5px 10px #7D4EFA;
}

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

body.theme-dark .target_nav .nav-link:hover::after,
body.theme-dark .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: #7d44f5;
    transition: all .3s;
}

body.theme-dark header.bg-req {

    z-index: 9;
    position: relative;
    box-shadow: 0px .1px 6px 0px #7d44f5;
}

body.theme-dark .btn-primary {
    border: none !important;
}

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

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

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

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

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

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

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

body.theme-dark h5.card-title {
    font-weight: 700;
    color: #FFE66D;
}

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

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

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

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

body.theme-dark .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-dark .form-group {
    position: relative;
}

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

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

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

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

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

}

body.theme-dark .form-control {
    background: #0A0A2A !important;
    border: none !important;
    appearance: auto !important;
    color: white;
}

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

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

body.theme-dark .quiz_dashboard_inner {
    padding: unset !important;
    background-color: #0A0A2A;
}

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

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

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

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

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

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

body.theme-dark 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-dark

/* .page-container{
  min-height: 200px !important;
  margin-bottom: 100px;
  }body.theme-dark */
.target_nav .nav-link {
    color: #FFE66D !important;
    text-decoration: none;
}

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

}

body.theme-dark .navbar-nav .dropdown-menu {
    border: none;
    width: 15px;
    background-color: #2C1C56;
    box-shadow: 0 2px 7px #7D4EFA;
}

body.theme-dark .navbar-nav .dropdown-menu .dropdown-item:hover {
    /* text-decoration: underline; */
    color: black;
    background-color: #FFE66D;

}

body.theme-dark a.dropdown-item {
    color: #FFE66D;
}

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

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

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

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

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

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

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

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

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

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

body.theme-dark .quiz_dashboard_inner .card {
    background-color: #2C1C56;
    color: white;
}

body.theme-dark li.answer {
    background-color: #FFE66D;
    color: black;
}

body.theme-dark .list-group-item {
    background-color: #2C1C56;
    color: white;
}

/* body.theme-dark .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-dark .blank {
    height: 100px;
    background-color: #265ef7;
    margin-bottom: 1rem;
    color: white;
} */

body.theme-dark
/* base css */

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

body.theme-dark .footer-text {
    font-size: 13px;
    font-style: italic;
    padding: 10px 0;
}

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

body.theme-dark 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-dark .main_page {
    background-color: #0A0A2A !important;
}

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

}

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

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

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

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

body.theme-dark .nav_buttonItems button.nav-link.active {
    color: #FFE66D !important;
    font-weight: 700;
    background-color: #2C1C56;
}

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

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

body.theme-dark .home_bannerSection {
    padding: 30px 0 20px;
    background: #2C1C56;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    body.theme-dark .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-dark .card-details {
        padding-left: 10px !important;
        margin: auto;
    }


}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


}

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

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

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

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

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

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

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

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

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

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

    body.theme-dark 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-dark .card-details {
        padding-left: 10px !important;
    }

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

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

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

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

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

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

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

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


}

/* Default alert slider modified */

body.theme-dark .alert {
    right: 0;
    border-radius: 4px;
    overflow: hidden;
    color: #f5f5f5 !important;
    top: 9.5%;
    max-width: 500px !important;
    left: auto !important;
    animation: show_slide 1s ease forwards;
    border: none !important;
    background-color: #333 !important;
}

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

body.theme-dark .alert_success {
    background-color: #388e3c !important;
    border-left: 10px solid #2e7d32 !important;
}

body.theme-dark .alert_danger {
    background-color: #c62828 !important;
    border-left: 10px solid #b71c1c !important;
}

body.theme-dark .alert_info {
    background-color: #1976d2 !important;
    border-left: 10px solid #1565c0 !important;
}

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

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

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

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

body.theme-dark .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: #FFE66D;
    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: #2C1C56;
    background-repeat: no-repeat;
    background-position: 12px 11px;

    &:hover {
        box-shadow: 0 -1px 0 #FFE66D, 0 2px 4px #FFE66D;
    }

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

    body.theme-dark &: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-dark &: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-dark iframe.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
    overflow-x: auto;
    max-width: 80%;
    right: 0;
    left: unset;
}

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

body.theme-dark .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 */
    color: white;
    background: #2C1C56;

}

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

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

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

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

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

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

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

body.theme-dark .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-dark .representation_colors {
        width: 30%;
        margin: auto;
    }


}

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


}

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

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

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

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

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

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

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

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

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

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

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

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

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


}

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

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

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


}

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

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

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


}

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

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

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

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

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

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

    body.theme-dark .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-dark .assigned_cards {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }


}

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

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

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


}

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

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

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

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

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

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

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


}

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

    /* .profile_section1{
      width: 40%;
    }body.theme-dark */
    .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-dark .quit-btn {
        padding: auto;
    }


}

body.theme-dark #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-dark #profileDropdown:hover,
#navbarDropdown:hover {
    content: '';
    position: relative;
    display: inline-block;
    height: 36px;
    border-bottom: 3px solid #7D4EFA;
}

body.theme-dark #navbarDropdown:hover {
    content: '';
    position: relative;
    display: inline-block;
    height: 36px;
    border-bottom: 3px solid #7D4EFA;
}

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


}

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

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


}


/* Light Theme Button (Default btn-primary) */
body.theme-light .btn-primary {
    background-color: #007bff;
    /* Example primary color */
    border-color: #007bff;
    /* Example primary color */
}


body.theme-dark .btn-primary {
    background-color: #FFE66D;
    border-color: #FFE66D;
    color: black;
}

/* Dark Theme Button (Custom color for dark theme) */
body.theme-dark .btn-outline-primary {
    border-color: #FFE66D;
    /* Dark theme button color */
    background: #FFE66D;
    color: black;
}

body.theme-dark .btn-outline-primary:hover {
    background-color: #FFE66D;
    /* border-color: #7D4EFA; */
    color: black;
}


/* Optional: Customize the text color for better contrast */
/* body.theme-dark .btn-primary {
    color: white;
} */

/* body.theme-light .btn-primary {
    color: white;
} */

body.theme-dark .end-message {
    background: #2C1C56;
    color: white;
}

body.theme-dark .end-message a {
    color: #FFE66D;
}


body.theme-dark .page-container {
    background: #0A0A2A;
}


body.theme-dark #assigned_start {
    color: #FFE66D;
}

body.theme-dark #attempted_start {
    color: #FFE66D;
}

body.theme-dark .sub_nav {
    color: white;
}

body.theme-dark .sub_nav a {
    color: #FFE66D;
}


body.theme-dark .attempt_history {
    background: #2C1C56;
    color: white;
}

body.theme-dark .quiz_instructions {
    background: #2C1C56;
    color: white;
}

body.theme-dark .custom-table {
    --bs-table-bg: #2C1C56 !important;
    --bs-table-color: white !important;
}

body.theme-dark .quize-result-table {
    --bs-table-bg: #2C1C56 !important;
    --bs-table-color: white;
    --bs-table-hover-color: #FFE66D;
}

body.theme-dark .quize-result {
    background: #0A0A2A;
}

body.theme-dark .blank h3 {
    color: white;
}

body.theme-dark .quize-header {
    color: white;
}

body.theme-dark .quiz-qna-section {
    box-shadow: 3px 3px 7px #FFE66D;
    background-color: #2C1C56;
    color: white !important;
}

body.theme-dark .quiz-qna-section .card-body,
body.theme-dark .quiz-qna-section .card-title {
    color: white !important;
}

body.theme-dark .quiz-qna-section .card-header {
    color: #FFE66D;
}

body.theme-dark .modal-content {
    background-color: #2C1C56;
    color: white;
}

/* body.theme-dark .modal-content .btn-block {
    background-color: #7D4EFA;
} */

body.theme-dark .begin-quiz {
    background-color: #FFE66D;
}


body.theme-dark .login-body {
    background: #0A0A2A;
}

body.theme-dark .card_main__login {
    background: #2C1C56;
    color: white;
}

body.theme-dark .form-group label {
    color: white;
}

body.theme-dark .user_chat_heading p,
body.theme-dark .user_chat_heading_VI p {
    background-color: #FFE66D !important;
    color: black !important;
}

body.theme-dark #Icon-Set-Filled {
    fill: #7D4EFA
}

body.theme-dark .Instructions_heading {
    color: #FFE66D;
}

body.theme-dark .close-btn {
    color: white;
}

body.theme-dark #SVGRepo_iconCarrier {
    fill: white;
}

body.theme-dark #SVGRepo_iconCarrier_lock {
    fill: black;
}


body.theme-dark .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: white;
}

body.theme-dark .goog-te-gadget-simple {
    background: #2C1C56;
    border: none;
}


body.theme-dark .quiz_not_found {
    background: #2C1C56;
    color: white;
}

body.theme-dark #limit_reached,
body.theme-dark #limit_reached_hw,
body.theme-dark #limit_reached_vi,
body.theme-dark #limit_reached_ac {
    background: #2C1C56;
    color: #FFE66D;
}

body.theme-dark #limit_reached button,
body.theme-dark #limit_reached_hw button,
body.theme-dark #limit_reached_vi button,
body.theme-dark #limit_reached_ac button {
    background: #7D4EFA;

}

body.theme-dark .consent-body {
    color: #FFE66D;
    background: #2C1C56;
}

body.theme-dark .consent-body .close-consent {

    color: white !important;
}

body.theme-dark .consent-body #accept-consent {
    background: #7D4EFA;
}