.refresh-icon {
	background-image: url('../img/btn-refresh.svg');
	background-size: 26px 52px;
}

.refresh-icon.leaflet-refresh-on {
	background-position: 0 -26px;
}

.leaflet-touch .refresh-icon {
	background-position: 4px -8px;
}

.leaflet-touch .refresh-icon.leaflet-refresh-on {
	background-position: 2px -24px;
}

/* Safari still needs this vendor-prefix: https://caniuse.com/mdn-css_selectors_refresh */
/* stylelint-disable-next-line selector-no-vendor-prefix */
.leaflet-container:-webkit-refresh {
	width: 100% !important;
	height: 100% !important;
	z-index: 99999;
}

.leaflet-container:refresh {
	width: 100% !important;
	height: 100% !important;
	z-index: 99999;
}

.leaflet-pseudo-refresh {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 99999;
}
