.wrapper__flashnews.bottom {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
.wrapper__flashnews.top {
  width: 100%;
}
.row.fix_nav.flashnews--top {
  height: 95px;
}
.container.flashnews--top {
  margin-top: 30px;
}
.flashnews__title {
  background: linear-gradient(90deg, #48c6ef 0%, #6f86d6 100%);
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  height: 30px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flashnews__title .fw-regular {
  font-size: 14px;
  font-family: roboto-light;
  font-weight: 400;
  font-style: italic;
}
.flashnews__title img {
  margin-left: 5px;
  margin-right: 5px;
}
.flashnews__item-news img {
  margin-left: 20px;
  margin-right: 20px;
}
.flashnews__item-news {
  background: #232323;
  height: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.item-news.white a {
  font-weight: 100;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
.item-news.white a:hover {
  color: #ffce21;
}
.item-news.white {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.marquee-flashnews {
  height: 30px;
  display: flex;
  align-items: center;
}
.wrapper__flashnews--flex {
  display: flex;
}
.wrapper__flashnews-right {
  width: 100%;
}
.wrapper__flashnews-left {
  width: 15%;
}
.flashnews__live-color {
  color: #fece21;
  font-weight: 700;
}
