
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #D5D5D6;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  min-height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  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; 
}

@media (max-width: 1200px) {
    .nice-select{
      padding-left: 10px;
    }
}

.nice-select:hover {
  border-color: #eef1f4; 
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #eef1f4; 
}

.nice-select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #90d339;
  position: absolute;
  top: 20px;
  right: 15px;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.brand-select-car.nice-select:after,
.model-select-car.nice-select:after{
  right: 15px;
  top: 30px;
}

@media (max-width: 1410px){
  .brand-select-car.nice-select:after,
  .model-select-car.nice-select:after{
    right: 15px;
    top: 20px;
}
  }

.phone-number-select.nice-select:after{
  top: 16px;
  right: 8px;
}

@media (min-width: 700px) {
    .phone-number-select.nice-select:after{
      top: 15px;
    }
}

.lk-user-phone-select.nice-select:after{
  top: 18px;
  right: 7px;
}

@media (min-width: 700px) {
    .lk-user-phone-select.nice-select:after{
      top: 20px;
      right: 15px;
    }
}

@media (min-width: 1200px) {
    .lk-user-phone-select.nice-select:after{
      top: 27px;
      right: 15px;
    }
}

.transport-sidebar-select.nice-select:after{
  right: 12px;
}

.nice-select.open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); 
}

.nice-select.open .list {
  border: none;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); 
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; 
}

.nice-select.disabled:after {
  border-color: #cccccc; 
}

.nice-select.wide {
  width: 100%; 
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; 
}

.nice-select.right {
  float: right; 
}

.nice-select.right .list {
  left: auto;
  right: 0; 
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; 
}

.nice-select.small:after {
  height: 4px;
  width: 4px; 
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; 
}

.nice-select .list {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 27px 0px rgba(190, 192, 197, 0.6);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -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; 
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; 
}

.nice-select .option {
  font-family: 'Proxima_Nova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #0F0F0F;

  cursor: pointer;
  /*font-weight: 400;*/
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  border: none;
  padding-left: 20px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; 
}

@media (max-width: 1200px) {
    .nice-select .option{
      font-size: 13px;
      padding-left: 10px;
    }
}

.phone-number-select.nice-select .option{
  text-align: center;
}

@media (max-width: 700px) {
    .phone-number-select.nice-select .option{
      font-size: 13px;
      text-align: center;
      padding-left: 10px;
    }
}

.lk-user-phone-select.nice-select .option{
  padding-left: 7px;
}

@media (max-width: 700px) {
    .lk-user-phone-select.nice-select .option{
      font-size: 13px;
      text-align: center;
    }
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #fff;
  color: #90d339;
  text-decoration: underline;
}

.nice-select .option.selected {
 /* font-weight: bold;*/ 
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; 
}

.no-csspointerevents .nice-select .list {
  display: none; 
}

.no-csspointerevents .nice-select.open .list {
  display: block; 
}
