.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  font-family: var(--bs-font-sans-serif);
}

.select2-results__option {
  font-size: 1.25rem;
  margin-left: 2%;
  font-family: var(--bs-font-sans-serif);
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--multiple {
  min-height: 48px;
  
  border-radius: 4px;
  border: 1px solid #ced4da;
  cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container .select2-selection--single {
  height: 48px;
}

.select2-container--default .select2-results > .select2-results__options {
  font-size: 1.25rem !important;
}

.select2-search--dropdown {
  font-size: 1.25rem !important;
}

.select2-results__options {
  font-size: 1.25rem !important;
}

.select2-container--default .select2-results > .select2-results__options {
  font-size: 1.25rem !important;
  max-height: 200px;
  overflow-y: auto;
}
.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.selectBox {
  position: relative;
  width: 100%;
}

.selectBox select {
  width: 100%;
}

.col-sm-10 .select2-container {
  width: 100% !important;
}
.select2 {
  height: 100%;
  width: 100% !important;
}
.select2-container .select2-search--inline .select2-search__field {
  font-size: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--multiple {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path d='M6 8.707 1.293 4l1.414-1.414L6 6.586l4.293-4.293 1.414 1.414L6 8.707z'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 18px;
}
.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
  b {
  background-image: url('https://cdn4.iconfinder.com/data/icons/navigation-40/24/chevron-down-64.png');
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 17px !important;
  width: 17px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
  color: black;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  position: absolute;
  right: 9px;
  width: 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
