
body {
  overflow-x: hidden;
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  border: 1px solid #dee2e6;
  /* height: calc(1.5em + 0.9rem + calc(1px * 2)); */
  height: 32px;
  background-color: #fff;
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  /* line-height: 36px; */
  line-height: 32px;
  padding-left: 12px;
  color: #aab8c5;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  /* height: 34px; */
  /* width: 34px; */
  height: 30px;
  width: 30px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #a1a9b1 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #a1a9b1 transparent !important;
  border-width: 0 5px 5px 5px !important;
}

.select2-results__option {
  padding: 6px 12px;
}

.select2-dropdown {
  border: 1px solid #dee2e6;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  /* background-color: #f6f7fb; */
  background-color: #fff;
  z-index: 1056;
}

.select2-results__options::-webkit-scrollbar {
  -webkit-appearance: none;
}
.select2-results__options::-webkit-scrollbar:vertical {
  width: 5px;
  margin-right: 5px;
}
.select2-results__options::-webkit-scrollbar:horizontal {
  height: 5px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgba(49, 58, 70, 0.2);
  border-radius: 10px;
  margin-right: 5px;
  border: none;
}
.select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.select2-results__options::-webkit-scrollbar-corner {
  background-color: transparent;
}

.select2-container--default .select2-results__option--selected {
  background-color: #f6f7fb;
}
.select2-container--default .select2-search--dropdown {
  padding: 10px;
  /* background-color: #f6f7fb; */
  background-color: #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
  border: 1px solid #dee2e6;
  background-color: #fff;
  color: #aab8c5;
  border-radius: 0.25rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3688fc;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
  color: rgba(108, 117, 125, 0.75);
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: var(--bs-dark);
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 36px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  /*rtl:ignore*/
  right: 1px;
  /*rtl:ignore*/
  left: auto;
}

.select2-container .select2-selection--multiple {
  min-height: calc(1.5em + 0.9rem + calc(1px * 2));
  border: 1px solid #dee2e6 !important;
  background-color: #fff;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 1px 4px;
}
.select2-container .select2-selection--multiple .select2-search__field {
  border: 0;
  color: #fff;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #3688fc;
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 0px 7px 0 0;
  margin-top: 6px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 7px;
  border-color: #4a94fc;
  padding: 0 8px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
  background-color: #3688fc;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 7px;
  font-family: "Nunito", sans-serif;;
}
.select2-container .select2-search textarea::-webkit-input-placeholder {
  color: #8a969c;
}
.select2-container .select2-search textarea::-moz-placeholder {
  color: #8a969c;
}
.select2-container .select2-search textarea:-ms-input-placeholder {
  color: #8a969c;
}
.select2-container .select2-search textarea::-ms-input-placeholder {
  color: #8a969c;
}
.select2-container .select2-search textarea::placeholder {
  color: #8a969c;
}
