.chartContent > svg[data-v-4ca4cbfe] {
  width: 100% !important;
  border-radius: 8px;
}
.dark[data-v-4ca4cbfe] {
  color: #000;
}
.descripcionText[data-v-4ca4cbfe] {
  width: 60% !important;
}
.gchart text[data-v-4ca4cbfe] {
  font-family: "Hind", sans-serif !important;
}
.radius[data-v-4ca4cbfe] {
  border-radius: 8px !important;
}
.card-title[data-v-4ca4cbfe] {
  font-size: 1.125rem !important;
}

.chartContent > svg[data-v-2c72e6b4] {
  width: 100% !important;
}
.dark[data-v-2c72e6b4] {
  color: #000;
}
.descripcionText[data-v-2c72e6b4] {
  width: 60% !important;
}
.radius[data-v-2c72e6b4] {
  border-radius: 8px !important;
}
.card-title[data-v-2c72e6b4] {
  font-size: 1.125rem !important;
}

.text-saludo[data-v-5cc331ec] {
  font-size: 1.5rem !important;
}

.empty-state-card[data-v-f0a34c50] {
    border: 2px dashed #E0E0E0;
    border-radius: 12px;
    background-color: white;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.custom-loader[data-v-f0a34c50] {
    -webkit-animation: loader-f0a34c50 1s infinite linear;
            animation: loader-f0a34c50 1s infinite linear;
}
@-webkit-keyframes loader-f0a34c50 {
from { -webkit-transform: rotate(0); transform: rotate(0);
}
to { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}
@keyframes loader-f0a34c50 {
from { -webkit-transform: rotate(0); transform: rotate(0);
}
to { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}

