.container{
  /*position: relative;*/
  height: 100%;
  max-height: 100%;
  display: inline-block;
}

.card-body{
  height: 100%;
  max-height: 100%;
}

.chart-wrapper{
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 100%;
}
.inner-wrapper{
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.chart-container{
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}

.map-container{
  position: relative;
  height: 70vh !important;
  width: 100%;
  max-height: 100%;
}

.nav-link, .mr-4, .fa-comments{
  cursor: pointer;
}