.WorldMap{height:100%;overflow:hidden;position:relative}.WorldMap .container{height:100%;overflow:hidden!important;position:relative}.WorldMap svg{aspect-ratio:1.51729323;fill:var(--db-bg);stroke:rgba(0,0,0,.27058823529411763)}.WorldMap svg path{-webkit-transition:all 10s;transition:all 10s}.WorldMap .legend{position:absolute;left:0;top:0;padding:5px 10px;background:rgba(0,0,0,.6666666666666666);color:#fff;border-radius:7px}.WorldMap .heatMap{position:absolute;right:0;bottom:0;z-index:2;width:150px;height:20px}.WorldMap .heatMap .colors{height:10px}.WorldMap .heatMap .heatLegend{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:9px}.WorldMap .detailInfo{position:absolute;left:10px;top:10px;width:clamp(200px,40%,1000px);height:calc(100% - 20px);-webkit-transform:translateX(-1000px);transform:translateX(-1000px);-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;z-index:10}.WorldMap .detailInfo.visible{-webkit-transform:translateX(0);transform:translateX(0)}.WorldMap .detailInfo .loading{text-align:center}.WorldMap .detailInfo .background,.WorldMap .detailInfo .content{position:absolute;left:0;top:0;width:100%;height:100%}.WorldMap .detailInfo .background{background:var(--db-color);opacity:.85;border-radius:6px}.WorldMap .detailInfo .content{padding:10px;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.WorldMap .detailInfo .close{position:absolute;right:5px;top:0;cursor:pointer;font-size:25px}