.v-select {
  position: relative;
  font-family: inherit;
}

.v-select, .v-select * {
  box-sizing: border-box;
}

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.vs__fade-enter-active, .vs__fade-leave-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.vs__fade-enter, .vs__fade-leave-to {
  opacity: 0;
}

.vs--disabled .vs__clear, .vs--disabled .vs__dropdown-toggle, .vs--disabled .vs__open-indicator, .vs--disabled .vs__search, .vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px;
}

.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}

.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}

.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right;
}

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: 0 0 4px;
  background: none;
  border-radius: 6px;
  white-space: normal;
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px;
}

.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
  stroke: #ffffff;
}

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1);
}

.vs--loading .vs__open-indicator {
  opacity: 0;
}

.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 4px;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  text-align: left;
  list-style: none;
  background: #fff;
  box-shadow: 0px 0px 1px rgba(21, 34, 66, 0.16), 0px 4px 12px rgba(21, 34, 66, 0.12);
  border-radius: 9px;
}

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

.vs__dropdown-option {
  display: block;
  padding: 9px 8px;
  clear: both;
  color: #152242;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  border-radius: 6px;
}

.vs__dropdown-option--highlight {
  background: #F5F9FF;
}

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
  cursor: inherit;
}

.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0;
  padding: 0 .25em;
  z-index: 0;
}

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}

.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: .4;
}

.vs--single.vs--searching .vs__selected {
  display: none;
}

.vs__search::-webkit-search-cancel-button {
  display: none;
}

.vs__search::-ms-clear, .vs__search::-webkit-search-decoration, .vs__search::-webkit-search-results-button, .vs__search::-webkit-search-results-decoration {
  display: none;
}

.vs__search, .vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}

.vs__search::-moz-placeholder {
  color: inherit;
}

.vs__search::placeholder {
  color: inherit;
}

.vs--unsearchable .vs__search {
  opacity: 1;
}

.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
  cursor: pointer;
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2;
}

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left-color: rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity .1s;
}

.vs__spinner, .vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.vs--loading .vs__spinner {
  opacity: 1;
}

.city-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 23;
  display: flex;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), rgba(4, 13, 33, 0.65);
}

.city-modal-container {
  width: 640px;
  border-radius: 12px;
  background: #FFFFFF;
  overflow: hidden;
}

@media (max-width: 767px) {
  .city-modal-container {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: auto;
  }
  .city-modal-container::-webkit-scrollbar {
    width: 0;
  }
}

.city-modal-header {
  height: 60px;
  padding: 16px 24px;
  border-bottom: 1px solid #EAEBEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .city-modal-header {
    height: 57px;
    padding: 16px 16px;
  }
}

.city-modal-header span {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #152242;
}

@media (max-width: 767px) {
  .city-modal-header span {
    font-size: 20px;
    line-height: 26px;
  }
}

.city-modal-header .close-city-modal {
  width: 16px;
  height: 16px;
  position: relative;
}

.city-modal-header .close-city-modal:before, .city-modal-header .close-city-modal:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background: #737A8E;
  top: 7px;
  left: 0;
}

.city-modal-header .close-city-modal:before {
  transform: rotate(45deg);
}

.city-modal-header .close-city-modal:after {
  transform: rotate(-45deg);
}

.city-modal-content {
  padding: 32px 23px 32px;
}

@media (max-width: 767px) {
  .city-modal-content {
    padding: 32px 16px 32px;
    min-height: calc(100vh - 174px);
  }
}

.city-modal-content-top-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.city-modal-content-top-item {
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0C62D5;
  margin: 0 2px 5px;
  cursor: pointer;
}

.city-modal-content-top-item:hover {
  background: #FAFAFB;
}

.city-modal-content-top-item.active {
  background: #0C62D5;
  color: #FFFFFF;
}

.city-modal-content-select {
  height: 52px;
  margin: 17px 0 20px;
}

@media (max-width: 767px) {
  .city-modal-content-select {
    margin: 25px 0 20px;
  }
}

.city-modal-content-select .input-group-select, .city-modal-content-select .v-select {
  max-width: 100%;
}

.city-modal-content-select .vs__dropdown-menu {
  max-height: 120px;
}

.city-modal-content-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #737A8E;
}

.city-modal-footer {
  height: 72px;
  padding: 16px 24px;
  border-top: 1px solid #EAEBEE;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .city-modal-footer {
    padding: 16px 16px;
  }
}

.city-modal-footer .return-home-btn {
  background: #F1F7FE;
  border-radius: 8px;
  height: 40px;
  padding: 8px 16px;
  color: #0C62D5;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .city-modal-footer .return-home-btn {
    width: 48%;
  }
}

.city-modal-footer .save-btn {
  background: #0C62D5;
  border-radius: 8px;
  padding: 8px 16px;
  height: 40px;
  font-family: 'Lato', sans-serif;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .city-modal-footer .save-btn {
    width: 49%;
  }
}

.input-group-select, .input-group {
  display: block;
  max-width: 500px;
  width: 100%;
  height: 52px;
  background: #FFFFFF;
  border: 1px solid #EAEBEE;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out, box-shadow 0.1s ease-in-out;
}

.input-group-select.input-error, .input-group.input-error {
  margin-bottom: 40px;
}

@media (max-width: 550px) {
  .input-group-select, .input-group {
    margin-bottom: 16px;
  }
}

.v-select {
  font-family: 'Lato', sans-serif;
  max-width: 500px;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #152242;
}

.v-select .vs__dropdown-toggle {
  height: 52px;
  border: none;
}

.v-select .vs__search {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #152242;
  font-family: 'Lato', sans-serif;
}

.v-select .vs__search::-moz-placeholder {
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #152242;
}

.v-select .vs__search::placeholder {
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #152242;
}
