/* .select2-search--dropdown {
    display: none;
} */
.select2-dropdown {
    border: 0;
    padding: 15px;
    box-shadow: 0px 15px 40px rgba(41, 45, 50, 0.1);
    max-width: 355px !important;
    width: 100% !important;
}
.select2-results__options::-webkit-scrollbar {
        height: 208px !important;
        width: 4px !important;
    }

   .select2-results__options::-webkit-scrollbar-track {
        background-color: #d5d0df !important;
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
    }

  .select2-results__options::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
        background: #635978 !important;
    }

    .select2-container--default .select2-search--dropdown .select2-search__field {
    border:none !important;
    background: #F4F2F7;
border-radius: 8px;
background-image: url(../img/search-normal.svg);
background-position: center left 15px;
background-repeat: no-repeat;
height: 32px;
padding-left: 45px !important;
}
    .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border:none !important;
    outline: none !important;

}
.select2-container .select2-selection--single {
    height: 45px;
    border-radius: 8px !important;
}
.selectPayment .select2-container .select2-selection--single {
    height: 40px;
    border-radius: 8px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676b83;
    line-height: 45px;
    font-size: 16px;
    font-weight: normal;
}
.selectPayment .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #cacbd4;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: transparent;
}

.select2-selection__arrow b {
    border: 0 !important;
    background-repeat: no-repeat;
    width: 20px !important;
    height: 16px !important;
    position: absolute;
    right: 0;
    top: 0 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 7.45837L11.1667 12.8917C10.525 13.5334 9.47503 13.5334 8.83336 12.8917L3.40002 7.45837' stroke='%239296A9' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -25px;
    margin-top: 13px;
}
.selectPayment .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 10px;
}
.select2-results__option {
    background-color: #fff !important;
    font-size: 14px !important;
    color: #635978 !important;
}
.select2-results__option:hover {
    color: #632CC7 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fff;
    color: #676b83;
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-left: -12px;
    }
    .select2-results__option {
        font-size: 13px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }
}
.customerDetailsCard span.select2.select2-container {
    width: 100% !important;
}

@media (max-width: 991px) {
    span.select2.select2-container {
        width: 100% !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-left: -13px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }
}

.select2-container {
      max-width: 350px !important;
    width: 100% !important;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family: bootstrap-icons !important;
  content: "\F26E";
  color: #fff;
  background-color: #381082;
  border: 0;
  display: inline-block;
  padding-left: 2px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
	border-radius: 8px;
    width: 100% !important;

}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
	display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	/* content: "" !important; */
}


.selectYear .select2-results__option:before{
    display: none !important;
}


/* Select2 with checkbox */

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
    font-family: bootstrap-icons !important;
    content: "\F26E";
    color: #fff;
    background-color: #381082;
    border: 0;
    display: inline-block;
    padding-left: 2px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown, .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}