.js-plotly-plot .plotly .modebar {
  padding-top: 5%;
  margin-right: 3.5%;
}

body {
  background-color: #f2f2f2;
  margin: 3% 5% 3% 5%;
}

/* .two.columns {
  width: 16.25%;
}

.column,
.columns {
  margin-left: 0.5%;
} */

#mainContainer {
  display: flex;
  flex-direction: column;
}

#header {
  align-items: center;
}

#title {
  text-align: center;
}

.row {
  margin-top: 5px;
  margin-bottom: 5px;
}


.pretty_container {
  border-radius: 5px;
  background-color: #f9f9f9;
  margin: 5px;
  padding: 15px;
  position: relative;
  box-shadow: 2px 2px 2px lightgrey;
  flex: 1 1 auto;
  /* height: 100%; */
}

H3, H4 {
  margin-bottom: 2rem;
}

.bare_container {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.dcc_control {
  margin: 0;
  padding: 5px;
  width: calc(100%-40px);
}

.control_label {
  margin: 0;
  padding: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: calc(100%-40px);
}

.rc-slider {
  margin-left: 0px;
  padding-left: 0px;
}

.flex-display {
  display: flex;
  /* flex-direction: row; */
}

.box-side-by-side {
  flex: 1;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  /* border: 1px solid black; */
}

.loading {
  text-align: center;
}

#div-misura-sel {
  text-align: left;
}

/* .div-table-info-misura{
  text-align: left;
} */

.row-pie {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.div-map-select {
  margin: 3px 0 1rem 0;
  /* max-width: 20em; */
}

#individual_graph,
#aggregate_graph {
  width: calc(100% - 30px);
  position: absolute;
}

#count_graph {
  position: absolute;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
}

#countGraphContainer {
  flex: 5;
  position: relative;
}



.mini_container {
  border-radius: 5px;
  background-color: #f9f9f9;
  min-width: 27%;
  margin: 10px;
  padding-left: 30px; 
  position: relative;
  box-shadow: 2px 2px 2px lightgrey;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

#right-column {
  display: flex;
  flex-direction: column;
}

#aggregate_data {
  align-items: center;
}


#tripleContainer {
  display: flex;
  flex: 3;
}


#pie_graph > div > div > svg:nth-child(3) > g.infolayer > g.legend {
  pointer-events: all;
  transform: translate(30px, 349px);
}

#ts-selector-outer {
  margin-bottom: 1rem;
  width: 50%;
}

#gauge-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  /* margin-top: 5vh; */
  /* align-items: center; */
}

.gauges {
  margin-bottom: -50px;
  padding-bottom: 0px;
}

.sc-VigVT.dHABtm {
  font-size: 12pt;
}

#sel_coordinates {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
}

#sel_coordinates > div{
  margin-right: 1rem;
}