/* New design section */
.reviewPopup .info-name{
    font-weight: bold;
    font-size: 1.25rem !important;
    padding: 0;
}

.reviewPopup .btn-personal-info-edit{
    background-color: rgb(232,243,246) !important;
    font-weight: 600 !important;
    color: #105F9C !important;
    border-color: #105F9C !important;
    min-height:40px;
    max-height:40px;
}

.reviewPopup .particulars{
    font-weight: bold;
}

.healthQues .disease-bg{
    background-color: #fff;
}



.review-edit-form .btn {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.9rem;
    min-height:40px;
    max-height:40px;
}

.review-edit-form .btn-cancel {
    background-color: transparent;
    border: 1px solid #105F9C;
    color: #105F9C;
}

.review-edit-form .btn-cancel:hover {
    border: 1px solid #105F9C;
    background-color: #f8f9fa;

}

.review-edit-form .btn-edit {
    background-color: #105F9C;
    border: none;
    color: white;
}

.review-edit-form .btn-edit:hover {
    color: #ffffff;
    background-color: #105F9C;
}

.review-edit-form .edit-form-label{
    font-size:12px;
}

.review-edit-form .agreement-head{
    color: #105F9C;
}
.info-edit{
    position: relative;
}
.info-edit-btn{
    margin-top: 0.6rem; 
}
.info-aggrement-edit{
    top: 38px;
    right: 2.5rem;
}

.padding-5{
    padding-top: 3rem !important;
}
.min-hgt{
    min-height: 70px;
}
.list-style{
    list-style: decimal;
}
.cancel-cont-btn {
    margin-bottom: 0;
}
.scroll-container {
    max-height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .scroll-container::-webkit-scrollbar {
    width: 8px;
  }
  
  .scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;      
    border-radius: 10px;
  }
  
  .scroll-container::-webkit-scrollbar-thumb {
    background: #7f7f7f;      
    border-radius: 10px;
  }
  
  .scroll-container::-webkit-scrollbar-thumb:hover {
    background: #7f7f7f;       
  }


@media (max-width: 768px){
    .review-edit-form .button-group{
        row-gap: 0.75rem;
    }
}

@media (max-width: 991px){
    .padding-5{
        padding-top: 0rem !important;
    }
    .min-hgt{
        min-height: 95px;
    }

}