.v-select {
  background-color: #efefef; }
  .v-select .dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 0 0 4px;
    background: none;
    border: 0px !important;
    border-radius: 0px !important;
    white-space: normal;
    background-color: #efefef; }
  .v-select .selected-tag {
    top: 20%; }
  .v-select .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    padding: 0px !important;
    margin: 0;
    width: 100%;
    overflow-y: scroll;
    border: 0px !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    border-top: none;
    border-radius: 0 !important;
    text-align: left;
    list-style: none;
    background: #fff; }
  .v-select .spinner {
    visibility: visible !important;
    align-self: flex-end;
    opacity: 0;
    font-size: 5px;
    text-indent: -9999em;
    border: 0 !important;
    overflow: hidden;
    transform: none !important;
    animation: none !important;
    transition: none !important; }
