@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');
body {
    padding: 0;
    margin: 0;
    font-family: "Baloo 2", sans-serif !important;
}

:root {
    --lsBackColor: #f1fff7;
    --lsHeadBackColor: #0d9248;
    --theme-color: #0d9248 !important;
}

.rewise-main-container {
    max-width: 700px;
    margin: 0 auto;
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-signup-wrapper {
    background: var(--lsBackColor);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 30px;
}

.login-signup-wrapper .ls-logo {
    position: relative;
}


/* .login-signup-wrapper .ls-logo:after{
    content: "";
    position: absolute;
    top: 53px;
    right: 0px;
    width: 100%;
    height: inherit;
    background-color: #0d9248;
    bottom: 0;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    height: 110px;
} */

.login-signup-wrapper .ls-logo,
.ls-form-wrapper .ls-title {
    text-align: center;
}

.login-signup-wrapper .ls-logo a img {
    width: 130px;
}

.ls-form-wrapper .ls-title h3 {
    font-size: 32px;
    color: #013510;
    font-weight: 700;
}

.ls-form-wrapper {
    padding: 0px 30px 25px;
}

.l-form-wrapper {
    padding: 0px 150px 25px !important;
}

.ls-form {
    margin-top: 25px;
}

.ls-form-group {
    position: relative;
    margin-bottom: 15px;
    width: 50%;
}

.ls-form-group .ls-input {
    padding: 0px 38px;
    height: 50px;
    border: 1px solid #0d9248;
    border-radius: 20px;
    font-size: 17px;
    outline: none;
    margin-top: 5px;
    width: 100%;
    background: #fff;
}

.ls-form-group .ls-input:focus {
    border: 1px solid #19db6f !important;
    box-shadow: none;
}

.ls-form-group .ls-icon {
    position: absolute;
    left: 24px;
    top: 43px;
}

.ls-form-group .ls-icon-view {
    position: absolute;
    right: 27px;
    bottom: 10px !important;
    cursor: pointer;
}

.ls-form-group .ls-icon img,
.ls-form-group .ls-icon-view img {
    width: 18px;
}

.ls-button-wrapper {
    margin-top: 10px !important;
    margin-bottom: 15px;
}

.ls-form-group label {
    font-size: 15px;
    color: #074807;
    font-weight: 500;
}

.ls-btn {
    width: 100%;
    height: 50px;
    border: none;
    background: #ef6625;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .4s all;
    padding-top: 3px;
}

.ls-btn:hover {
    background: #dd5514;
}

.ls-button-wrapper .ls-btn img {
    filter: invert(1);
}

.ls-content {
    text-align: center;
}

.ls-content p {
    color: #867474;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}

.ls-content p a,
.ls-content a {
    color: #ef6625;
    font-weight: 500;
}

.ls-content a:hover {
    color: #ef6625;
}

.social-links ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.social-links ul li {
    height: 45px;
    width: 45px;
    border: 1px solid #0d9248;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    transition: .3s all;
    cursor: pointer;
    padding-top: 4px;
}

.social-links ul li a {
    color: #0d9248;
}

.social-links ul li:hover {
    transform: translateY(-5px);
}


/* Forgot password */

.fp-wrapper {
    background: #823400;
    padding: 50px 16px;
    max-width: 500px;
    width: 400px;
    margin: 0 auto;
}

.fp-box-wrapper {
    background: #f1fff7;
    padding: 20px 5px;
    border-radius: 30px;
    margin-bottom: 25px;
}

.fp-title {
    margin: 31px 2px 29px;
}

.fp-title h3 {
    color: #013510;
    font-weight: 700;
    margin-bottom: 15px
}

.fp-title p {
    color: #7d6d6d;
}

.fp-back-icon {
    margin-bottom: 20px;
}

.fp-back-icon a {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    transition: .2s all;
}

.fp-close a {
    background: #f1fff7;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
    color: #823400;
    transition: .2s all;
}

.fp-back-icon a:hover {
    color: #fff;
    transform: translateX(-3px);
}

.fp-close a:hover {
    color: #823400;
    transform: scale(.9);
}

.error_display {
    color: red;
}

.header-layout6 .main-menu>ul>li>a {
    padding: 30.5px 0 !important;
}

.th-btn {
    padding: 13px 20px 12px !important;
    border-radius: 20px;
}

.hero-style1 {
    padding: 196px 0px 193px 0px !important;
}

.slick-dots button {
    background-color: #4CAF50;
}

.slick-dots .slick-active button::before {
    background-color: #f0621f;
}

.slick-arrow:hover {
    background-color: #f0621f;
}

.slick-arrow {
    color: #4CAF50;
}

.th-btn.style8 {
    color: var(--white-color);
}

.header-links li {
    font-size: 15px;
}

.start-quiz-btn {
    background-color: #FF5722;
    border: none;
    padding: 6px 20px;
    width: 33%;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
}


/* Quiz Css */

.quiz-container {
    max-width: 1100px;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.quick-play-ul li{
    border: 1px solid #FFCEB9;
    padding: 9px 9px 7px !important;
    border-radius: 4px !important;
    margin-bottom: 10px;
}
.question {
    margin-bottom: 20px;
}

#question_text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.options {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.options li {
    margin-bottom: 10px;
}


/* button {
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    background-color: #4caf50;
    color: #fff;
    border: none;
    border-radius: 4px;
}

button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
} */

.score {
    margin-top: 20px;
}

.question-links {
    margin-top: 20px;
}

.question-links a {
    margin-right: 10px;
    text-decoration: none;
    color: #007bff;
}

.timer-container {
    display: flex;
    align-items: center;
    background: #e0e0e0;
    justify-content: space-around;
    align-items: center;
    padding: 1px;
    border-radius: 10px;
    width: 200px;
    position: relative;
    bottom: 57px;
}

.timer-container span {
    font-size: 20px;
    padding: 0 10px;
    color: #000;
    white-space: nowrap;
}

#timer {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
}

.btn-orange-type {
    background-color: #FF5722;
    font-weight: 600;
    color: #fff;
}

.btn-green-type {
    background-color: #0e9247;
    font-weight: 600;
    color: #fff;
}

.btns-gap {
    gap: 10px;
    margin: 35px auto;
}

input[type="checkbox"]~label:before {
    border: 1px solid #ff5722 !important;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none !important;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    background-color: #fff !important;
}

.inst-ul {
    list-style: none;
}

.inst-ul span {
    margin-right: 3px;
    width: 17px;
    height: 17px;
    background: #0e9247;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 4px;
}

.inst-ul li {
    display: flex;
    font-size: 17px;
    gap: 5px;
    padding-bottom: 6px;
}

@media (max-width: 767px) {
    .btns-gap {
        gap: 5px !important;
    }
    .row-reverse{
        flex-direction: column-reverse;
    }
    .question-pagination {
        grid-template-columns: auto auto auto auto auto auto auto auto !important;
        gap: 7px !important;
        justify-content: center !important;
    }
    .btns-gap input {
        font-size: 13px !important;
        height: 40px;
    }
    .space-around{
        flex-direction: column-reverse;
    }
    .btn-orange-type {
        width: 160px !important;
        padding: 0 30px !important;
    }
    .btn-pre-next {
        width: 85px !important;
    }
    .rewise-main-container {
        max-width: 100%;
    }
    .ls-form-group {
        width: 100%;
    }
    .rewise-main-container {
        width: 100%;
    }
    .login-signup-wrapper {
        margin: 10px;
    }
    .ls-form-wrapper {
        padding: 0px 30px 25px !important;
    }
    .header-links li:not(:last-child):before {
        width: 0px !important;
    }
    .header-links li:not(:last-child) 
    {
        margin: 0 70px 0 0 !important;
    }
    .timer-container {
         padding: 0px;
         width: 150px;
         position: relative;
         right: 46px;
         bottom: 30px;
    }
    #timer {
        width: 45px !important;
        font-size: 15px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        }
        .timer-container span {
            font-size: 15px;
            padding: 0px 9px;
            color: #000;
            white-space: nowrap;
        }
         .MobilefontSize14{
            font-size: 14px !important;
        }
        .start-quiz-h2 h2 {
            font-size: 20px;
            margin: 21px auto 0;
        }
        #question_text {
            font-size: 15px;
            margin-bottom: -5px;
        }
        #final_submit_button{
            width: 100% !important;
        }
        .question-pagination{
            flex-wrap: wrap !important;
        }
        .quick-play-ul li {
            width: 100% !important;
         }
    }
    .quick-play-ul{
        margin: 20px auto 0;
    }

    .quick-play-ul li:hover {
        border-color: rgb(21, 151, 21);
    }
    .inst-ul {
        list-style: none;
        padding-left: 0;
    }
    #final_submit_button{
        border: none;
        background: #fff;
        font-size: 14px;
        padding: 10px 15px 11px;
        border-radius: 6px;
        font-weight: 600;
    }
   .question-pagination{
    display: flex;
    gap: 3px;
    justify-content: start;
   }
   .question-pagination a{
    width: 65px;
    height: 22px;
    display: flex;
    /* background: #e6e6e6; */
    border-radius: 12%;
    /* border: 1px solid #e6e6e6; */
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #0000009c;
    line-height: 6px;
    font-size: 17px;
   }
   .content-scroll{
       
   }