html, body, #cesiumContainer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Override container DashLite untuk full page map */
.nk-content,
.nk-content-body,
.container-xl,
.wide-xl {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

/* Buat peta full page */
#cesiumContainer {
    height: 100vh !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
}

/* Hide default Cesium UI elements */
.cesium-viewer-animationContainer,
.cesium-viewer-timelineContainer,
.cesium-viewer-bottom,
.cesium-viewer-fullscreenContainer {
    display: none !important;
}

.measurementUI {
    position: absolute;
    top: 10px;
    background: rgba(40, 40, 40, 0.8);
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-family: sans-serif;
    z-index: 1;
}

#heightMeasurementPanel {
    left: 10px;
}

.measurementUI button {
    margin-top: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.measurementUI p {
    margin: 5px 0;
}

.cesium-widget-credits {
    display: none !important;
}

#customCesiumLabel {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: white;
    font-size: 12px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    z-index: 10;
    pointer-events: none;
}