.error{
    border-color: red !important;
    color:red;
}


div.dataTables_wrapper div.dataTables_filter input {    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
    
}
select.custom-select.custom-select-sm.form-control.form-control-sm {
    background-color: #f5f8fa ;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
}

.dt_action_width{
    width: 110.25px;
}
.custimage{
    width: 100%!important;
    height: 100% !important;
}
.hide_input_controll{
    display:none;
}
.logo-190 {
    max-width: 190px;
    height: auto;
}
@media screen and (min-width: 1400px)   {
    .container-xxl {
        max-width: 1650px;
    }
}
