#map {
    width      : 100%;
    height     : 100%;
    min-width  : 0;
    min-height : 0;
}

/*Customize the elevation plot with light-dark colors*/

.main-svg {
    background: transparent !important;
}

.ytick * {
    fill: var(--custom-text-color) !important; 
}

.xtick * {
    fill: var(--custom-text-color) !important; 
}

.xgrid, .ygrid {
    stroke : var(--custom-gridline-color) !important;
}

.nsewdrag {
    fill : transparent !important;
}

.bg {
    fill : transparent !important;
}

.xzl.zl.crisp {
    stroke: transparent !important;
}

.xtitle, .ytitle {
    fill : var(--custom-text-color) !important;
}