.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0.5159958720330238vh;
  border: solid 0.10319917440660474vh #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: ProximaNova, sans-serif;
  font-weight: 500;
  font-size: 1.5vh;
  height: 3.9215686274509802vh;
  line-height: 3.7151702786377707vh;
  outline: none;
  padding-left: 1.8575851393188854vh;
  padding-right: 3.0959752321981426vh;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 0.20639834881320948vh solid #999;
  border-right: 0.20639834881320948vh solid #999;
  content: '';
  display: block;
  height: 0.5159958720330238vh;
  margin-top: -0.41279669762641896vh;
  pointer-events: none;
  position: absolute;
  right: 1.238390092879257vh;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0.5159958720330238vh;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  display: none;
}

.nice-select.disabled:after {
  display: none;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 1.238390092879257vh;
  height: 3.7151702786377707vh;
  line-height: 3.508771929824561vh;
}

.nice-select.small:after {
  height: 0.41279669762641896vh;
  width: 0.41279669762641896vh;
}

.nice-select.small .option {
  line-height: 6.786427145708583vh;
  min-height: 6.786427145708583vh;
}

.nice-select .nice-select-dropdown {
  margin-top: 0.41279669762641896vh;
  background-color: #fff;
  border-radius: 0.5159958720330238vh;
  -webkit-box-shadow: 0 0 0 0.10319917440660474vh rgba(68, 68, 68, .11);
  box-shadow: 0 0 0 0.10319917440660474vh rgba(68, 68, 68, .11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-1.9607843137254901vh);
  transform: scale(0.75) translateY(-1.9607843137254901vh);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}

.nice-select .list {
  border-radius: 0.5159958720330238vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 21.671826625387vh;
  overflow-y: auto;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 4.12796697626419vh;
  list-style: none;
  outline: none;
  padding-left: 1.8575851393188854vh;
  padding-right: 2.9927760577915374vh;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: rgba(255, 255, 255, 0.03);
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  display: none;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0.5159958720330238vh;
}

.nice-select .list::-webkit-scrollbar-track {
  background-color: #383838;
}

.nice-select .list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 0.7223942208462332vh 1.238390092879257vh;
  min-height: 3.7151702786377707vh;
  line-height: 2.2703818369453046vh;
}

.nice-select .has-multiple span.current {
  border: 0.10319917440660474vh solid #CCC;
  background: #EEE;
  padding: 0 1.0319917440660475vh;
  border-radius: 0.30959752321981426vh;
  display: inline-block;
  line-height: 2.476780185758514vh;
  font-size: 1.4447884416924663vh;
  margin-bottom: 0.30959752321981426vh;
  margin-right: 0.30959752321981426vh;
}

.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 2.476780185758514vh;
  padding: 0;
}

.nice-select .nice-select-search-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5159958720330238vh;
  pointer-events: none;
  border-radius: 0.5159958720330238vh 0.5159958720330238vh 0 0;
}

.nice-select .nice-select-search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 0.10319917440660474vh solid #e8e8e8;
  border-radius: 0.30959752321981426vh;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 0.7223942208462332vh 1.238390092879257vh;
  margin: 0 1.0319917440660475vh 0 0;
  width: 100%;
  min-height: 3.7151702786377707vh;
  line-height: 2.2703818369453046vh;
  height: auto;
  outline: 0 !important;
  font-size: 1.4447884416924663vh;
}