/* Dash Specific Styles */

body {
  width: 100%;
  padding-bottom: 10px;
  overflow-x: hidden;
  padding-right: 13px;
}

h2,
h3 {
  margin-bottom: 0;
}

#clear, .switch {
  width: 100%;
}

#station-controls-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 95%;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 2.5%;
}

#clear:hover {
  cursor: pointer;
}

#hidden-div {
  border: none !important;
}

#radial-submit {
  width: 100%;
  margin-top: 4px;
}

#map-tab.custom-tab, #list-tab.custom-tab, #radius-tab.custom-tab {
  border-bottom: 1px solid #d6d6d6;
  padding: 6px;
  font-weight: bold;
  color: #272b30;
  background-color: #f5f5f5; 
}

#map-tab.custom-tab-selected, #list-tab.custom-tab-selected, #radius-tab.custom-tab-selected {
  border: 1px solid #444444;
  background-color: #C2E1F7;
  color: #272b30;
  padding: 6px;
}

#station-selector {
  height: 40px;
}

.child-checklist {
    margin-left: 28px;
    padding-left: 10px;
    border-left: 1px solid #555555;
}

.parent-checklist {
    margin-bottom: 10px;
    padding: 9px 12px;
    border: 0.5px solid #444444;
    border-radius: 8px;
    background-color: #000000;
}

#tab-list, #tab-radius {
  border-top: .5px solid #333333;
  border-bottom: .5px solid #444444;
  border-radius: 0px;
}

#tab-list-content::-webkit-scrollbar {
  width: 6px;
}

#tab-list-content::-webkit-scrollbar-track {
  background: transparent;
}

#tab-list-content::-webkit-scrollbar-thumb {
  background-color: #87b8ce;
  border-radius: 3px;
}

#tab-list-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(100, 100, 100, 0.6);
}

.graph-card-container{
  padding: 0px !important;
}



#radius-container input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 12px;
}

#radius-container span {
  margin-bottom: 2px;
}

#radius-container > div > span {
  font-size: 14px;
}

#radial-submit:hover {
  cursor: pointer;
  background-color: #f1f1f1;
}

#radial-instructions {
  color: #cccccc;
  margin-bottom: 0px;
  font-size: 12px;
}

#map-div,
#graph-div {
  display: flex;
  flex-direction: column;
}

#dash-content {
  display: flex;
  align-items: stretch;
}

.checklist input[type="checkbox"] {
    accent-color: #87b8ce;   /* checked */
}

.checklist input[type="checkbox"]:checked {
    accent-color: #87b8ce;   /* checked */
}

#map-div {
  padding-right: 12px;
}

#radial-instructions {
  display: none;
}

#tab-list {
  padding: 6px 9px !important;
}

.switch {
  height: 31px !important;
}

#tab-list-content {
  height: 27vh !important;
  overflow-y: scroll;
  /* border: 1px solid #ccc; */
  padding: 0px;
  background-color: #111111;
  border-radius: 8px;
}

#radius-container {
  background-color: #111111;
  height: 25vh !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  color: #ced4da;
  padding: 6px;
  border-radius: 8px;
}

#pillow-map {
  height: 40vh !important;
  min-height: 261px;
}

#pillow-graph {
  height: 65.4vh !important;
}

@media (min-width: 1550px) {
  #radial-instructions {
    display: block;
  }

  #radius-container {
    height: 32.5vh !important;
  }

  #tab-list-content {
    height: 34vh !important;
  }

  #pillow-map {
    height: 41.5vh !important;
  }

  #pillow-graph {
    height: 72.5vh !important;
  }

  #center, #radius {
    height: 30px;
  }
    
}