#chart_container_wrapper .chart-container-navigator {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}

#chart_container_wrapper .chart-container-navigator .nav-item .nav-link {
  width: 7vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: .875rem;
}

.chart-tab {
    /* max-height: 70vh; */
    position: absolute;
    top: 6.54rem;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .5rem;
    overflow-y: auto;
    overflow-x: hidden;
}

/*
.chart-menu {
  max-height: 20vh;
  overflow: auto;
  border-bottom: 2px solid #343a40;
}
*/

/*
.chart-menu .card.card-body {
  background: transparent;
  border: 0;
  padding-bottom: .15rem;
}
*/

.chart-link ul {
  list-style: none;
  padding-left: 0;
  font-size: .875rem;
}

#chart_container_wrapper .chart-canvas.chartjs-render-monitor {
  background: rgba(248, 249, 250, 0.74);
}

#chart_container_wrapper .chart-legend ul {
  list-style: none;
  text-align: center;
}

#chart_container_wrapper .chart-legend ul li {
  display: inline-table;
  cursor: pointer;
  margin: 10px 5px 0px;
}

#chart_container_wrapper .chart-legend ul li.hidden {
  filter: grayscale(100%) opacity(.3) blur(0.2px) invert(1);
}

#chart_container_wrapper .chart-legend ul li span {
  width: 5vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: .875rem;
  color: #f8f9fa;
  padding: 1px 10px;
  border-radius: 1rem;
}


#chart_container_wrapper .chart-legend ul li.hidden span {
  border: 1px solid;
}

#chart_container_wrapper .chart-legend p {
  margin-bottom: 0;
}

.pie-container{
  position: relative;
  height:30vh;
}

.chart-container {
  position: relative;
}

.chart-container .collapse {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.chart-container .collapse.show {
  width: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.9);
}

.chart-container .collapsing {
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
}

.chart-container  .collapse > .card-body,
.chart-container .collapsing > .card-body {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}


.chart-blurred {
  filter: blur(3px);
}

#analytics_container #chart_container_wrapper .chart-legend ul li span {
 width: 10vw;
}

#analytics_container #chart_container_wrapper .chart-legend{
  position: relative;
  height:20vh;
  overflow: auto;
  margin: auto;
}

#analytics_container #chart_container_wrapper .chart-container{
  height:30vh;
}

@media(max-width:1024px)  {
  #chart_container_wrapper .chart-container-navigator .nav-item .nav-link {
    width: 15vw;
  }

  #chart_container_wrapper .chart-legend ul li span {
    width: 8vw;
  }
}

@media(max-width:768px) {
  .chart-container {
    width: 95.1vw;
    height: 40vh;
  }

  #analytics_container #chart_container_wrapper .chart-legend ul li span {
    width: 20vw;
  }


  #chart_container_wrapper .chart-container-navigator .nav-item .nav-link {
    width: 45vw;
  }

  #chart_container_wrapper .chart-legend ul li span {
    width: 12vw;
  }
}

@media only screen and (min-width:319px) and (max-width:575.98px) {
  #chart_container_wrapper .chart-legend ul li span {
    width: 20vw;
  }

  #chart_container_wrapper .chart-container-navigator .nav-item .nav-link {
    width: 30vw;
  }
}

