/* cmsms stylesheet: destinations modified: 07/06/25 16:31:30 */
.has-error .bootstrap-select>.btn, .has-error input.form-control {
       background-color: #F2DEDE !important;
    border: 1px solid #B94A48 !important;
        color: #B94A48;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.bootstrap-select .btn-default {
    border-color: transparent;
}
.hide-space .bootstrap-select.btn-group .dropdown-menu li:first-child {
    display: none;
}
