.vector-map{overflow:hidden;position:relative}.vector-map div{max-width:100%;overflow:hidden}.vector-map svg{fill:#fff;cursor:pointer;transform-box:fill-box}.vector-map svg path{-webkit-transition:fill .2s ease-out;transition:fill .2s ease-out}.vector-map-toolbar{position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.vector-map-toolbar .btn{margin:.4rem}.vector-map-tooltip{background-color:#6d6d6d;border-radius:.25rem;padding:6px 16px;font-size:14px;pointer-events:none;color:#fff;opacity:0;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;text-align:center}.vector-map-tooltip.show{opacity:1}@media(pointer:coarse){.vector-map-tooltip.show{opacity:0}}.vector-map-dragged svg{cursor:crosshair}.vector-map-dragged .vector-map-tooltip.show{opacity:0}.vector-map-legend{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.vector-map-legend,.vector-map-legend__item{display:-webkit-box;display:-ms-flexbox;display:flex}.vector-map-legend__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vector-map-legend__color{width:40px;height:20px}.vector-map-marker:focus,.vector-map-marker path:focus{outline:none}.vector-map-marker .pin-inner-circle,.vector-map .animated-circle{pointer-events:none}