html, body { background-color:#101010; width: 100%; height: 100%; margin: 0; }
html { overflow: hidden; }
body { overflow: hidden; }
.search-input { position: absolute; left: 1rem; top: 1rem; right: 1rem; }
.subzone-border { stroke-width: 1; fill: transparent; stroke: #ffffff80; }
.actor, .spawn { stroke: #000000; stroke-width: 10; }
.actor-type-1 { stroke: #eb0000; }
.actor-type-2 { stroke: #5d5dfe; }
.actor-type-3 { stroke: #018801; }
.actor-type-4 { stroke: #038282; }
.actor-type-5 { stroke: #b25f01; }
.gizmo-type-4 { stroke: #0ff; }
.spawn { stroke: #747474; cursor: pointer; }
.sno-name-Dungeon-Location-0 { stroke: #fff; }
.spawn-type-UberSubzone-Chest-t1 { stroke: #fbff00; }
.spawn-type-UberSubzone-Chest-t2 { stroke: #ff9500; }
.spawn-type-UberSubzone-Chest-t3 { display: none; }
.spawn-type-UberSubzone-Harbinger { stroke: #ffff00; }
.spawn-type-UberSubzone-ChestGuardian { display: none; }
.spawn-type-UberSubzone-Chest-test { stroke: #eb0000}
.non-scaling-text {
    vector-effect: non-scaling-stroke;
    font-size: 12px; /* Default font size */
    fill: #fff;
}