.czar7-force-news{
  width:100%!important;
  min-height:42px!important;
  height:42px!important;
  background:#071126!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  padding:0 24px!important;
  overflow:hidden!important;
  position:relative!important;
  z-index:999999!important;
  direction:rtl!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}
.czar7-force-news-label{
  flex:0 0 auto!important;
  background:linear-gradient(135deg,#7c3cff,#9b5cff)!important;
  color:#fff!important;
  padding:7px 14px!important;
  border-radius:999px!important;
  font-weight:900!important;
  font-size:13px!important;
}
.czar7-force-news-window{
  flex:1!important;
  overflow:hidden!important;
  height:42px!important;
  display:flex!important;
  align-items:center!important;
}
.czar7-force-news-track{
  display:flex!important;
  align-items:center!important;
  gap:34px!important;
  white-space:nowrap!important;
  animation:czar7ForceNewsRtl 38s linear infinite!important;
}
.czar7-force-news-window:hover .czar7-force-news-track{
  animation-play-state:paused!important;
}
.czar7-force-news-item{
  color:#fff!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:800!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
}
.czar7-force-news-item span{
  color:#d39b2b!important;
  font-size:11px!important;
}
@keyframes czar7ForceNewsRtl{
  0%{transform:translateX(-35%)}
  100%{transform:translateX(35%)}
}
body[dir="ltr"] .czar7-force-news{direction:ltr!important}
body[dir="ltr"] .czar7-force-news-track{animation-name:czar7ForceNewsLtr!important}
@keyframes czar7ForceNewsLtr{
  0%{transform:translateX(35%)}
  100%{transform:translateX(-35%)}
}
body.theme-czar7 .czar7-force-news{background:#071225!important}
body.theme-czar7 .czar7-force-news-label{background:#c98922!important}
body.theme-ifada .czar7-force-news{background:#020f0e!important}
body.theme-ifada .czar7-force-news-label{background:#d9a441!important;color:#041f1d!important}
@media(max-width:700px){
  .czar7-force-news{padding:0 12px!important}
  .czar7-force-news-label{display:none!important}
  .czar7-force-news-item{font-size:13px!important}
}