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

.reviewPopup .btn-personal-info-edit{
    background-color: rgb(240, 249, 251) !important;
    font-weight: 600 !important;
    color:rgb(0, 0, 0) !important;
    border-color: rgb(0, 0, 0) !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 #000000;
    color: #000000;
}

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

}

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

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

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

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

.padding-5{
    padding-top: 3rem !important;
}
.min-hgt{
    min-height: 70px;
}

.scroll-container {
    max-height: 500px;
    overflow-y: scroll;
  }
  .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;       
  }
  .list-style{
    list-style:none;
    padding-left: 0;
  }
@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: 106px;
    }

}