.vs__dropdown-menu {
    z-index: 999;
    top: calc(100% + 10px) !important;
    @apply border rounded border-gray-100 !important;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.vs__dropdown-menu::-webkit-scrollbar {
    @apply hidden;
}

.vs__dropdown-toggle {
    padding: 0px 0 4px 0 !important;
    @apply border-2 border-gray-200 !important;
}

.vs__dropdown-toggle:hover {
    @apply bg-gray-50 cursor-pointer;
}

.vs--open .vs__dropdown-toggle {
    @apply border-2 rounded border-blue-500 !important;
}

.vs--open .vs__dropdown-toggle:hover {
    @apply bg-transparent;
}

.vs__open-indicator {
    @apply hidden;
}

