.v-select {
  width: 100%;
  margin: 0 0 0.6rem;
}

.vs__dropdown-toggle, .dropdown-toggle {
  padding: 0 !important;
  background-color: #ffffff !important;
}

.vs__selected-options {
  height: 3rem;
  padding-left: 1rem;
}

.vs__selected {
  margin: 0;
  padding: 0;
}
.vs--single.vs--open .vs__selected {
  position: inherit;
}
/*.vs__selected-options .vs__selected + .vs__search {*/
/*  display: none;*/
/*}*/
.vs__actions {
  justify-content: flex-end;
  width: 6.8rem;
  height: 3rem;
  padding: 0 1px;
}

.vs__actions button {
  min-width: 2rem;
}

.vs__actions .vs__open-indicator {
  margin: 0 1rem;
}

.v-select {
  border: 0.2rem solid #ededed;
}

.vs__dropdown-toggle, .dropdown-toggle {
  border-radius: 0 !important;
  font-size: 1.2rem !important;
  border: 0 none !important;
}

.vs__selected {
  border: 0 none;
  line-height: 1.2;
}

.vs__clear,
.vs__clear span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 2.6rem;
  width: 2rem;
}

.vs__no-options {
  text-align: left;
}

.vs__clear {
  font-size: 1rem;
  color: #9f9f9f;
  background: #ffffff;
}

.vs__clear span {
  font-size: 1rem;
  color: #9f9f9f;
  background: #ffffff;
}
.vs__dropdown-menu {
  max-height: 20rem;
}
.vs__dropdown-option {
  color: #3b3b3b;
}

.vs__dropdown-option:nth-child(odd) {
  background-color: #f3f3f3;
}
.vs__dropdown-option--highlight,
.vs__dropdown-option:focus,
.vs__dropdown-option:hover {
  background-color: #e6e6e6;
  color: #3b3b3b
}

