/* MISTER FAST LiveMapChat WEB Theme V2.1.12
   Full-height blue sidebar from WEB header to footer. WEB only. */
:root{
  --mf2112-sidebar-blue:#063f88;
  --mf2112-sidebar-blue-deep:#052f68;
  --mf2112-seam:#0a49a8;
}

@media (min-width:901px){
  body.mf-web-full-blue-sidebar-v2112 .mf514-grid{
    background:linear-gradient(90deg,var(--mf2112-sidebar-blue) 0,var(--mf2112-sidebar-blue) var(--mf212-sidebar-width,260px),#fff var(--mf212-sidebar-width,260px))!important;
  }

  body.mf-web-full-blue-sidebar-v2112 .mf514-sidebar{
    align-self:stretch!important;
    height:calc(100vh - var(--mf218-header-h))!important;
    min-height:calc(100vh - var(--mf218-header-h))!important;
    max-height:calc(100vh - var(--mf218-header-h))!important;
    margin:0!important;
    padding-bottom:18px!important;
    background:linear-gradient(180deg,var(--mf2112-sidebar-blue) 0%,var(--mf2112-sidebar-blue-deep) 100%)!important;
    border-right:0!important;
    box-shadow:none!important;
  }

  body.mf-web-full-blue-sidebar-v2112 .mf514-sidebar::before,
  body.mf-web-full-blue-sidebar-v2112 .mf514-sidebar::after{
    background:transparent!important;
  }

  body.mf-web-full-blue-sidebar-v2112 .mf514-sidebar .mf514-brand{
    flex:0 0 auto!important;
    background:transparent!important;
  }

  body.mf-web-full-blue-sidebar-v2112 .mf514-sidebar .mf514-menu{
    flex:1 1 auto!important;
    min-height:0!important;
    margin-bottom:0!important;
    background:transparent!important;
  }

  body.mf-web-full-blue-sidebar-v2112 .mf514-sidebar .mf514-menu::after{
    content:'';
    display:block;
    min-height:18px;
  }

  body.mf-web-full-blue-sidebar-v2112 .mf212-sidebar-toggle{
    z-index:3100!important;
    width:34px!important;
    min-width:34px!important;
    height:82px!important;
    padding:0!important;
    border:1px solid #d7e2f0!important;
    border-left:0!important;
    border-radius:0 16px 16px 0!important;
    background:#fff!important;
    color:#064aa8!important;
    box-shadow:0 7px 20px rgba(0,36,84,.16)!important;
  }

  body.mf-web-full-blue-sidebar-v2112 .mf212-sidebar-toggle:hover,
  body.mf-web-full-blue-sidebar-v2112 .mf212-sidebar-toggle:focus-visible{
    background:#FFC400!important;
    color:#003DA5!important;
  }

  body.mf-web-full-blue-sidebar-v2112.mf212-sidebar-collapsed .mf514-grid{
    background:linear-gradient(90deg,var(--mf2112-sidebar-blue) 0,var(--mf2112-sidebar-blue) var(--mf212-sidebar-collapsed,72px),#fff var(--mf212-sidebar-collapsed,72px))!important;
  }
}

@media (max-width:900px){
  body.mf-web-full-blue-sidebar-v2112 .mf514-sidebar{
    background:linear-gradient(180deg,var(--mf2112-sidebar-blue) 0%,var(--mf2112-sidebar-blue-deep) 100%)!important;
  }
}
