.select2-container {
  background: #000000;
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 38px;
  border: 1px solid #898989;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  background-color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #e1e1e1;
  line-height: 1.5;
  text-align: right;
  padding-right: 0;
  padding-left: 20px;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  left: 8px;
  right: auto;
}

.select2-container--default .select2-results__option {
  text-align: right;
  padding: 8px 12px;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #222222;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #222222;
  border-radius: 0.375rem;
  text-align: right;
  padding: 6px 12px;
  background-color: #000000 !important;
  outline: none;
  color: #ffffff !important;
}

.select2-container--default .select2-dropdown {
  border: 1px solid #1c1c1c;
  border-radius: 0.375rem;
  text-align: right;
  background-color: #000000 !important;
}

.select2-container--default .select2-results__group {
  text-align: right;
  padding: 8px 12px;
  font-weight: bold;
  background-color: #1b1b1b;
}

/* RTL specific adjustments */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* Custom container styling */
.custom-select2-container .select2-selection--single {
  border: 1px solid #353535;
  border-radius: 8px;
  height: 44px;
  background: #000000;
}

.area-items-list {
  width: 100%;
}