/* #new_profiling_modal .modal-content {
    height: calc(100vh - 50px);
    padding: 2rem 1rem;
} */


#new_profiling_modal .modal-dialog {
    margin: 5px auto;
}

#new_profiling_modal {
    background-color: rgb(255, 255, 255);
    z-index: 1090;
    overflow: hidden;
}

.profiling-question-modal-header-desktop {
    position: absolute;
    left: 106px;
    top: 16px;
}
.profiling-question-modal-header{
    margin: 48px 48px;
}

.profile-modal-heading h2{
    color: var(--grey-800);
    text-align: center;
    font-family: Manrope;
    font-size: var(--font-size-28);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}

.profile-modal-heading p{
    color: var(--grey-500);
    text-align: center;
    font-family: Manrope;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}
.profile-question-box{
    border-radius: 16px;
    border: 1px solid var(--grey-200);
    max-width: 552px;
    padding: 24px 0px;
    text-align: center;
}

.profiling-progress{
    margin-bottom: 34px;
}
.progress-fill {
    border-radius: 4px;
    background: var(--grey-100);
    width: 18%;
    height: 6px;
    display: inline-block;
}

.fill-bar-color{
    border-radius: 4px;
    background: var(--teal-medium);
}


.answerBox{
    padding: 0px 78px 0px;
    height: 463px;
    position: relative;
}

.Choose-text{
    color: var(--grey-500);
    font-family: Manrope;
    font-size: var(--font-size-14);
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
    text-align: center;
    margin-bottom: 40px;
}

.button_box {
    position: absolute;
    bottom: 24px;
    width: 386px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
}
.back-button{
    flex: 1;
    margin-right: 16px;
    border-radius: 8px;
    padding: 0px 18px;
}
.next-button{
    height: 54px;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 28px;
    background-color: var(--grey-800);
    border-radius: 8px;
}
.modal {
    top:0;
    right: 0px;
    left: 0px;
    width: auto;
    margin: 0;
}

.counter-numner{
    font-family: manrope;
}
.container {
    width: 100%;
}

.inner_row_pms{
    justify-content: center;
}

/* .pms_container , .inner_row_pms , .inner_row_pms .col-md-12,.pms-answer-box{
    height: 100%;
    position: relative;
} */
.pms-answer-box{
    display: flex;
    flex-direction: column;
    
}

#profileRecommendationUrl{
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    padding: 14px;
}

#restartButton{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 22px;   
}

.pms-answer-box p{
    font-family: manrope;
    color: #746d6d;
    margin-bottom: 12px;
}
/* .button_box{
    position: absolute;
    bottom: 30px;
    width: 100%;
} */

.gauge{
    position: relative;
}

.gauge p {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Manrope';
    font-size: var(--font-size-22);
    color: grey;
    font-weight: 600;
}
.profile-type{
    font-family: manrope;
    font-weight: 600;
}

#new_profiling_modal .close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 106px;
    top: 16px;
    width: 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: manrope;
}

#new_profiling_modal .new_profiling_modal_container {
    margin-top: 2rem;
}

#new_profiling_modal .progress,
#new_profiling_modal .progress {
    height: .5rem;
}

.number_status {
    font-family: manrope;
    text-align: center;
}

#new_profiling_modal .progress-bar,
#new_profiling_modal .progress-bar {
    background-color: #0ED1A5;
}

.question_container {
    padding: 1rem 3rem;
}

#new_profiling_modal .heading_text h4 {
    font-size: var(--font-size-24);
    font-weight: 600;
}

#new_profiling_modal .heading_text p {
    font-size: var(--font-size-14);
    font-weight: 400;
    font-family: manrope;
}

#new_profiling_modal .oboard_question {
    font-size: var(--font-size-20);
    /* margin: 1rem; */
    font-weight: 600;
    margin-left: 10px;
    font-family: manrope;
    text-align: center;
    margin-bottom: 16px;
}

#new_profiling_modal .form-check {
    display: block;
    padding-left: 0.25rem;
    margin: 0 0 1rem;
    position: relative;
    z-index: 1000;
    text-align: center;
}

.cric_img .form-check{
    text-align: left !important;
}

.cric_img .form-check span{
    margin-right: 0rem;
}

#new_profiling_modal input {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-84%) !important;
    right: 40px;
}

#new_profiling_modal input[type=radio] ,#new_profiling_modal input[type=checkbox] {
    margin-top: 7px;
    box-sizing: border-box;
    padding: 0;
    width: 21px;
    height: 21px;
    border: 0;
    z-index: 10;
    margin-left: -3px;
    display: none;
}

#new_profiling_modal input~label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 8px;
}

#new_profiling_modal input[type=radio]:checked~label::after ,
#new_profiling_modal input[type=checkbox]:checked~label::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--purple_light);
    z-index: -1;
    border-radius: 8px;
    border: 1px solid var(--purple_dark);
}

#new_profiling_modal .form-check-label {
    margin-bottom: 0;
    font-size: var(--font-size-14);
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: 0px;
    font-weight: 400;
    padding: 16px 24px;
    border-radius: 8px;
    background: var(--grey-50);
    text-align: center;
}

#new_profiling_modal input[type=radio]:checked::after,#new_profiling_modal input[type=checkbox]:checked::after {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #ffffff;
    border: 6px solid #000000;
}

#new_profiling_modal .btn-dark {
    font-family: manrope;
    border-radius: 8px;
    font-size: var(--font-size-15) !important;
}

.risk_profile_text {
    text-align: center;
    font-family: manrope;
}


.riskRangeValue{
    color: grey;
    margin-left: 0rem;
}

.cric_img img{
    margin-right: 4px;
}

@media (min-width: 576px){
    #new_profiling_modal .modal-sm {
        max-width: 350px !important;
        position: relative;
    }
}


@media (min-width:768px) and (max-width:1366px){
    #new_profiling_modal .modal-dialog {
        margin: 24px auto !important;
    }
    .profile-modal-heading h2 {
        font-size: var(--font-size-24);
        margin-bottom: 16px;
    }

    .profile-modal-heading p {
        line-height: 16px;
        margin-bottom: 20px;
        font-size: var(--font-size-14);
    }
    .profile-question-box {
        border-radius: 16px;
        max-width: 450px;
        height: 467px;
        padding: 12px 0px;
    }

    #new_profiling_modal .oboard_question {
        font-size: var(--font-size-16);
        margin-bottom: 8px;
    }

    .profiling-progress {
        margin-bottom: 16px;
    }
    
    .answerBox {
        height: 352px;
    }
    #new_profiling_modal .form-check-label {
        margin-bottom: 0;
        font-size: var(--font-size-12);
        padding: 12px 26px;
    }
    .Choose-text {
        font-size: var(--font-size-12);
        margin-bottom: 16px;
    }
    .button_box {
        bottom: 12px;
        width: 287px;
    }
    .progress-fill {
        width: 17%;
    }
    .next-button {
        height: 40px;
        padding: 8px 24px;
    }
}



@media (max-width:768px){
  
    #new_profiling_modal .modal-sm {
        height: 100%;
    }
    .profiling-question-modal-header{
        margin: 24px 20px;
    }
    .profiling-question-modal-header img{
        width: 116px;
        height: 28px;
    }
    #new_profiling_modal .close {
        right: 40px;
        top: 20px;
    }

    #new_profiling_modal .modal-dialog {
        height: 100vh;
        position: unset;
    }
    #new_profiling_modal .modal-content {
        height: 100%;
        padding-top: 0rem;
        position: initial;
    }
    .pms_container{
        padding: 0px 20px;
    }
    .profile-question-box{
        border-radius: 16px;
        border: 0;
        max-width: 552px;
        padding: 24px 0px;
        text-align: center;
        position: initial;
    }
    .profiling-progress {
        margin-bottom: 24px;
    }
    .profile-modal-heading h2 {
        text-align: left;
        font-size: var(--font-size-24);
        margin-bottom: 16px;
    }
    .profile-modal-heading p {
        text-align: left;
        font-size: var(--font-size-14);
        line-height: normal;
        margin-bottom: 38px;
    }
    .profile-question-box {
        padding: 0px 0px;
    }
    .answerBox {
        padding: 0px 15px 0px;
        height: auto;
        position: initial;
    }
    #new_profiling_modal .oboard_question {
        font-size: var(--font-size-18);
        margin-bottom: 12px;
    }
    #new_profiling_modal .form-check-label {
        margin-bottom: 0;
        padding: 11px 24px;
        height: 44px;
    }
    .button_box {
        position: absolute;
        bottom: 20px;
        width: 100%;
        padding: 0px 20px;
    }
    .Choose-text {
        font-size: var(--font-size-14);
        margin-bottom: 24px;
    }

}


@media  (min-width:1366px) {
    .profile-question-box{
        height: 633px;
    }
    .button_box {
        bottom: 62px;
        width: 100%;
        padding: 0px 20px;
    }
    .answerBox {
        padding: 0px 20px 0px;
        height: 463px;
        position: relative;
    }

    .profiling-question-modal-header{
        margin: 24px 20px;
    }
    .profiling-question-modal-header img{
        width: 116px;
        height: 28px;
    }
    #new_profiling_modal .close {
        right: 40px;
        top: 20px;
    }

}