
#location {
    width: 250px !important;
    opacity: 0; /* Hide the default select element */
    visibility: hidden;
}

.select2-container {
    opacity: 1 !important; /* Show Select2 once it's loaded */
    visibility: visible !important;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
  font-size: 14px; /* Smaller Font */
  color: #333;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.select2-dropdown {
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.select2-search {
  padding: 8px;
}

.select2-search input {
  width: 100%;
  padding: 6px;
  font-size: 14px; /* Smaller Font */
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
}

.select2-results__option {
  padding: 8px 12px;
  font-size: 14px; /* Smaller Font */
}

.select2-results__option--highlighted {
  background-color: #7DBA2D !important; /* Change to any color you want */
  color: white !important; /* Change text color */
}

.go-btn {
  background-color: #7DBA2D;
  color: white;
  padding: 10px 14px;
  font-size: 14px; /* Smaller Font */
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
