.region {
  position: relative;
  display: inline-block;
}



.region-dropdown {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  border: 1px solid #ddd;
  z-index: 1;
  max-height: 150px;
  overflow-y: auto;
}

label {
  display: block;
  padding: 5px;
  font-size: large;
}

label:hover {
  background-color: #ddd;
}

.text {
  margin-top: 3px;

  font-size: small;
  text-align: center;
  align-items: center;
}

.dropdown-toggle {
  font-size: medium;
  text-align: center;
  align-items: center;
  padding: auto;
}

input[type="range"] {
  width: 150px;
  margin: 3px 10px;
}

input[type="text"] {
  width: 50px;
  margin: 3px 3px;
}

#slider-value {

  font-size: 18px;
}

.nav-item {
  margin-top: 15px;
  margin-left: 2px;
  margin-right: 2px;
}

.nav-option {
  margin-top: -15px;
  margin-left: 2px;
  margin-right: 2px;
}

.play-button {
  margin-bottom: 10px;
}

.text-input {
  width: 80px;
  text-align: center;
}

#playButton {
  margin-top: 5px;
}

.navbar-collapse {
  height: 40px;
}


#chart-container {
  display: flex;
  width: 1500px;
  height: 700px;
  overflow-x: auto;
  overflow-y: auto;
}

.select-deselect-all {
  display: flex;
}

.beeswarm-container,
.boxplot-container {
  /* width: 750px; */
  height: 700px;
  padding: 10px;
}

.beeswarm-container {
  background-color: white;
  width: 800px;
}

.boxplot-container {
  background-color: white;
  flex-direction: column;
  width: 500px;

}

.boxplot {
  display: flex;
}

.box {
  stroke: black;
}

.whisker {
  stroke: black;
}

.median-line {
  stroke: black;
}

.boxplot-text {
  font-size: 12px;
  text-anchor: middle;
  padding: 5px;
}

.boxplot-text-max {
  font-size: 12px;
  text-anchor: start;
  padding: 5px;
}

.boxplot-text-min {
  font-size: 12px;
  text-anchor:end;
  padding: 5px;
}

.region-menu, #checkbox-div{
  background-color: rgba(255,255, 255, 0.9);
  font-size: small;
  /* color: white; */
  padding: auto;
}

.select-deselect-all {
  opacity: 1;
  background-color: black;
}

.dropdown-item .btn{
  height: 30px;
  font-size: small;
}

.boxplot-title{
  text-align: left;
}
