/* select {
  padding: 16px;
  border: 2px solid #EFEFEF;
  background-color: #FAFAFA;
  border-radius: var(--sm-border-radius);
  width: 100%;

  @media screen and (min-width: 425px) {
    padding: 16px 24px;
  }
} */

.select2 {
  width: 100% !important;
}

/* .select2-selection .select2-selection--single {
  height: 48px;
} */

.select2-selection__rendered {
  background-color: #efefef;
  border: none;
  border-radius: 16px;
  box-shadow: none;
  /* color: #0073c1; */
  /* line-height: 3; */
  height: 100%;
  display: flex !important;
  align-items: center !important;
  line-height: 34px;
  padding-left: 16px !important;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 16px !important;
  height: 48px !important;
}

/* .select2-selection__rendered {
  border-radius: 4px;
  height: 34px;
  line-height: 34px;
} */

/* .select2-dropdown.select2-dropdown--below {
  max-width: 252px !important;
} */

.search>.gradient {
  /*background: linear-gradient(90deg, #00122d 15%, rgba(0, 18, 45, 0.5), transparent 100%);*/
  background: linear-gradient(0deg, rgba(0, 18, 45, 0.9) 0%, rgba(0, 18, 45, 0.75), rgba(7, 7, 92, 0.5) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.select2-selection__rendered {
  line-height: 34px !important;
}

.select2-selection__arrow {
  height: 44px !important;
  right: 9px !important;
}