.select2-container--custom-select {
   margin-bottom: 12px;
   width: 500px !important;
}
.select2-container--custom-select .select2-selection {
   position: relative;
}
.select2-container--custom-select.select2-container--open .select2-selection__arrow {
   transform: translateY(-50%) scale(1, -1);
}
.select2-container--custom-select .select2-selection__arrow {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.3332 1.66667L9.99984 10L1.6665 1.66667' stroke='%232E5E4E' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat: no-repeat;
   background-position: center;
   height: 12px;
   position: absolute;
   right: 24px;
   top: 50%;
   transform: translateY(-50%);
   width: 22px;
}
.select2-container--custom-select .select2-selection,
.select2-container--custom-select .select2-selection__rendered {
   display: block;
   height: 48px;
}
.select2-container--custom-select .select2-selection__rendered {
   background-color: #fff;
   border: 1px solid #E7E0D4;
   border-radius: 10px;
   color: #0D0F20;
   font-size: 14px;
   line-height: normal;
   padding: 14px 58px 13px 23px !important;
}
.select2-container--custom-select .select2-dropdown {
   border: 1px solid #E7E0D4;
   border-top: none;
   max-height: 270px;
   margin-top: -8px;
   padding-top: 12px;
   overflow-y: auto;
   overflow-x: hidden;
}
.select2-container--custom-select .select2-search__field {
   border: 1px solid #E7E0D4;
   border-radius: 10px;
   height: 46px;
   font-size: 14px;
   line-height: 23px;
   margin-left: 20px;
   margin-right: 20px;
   padding-left: 12px;
   padding-right: 12px;
   outline: 0;
   width: calc(100% - 40px);
}
.select2-container--custom-select .select2-results__option {
   color: #0D0F20;
   font-size: 14px;
   line-height: 23px;
   padding: 8px 23px;
}
.select2-container--custom-select .select2-results__option.select2-results__option--selected,
.select2-container--custom-select .select2-results__option:hover {
   background-color: #f1f1f1;
}
.select2-container--custom-select .select2-results__option:last-child {
   border-radius: 0 0 10px 10px;
}

@media (max-width: 700px) {
   
   .select2-container--custom-select {
      width: 432px !important;
   }
}

@media (max-width: 575px) {

   
   .select2-container--custom-select {
      width: 298px !important;
   }
   .select2-container--custom-select .select2-selection__rendered {
      padding-right: 50px !important;
   }
   .select2-container--custom-select .select2-selection__arrow {
      right: 17px;
   }

   /*
   .select2-container--custom-select {
      width: 294px !important;
   }

   .select2-container--custom-select .select2-selection,
   .select2-container--custom-select .select2-selection__rendered {
      height: 56px;
   }

   .select2-container--custom-select .select2-selection__rendered {
      padding: 16px 19px !important;
   }
   */
}

@media (max-width: 394px) {

   
   .select2-container--custom-select {
      width: calc(100vw - 96px) !important;
   }
}