/* stylelint-disable selector-class-pattern */
.FormField-form-control .Select-custom-value.single {
    color: $black;
    font-size: 12px;
    height: 30px;
    margin-top: 3px;
    min-height: 24px;
}

.Select-custom-value.multi {
    background: var(--gray-600);
    color: var(--gray-100);
    font-size: 12px;
    line-height: 20px;
    margin-top: 3px;
    min-height: 24px;
    padding: 1px 5px;
    top: 7px;
}

.Select-remove {
    font-weight: bold;
    margin-left: 5px;
}

.Select-remove:hover {
    cursor: pointer;
}

/* stylelint-enable selector-class-pattern */
