body {
    padding-top: 60px;
}

#mapnya {
    height: 100%;
    width: 100%;
    border: 1px solid silver;
}

.legend {
    background: white;
    line-height: 1.5em;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    font-family: sans-serif;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 6px;
    opacity: 0.8;
}

.angka-besar {
    font-size: 1.8rem;
}

@keyframes pulse {
    0% { transform: scale(0.8); opacity: 0.8; }
    70% { transform: scale(1.8); opacity: 0; }
    100% { transform: scale(0.8); opacity: 0; }
}
.pulse-circle {
    border-radius: 50%;
    position: absolute;
    width: 32px;
    height: 32px;
    background: rgba(0,255,0,0.5);
    animation: pulse 2s infinite ease-out;
}

.panel-performance {
    display: flex;
}

.panel-performance canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.panel-performance .card {
    flex: 1;
    min-width: 0;
    height: 300px;
}

.table-performance th {
    font-size: 0.7rem;
}
.table-performance td {
    font-size: 0.7rem;
}

.kotak {
    min-width: 160px !important;
    min-height: 140px !important;
}