:root{
    --ctaColor: #0c71c3;
}

.uv--filter-modal-get-started::-webkit-scrollbar, 
.uv--filter-modal-main-container::-webkit-scrollbar, 
.uv--filter-modal-question-container::-webkit-scrollbar{
    width: 3px;
}

.uv--filter-modal-get-started::-webkit-scrollbar-track, 
.uv--filter-modal-main-container::-webkit-scrollbar-track, 
.uv--filter-modal-question-container::-webkit-scrollbar-track{
    background: #f1f1f1;
}

.uv--filter-modal-main-container{
    position: fixed;
    width: 100%;
    height: calc(100vh - 30px);
    top:30px;
    z-index: 9999;
    overflow: auto;
    display: flex;
}

.uv--filter-modal-main-container.uv--hide{
    display: none;
}

.uv--filter-modal-container{
    width: 800px;    
    border-radius: 10px;
    z-index: 1;
    height: auto;
    margin: auto;
    background-color: white;
}

.uv--option-select{
    width: 700px;
}

.uv--filter-modal-container.uv--login{
    width: 500px;
}

.uv--filter-modal-container-bg{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #0000005c;
    backdrop-filter: blur(3px);
}

.uv--filter-modal-close{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #e5e5e5;
    background-color: #fcfcfc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    z-index: 1;
}

.uv--filter-modal-close img{
    width: 40%;
}

.uv--filter-modal-get-started{
    position: relative;
    padding: 30px;
    text-align: center; 
}

.uv--filter-modal-get-started.get-started{
    display: none;
}

.uv--filter-get-started-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.uv--filter-modal-heading{
    color: var(--ctaColor);
    font-family: Roboto;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.5;
}

.uv--filter-modal-image{
    margin-bottom: 25px;
    width: 150px;
    min-width: 250px;
}

.uv--filter-modal-image img{
    width: 100%;
}

.uv--filter-get-started-rhs{
    width: calc(100% - 250px);
    padding-left: 25px;
}

.uv--filter-modal-bg{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: auto;
    opacity: 0.32;
    left: 0;
}

.uv--filter-modal-bg img{
    width: 100%;
}

.uv--filter-modal-text{
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding:0;
    text-align: left;
}

.uv--cta-header-text{
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
}

.uv--filter-modal-ul{
    padding-left: 25px;
    margin-top: 15px;
}

.uv--filter-modal-ul li{
    font-weight: 400;
    font-family: Roboto;
}

.uv--filter-modal-text highlight{
    font-weight: 600;
}

.uv--filter-modal-btn{
    position: relative;
    color: #ffffff;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
    border-radius: 4px;
    background-color: var(--ctaColor);
    border: 1px solid var(--ctaColor);
    padding: 7px 20px;
    margin-bottom: 12px;
}

.uv--filter-modal-btn:hover{
    background: white;
    color:var(--ctaColor);
    transform: scale(1.02);
}

.uv--filter-modal-btn[disabled="disabled"]:hover{
    background-color:var(--ctaColor);
    color:white;
}

.uv--filter-modal-btn[data-type-btn="back"]{
    background-color: #f7f7f7;
    color: rgba(0, 0, 0, 0.75);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    border:1px solid rgba(0, 0, 0, 0.3);
}

.uv--filter-modal-questions-container{
    display: none;
}

.uv--filter-modal-questions-container.get-started{
    display: block;
    position: relative;
}

/* Progress bar */
.uv--filter-modal-progress-container{
    display: flex;
    padding:25px 50px;
    justify-content: space-between;
}

.uv--filter-modal-progress{
    position: relative;
    display: flex;
    align-items: center;
    width: calc(33% - 20px);
    height: 40px;
    color: rgba(0, 0, 0, 0.69);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;    
    background-color: rgba(227,227,227,1);
    padding:5px 15px;
}

.uv--progress-img{
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.uv--filter-modal-progress svg{
    width: 60%;    
}

.uv--filter-modal-progress.filled{
    border: 1px solid #2e9557;
    border-right:unset;
    background-color: #2e9557;
    color: white;
}

.uv--filter-modal-progress.filled .uv--progress-img{
    background-color: white;    
}

.uv--filter-modal-progress.filled .uv--progress-img svg path{
    fill: white;
}

.uv--filter-modal-progress.filled .uv--progress-img svg.uv--progress-tick-icon path{
    fill: #2e9557;
}

.uv--filter-modal-progress.filled.active .uv--progress-img svg.uv--progress-tick-icon path{
    fill: #2c71c3;
}

.uv--filter-modal-progress.active{
    border: 1px solid #2c71c3;
    border-right:unset;
    background-color: #2c71c3;
    color: white;
}

.uv--filter-modal-progress.active .uv--progress-img{
    background-color: white;
}

.uv--filter-modal-progress.active .uv--progress-img svg path{
    fill: #2c71c3;
}

.uv--filter-modal-progress:before {
    position: absolute;
    left: 100%;
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid rgba(227,227,227,1);
    z-index: 1;
}

.uv--filter-modal-progress:after{
    position: absolute;
    left: -20px;
    content: '';
    border-top: 20px solid rgba(227,227,227,1);
    border-bottom: 20px solid rgba(227,227,227,1);
    border-left: 20px solid transparent;
    z-index: 1;
}

.uv--filter-modal-progress.filled:before{
    border-left: 20px solid #2e9557;
}

.uv--filter-modal-progress.active:before{
    border-left: 20px solid #2c71c3;
}

.uv--filter-modal-progress.filled:after{
    border-top: 20px solid #2e9557;
    border-bottom: 20px solid #2e9557;
}

.uv--filter-modal-progress.active:after {
    border-top: 20px solid #2c71c3;
    border-bottom: 20px solid #2c71c3;
}

.uv--filter-modal-progress.filled:first-child{
    border-left: #2e9557;
}

.uv--filter-modal-progress.active:first-child{
    border-left: 1px solid #2c71c3;
}

.uv--filter-modal-progress.filled:last-child, 
.uv--filter-modal-progress.active:last-child{
    border-left: 1px solid #2c71c3;
}

.uv--filter-modal-progress:last-child::before, 
.uv--filter-modal-progress:first-child::after{
    content: unset;
}

.uv--filter-modal-question-container{
    padding:0 25px;
    margin-bottom: 8px;
    display: none;
}

.uv--filter-modal-question-container.active{
    display: block;
}

.uv--filter-modal-question-heading{
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.uv--filter-modal-question-sub-heading{
    color: rgba(0, 0, 0, 0.7);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;    
    text-align: center;
}

.uv--filter-modal-travel-container{
    display: flex;
    justify-content: space-between;
    border:1px solid rgba(0, 0, 0, 0.12);
    padding:14px 24px;
}

.uv--filter-modal-content-container{
    display: flex;    
    flex-wrap: wrap;
    margin-top: 20px;
}

.uv--filter-modal-question-container[data-filter-type="gmat/gre"] 
.uv--filter-modal-content-container{
    justify-content: center;
}

.uv--filter-modal-content{
    position: relative;
    width: calc(25% - 15px);
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.uv--filter-modal-content.active{
    box-shadow: 0 0 2px var(--ctaColor);
    border: 1px solid var(--ctaColor);
}

.uv--filter-modal-content:nth-child(4n){
    margin-right: unset;
}

.uv--filter-modal-grid-content{
    width: calc(32% - 9px);
    margin-right: 15px;
}

.uv--filter-modal-grid-content:nth-child(4n){
    margin-left: 7.5px;
    margin-right: 7.5px;
}

.uv--filter-modal-content:nth-child(4n + 1){
    margin-right: 15px;
}

.uv--filter-modal-content-img{
    margin-bottom: 10px;
}

.uv--filter-modal-content-text{
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
}

.uv--filter-modal-content-img img {
    width: auto;
    height: 70px;
}

.uv--text-content img{
    height: auto;
}

.uv--filter-modal-content .uv--tick-img{
    display: none;
    position: absolute;
    right: 5px;
    top:5px;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: var(--ctaColor);
    border-radius: 50%;
}

.uv--filter-modal-content.active .uv--tick-img {
    display: flex;
}

.uv--filter-modal-content .uv--tick-img img{
    width: 60%;
}

/* Sign Up Modal */
.uv--sign-up-modal-form{
    display: none;
    padding-bottom: 25px;
}

.uv--sign-up-modal-main-container .uv--sign-up-modal-form{
    display: block;
}

.uv--sign-up-modal-form.show{
    display: block;
    position: relative;
}

.uv--sign-up-modal-container{
    width: 85%;
    margin:auto;
}
.signup-modal-wall-container{
    height: unset;
}

.uv--filter-modal-main-container img.uv--result-generating{
    margin: 16px auto 15px;
    display: flex;
    width: 30%;
}
 
.uv--sign-up-modal-main-container p.uv--match-found, 
.uv--sign-up-modal-main-container .uv--report-heading{
    display: none;
}

.uv--report-heading, .uv--report-password-heading {
    color: #333333;
    font-family: Roboto;
    font-size: 18px;
    text-align: center;
    padding: 0px 13px;
}

.uv--match-found{
    text-align: center;
}

.uv--match-found match,
p.uv--match-found span{
    font-weight: bold;
    color: #0c71c3;
    font-size: 20px;
}

#schools_count{
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 8px;
    margin-bottom: 10px;
}

.schools_count_cont{
    display: flex;
}

.schools_count_cont img{
    width: 60px;
    padding-right: 6px;
}

#dream_count_cont_text{
    color: rgb(234, 114, 52);
    font-family: 'Roboto';
    font-size: 14px;
}

#competitive_count_cont_text{
    color: rgb(41, 144, 204);
    font-family: 'Roboto';
    font-size: 14px;
}

#safe_count_cont_text{
    color: rgb(46, 149, 87);
    font-family: 'Roboto';
    font-size: 14px;
    padding-right: 12px;
}

#safe_count,#competitive_count,#dream_count{
    font-size: 18px;
}

.uv--report-password-heading {
    font-weight: 600;
    font-size: 17px;
    width: 100%;
    margin: auto;
    padding-bottom: 11px;
}
.uv-modal-wall-password-heading{
    font-weight: 500;
    padding-top: 20px;
    padding-top: 0;
    margin-top: -20px;
    margin-top: -45px;
   
}

.uv--report-password-heading red{
    color: #c53e46;
    font-weight: 600;
    font-family: Roboto;
}

.uv--social-login{
    text-align: center;
}

.uv--social-login-heading, .uv--social-login-cta-container {
    display: flex;
    width: 100%;
    margin: 15px auto;
    justify-content: space-between;
    align-items: center;
}

.uv--social-login-heading{
    margin-bottom: unset;
}

.uv--social-login-heading hr {
    width: 30%;
}

.uv--social-login-heading-text {
    color: #6c6c6c;
    font-family: Roboto;
    font-size: 14px;
    padding: 0 5px;
    margin-bottom: unset;
    width: 40%;
}

.uv--social-login-cta {
    width: 48%;
    box-shadow: 0 1px 5px rgb(202 202 202 / 75%);
    border-radius: 17px;
    border: 1px solid #fbbd00;
    background-color: #ffffff;
    color: #333333;
    font-family: Roboto;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}

.uv--facebook {
    border: 1px solid #475993;
}

.uv--sign-up-modal-form input {
    width: 100%;
    margin: 15px auto 0;
    border-radius: 4px;
    border: 1px solid #bebebe;
    background-color: #ffffff !important;
    color: #222;
    font-family: Roboto;
    font-size: 15px;
    outline: unset;
    padding: 8px 10px;
}

.not_filled_err, .input_error {
    display: block;
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #dc3545;
    font-family: Roboto;
}

.uv--view-report {
    background: linear-gradient(91deg, #1989F2 0%, #0E54B5 100%);
    border-radius: 36px;
    box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.32) inset, -6px -6px 16px 0px rgba(0, 0, 0, 0.32) inset, 4px 4px 8px 0px rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    padding: 10px 30px;
    max-width: fit-content;
    margin: 25px auto 0;
    display: flex;
}

.uv--view-report:disabled{
    opacity: 0.65;
}

.uv--filter-modal-main-container .uv--social-login-cta img {
    width: 15px;
    margin: 0;
    margin-right: 5px;
    margin-top: -3px;
}

.hidden {
    display: none !important;
}

.uv--filter-modal-generating-container{
    display: none;
    padding: 25px;
}

.uv--filter-modal-generating-container.generating{
    display: block;
}

.uv--filter-modal-generating-text{
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;
}

.uv--filter-modal-generationg-img{
    width: 100%;
    text-align: center;
}

.uv--filter-modal-generationg-img img{
    width: 30%;
    margin-top: -20px;
}

.uv--filter-switch-login{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 16px;
}

.uv--filter-switch-login .uv--filter-switch-text{
    margin-bottom: 0;
    font-size: 16px;
    color: #272727;
    font-family: roboto;
    font-weight: 500;
}

.uv--filter-btn-login {
    font-weight: 600;
    color: #2e9557;
    font-family: roboto;   
    font-size: 1rem;
    background-color: white;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: underline;
}

.uv--report-forgot-password {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    text-align: right;
    justify-content: right;
    display: flex;
    margin: auto;
    margin-top: 10px;
}

.uv--report-forgot-password a {
    color: #007bff;
}

.signup-modal-wall{
    width: 29%;
    padding-top: 20px;
}

.default-signup-switch{
    display: flex;
    gap: 2px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
  
.default-signup-switch-btn{
    margin-bottom: 0;
    font-size: 16px;
    color: #272727;
    font-family: roboto;
    font-weight: 500;
}
  
.default-signup-switch-text{
    font-weight: 600;
    color: #2e9557;
    font-family: roboto;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: underline;
}

@media (max-width: 768px){
    .uv--filter-modal-main-container{
        z-index: 9999;
        height: 100vh;
        top: 0;
        border: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .uv--filter-modal-container{
        width: 100%;
        position: unset;
        top:unset;
        left:unset;
        transform: unset;
        height: 100%;
        margin: auto;
        justify-content: center;
        align-items: center;
        border: unset;
        background-color: unset;
        overflow: unset;
    }

    .uv--filter-modal-bg{
        position: fixed;
    }

    .uv--filter-modal-container.uv--login{
        width: 100%;
    }

    .uv--filter-modal-get-started, 
    .uv--filter-modal-questions-container.get-started, 
    .uv--sign-up-modal-form.show,
    .uv--filter-modal-generating-container{
        background-color: white;
        margin: auto;
        height: 100%;
    }

    .uv-filter-modal-get-started-cta-div{
        width: 100%;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        background-color: white;
        padding: 12px;
        border-top: 0.1px solid lightgrey;
    }
    .uv--filter-modal-btn{
        margin-bottom: 0;
    }

    .uv--filter-modal-generating-container{
        height: auto;
        border-radius: 10px;
    }

    .uv--sign-up-modal-form.show{
        overflow: auto;
    }

    .uv--filter-modal-get-started{
        display: flex;
        flex-direction: column;        
        align-items: center;
        padding:25px 15px 64px;
        overflow: auto;
    }

    .uv--filter-modal-image{
        width: 80%;
    }

    .uv--filter-get-started-rhs{
        width: 100%;
        padding: 0 15px;
    }

    .uv--cta-header-text{
        font-size: 18px;
        margin-top: 15px;
    }

    .uv--filter-get-started-content{
        flex-direction: column;
    }

    .uv--filter-modal-questions-container{
        height: 100vh;
    }

    .uv--filter-modal-progress-container{
        margin: 15px 10px;
        padding:0 0;
        justify-content: space-evenly;
    }

    .uv--filter-modal-content{
        width: calc(50% - 7.5px);
    }

    .uv--filter-modal-grid-content:nth-child(2n){
        margin-left: unset;
    }

    .schools_count_cont img{
        width: unset;
    }

    .uv--filter-modal-progress{
        height: 60px;
        font-size: 13px;
        padding: 5px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: unset;
        width:calc(25% - 25px);
    }

    .uv--filter-modal-question-container{
        overflow: auto;
    }

    .uv--filter-modal-question-container[data-filter-type="gmat/gre"] .uv--filter-modal-content-container{
        justify-content: unset;
    }

    .uv--filter-modal-content:nth-child(2n) {
        margin-right: unset;
    }

    .uv--filter-modal-main-container img.uv--result-generating{
        width: 45%;
    }

    .uv--filter-modal-close{
        top:15px !important;
        right:15px;
    }

    .uv--filter-modal-progress:before{
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 30px solid rgba(227,227,227,1);
    }

    .uv--filter-modal-progress:after {
        border-top: 30px solid rgba(227,227,227,1);
        border-bottom: 30px solid rgba(227,227,227,1);
        border-left: 30px solid transparent;
        left:-30px
    }

    .uv--filter-modal-progress.filled:before {
        border-left: 30px solid #2e9557;
    }

    .uv--filter-modal-progress.active:before {
        border-left: 30px solid #2c71c3;
    }

    .uv--filter-modal-progress.filled:after {
        border-top: 30px solid #2e9557;
        border-bottom: 30px solid #2e9557;
    }

    .uv--filter-modal-progress.active:after {
        border-top: 30px solid #2c71c3;
        border-bottom: 30px solid #2c71c3;
    }

    .uv--filter-modal-generationg-img img{
        width: 45%;
    }

    .uv--filter-modal-generating-text{
        font-size: 16px;
    }

    .uv--filter-modal-btn[data-type-btn="back"]{
        margin-right: 10px;
    }

    .uv--filter-forget-psd{
        margin-left: unset;
    }

    .uv--progress-img{
        margin-top: 5px;
    }

    .uv--filter-modal-content[data-value="gmat"],
    .uv--filter-modal-content[data-value="gre"]{
        height: 140px;
    }

    .uv--filter-modal-heading{
        padding: 0 15px;
        font-size: 18px;
        margin-bottom: 25px;
    }

    .uv--filter-modal-btn.uv--get-perfect-schl{
        font-size: 15px;
        padding: 0 10px;
    }

    .uv--filter-modal-content:first-child, .uv--filter-modal-content:nth-child(4n + 1){
        margin-left: unset;
    }

    .uv--filter-modal-travel-container{
        position: fixed;
        bottom: 0;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        background-color: white;
    }

    .uv--filter-modal-content-img img{
        height: 55px;
    }

    .uv--text-content img {
        height: auto;
    }

    .uv--filter-switch-login{
        margin-bottom: 30px;
    }
    
    .uv--filter-modal-container-bg{
        background-color: white;
    }

}