.no-display{
    display : none !important;
}

.btn-btn1{
    background-color: #50cd89;
    color: white;
}

.btn-btn2{
    background-color: #ef3d3d;
    color: white;
}

.customInput-1{
    height: 45px !important;
    background: #f5f8fa  !important;
    border: 1px solid #e4e6ef  !important;
    font-family: sans-serif !important;
    font-size: 1.1rem !important;
}

.form-control:focus{
    border: 2px solid rgb(0, 0, 0) !important; 
    border-radius: 10px;
    outline: 0; 
    -webkit-box-shadow: unset !important; 
    box-shadow: unset !important;
}

.form-group {
    margin-bottom: 5px !important;
}

.custom-div1{
    border: 1px solid #80808038 !important;
    border-radius: 10px !important;
    padding: 15px !important;
}

.custom-div2{
    border: 1px solid #80808038 !important;
    border-radius: 10px !important;
    padding: 15px !important;
    background-color: #f5f8fa;
}

.custom-div2:hover{
    box-shadow: 0px 5px 15px #a7abc380;
    transition: box-shadow 0.3s ease-in-out;
    cursor: pointer;
}