#dash_clock_time { font-variant-numeric: tabular-nums; }
    font-variant-numeric: tabular-nums;
}

.dash-kpi-shape {
    width: 100px;
    transform: rotateZ(90deg);
    bottom: -6px !important;
}

#dash_wa_wallet_credit {
    font-size: calc(1.3rem - (var(--char-count, 8) * 0.06rem)) !important;
}

@media (min-width: 1400px) {
    #dash_wa_wallet_credit {
        font-size: calc(1.7rem - (var(--char-count, 8) * 0.06rem)) !important;
    }
}

.dash-kpi-shape-10 {
    right: -10px !important;
}

.dash-kpi-shape-14 {
    right: -14px !important;
}

.dash-kpi-shape-hue {
    filter: hue-rotate(240deg);
}

#dash_hourly_chart {
    min-height: 200px;
}

#dash_wa_qr_img {
    width: calc(100% - 16px) !important;
    height: calc(100% - 16px) !important;
    object-fit: contain;
    position: absolute;
    top: 8px;
    left: 8px;
}

.dash-qr-container {
    width: 200px;
    height: 200px;
}