/**
 * MISTER FAST LiveMapChat WEB V3.5.9
 * Floating Chat Safe Scroll
 */

:root{
  --mf359-chat-safe-top: 10px;
  --mf359-chat-safe-bottom: 10px;
  --mf359-chat-safe-height: calc(100vh - 20px);
}

@media (min-width:901px){
  body.mf-desktop-shell-body .mf514-chat-pane{
    box-sizing:border-box!important;
    max-height:var(--mf359-chat-safe-height)!important;
    overflow:hidden!important;
  }

  body.mf-desktop-shell-body .mf514-chat-pane:not(.is-minimized){
    min-height:250px!important;
  }

  body.mf-desktop-shell-body .mf514-chat-pane .mf-lmc-chat-panel,
  body.mf-desktop-shell-body .mf514-chat-pane .mf-desktop-clean-chat{
    display:flex!important;
    flex-direction:column!important;
    height:100%!important;
    min-height:0!important;
    max-height:100%!important;
    overflow:hidden!important;
  }

  body.mf-desktop-shell-body .mf514-chat-pane .mf-desktop-chat-body,
  body.mf-desktop-shell-body .mf514-chat-pane .mf-lmc-messages,
  body.mf-desktop-shell-body .mf514-chat-pane [data-mf-chat-messages]{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
  }

  body.mf-desktop-shell-body .mf514-chat-pane .mf-desktop-chat-composer,
  body.mf-desktop-shell-body .mf514-chat-pane .mf-lmc-composer{
    flex:0 0 auto!important;
  }

  body.mf-desktop-shell-body .mf514-chat-pane.mf359-clamped{
    transition:top .12s ease,height .12s ease!important;
  }

  body.mf-desktop-shell-body .mf514-chat-pane.is-dragging{
    transition:none!important;
  }
}
