.FilterSearchBar {
    &-disabled {
        opacity: 0.65;
        pointer-events: none;
    }

    .dropdown-toggle {
        font-size: 12px;
        height: 36px;
        padding: 8px 15px 7px;
    }

    .Select-control {
        height: 36px;
    }

    .Select-placeholder {
        align-items: center;
        display: flex;
    }

    .Select-input {
        height: 100%;
    }

    .Select-value,
    .Select--multi .Select-value {
        font-size: 1.2rem;
    }
}
