label.error{
    display: none !important;
}
label.error[for="pers"]{
    display: inline-block !important;
    color: #D72024 !important;
}
.form-control.error,
.custom-select.error{
    border-color: #D72024 !important;
}
#daysInput{
    background: #fff;
    width: 41px;
}
.pretty input[name="pers"]{
    width: unset;
    height: unset;
}