body {
  background-color: #111217;
  margin: 0;
}

.charts_container {
  flex-wrap: wrap;
  gap: 10px;
  width: calc(100% - 30px);
  max-width: calc(100% - 30px);
  padding: 15px;
  display: flex;
}

.charts_container .gauge_container {
  align-items: center;
  height: 100%;
  display: flex;
}

.charts_container .cell {
  background-color: #181b1f;
  border-radius: 10px;
  min-width: 0;
  height: 33vh;
  min-height: 0;
}

.charts_container .cell.col-1 {
  flex: 0 0 calc(33.3333% - 6.66667px);
}

.charts_container .cell.col-2 {
  flex: 0 0 calc(50% - 5px);
}

.charts_container .cell.col-3 {
  flex: 0 0 100%;
}

.charts_container .gauge_label {
  color: #ccccdc;
  text-align: center;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.charts_container .gauge {
  width: 50%;
  position: relative;
}

.charts_container .gauge_value_container {
  text-align: center;
  color: #ccccdc;
  justify-content: center;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}

@media screen and (width <= 1200px) {
  .charts_container .cell {
    padding: 50px 0;
    flex-basis: 100% !important;
    height: auto !important;
  }
}
/*# sourceMappingURL=kapi.coffy-prod.com.c92073ef.css.map */
