.nice-select {
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  border-color: #F2F3F5;
  float: none;
}
.nice-select:hover {
  border-color: #F2F3F5;
}
.nice-select:after {
  border-color: #333333;
  width: 7px;
  height: 7px;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #F2F3F5 ;
}
.nice-select .list {
  width: 100%;
  transform: scale(1) translateY(0);
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.nice-select .option {
  min-height: 0;
  line-height: 0px;
}
.nice-select.open .option {
  line-height: 34px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  font-weight: normal;
  background: #EEEDF6;
}