select {
  border: 1px solid #eaeaeb;
  border-radius: 5px;
  height: 5rem;
  display: flex;
  align-items: center;
  padding: 0 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  overflow-y: auto;
  font-size: 0
}
select option {
  opacity: 0
}
.select2-container .select2-dropdown {
  border: 1px solid #eaeaeb!important;
  border-radius: 5px!important;
  margin-top: 3px
}
.select2-container .select2-search--dropdown {
  display: none!important
}
.filter-drop-search .select2-container .select2-search--dropdown {
    display: block !important;
}
.select2-container .select2-results__option {
  font-size: 1.4rem;
  padding: 6px 12px;
  transition: .3s linear
}
.select2-container .select2-results__option[aria-disabled=true] {
  display: none!important
}
.select2-container .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727
}
.select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option {
  display: flex;
  align-items: center
}
.select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 2rem;
  min-height: 2rem;
  border: 1px solid #c1c1c2;
  border-radius: 3px;
  margin-right: 7px;
  transition: .3s linear
}
.select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true] {
  background-color: #eaeaeb
}
.select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]::before {
  background-color: #1e5d9d;
  border-color: #1e5d9d;
  background-image: url(../img/svg/check.svg)
}
.select2-container.modal-container-dropdown .select2-results__option {
  font-size: 14px
}
.select2.is-selected.select2-container--default .select2-selection {
  border-color: #1e5d9d
}
.select2.is-selected.select2-container--default .select2-selection__rendered {
  color: #1e5d9d!important;
  padding: 0
}
.select2.is-selected.select2-container--default .select2-selection__arrow {
  display: none!important
}
.select2.select2-container--default.select2-container--open .select2-selection {
  border-radius: 5px!important
}
.select2.select2-container--default.select2-container--open .select2-selection.select2-selection--multiple .select2-search::after {
  transform: rotate(180deg)
}
.select2.select2-container--default .select2-selection.is-selected {
  border-color: #1e5d9d
}
.select2.select2-container--default .select2-selection.is-selected .select2-selection__rendered {
  overflow: visible
}
.select2.select2-container--default .select2-selection.is-selected .select2-search {
  display: none!important
}
.select2.select2-container--default .select2-selection.is-selected .select2-selection__display {
  display: flex;
  align-items: center;
  color: #1e5d9d;
  font-size: 1.4rem
}
.select2.select2-container--default .select2-selection.is-selected .select2-selection__display-name {
  margin-right: 5px
}
.select2.select2-container--default .select2-selection.is-selected .select2-selection__display-amount.badge {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #1e5d9d;
  position: relative;
  right: -3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff
}
.select2.select2-container--default .select2-selection {
  border: 1px solid #eaeaeb;
  border-radius: 5px;
  height: 5rem;
  display: flex;
  align-items: center;
  padding: 0 12px;
  transition: .3s linear
}
.select2.select2-container--default .select2-selection[aria-expanded=true] .select2-selection__arrow b {
  transform: rotate(180deg)
}
.select2.select2-container--default .select2-selection.select2-selection--multiple {
  min-height: 5rem
}
.select2.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__clear {
  position: absolute;
  top: 0;
  right: 12px;
  margin: 0
}
.select2.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__clear ~ .select2-search::after {
  display: none
}
.select2.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding: 0
}
.select2.select2-container--default .select2-selection.select2-selection--multiple .select2-search {
  cursor: pointer
}
.select2.select2-container--default .select2-selection.select2-selection--multiple .select2-search::after {
  content: "";
  background-image: url(../img/svg/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  border-radius: 0;
  width: 2rem;
  height: 2rem;
  margin: 0;
  position: absolute;
  top: 30%;
  right: 15px;
  transition: .3s linear
}
.select2.select2-container--default .select2-selection.select2-selection--multiple .select2-search input {
  cursor: pointer
}
.select2.select2-container--default.select2-container--focus .select2-selection.select2-selection--multiple {
  border-color: #eaeaeb
}
.select2.select2-container .select2-search--inline {
  float: initial;
  clear: both
}
.select2.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0
}
.select2.select2-container .select2-search--inline .select2-search__field,
.select2.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1.4rem;
  width: 100%;
  color: #272727;
  padding: 0
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../img/svg/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  border-radius: 0;
  width: 2rem;
  height: 2rem;
  margin: 0;
  position: static;
  transition: .3s linear
}
.select2.select2-container--default .select2-selection__clear {
  font-size: 4rem;
  font-weight: 300!important;
  color: #1e5d9d
}
.select2.select2-modal + .select2-container--default .select2-selection {
  height: 50px
}
.select2.select2-modal + .select2-container--default .select2-selection modal-container-dropdown,
.select2.select2-modal + .select2-container--default .select2-selection.select2-selection--single .select2-selection__placeholder {
  font-size: 14px
}
@media (max-width:48em) {
  select {
    height: 10rem
  }
  .select2-container .select2-results__option {
    font-size: 2.4rem
  }
  .select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option::before {
    min-width: 3rem;
    min-height: 3rem
  }
  .select2.select2-container--default .select2-selection.is-selected .select2-selection__display {
    font-size: 2.4rem
  }
  .select2.select2-container--default .select2-selection.is-selected .select2-selection__display-amount.badge {
    font-size: 1.7rem;
    width: 3.6rem;
    height: 3.6rem
  }
  .select2.select2-container--default .select2-selection {
    height: 10rem
  }
  .select2.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__clear {
    top: 5px
  }
  .select2.select2-container--default .select2-selection.select2-selection--multiple .select2-search::after {
    top: 35%;
    min-width: 3rem;
    min-height: 3rem
  }
  .select2.select2-container .select2-search--inline .select2-search__field,
  .select2.select2-container--default .select2-selection--single .select2-selection__placeholder,
  .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 2.4rem
  }
  .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 3rem;
    height: 3rem
  }
  .select2.select2-container--default .select2-selection__clear {
    font-size: 7rem
  }
}