/* MISTER FAST LiveMapChat WEB V3.4.4
   Sidebar Toggle — White Enterprise Style
   Scope: sidebar collapse/expand handle only. */

body.mf-desktop-shell-body .mf212-sidebar-toggle,
body.mf-web-full-blue-sidebar-v2112 .mf212-sidebar-toggle,
body.mf-web-google-layout-v212 .mf212-sidebar-toggle {
  z-index: 3200 !important;
  width: 34px !important;
  min-width: 34px !important;
  height: 74px !important;
  padding: 0 !important;
  border: 1px solid #d8e4f2 !important;
  border-left: 0 !important;
  border-radius: 0 17px 17px 0 !important;
  background: rgba(255,255,255,.98) !important;
  color: #003DA5 !important;
  box-shadow: 0 8px 22px rgba(0,45,105,.18) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  transition:
    background-color .18s ease,
    color .18s ease,
    box-shadow .18s ease,
    transform .18s ease !important;
}

body.mf-desktop-shell-body .mf212-sidebar-toggle:hover,
body.mf-desktop-shell-body .mf212-sidebar-toggle:focus-visible,
body.mf-web-full-blue-sidebar-v2112 .mf212-sidebar-toggle:hover,
body.mf-web-full-blue-sidebar-v2112 .mf212-sidebar-toggle:focus-visible,
body.mf-web-google-layout-v212 .mf212-sidebar-toggle:hover,
body.mf-web-google-layout-v212 .mf212-sidebar-toggle:focus-visible {
  background: #FFC400 !important;
  color: #003DA5 !important;
  border-color: #FFC400 !important;
  box-shadow: 0 10px 26px rgba(0,45,105,.24) !important;
  transform: translateX(1px) !important;
  outline: none !important;
}

body.mf-desktop-shell-body .mf212-sidebar-toggle:active,
body.mf-web-full-blue-sidebar-v2112 .mf212-sidebar-toggle:active,
body.mf-web-google-layout-v212 .mf212-sidebar-toggle:active {
  transform: translateX(1px) scale(.97) !important;
}

body.mf-desktop-shell-body .mf212-sidebar-toggle span,
body.mf-web-full-blue-sidebar-v2112 .mf212-sidebar-toggle span,
body.mf-web-google-layout-v212 .mf212-sidebar-toggle span {
  color: inherit !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-shadow: none !important;
}

@media (max-width: 900px) {
  body.mf-desktop-shell-body .mf212-sidebar-toggle,
  body.mf-web-full-blue-sidebar-v2112 .mf212-sidebar-toggle,
  body.mf-web-google-layout-v212 .mf212-sidebar-toggle {
    width: 32px !important;
    min-width: 32px !important;
    height: 66px !important;
    border-radius: 0 16px 16px 0 !important;
  }
}
