/* start nice-select */

.nice-select {
  width: 100%!important;
  height: 100%;
  padding: 0 20px;
  background: #f9fafa;
  border: 1px solid #dce2e1;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  -o-text-overflow: "";
  text-overflow: "";
  position: relative;
}

.nice-select:after {
  border-color: #05aa82;
  height: 8px;
  margin-top: -6px;
  right: 15px;
  width: 8px;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  /* border: 1px solid #dce2e1; */
}
.nice-select .nice-select-dropdown {
  width: 100%;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f9fafa;
}
/* end nice-select */
