/**
 * MISTER FAST LiveMapChat WEB V4.2.1
 * Header Cleanup & News Marquee Fix
 */

.mf21-commandbar{
  display:none!important;
}

.mf21-side-tools{
  display:flex!important;
}

.mf16-workspace-header.mf3532-inline-news-header{
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:10px!important;
  min-width:0!important;
  overflow:hidden!important;
}

.mf3532-inline-news{
  flex:1 1 0!important;
  width:0!important;
  min-width:0!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  overflow:hidden!important;
  white-space:nowrap!important;
}

.mf3532-news-label{
  position:relative!important;
  z-index:2!important;
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  padding-right:10px!important;
  margin:0!important;
  background:#fff!important;
  color:#003DA5!important;
  white-space:nowrap!important;
  line-height:1!important;
}

.mf3532-news-viewport{
  position:relative!important;
  flex:1 1 0!important;
  width:0!important;
  min-width:0!important;
  height:100%!important;
  display:block!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 22px,#000 calc(100% - 22px),transparent 100%)!important;
  mask-image:linear-gradient(90deg,transparent 0,#000 22px,#000 calc(100% - 22px),transparent 100%)!important;
}

.mf3532-news-track{
  position:absolute!important;
  left:0!important;
  top:50%!important;
  display:inline-flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:14px!important;
  width:max-content!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  white-space:nowrap!important;
  line-height:1!important;
  animation:none!important;
  transition:none!important;
  transform:translate3d(0,-50%,0);
  will-change:transform!important;
}

.mf3532-news-track > *{
  flex:0 0 auto!important;
  white-space:nowrap!important;
}

.mf3532-news-track i{
  font-style:normal!important;
  color:#b6c6db!important;
}

.mf3532-news-track b{
  color:#003DA5!important;
}

.mf3532-inline-news-header .mf16-header-tools{
  position:static!important;
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-width:max-content!important;
  margin:0!important;
  padding:0!important;
  z-index:3!important;
}

.mf3532-inline-news-header .mf16-header-tools > button{
  flex:0 0 auto!important;
}

@media (min-width:901px){
  .mf16-workspace-header.mf3532-inline-news-header{
    padding-right:10px!important;
  }
}

@media (max-width:900px){
  .mf16-workspace-header.mf3532-inline-news-header{
    gap:7px!important;
  }

  .mf3532-news-label{
    padding-right:6px!important;
    font-size:12px!important;
  }

  .mf3532-news-track{
    gap:10px!important;
    font-size:12px!important;
  }

  .mf3532-inline-news-header .mf16-header-tools{
    gap:4px!important;
  }
}
