/* 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:rgb(17, 128, 156 ) !important;
    border-color: rgb(17, 128, 156 ) !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 #007a88;
    color: #007a88;
}

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

}

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

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

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

.review-edit-form .agreement-head{
    color: #2C3F58;
}

.info-name .fa-user{
    color: rgb(98, 98, 98);
}
.info-edit{
    position: relative;
}
.info-edit-btn{
    margin-top: 0.7rem;
}
.info-aggrement-edit{
    top: 38px;
    right: 2.5rem;
}
.padding-5{
    padding-top: 3rem !important;
}
.list-style{
    padding-left: 0;
}
.list-style li{
    list-style: none;
}
.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;
  }
  .healthQues .list-style{
    list-style:none;
    padding-left: 0;
  }
  .btn-close-btn:hover{
    background-color: #fff !important;
  }
@media (max-width: 768px){
    .review-edit-form .button-group{
        row-gap: 0.75rem;
    }
}

@media (max-width: 991px){
    .padding-5{
        padding: 0.5rem !important;
    }
}