.has-error .help-block {
    color: #f64e60;
    margin-top: 4px;
}

.required .control-label::after {
    content: '*';
    margin-left: 2px;
    color: #f64e60;
}

.select2-selection {
    min-height: 38px;
}

.form-control:disabled, .form-control[readonly] {
    cursor: not-allowed;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple, .select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
    background-color: #F3F6F9;
    opacity: 1;
    border-color: #E4E6EF;
}

.form-control{
    height: auto;
    min-height: calc(1.5em + 1.3rem + 2px);
}

.form-control__item {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    font-size: 1rem;
    margin: 0.1rem 0.4rem 0.1rem 0;
    position: relative;
    color: #3F4254;
    background: #e4e6ef;
    border: 0;
    border-radius: 0.42rem;
}