.error {
    font-size: 10px;
line-height: 12px;
font-family: 'Poppins-Regular';

color: #d93025;
padding: 0 0px;
margin-top: 5px;
    
}
.inp+.error1{
font-size: 12px;
color: red !important;
padding-left: 12px;
}

#loading_div img.process_loading {
    width: 11%;
    margin-left: 45%;
    top: 200px;
    position: fixed;
}

#loading_div.overlay{
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000000;
    width: 100%;
}
.hide{

    display:none;

}
.custome-select{
    height: 40px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    }
.textarea.form-group .form-control.error1 {
   white-space: normal;
   padding: 10px 10px;
} 
