.DropdownTypeAhead {
    &-divider {
        background-color: var(--gray-400);
        height: 1px;
        margin-bottom: 5px;
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 5px;
    }

    &-input {
        border: none;
        padding-left: 5px;
        width: 100%;
    }

    &-typeahead {
        border: 1px solid var(--gray-400);
        border-radius: 2px;
        display: flex;
    }

    &-icon {
        align-items: center;
        display: flex;
        padding: 5px;
    }

    /* stylelint-disable selector-class-pattern */
    /* stylelint-disable max-nesting-depth */
    .dropdown {
        .dropdown-menu {
            max-height: 500px;
            min-width: 300px;
            overflow-y: auto;
        }

        .Icons-chevron {
            fill: var(--gray-700);
            margin-left: 3px;
        }
    }
}
