/* .wrapper__flashnews {
  position: relative;
  top: 0;
  z-index: 100;
  width: 100%;
  display: flex;
}

.wrapper__flashnews.bottom {
  position: fixed;
  top: 95px;
}

.flashnews__title {
  background: linear-gradient(90deg, #48c6ef 0%, #6f86d6 100%);
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  height: 30px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flashnews__title .fw-regular {
  font-size: 22px;
  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 5px;
  display: flex;
  align-items: center;
}

.item-news.whites {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.item-news.whites:hover {
  color: #ffce21;
}

.non-padding-custom {
  padding-left: 0px;
  padding-right: 0px;
}

.non-margin-custom {
  margin-left: 0px;
  margin-right: 0px;
}

.marquee-flashnews {
  height: 30px;
  display: flex;
  align-items: center;
} */

.wrapper__flashnews {
  position: relative;
  top: 0;
  z-index: 100;
  width: 100%;
  display: flex;
}

.wrapper__flashnews.bottom {
  position: fixed;
  top: 95px;
  /* top: 0px; */
}

.flashnews__title {
  background: linear-gradient(90deg, #48c6ef 0%, #6f86d6 100%);
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  height: 30px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flashnews__title .fw-regular {
  font-size: 22px;
  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 5px;
  display: flex;
  align-items: center;
}

.item-news.white {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}

.item-news.white:hover {
  color: #ffce21;
}

.item-news.white a {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: unset;
}

.item-news.white a:hover {
  color: #ffce21;
}

.non-padding-custom {
  padding-left: 0px;
  padding-right: 0px;
}

.non-margin-custom {
  margin-left: 0px;
  margin-right: 0px;
}

.marquee-flashnews {
  height: 30px;
  display: flex;
  align-items: center;
}

.flashnews__live-color {
  color: #fece21;
  font-weight: bold;
}