.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(79, 94, 100) !important;
    line-height: 26px;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
}

.select2-search.select2-search--dropdown {
  padding: 0;
  margin-bottom: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: thin solid #E0E6F6;
  border-radius: 4px;
  height: 40px;
  padding-left: 15px;
}

.select2-dropdown {
  border-color: #ffffff;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.select2-container--open .select2-dropdown--below {
  border: thin solid #ececec;
  padding: 15px;
  margin-top: 10px;
  border-radius: 4px;
  min-width: 200px;
}

.select-style .select2-selection--single .select2-selection__rendered {
  color: #A0ABB8;
}
.select-style .select2 {
  border: 1px solid #E0E6F7;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  width: 100% !important;
}
.select-style .select2 .select2-selection__arrow {
  background: url(../assets/imgs/template/icons/arrow-down.svg) no-repeat right 10px center;
  top: 11px;
  width: 26px;
  opacity: 0.5;
}
.select-style .select2 .select2-selection__arrow b {
  display: none !important;
}

.select-style-icon .select2 {
  padding-left: 33px;
}
