.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='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.25 1L6.625 6.625L1 1' stroke='%23696969' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    height: 9px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
}
.select2-container--custom-select .select2-selection,
.select2-container--custom-select .select2-selection__rendered {
   display: block;
   height: 46px;
}
.select2-container--custom-select .select2-selection__rendered {
   background-color: #fff;
   border: 1px solid #E7E0D4;
   border-radius: 5px;
   color: #031B46;
   /*color: #696969;*/
   font-size: 16px;
   line-height: normal;
   padding: 12px 38px 12px 10px !important;
}
.select2-container--custom-select .select2-dropdown {
   /*border: 1px solid #E7E0D4;*/
   border: none;
   border-radius: 5px;
   margin-top: 5px;
   
}
.select2-results {
    border-radius: 5px;
    overflow: hidden;
}
.select2-results__options {
   max-height: 210px;
   overflow-y: auto;
   overflow-x: hidden;
}
.select2-results__options::-webkit-scrollbar {
  	width: 6px;
}
.select2-results__options::-webkit-scrollbar-track {
  	background: #D9D9D9;
	border-radius: 0;
}
.select2-results__options::-webkit-scrollbar-thumb {
  	background-color: #696969;
  	border: 1px solid #D9D9D9;
	border-radius: 6px;
}
.select2-container--custom-select .select2-search__field {
   border: 1px solid #E7E0D4;
   border-radius: 5px;
   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: #031B46;
    font-size: 16px;
    line-height: 100%;
    padding: 13px 10px;
	transition: 0.3s ease 0s;
}
.select2-container--custom-select .select2-results__option:nth-child(even) {
	background-color: #F6F0E9;
}
.select2-container--custom-select .select2-results__option.select2-results__option--selected,
.select2-container--custom-select .select2-results__option:not(.select2-results__option--disabled):hover {
    color: #F7931F;
}
.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;*/
   }
}