/* Make Service Area dropdown scrollable */
.theme-sub-menu {
  max-height: 400px !important;
  overflow-y: auto !important;
}

.theme-sub-menu::-webkit-scrollbar {
  width: 8px;
}

.theme-sub-menu::-webkit-scrollbar-thumb {
  background: #007bff;
  border-radius: 4px;
}

.theme-sub-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}