.yadcf-filter{
    width: 100%;
    padding: .4375rem .75rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2d353c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5dbe0;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.yadcf-filter:focus {
    color: #2d353c;
    background-color: #fff;
    border-color: #5db0ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(52 143 226 / 25%);
}
.yadcf-filter-reset-button{
    display: none;
    border: 1px solid #d5dbe0;
    text-align: center;
    vertical-align: middle;
    /* display: inline-block; */
    padding: .4375rem .75rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.yadcf-filter-reset-button:focus{
    outline: none;
    border: 1px solid #bdc5cc;
}
.alert-error{
    color: #001313;
    background-color: rgb(228 47 41 / 24%);
    border-color: rgba(255,91,87,.9);

}