    html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%;
    }
    
    body {
  font-family: 'Trebuchet MS', sans-serif;
}
    /* The map occupies the full screen behind any overlays */
    #map {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }
    /* Leaflet popup text size */
    .leaflet-popup-content {
      font-size: 18px;
      line-height: 1.4;
    }
    /* FILTERS button for the side panel */
    #filtersToggle {
      position: absolute;
      top: 10px;
      left: 50px;
      z-index: 3000;
      padding: 6px 10px;
      cursor: pointer;
      background: white;
      border: 5px solid #ccc;
      border-radius: 4px;
      color: black;
      font-size: 18px; /* Increase this value as needed */
    }

    /* KEYSITE Toggle Container */
    #keySiteToggleContainer {
      position: absolute;
      top: 10px;
      right: 50px;
      z-index: 3000;
      background: white;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 6px 10px;
      font-family: Trebuchet MS, sans-serif;
    }
    #mustToggleContainer {
      position: absolute;
      top: 50px;
      right: 50px;
      z-index: 3000;
      background: white;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 6px 10px;
      font-family: Trebuchet MS, sans-serif;
    }
    .filter-button {
      padding: 4px 8px;
      margin-right: 5px;
      margin-bottom: 10px;
      background: #f0f0f0;
      border: 1px solid #ccc;
      border-radius: 3px;
      cursor: pointer;
      font-size: 12px;
    }
    .filter-button:hover {
      background: #e0e0e0;
    }
.pretty-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  margin: 4px 2px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.pretty-button i {
  font-size: 16px;
}

.pretty-completed {
  background-color: #28a745;
  color: white;
  cursor: not-allowed;
  opacity: 0.95;
}

/* Positive green for Data Collection button */
.pretty-collect {
  background-color: #28a745; /* positive green */
  color: white;
}

.pretty-fault {
  background-color: #dc3545;
  color: white;
}

.pretty-directions {
  background-color: #ffc107;
  color: black;
}


.pretty-tag {
  background-color: #17a2b8;
  color: white;
}

.pretty-edit {
  background-color: #6c757d;
  color: white;
}

.pretty-button:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}
.pretty-done {
  background-color: #cccccc;
  color: #444;
  cursor: not-allowed;
  opacity: 0.85;
}

.pretty-nav {
  background-color: #f0f0f0;
  color: #333;
  border: none;
  font-size: 16px;
  padding: 6px 12px;
  margin: 0 4px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.pretty-nav:hover {
  background-color: #ddd;
}

.nav-icon-btn {
  background: none;
  border: none;
  font-size: 12px;
  cursor: pointer;
  padding: 2px 4px;
  color: #333;
  border-radius: 4px;
  transition: background 0.2s;
}

.nav-icon-btn:hover {
  background-color: #eee;
}
    
    .modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  min-width: 300px;
  max-width: 500px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  font-family: 'Trebuchet MS', sans-serif;
}

.modal-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Color variants for direction buttons */
.pretty-gmaps {
  background-color: #4285F4;
  color: white;
}
.pretty-apple {
  background-color: white;
  color: black;
  border: 1px solid #ccc;
}
.pretty-citymapper {
  background-color: #2E7D32;
  color: white;
}
.pretty-street {
  background-color: #5C9EFF;
  color: white;
}
    .pretty-waze {
      background-color: #3399FF;
      color: white;
    }

    /* Waze logo sizing */
    .waze-logo {
      width: 20px;
      height: 20px;
      object-fit: contain;
    }
.pretty-cancel {
  background-color: #888;
  color: white;
}

.pretty-pending {
  background-color: #ccc;
  color: #333;
}
.pretty-pending:hover {
  background-color: #bbb;
}

    
    .mark-button-directions {
      background-color: #FFD700; /* Bright yellow color */
      border: none;
      padding: 5px 10px;
      border-radius: 3px;
      color: black;
      font-size: 17px;
      cursor: pointer;
    }
    .mark-button-directions:hover {
      background-color: #ffd700; /* Slightly darker yellow on hover */
    }
    /* Completed Sites Toggle Container */
    #completedToggleContainer {
      position: absolute;
      top: 90px;
      right: 50px;
      z-index: 3000;
      background: white;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 6px 10px;
      font-family: Trebuchet MS, sans-serif;
    }
    #allowPinMoveToggleContainer {
      position: absolute;
      top: 130px;
      right: 50px;
      z-index: 3000;
      background: white;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 6px 10px;
      font-family: Trebuchet MS, sans-serif;
    }

    #userMenu {
      position: absolute;
      top: 210px;
      right: 50px;
      z-index: 3000;
      background: white;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 6px 10px;
      font-family: Trebuchet MS, sans-serif;
      min-width: 160px;
    }
    #userMenu .user-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 12px;
    }
    #userMenu .user-meta {
      font-size: 11px;
      color: #666;
      margin-top: 2px;
    }
    #userMenu .user-name {
      font-weight: 600;
    }
    #tagSearchBox {
      position: absolute;
      top: 340px;
      right: 50px;
      z-index: 3000;
      background: white;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 6px 10px;
      font-family: Trebuchet MS, sans-serif;
      min-width: 160px;
      display: flex;
      flex-direction: column;
      gap: 4px;
      font-size: 12px;
    }
    #tagSearchBox label {
      font-size: 11px;
      color: #666;
    }
    #tagSearchBox input {
      width: 100%;
      padding: 4px 6px;
      font-size: 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
    }
    #tagSearchBox button {
      width: 100%;
      margin-top: 2px;
      font-size: 12px;
    }
    #userMenu button {
      width: 100%;
      margin-top: 6px;
      font-size: 12px;
    }
    #userModal input[type="text"] {
      width: 90%;
      padding: 8px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .is-hidden {
      display: none !important;
    }

    #mapVersion .settings-button {
      background: transparent;
      border: 1px solid transparent;
      color: #666;
      cursor: pointer;
      padding: 2px 4px;
      border-radius: 4px;
      font-size: 12px;
    }
#mapVersion .settings-button:hover {
      color: #333;
      background: #f2f2f2;
    }

    #mobileControlsToggle,
    #mobileControlsPanel {
      display: none;
    }

    .settings-section {
      margin-top: 12px;
    }
    .settings-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 12px;
      margin-bottom: 10px;
    }
    .settings-label {
      color: #666;
    }
    .settings-value {
      font-weight: 600;
    }


    /* --- Bottom-right Tools FAB + Panel --- */
    #toolsFab {
      position: absolute;
      right: 70px;
      bottom: 20px;
      z-index: 3500;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: #1e88e5;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 6px 16px rgba(0,0,0,0.25);
      cursor: pointer;
      font-size: 22px;
    }
    #toolsFab:hover { filter: brightness(1.05); }
    #toolsPanel {
      position: absolute;
      right: 70px;
      bottom: 84px; /* sits above the FAB */
      z-index: 3500;
      background: white;
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 10px 12px;
      min-width: 220px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.25);
      font-family: Trebuchet MS, sans-serif;
      display: none;
    }
    #toolsPanel h4 {
      margin: 4px 0 8px 0;
      font-size: 14px;
    }
    #toolsPanel label {
      display: block;
      font-size: 13px;
      margin: 4px 0;
      cursor: pointer;
    }
    #lineColorPicker, #lineWidthPicker {
      margin-top: 6px;
    }
    
    /* Flip-card CSS for tab-based popup */
.popup-tabs {
  /* Optional: your styling for the container */
}
.tab-buttons {
  margin-bottom: 10px;
}
.tab-buttons button {
  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
}
.tab-content {
  /* Optional: styling for the content sections */
}

.timing-content ul {
  column-count: 3;
  column-gap: 16px;
  list-style: none;
  margin: 6px 0 0 0;
  padding: 0;
}
.timing-content li {
  break-inside: avoid;
  margin: 2px 0;
  white-space: nowrap;
}
    
    /* Side panel container */
    #filtersPanel {
      position: absolute;
      top: 50px;
      left: -320px;
      width: 320px;
      height: calc(100% - 50px);
      background: #fff;
      box-shadow: 2px 0 5px rgba(0,0,0,0.3);
      padding: 10px;
      box-sizing: border-box;
      z-index: 2000;
      transition: left 0.3s ease-in-out;
      overflow-y: auto;
      overflow-x: auto;
    }
    /* When the panel is open, slide it in */
    #filtersPanel.open {
      left: 0;
    }
    /* Filter labels: campaign, size, board owner, environment */
#campaignFilters label,
#sizeFilters label,
#boardOwnerFilters label,
#environmentFilters label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}
    .completed-button {
      background-color: red;
      border: none;
      padding: 5px 10px;
      border-radius: 3px;
      cursor: not-allowed;
      color: white;
    }
  .add-tag-button {
  background-color: #4CAF50; /* green */
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  color: white;
  font-size: 15px;
  cursor: pointer;
}
.add-tag-button:hover {
  background-color: #45a049;
}

.leaflet-popup.key-site-wrapper .leaflet-popup-content-wrapper {
  background-color: #fffbe6 !important; /* light yellow inside */
  border: 3px solid #ffd700;            /* gold border all around */
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  padding: 16px 20px;
}
.leaflet-popup.key-site-wrapper .leaflet-popup-tip {
  background: #fffbe6 !important;
  border-color: #ffd700 !important;
}
.key-site-wrapper {
  background-color: #fffbe6;
  border: 3px solid #ffd700;
  border-radius: 12px;
  padding: 16px;
  margin: 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  width: 100%;
  box-sizing: border-box;
}


/* Dragging X */
.custom-marker {
  position: relative;
  width: 25px;
  height: 41px;
}

.dragging-x {
  position: absolute;
  bottom: 0;           /* Aligns the element at the bottom of the container */
  left: 50%;           /* Centers it horizontally */
  transform: translate(-50%, 50%); /* Adjust as needed to position it exactly on the tip */
  font-size: 14px;
  color: red;
  pointer-events: none;
}
.collapsible-section {
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: 10px;
  border-radius: 4px;
}

.collapsible-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background-color: #f9f9f9;
  padding: 5px;
  border-radius: 4px;
}

.collapsible-content {
  display: none;
  margin-top: 8px;
}

.toggle-icon {
  font-weight: bold;
}

.key-site-badge {
  display: inline-block;
  margin: 4px 0 8px 0;
  padding: 4px 10px;
  background-color: #f4c430;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.key-site-badge i {
  margin-right: 6px;
  color: #000;
}

    
    /* Mark as Completed button (green) */
    .mark-button-comp {
      background-color: lightgreen;
      border: none;
      padding: 5px 10px;
      border-radius: 3px;
      color: black;
      font-size: 14px;
      cursor: pointer;
    }
    .mark-button-comp:hover {
      background-color: #32CD32; /* Slightly darker green on hover */
    }
    .mark-button-fault {
      background-color: red;
      border: none;
      padding: 5px 10px;
      border-radius: 3px;
      color: white;
      font-size: 13px;
      cursor: pointer;
    }
    .mark-button-edit {
      background-color: white;
      border: none;
      padding: 5px 10px;
      border-radius: 3px;
      color: white;
      font-size: 14px;
      cursor: pointer;
    }
    .mark-button-fault:hover {
      background-color: #CC0000; /* Slightly darker red on hover */
    }
    .key-site-popup {
  background-color: #fffbe6; /* softer light yellow */
  color: #000;
  padding: 10px 14px;
  border-radius: 10px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.05);
}
   .leaflet-popup-content-wrapper,
.leaflet-popup-content {
  max-width: none !important;
  width: auto !important;
  white-space: nowrap;
  overflow-x: auto;
}

.leaflet-popup-content-wrapper {
  background: #fefefe;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  padding: 8px;
  font-family: 'Trebuchet MS', sans-serif;
  transition: all 1.2s ease-in-out;
}
    /* Custom marker with badge */
    .custom-marker {
  position: relative;
  /* Match the marker icon's size */
  width: 25px;
  height: 41px;
  display: inline-block;
}

/* Make sure the marker icon image fills this container */
.custom-marker img {
  width: 100%;
  height: auto;
}
.custom-marker.pin-type-marker .pin-type-icon {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 1;
  color: #111;
  text-shadow: 0 1px 2px #fff;
  pointer-events: none;
}
.custom-marker .badge {
  position: absolute;
  /* Put the badge at the bottom center */
  bottom: 70%;
  left: 50%;
  transform: translate(-50%, 50%);

  /* Typical badge styling */
  background: red;
  color: white;
  border-radius: 50%;
  padding: 2px 5px;
  font-size: 8px;
}
.custom-marker.pin-type-marker .badge {
  bottom: 78%;
}

.custom-marker.must-pin {
  z-index: 2;
}

.custom-marker.must-pin img {
  filter: drop-shadow(0 0 8px rgba(244, 196, 48, 0.95))
          drop-shadow(0 0 15px rgba(244, 196, 48, 0.75))
          drop-shadow(0 0 22px rgba(255, 226, 125, 0.45));
}

.custom-marker.must-pin::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 227, 130, 0.55) 0%, rgba(255, 215, 79, 0.28) 45%, rgba(255, 215, 79, 0) 78%);
  filter: blur(1.2px);
  pointer-events: none;
}

.custom-marker.must-pin::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff8cf;
  box-shadow: 0 0 8px rgba(255, 248, 207, 0.98);
  pointer-events: none;
}

.custom-marker.must-pin .badge {
  background: #f4c430;
  color: #111;
  border: 1px solid #111;
}

.custom-marker.must-pin.key-hover::before {
  background: radial-gradient(circle, rgba(255, 227, 130, 0.72) 0%, rgba(255, 215, 79, 0.36) 45%, rgba(255, 215, 79, 0) 78%);
}

.custom-marker.must-pin.key-hover::after {
  box-shadow: 0 0 12px rgba(255, 248, 207, 1);
}
.key-site-banner {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  font-family: 'Trebuchet MS', sans-serif;
  letter-spacing: 0.5px;
}

.key-site-banner i {
  color: #f4c430;
  margin: 0 6px;
}

.key-site-flag {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.key-site-flag i {
  color: #f4c430;
  margin-right: 6px;
}

/* Custom context menu styling */
#contextMenu {
  display: none;
  position: absolute;
  z-index: 5000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
#contextMenu ul {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#contextMenu ul li {
  padding: 5px 10px;
  cursor: pointer;
}
#contextMenu ul li:hover {
  background: #eee;
}


/* Hover tooltip for pins: campaign — size */
.leaflet-tooltip.board-tooltip {
  background: rgba(255, 255, 255, 0.95);
  color: #222;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 4px 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  font-size: 12px;
  font-family: 'Trebuchet MS', sans-serif;
}
.leaflet-tooltip.board-tooltip-key {
  background: rgba(255, 255, 210, 0.95); /* soft gold tint */
  border: 2px solid #ffd700;             /* gold border */
  font-weight: 600;
}

/* Tooltip dates line */
.leaflet-tooltip.board-tooltip .tt-dates,
.leaflet-tooltip.board-tooltip-key .tt-dates {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  opacity: 0.9;
}

/* Gold hover highlight for key-site pins */
.custom-marker.key-hover img {
  filter: drop-shadow(0 0 4px #ffd700) drop-shadow(0 0 8px rgba(255, 215, 0, 0.7));
  transform: translateY(-1px);
}
.custom-marker.key-hover .badge {
  background: #ffd700;
  color: #000;
}

/* Timed slot controls */
.time-slider {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0 2px;
}
.time-slider input[type="range"] {
  width: 160px;
}
#timeSliderValue {
  font-weight: 600;
  min-width: 48px;
  display: inline-block;
}

/* Timed slot marker glow */
.custom-marker.slot-red img {
  filter: drop-shadow(0 0 6px rgba(220, 53, 69, 0.9));
}
.custom-marker.slot-amber img {
  filter: drop-shadow(0 0 6px rgba(255, 193, 7, 0.9));
}
.custom-marker.slot-green img {
  filter: drop-shadow(0 0 6px rgba(40, 167, 69, 0.9));
}
.custom-marker.slot-grey img {
  filter: drop-shadow(0 0 6px rgba(215, 220, 226, 0.75));
  opacity: 0.6;
}

/* Keep MUST pins gold-looking even when timed status classes apply */
.custom-marker.must-pin.slot-red img {
  filter: drop-shadow(0 0 7px rgba(220, 53, 69, 0.88))
          drop-shadow(0 0 14px rgba(244, 196, 48, 0.72));
}
.custom-marker.must-pin.slot-amber img {
  filter: drop-shadow(0 0 7px rgba(255, 193, 7, 0.88))
          drop-shadow(0 0 14px rgba(244, 196, 48, 0.74));
}
.custom-marker.must-pin.slot-green img {
  filter: drop-shadow(0 0 7px rgba(40, 167, 69, 0.88))
          drop-shadow(0 0 14px rgba(244, 196, 48, 0.72));
}
.custom-marker.must-pin.slot-grey img {
  filter: drop-shadow(0 0 7px rgba(215, 220, 226, 0.72))
          drop-shadow(0 0 13px rgba(244, 196, 48, 0.56));
  opacity: 0.8;
}

/* Mobile readability: increase filter panel text/touch sizing for iPhone users */
@media (max-width: 900px) {
  #latlng-search {
    display: none !important;
  }

  #tagSearchBox {
    display: none !important;
  }

  #mobileControlsToggle {
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 3200;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 0;
  }

  #mobileControlsPanel {
    position: absolute;
    top: 52px;
    right: 12px;
    z-index: 3200;
    width: min(84vw, 280px);
    max-height: 65vh;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
    padding: 8px;
    display: none;
  }

  #mobileControlsPanel.open {
    display: block;
  }

  #mobileControlsPanel #keySiteToggleContainer,
  #mobileControlsPanel #mustToggleContainer,
  #mobileControlsPanel #completedToggleContainer,
  #mobileControlsPanel #allowPinMoveToggleContainer,
  #mobileControlsPanel #pinCount,
  #mobileControlsPanel #userMenu {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100%;
    margin: 0 0 8px 0;
    min-width: 0;
    box-shadow: none;
  }

  #mobileControlsPanel #pinCount {
    pointer-events: none;
  }

  #mobileControlsPanel #userMenu {
    padding: 6px 8px;
  }

  #mobileControlsPanel #userMenu .user-row {
    display: grid;
    grid-template-columns: 88px 1fr;
    align-items: center;
    column-gap: 8px;
    font-size: 14px;
    line-height: 1.25;
  }

  #mobileControlsPanel #userMenu .user-row + .user-row {
    margin-top: 4px;
  }

  #mobileControlsPanel #userMenu .user-row span:last-child {
    text-align: right;
    font-weight: 600;
  }

  #mobileControlsPanel #userMenu .user-row.user-meta {
    font-size: 13px;
    color: #555;
  }

  #filtersPanel {
    font-size: 18px;
  }

  #filtersPanel h2 {
    font-size: 38px;
    line-height: 1.1;
    margin: 8px 0 12px 0;
  }

  #filtersPanel label {
    font-size: 22px;
    line-height: 1.35;
  }

  #filtersPanel strong {
    font-size: 24px;
  }

  #filtersPanel input[type="date"] {
    font-size: 20px;
    height: 44px;
  }

  #filtersPanel input[type="checkbox"] {
    transform: scale(1.35);
    transform-origin: center;
    margin-right: 10px;
  }

  #campaignFilters label,
  #sizeFilters label,
  #boardOwnerFilters label,
  #environmentFilters label {
    font-size: 22px;
    line-height: 1.35;
  }

  .collapsible-header {
    font-size: 22px;
    padding: 8px 6px;
  }

  .toggle-icon {
    font-size: 22px;
  }

  .filter-button {
    font-size: 18px;
    padding: 8px 12px;
  }

  #resetFilters {
    font-size: 18px;
    padding: 10px 14px;
  }

  #timeSliderValue {
    font-size: 20px;
  }
}
