.select-style {
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  position: relative;
}

.select-style + .description {
  margin-top: 0;
}

.select-style select {
  padding: 5px 30px 5px 10px;
  width: 100%;
  min-height: 48px;
  border: 1px solid #d1d4d6;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-style svg {
  width: 8px;
  position: absolute;
  top: 20px;
  right: 15px;
}

.select-style option {
  height: 32px;
}

.select-style .chosen-container {
  width: 100% !important;
}

.select-style .chosen-container-single .chosen-single {
  height: 46px;
  background: #fff;
  border: 1px solid #d1d4d6;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  padding-left: 10px;
  font-size: 1rem;
}

.select-style .chosen-container-single .chosen-single span {
  margin-top: 10px;
}

.select-style .chosen-container-single .chosen-single div b {
  display: none;
}

.select-style .chosen-container-single.chosen-container-active .chosen-single,
.select-style .chosen-container-single .chosen-single:hover {
  border-color: #bec3c3;
}

/*# sourceMappingURL=maps/select.css.map */
