.select2-container--custom-select {
   background-color: #F7F7F7;
   position: relative;
}
/*
@media (max-width: 480px) {

   .select2-container--custom-select {
      width: 100% !important;
      max-width: calc(100% - 41px);
   }
   .select2-container--custom-select .select2-dropdown {
      width: calc(100% - 41px) !important;
   }
}
*/
.select2-container--custom-select .selection {
   height: 45px;
   line-height: 45px;
   position: relative;

   overflow: hidden;
   text-overflow: ellipsis;
   display: -moz-box;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
/*
.select2-container--custom-select .selection::before {
   content: url("../images/svg/arrow-select-2.svg");
   left: 14px;
   height: 19px;
   position: absolute;
   top: 2px;
   width: 23px;
}
*/
.select2-container--custom-select .select2-selection--single,
.select2-container--custom-select .select2-selection--single .select2-selection__rendered {
   height: inherit;
   padding: 5px 37px 5px 5px !important;
}
.select2-container--custom-select .select2-selection__placeholder {
   padding: 0 !important;
}
.select2-container--custom-select .select2-search--dropdown .select2-search__field,
.select2-container--custom-select .select2-results__option,
.select2-container--custom-select .select2-selection__rendered {
   font-size: 14px;
   font-weight: 400;
   line-height: 22px;
   /*padding: 5px 10px 7px;*/
   text-align: left;
}
.select2-container--custom-select .select2-selection__placeholder {
   color: #8E90A0;
}
.select2-container--custom-select .select2-dropdown.select2-dropdown--above {
   transform: translate(-1px, -7px);
}
.select2-container--custom-select .select2-dropdown.select2-dropdown--below {
   transform: translate(0, 0);
}
.select2-container--custom-select .select2-dropdown {
   border: none;
   border-radius: 0;
   max-height: 370px;
   overflow-x: auto;
}
.select2-container--custom-select .select2-search--dropdown {
   background-color: #fff;
   border: none;
   border-radius: 0;
   left: 0;
   padding: 5px 5px 8px 0;
   position: sticky;
   right: 0;
   top: 0;
   z-index: 1;
}
.select2-container--custom-select .select2-search--dropdown .select2-search__field {
   background-color: #F7F7F7;
   border: none;
   height: 40px;
   line-height: 40px;
   outline: none;
   margin: 5px;
   padding: 0 10px;
   width: calc(100% - 5px);
}
.select2-container--custom-select .select2-dropdown::-webkit-scrollbar {
   width: 7px;
}
.select2-container--custom-select .select2-dropdown::-webkit-scrollbar-track {
   background-color: #fff;
}
.select2-container--custom-select .select2-dropdown::-webkit-scrollbar-thumb {
   background-color: #D9D9D9;
}
.select2-container--custom-select .select2-results__option {
   background-color: transparent;
   line-height: 25px;
   padding: 5px 10px;
   position: relative;
   transition: 0.3s ease 0s;
}
.select2-container--custom-select .select2-results__option:hover,
.select2-container--custom-select .select2-results__option.select2-results__option--selected {
   background-color: #F7F7F7;
}

/*
@media (max-width: 575.98px) {

   .select2-container--custom-select .selection::before {
      top: 6px;
   }
   .select2-container--custom-select.select2-container--open .selection::before {
      top: 28px;
   }
   .select2-container--custom-select .select2-search--dropdown .select2-search__field {
      height: 42px;
      line-height: 42px;
   }
   .select2-container--custom-select .select2-search--dropdown .select2-search__field,
   .select2-container--custom-select .select2-results__option,
   .select2-container--custom-select .select2-selection__rendered {
      font-size: 12px;
   }
   .select2-container--custom-select .select2-results__option {
      padding: 7px 20px;
   }
}
*/