/* MISTER FAST LiveMapChat WEB V2.1.13
   Functional Login / Logout wiring. WEB only. */
.mf-web-auth-system-v2113 .mf2113-login-link{
  display:flex;
  align-items:center;
  gap:11px;
  width:100%;
  min-width:0;
  color:#fff!important;
  text-decoration:none!important;
  cursor:pointer;
}
.mf-web-auth-system-v2113 .mf2113-login-link b,
.mf-web-auth-system-v2113 .mf2113-login-link small{color:#fff!important}
.mf-web-auth-system-v2113 .mf2113-login-link small{opacity:.78}
.mf-web-auth-system-v2113 .mf2113-login-link:hover{background:rgba(255,255,255,.10)}
.mf-web-auth-system-v2113 .mf2113-login-link:focus-visible{
  outline:3px solid #FFC400;
  outline-offset:3px;
}
.mf-web-auth-system-v2113 .mf2111-account-center{display:flex;align-items:center;min-width:0}
.mf-web-auth-system-v2113 .mf2111-account-center>.mf2111-account-trigger{min-width:0;flex:1 1 auto}
.mf-web-auth-system-v2113 .mf2113-direct-logout{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  margin-left:8px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:10px;
  color:#fff!important;
  background:rgba(255,255,255,.08);
  font-size:11px;
  font-weight:800;
  line-height:1;
  text-decoration:none!important;
  white-space:nowrap;
}
.mf-web-auth-system-v2113 .mf2113-direct-logout:hover,
.mf-web-auth-system-v2113 .mf2113-direct-logout:focus-visible{
  background:#d92d20;
  border-color:#d92d20;
  color:#fff!important;
  outline:none;
}
@media(max-width:1100px){
  .mf-web-auth-system-v2113 .mf2113-direct-logout{padding:7px;font-size:0}
  .mf-web-auth-system-v2113 .mf2113-direct-logout::before{content:'↪';font-size:15px}
}
