select {
  background-color: transparent;
  color: #e5e7eb;
}
select option {
  background-color: #1f2937;
  color: #e5e7eb;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.common-options {
  background-color: #f3f4f6;
  color: #111827;
}

.dark .common-options {
  background-color: #374151;
  color: #e5e7eb;
}

.toggle-btn-div {
  display: flex;
  justify-content: center;
  padding: 0.25rem;
}

.toggle-container {
  position: relative;
  display: inline-flex;
  border-radius: 9999px;
  background-color: #e5e7eb;
  width: 10rem;
  padding: 0.25rem;
}
.dark .toggle-container {
  background-color: #374151 !important;
}
#layerListOls {
  list-style-type: none;
}
.toggle-btn {
  width: 50%;
  padding: 0.25rem;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.toggle-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px #93c5fd;
}

.btn-active {
  background-color: #3b82f6;
  color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-inactive {
  background-color: #e5e7eb;
  color: #4b5563;
  box-shadow: none;
}

.dark .btn-inactive {
  background-color: #374151 !important;
  color: white !important;
}

.toggle-content {
  display: none;
}

.toggle-content.active {
  display: block;
}
.toggle-btn-div {
  display: flex;
  justify-content: center;
  padding: 0.25rem;
}

.toggle-container {
  position: relative;
  display: inline-flex;
  border-radius: 9999px;
  background-color: #e5e7eb;
  width: 11rem;
  padding: 0.25rem;
}

.toggle-btn {
  width: 50%;
  padding: 0.25rem;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.toggle-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px #93c5fd;
}

.toggle-content {
  display: none;
}

.toggle-content.active {
  display: block;
}

.search-list ul li {
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.search-list ul li:hover,
.search-list ul li:focus {
  background-color: #f9fafb;
  color: #111;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  outline: none;
}

.dark .search-list ul li:hover,
.dark .search-list ul li:focus {
  background-color: #222c3b;
  color: #f9fafb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  outline: none;
}

.search-list ul li:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}
.dark .search-list ul li:focus {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.fill-available {
  width: 90%;
  max-width: -webkit-fill-available;
}

/*metadata modal*/
.hidden {
  display: none;
}
.active-tab {
  display: block;
}
/*metadata modal*/
