div.required-error, span.required-error {
    border-color: #f48283 !important;
    border-width: 2px !important;
    border-style: solid!important;
}
.hide-select {
    display: block!important;
    opacity: 0;
    padding: 0!important;
    top: 5px;
    position: relative;
    height: 34px!important;
}
.hide-select-sibling {
    top: -34px;
}