
.theme--dark.v-sheet .v-card__title[data-v-9c71c5a6] {
  color: white !important;
}
.section-title[data-v-9c71c5a6] {
  font-size: 40px;
}
@media (max-width: 768px) {
.card-dashboard-title[data-v-9c71c5a6],
  .card-dashboard-title-black[data-v-9c71c5a6],
  .section-title[data-v-9c71c5a6] {
    font-size: 20px !important;
}
.card-dashboard-value-black[data-v-9c71c5a6],
  card-dashboard-value[data-v-9c71c5a6] {
    font-size: 18px !important;
}
}
.yellow-xcards[data-v-9c71c5a6] {
  border-radius: 17px;
  background-size: cover;
  background-image: url("/box/yellow-box.svg");
}
.green-xcards[data-v-9c71c5a6] {
  border-radius: 17px;
  background-size: cover;
  background-image: url("/box/green-box.svg");
}
.white-xcards[data-v-9c71c5a6] {
  border-radius: 17px;
  background-size: cover;
  background-image: url("/box/white-box.svg");
}


.chart-wrapper[data-v-192598b9] {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 8px 1px #e4e4e4;
  border-radius: 5px;
  overflow: auto;
}
.chart[data-v-192598b9] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

