/* quizePage style */
#quizePage .container {
    background-color: #555;
    color: #ddd;
    border-radius: 10px;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    /* max-width: 700px; */
}

#quizePage .container>p {
    font-size: 32px;
}

/*#quizePage .question {*/
/*    width: 75%;*/
/*}*/

#quizePage .options {
    position: relative;
    padding-right: 40px;
}

#quizePage #options label {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    cursor: pointer;
}

/* #quizePage .options input {
    opacity: 0;
} */

/* #quizePage .checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #555;
    border: 1px solid #ddd;
    border-radius: 50%;
} */

/* #quizePage .options input:checked~.checkmark:after {
    display: block;
} */

/* #quizePage .options .checkmark:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 300ms ease-in-out 0s;
} */

/* #quizePage .options input[type="radio"]:checked~.checkmark {
    background: #21bf73;
    transition: 300ms ease-in-out 0s;
}

#quizePage .options input[type="radio"]:checked~.checkmark:after {
    transform: translate(-50%, -50%) scale(1);
} */

#quizePage .btn-primary {
    background-color: #555;
    color: #ddd;
    border: 1px solid #ddd;
}

#quizePage .btn-primary:hover {
    background-color: #21bf73;
    border: 1px solid #21bf73;
}

#quizePage .btn-success {
    padding: 5px 25px;
    background-color: #21bf73;
}

@media(max-width:576px) {
    #quizePage .question {
        width: 100%;
        word-spacing: 2px;
    }
}

.click-brand {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-decoration: none;
}

.click-brand-mark {
    align-items: center;
    /*background: #007b5e;*/
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    letter-spacing: 0;
    width: 30px;
}

.navbar .nav-link {
    color: #223a34 !important;
    font-weight: 900;
    letter-spacing: 0;
    padding: 9px 14px !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #007b5e !important;
}

.navbar {
    border-bottom: 1px solid #e1e9e6;
    direction: rtl;
    min-height: 58px;
    padding: 0;
}

.navbar .container,
.navbar .navbar-collapse {
    align-items: center;
    direction: rtl;
}

.navbar .navbar-nav.me-auto {
    align-items: center;
    gap: 8px;
    margin-left: auto !important;
    margin-right: 28px !important;
}

.navbar .navbar-nav.ms-auto {
    align-items: center;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.navbar .navbar-nav.me-auto .nav-link {
    border: 1px solid transparent;
    border-radius: 999px;
    min-width: 74px;
    text-align: center;
}

.navbar .navbar-nav.me-auto .nav-link:hover,
.navbar .navbar-nav.me-auto .nav-link:focus {
    background: #edf7f3;
    border-color: #d4e7df;
}

.navbar .dropdown-toggle {
    background: #f7fbf9;
    border: 1px solid #e0ebe6;
    border-radius: 999px;
    padding-inline: 14px !important;
}

.navbar .dropdown-menu {
    border: 1px solid #e0ebe6;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(25, 52, 47, .10);
    text-align: right;
}

body:has(.auth-screen) {
    overflow: auto;
}

.auth-screen {
    background:
        linear-gradient(180deg, rgba(0, 123, 94, .08), rgba(248, 181, 0, .07)),
        #f6f7f2;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    min-height: 100vh;
    overflow: auto;
    padding: 0;
}

.auth-screen>.container {
    height: 100%;
    max-width: none;
    padding: 0;
    width: 100%;
}

.auth-shell {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    direction: ltr !important;
    grid-template-columns: minmax(420px, 48%) minmax(0, 1fr);
    margin: 0;
    max-width: none;
    min-height: 0;
    min-height: 100vh;
    overflow: hidden;
}

.auth-shell-login {
    grid-template-columns: minmax(420px, 48%) minmax(0, 1fr);
    max-width: none;
    min-height: 0;
    min-height: 100vh;
}

.auth-panel {
    background: #fff !important;
    color: #fff;
    grid-column: 1 !important;
    grid-row: 1 !important;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.auth-panel::before {
    display: none;
}

.auth-panel>*:not(.auth-panel-image) {
    display: none;
}

.auth-panel-image {
    inset: 0;
    position: absolute;
    z-index: 0;
}

.auth-panel-image img {
    height: 100%;
    object-fit: fill;
    object-position: center;
    width: 100%;
}

.auth-panel-brand {
    align-items: center;
    display: flex;
    gap: 12px;
    font-size: 22px;
    font-weight: 800;
}

.auth-panel-mark {
    align-items: center;
    background: #f8b500;
    border-radius: 8px;
    color: #12332c;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    letter-spacing: 0;
    width: 42px;
}

.auth-panel-copy h1 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    margin-bottom: 14px;
}

.auth-panel-copy p,
.auth-panel-note {
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.auth-panel-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.auth-panel-points span {
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    font-weight: 800;
    padding: 8px 12px;
}

.auth-content {
    align-items: center;
    display: flex;
    grid-column: 2 !important;
    grid-row: 1 !important;
    overflow: auto;
    padding: 30px 44px;
}

.auth-content>* {
    direction: rtl;
}

.auth-form-wrap {
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
}

.auth-form-header {
    margin-bottom: 20px;
}

.auth-form-header h2 {
    color: #12332c;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.auth-form-header p {
    color: #66736f;
    margin: 0;
}

.auth-tabs {
    background: #eef4f2;
    border: 1px solid #dce6e2;
    border-radius: 8px;
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 16px;
    padding: 6px;
}

.auth-tab {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: #60726d;
    display: flex;
    font-weight: 900;
    gap: 8px;
    justify-content: center;
    min-height: 40px;
    padding: 8px 10px;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.auth-tab:hover,
.auth-tab:focus {
    color: #007b5e;
    outline: none;
}

.auth-tab.active {
    background: #fff;
    box-shadow: 0 8px 18px rgba(21, 52, 45, .10);
    color: #12332c;
}

.auth-tab.complete {
    color: #007b5e;
}

.auth-tab-icon,
.auth-field-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.auth-tab-icon {
    height: 18px;
    width: 18px;
}

.auth-tab-icon svg,
.auth-field-icon svg {
    fill: none;
    height: 100%;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 100%;
}

.auth-screen label {
    color: #253b35;
    font-weight: 800;
}

.auth-field {
    position: relative;
}

.auth-field-icon {
    color: #007b5e;
    height: 20px;
    left: 14px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 2;
}

.auth-screen .form-control,
.auth-screen .form-select {
    border-color: #d8dfdc;
    border-radius: 6px;
    background-color: #fbfcfc;
    min-height: 42px;
}

.auth-field .form-control,
.auth-field .form-select {
    padding-left: 44px;
}

.auth-field .form-select {
    background-position: right 14px center;
    padding-right: 42px;
}

.auth-screen .form-control:focus,
.auth-screen .form-select:focus {
    border-color: #007b5e;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 94, .14);
}

.auth-screen .btn-primary {
    background-color: #007b5e;
    border-color: #007b5e;
    border-radius: 6px;
    font-weight: 800;
    min-height: 42px;
    padding: 0 30px;
}

.auth-screen .btn-primary:hover,
.auth-screen .btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
}

.auth-screen .btn-outline-secondary {
    border-radius: 6px;
    font-weight: 700;
    min-height: 42px;
    padding: 0 26px;
}

.auth-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 8px;
}

.auth-actions-end {
    justify-content: flex-end;
}

.auth-switch {
    color: #66736f;
    margin-bottom: 0;
    margin-top: 18px;
}

.auth-switch a {
    color: #007b5e;
    font-weight: 800;
    text-decoration: none;
}

.auth-screen[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

.auth-screen[dir="rtl"] .auth-shell {
    direction: ltr !important;
}

.auth-screen[dir="rtl"] .auth-content>* {
    direction: rtl;
}

.auth-screen[dir="rtl"] .auth-field-icon {
    left: auto;
    right: 14px;
}

.auth-screen[dir="rtl"] .auth-field .form-control,
.auth-screen[dir="rtl"] .auth-field .form-select {
    padding-left: 12px;
    padding-right: 44px;
}

.auth-screen[dir="rtl"] .auth-field .form-select {
    background-position: left 14px center;
    padding-left: 42px;
}

.auth-step[hidden] {
    display: none;
}

@media (max-width: 768px) {
    .auth-screen {
        height: auto;
        min-height: 100vh;
        overflow: visible;
        padding: 0;
    }

    .auth-shell {
        grid-template-columns: 1fr;
        height: auto;
        min-height: auto;
    }

    .auth-panel {
        gap: 28px;
        grid-column: 1 !important;
        grid-row: 1 !important;
        min-height: 280px;
        padding: 0;
    }

    .auth-panel-copy h1 {
        font-size: 28px;
    }

    .auth-content {
        grid-column: 1 !important;
        grid-row: 2 !important;
        padding: 26px;
    }

    .auth-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .auth-tabs {
        grid-template-columns: 1fr;
    }

    .auth-tab {
        justify-content: flex-start;
    }
}


/* quizePage style */
.lightbox{
        top: 0;
    left: 0px;
    bottom: 0;
    margin: auto;
    height: max-content;
}
