.fullscreen-icon {
background-image:url('https://scribiomemo.com/plugins/auto/gis/v5.4.0/lib/leaflet/plugins/images/icon-fullscreen.svg');
background-size:26px 52px
}

.fullscreen-icon.leaflet-fullscreen-on {
background-position:0 right -26px
}

.leaflet-touch .fullscreen-icon {
background-position:2px right 2px
}

.leaflet-touch .fullscreen-icon.leaflet-fullscreen-on {
background-position:2px right -24px
}

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

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

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

.leaflet-control-minimap {
border:solid #ffff 4px;
box-shadow:0 1px 5px #000000a6;
border-radius:3px;
background:#f8f8f9;
transition:all .6s
}

.leaflet-control-minimap a {
background-color:#ffff;
background-repeat:no-repeat;
z-index:99999;
transition:all .6s
}

.leaflet-control-minimap a.minimized-bottomright {
-webkit-transform:rotate(180deg);
transform:rotate(180deg);
border-radius:0
}

.leaflet-control-minimap a.minimized-topleft {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
border-radius:0
}

.leaflet-control-minimap a.minimized-bottomleft {
-webkit-transform:rotate(270deg);
transform:rotate(270deg);
border-radius:0
}

.leaflet-control-minimap a.minimized-topright {
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
border-radius:0
}

.leaflet-control-minimap-toggle-display {
background-image:url('https://scribiomemo.com/plugins/auto/gis/v5.4.0/lib/leaflet/plugins/images/toggle.svg');
background-size:cover;
position:absolute;
border-radius:0 3px 0 0
}

.leaflet-oldie .leaflet-control-minimap-toggle-display {
background-image:url('https://scribiomemo.com/plugins/auto/gis/v5.4.0/lib/leaflet/plugins/images/toggle.png')
}

.leaflet-control-minimap-toggle-display-bottomright {
bottom:0;
left:0
}

.leaflet-control-minimap-toggle-display-topleft {
top:0;
right:0;
-webkit-transform:rotate(180deg);
transform:rotate(180deg)
}

.leaflet-control-minimap-toggle-display-bottomleft {
bottom:0;
right:0;
-webkit-transform:rotate(90deg);
transform:rotate(90deg)
}

.leaflet-control-minimap-toggle-display-topright {
top:0;
left:0;
-webkit-transform:rotate(270deg);
transform:rotate(270deg)
}

.leaflet-oldie .leaflet-control-minimap {
border:1px solid #999
}

.leaflet-oldie .leaflet-control-minimap a {
background-color:#fff
}

.leaflet-oldie .leaflet-control-minimap a.minimized {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.leaflet-bar a:focus,.leaflet-bar a:active {
background-color:#f4f4f4!important;
outline:none;
color:inherit!important;
border-color:inherit!important
}