html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  overflow: hidden;
}

#viewDiv {
  height: 100%;
  width: 100%;
}

/* Responsive Layout */
@media (min-width: 992px) {
  .map-section {
    height: 100%;
  }
  .sidebar-section {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .map-section {
    height: 55vh;
    border-bottom: 4px solid #212529;
  }
  .sidebar-section {
    height: 45vh;
  }
}

/* Sidebar */
.scrollable-content {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 20px;
}
.scrollable-content::-webkit-scrollbar {
  width: 8px;
}
.scrollable-content::-webkit-scrollbar-track {
  background: #f8f9fa;
}
.scrollable-content::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 4px;
}

/* Branding */
.custom-header {
  background-color: #212529 !important;
  z-index: 1050;
}
.agency-dropdown {
  background-color: #0079c1;
  color: white;
  border: none;
  width: 100%;
  min-width: 250px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.agency-dropdown:focus {
  background-color: #005a8c;
  color: white;
}

/* Widget Position Override */
.esri-ui-top-right {
  top: 15px;
  right: 15px;
}
