/* MISTER FAST LiveMapChat WEB V2.1.10
   Tight Map/Chat seam: panels touch with a slim draggable divider. */
:root{
  --mf212-handle:6px;
}

@media (min-width:901px){
  body.mf-web-tight-seam-v2110 .mf514-grid,
  body.mf-web-tight-seam-v2110 .mf514-window.is-expanded .mf514-grid,
  body.mf-web-tight-seam-v2110 .mf514-window.is-map-fullscreen .mf514-grid,
  body.mf-web-tight-seam-v2110 .mf514-window.mf593-map-hidden .mf514-grid,
  body.mf-web-tight-seam-v2110 .mf514-window.mf59-map-open .mf514-grid{
    grid-template-columns:var(--mf212-sidebar) minmax(420px,1fr) 6px minmax(0,var(--mf212-chat))!important;
    column-gap:0!important;
    gap:0!important;
  }

  body.mf-web-tight-seam-v2110.mf212-chat-collapsed .mf514-grid{
    grid-template-columns:var(--mf212-sidebar) minmax(420px,1fr) 6px 0!important;
  }

  body.mf-web-tight-seam-v2110 .mf514-map-pane{
    margin:0!important;
    border-right:0!important;
    box-shadow:none!important;
  }

  body.mf-web-tight-seam-v2110 .mf514-chat-pane{
    margin:0!important;
    border-left:0!important;
    box-shadow:none!important;
  }

  body.mf-web-tight-seam-v2110 .mf59-edge-handle{
    width:6px!important;
    min-width:6px!important;
    max-width:6px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:#003DA5!important;
    overflow:visible!important;
    position:relative!important;
    z-index:2200!important;
    cursor:col-resize!important;
  }

  body.mf-web-tight-seam-v2110 .mf59-edge-handle::before{
    width:6px!important;
    height:100%!important;
    border-radius:0!important;
    background:#003DA5!important;
    opacity:1!important;
  }

  body.mf-web-tight-seam-v2110 .mf59-edge-handle span{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    width:28px!important;
    height:72px!important;
    border:1px solid #d8e2ef!important;
    border-radius:14px!important;
    background:#fff!important;
    color:#003DA5!important;
    box-shadow:0 6px 18px rgba(15,42,79,.18)!important;
    display:grid!important;
    place-items:center!important;
    z-index:3!important;
  }

  body.mf-web-tight-seam-v2110 .mf59-edge-handle:hover span,
  body.mf-web-tight-seam-v2110 .mf59-edge-handle:focus-visible span{
    background:#FFC400!important;
    color:#003DA5!important;
    border-color:#FFC400!important;
  }

  body.mf-web-tight-seam-v2110 .mf514-chat-head,
  body.mf-web-tight-seam-v2110 .mf514-chat-tabs,
  body.mf-web-tight-seam-v2110 .mf514-chat-body,
  body.mf-web-tight-seam-v2110 .mf514-composer{
    margin-left:0!important;
  }
}
