.bim-viewer-container {
    width: 100%;
    height: 600px;
    position: relative;
    margin: 20px 0;
}

#xeokit_canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f0f0f0;
    background-image: linear-gradient(#f0f0f0, #ffffff);
}

.bim-viewer-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #666;
}

#myNavCubeCanvas {
    z-index: 200;
    width: 200px !important;
    height: 200px !important;
}

#myAxisGizmoCanvas {
    z-index: 200;
    width: 100px !important;
    height: 100px !important;
} 