/* ------------------
-----------new-tickers-------
---------------- */
.ansarel-latest-news {
  background-color: #eff2fe;
  overflow: hidden;
  min-height: 50px;
  position: relative;
}
.ansarel-latest-news .acmeticker-wrap {
  height: 100%;
}
.ansarel-latest-news .ansarel-ticker-media {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #5751E1;
  color: #5751E1;
  fill: #5751E1;
  text-align: center;
  line-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ansarel-latest-news .ansarel-ticker-media.icon {
  border-radius: 50%;
}
.ansarel-latest-news .ansarel-ticker-media .ansarel-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ansarel-latest-title {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  background-color: #eff2fe;
  color: #fff;
  height: 100%;
  padding-right: 15px;
  z-index: 9;
  display: flex;
  align-items: center;
}

.ansarel-latest-news-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  height: 100%;
  align-content: center;
}
.ansarel-latest-news-slider.stop-ticker {
  right: 0;
  left: 0;
}
.ansarel-latest-news-slider .js-marquee {
  line-height: 0;
  display: flex;
}

.ansarel-latest-heading {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
  fill: #fff;
  height: 100%;
  background-color: #5751E1;
  padding: 10px 15px;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.ansarel-latest-list {
  margin: 0 10px;
  color: #5751E1;
  display: inline-flex;
  align-items: center;
}

.ansarel-latest-news-inner {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.ansarel-latest-play {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 10px 15px;
  background-color: #eff2fe;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ansarel-latest-play span {
  font-size: 16px;
  color: #5751E1;
  line-height: 23px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .ansarel-latest-heading {
    display: none;
  }
}/*# sourceMappingURL=news-ticker.css.map */