@-webkit-keyframes leaflet-gestures-fadein {0% {opacity: 0;}}@keyframes leaflet-gestures-fadein {0% {opacity: 0;}}.leaflet-container:after {-webkit-animation: leaflet-gestures-fadein .8s;animation: leaflet-gestures-fadein .8s;color: #fff;font-size: 2em;display: flex;justify-content: center;align-items: center;padding: 15px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, .5);z-index: 500;pointer-events: none;}.leaflet-gesture-handling-touch-warning:after, .leaflet-gesture-handling-scroll-warning:after {-webkit-animation: leaflet-gestures-fadein 0.8s;animation: leaflet-gestures-fadein 0.8s;}.leaflet-gesture-handling-touch-warning:after {content: attr(data-gesture-handling-touch-content);}.leaflet-gesture-handling-scroll-warning:after {content: attr(data-gesture-handling-scroll-content);}
