body {
    font-size: 1rem;
}

.vs__search {
    display: none;
}

.v-select > .vs__dropdown-toggle {
    min-height: 2.5rem;
    height: 2.5rem;
}

.vs__dropdown-menu {
    min-width: 5rem;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1rem;
    }
}