/* MISTER FAST LiveMapChat WEB V2.1.4 — Map full-window mode */
.mf52-map-fullscreen{
  position:absolute;
  top:14px;
  right:14px;
  z-index:1200;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid rgba(0,61,165,.18);
  border-radius:12px;
  background:#fff;
  color:#003DA5;
  font-size:24px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  box-shadow:0 5px 18px rgba(0,27,69,.18);
}
.mf52-map-fullscreen:hover{background:#FFC400;color:#003DA5}
.mf52-map-fullscreen:focus-visible{outline:3px solid rgba(255,196,0,.65);outline-offset:2px}

body.mf214-map-window{overflow:hidden!important}
body.mf214-map-window .mf514-map-pane{
  position:fixed!important;
  inset:0!important;
  z-index:99990!important;
  width:100vw!important;
  max-width:none!important;
  height:100vh!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  background:#fff!important;
  display:block!important;
}
body.mf214-map-window .mf514-map-toolbar,
body.mf214-map-window .mf6192-driver-section{
  display:none!important;
}
body.mf214-map-window .mf514-map-wrap{
  position:absolute!important;
  inset:0!important;
  width:100vw!important;
  height:100vh!important;
  min-height:0!important;
  margin:0!important;
  border-radius:0!important;
}
body.mf214-map-window #mf514Map{
  width:100%!important;
  height:100%!important;
  min-height:100vh!important;
}
body.mf214-map-window .mf52-map-fullscreen{
  position:fixed!important;
  top:16px!important;
  right:16px!important;
  z-index:100050!important;
  background:#003DA5!important;
  color:#fff!important;
  border-color:#fff!important;
}
body.mf214-map-window .mf52-map-fullscreen:hover{background:#FFC400!important;color:#003DA5!important}
body.mf214-map-window .mf532-radius-panel,
body.mf214-map-window .mf514-estimate,
body.mf214-map-window .mf514-locate,
body.mf214-map-window .mf521-map-quick{z-index:100020!important}

@media (max-width:900px){
  .mf52-map-fullscreen{width:40px;height:40px;font-size:21px;top:10px;right:10px}
}
