.mapWrapperAcc {
  font-family: 'Source Sans Pro', sans-serif;
  margin-top:5px;
  position: absolute;
  background: #080C16;
  z-index: 10;
  width: 100%;
  height: calc(100vh - 10px);
}
#mapBefAcc {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: calc(57.5vw);
    height: 100%;
    z-index: 0;
    cursor: pointer;
  }
  #mapAftAcc {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: calc(42.5vw);
    height: 100%;
    z-index: 0;
    cursor: pointer;
    right: 0px;
  }

  #acc-wrapper {
    background: rgba(0,0,0,0.5);
    position: absolute;
    height: 24vh;
    width: 22vw;
    right: 42.5%;
    transform: translateX(50%);
    top: 170px;
    bottom: 60%;
    padding: 6px;
    z-index: 3;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #overallSummary {
    height: 280px;
    flex-direction: column;
    justify-content: space-around;
  }
  #overallTitle {
    align-items: center;
    font-size: 2.8vmin;
    font-weight: 600;
    color: white;
    text-align: center;
    margin-top: -1vw;
    margin-bottom: -1vw;
  }
  #overallSmallText{
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 4px;
    font-size: 2.0vmin;
    font-weight: 500;
    color: white;
    height: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #overallValue {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2vh;
    padding-bottom: 1vh;
    font-size: 5.2vmin;
    font-weight: 600;
    color: white;
    height: 6vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .overallDescript {
    align-items: center;
    font-size: 1.6vmin;
    margin-left: 0.4vw;
    margin-right: 0.4vw;
    font-weight: 200;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 10vmin;
  }


  #filter-wrapper-Acc {
    position: absolute;
    left: 20px;
    top: 130px;
    font-weight: 500;
    width: calc(18vmin + 135px);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-shadow: 2px 2px 4px #000000;
    z-index: 10;
  }

  .sessionAcc_trip {
    width: 100%;
    color: white;
    font-size: calc(0.5vw + 8px);
  }
  .sessionAcc_meas {
    color: white;
    width: 100%;
    font-size: calc(0.5vw + 8px);
  }

.legend-box{
  position: absolute;
  left: 1vw;
  bottom: 6vh;
  width: 16vw;
  height: 28vh;
  color: white;
  font-weight: 500;
  background-color: black;
  opacity: 0.4;
  border-radius: 10px;
}
.legend-wrapper{
    position: absolute;
    left: 1vw;
    bottom: 6vh;
    width: 16vw;
    height: 28vh;
    color: white;
    font-weight: 500;
    border-radius: 10px;
}
.legendTitle{
  position: relative;
  padding-top: 0px;
  padding-bottom: 0.8vh;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  font-size: 1.6vmin;
  text-align: left;
}
.legendBoxes{
  position: absolute;
  padding-left: 0.5vw;
  margin-top: -1.6vh;
}
.legendBox{
  position: relative;
  margin-top: 5.2px;
  width: min(1.6vh, 1.6vw);
  height: min(1.6vh, 1.6vw);
  border-radius: 4px;
  background-color: black;
}
.legendText{
  position:absolute;
  line-height: 7px;
  font-size: 1.4vmin;
  margin-top: -2vh;
  margin-left: 2.2vw;
  color: white;
  font-weight: 500;
  text-align: left;
  flex-direction: column;
}

.sliderContainer {
  color: white;
  margin-top: 4vh;
}
.sliderAccContentAbsolute {
  position: absolute;
  width: 14vw;
  font-size: 1.6vmin;
  font-weight: 300;
  color: white;
}
.sliderAccContentRelative {
  position: absolute;
  width: 14vw;
  font-size: 1.6vmin;
  font-weight: 300;
  color: white;
}
.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 1vh;
  border-radius: 5px;
  background: #9c9c9c;
  outline: none;
  opacity: 1;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: min(1.8vh, 1.8vw); /* Set a specific slider handle width */
  height: min(1.8vh, 1.8vw); /* Slider handle height */
  border-radius: 50%;
  background: #ffffff; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

@media screen and (max-width: 1070px), (max-height: 670px){
  #filter-wrapper-Acc {
    display: none;
  }

}
