.notif-bar-parent {
  position: relative;
  width: 100%;
  /* background: #1B1B22; */
  z-index: 9;
  /* display: none; */
  border-bottom: 1px solid #eaeaea;
  transition: all .3s ease
  height: 40px;
}

.notif-bar {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  display: none;
}
.notif-bar[data-ef=marquee] {
  display: block;
}
.notif-bar__container {
  /* max-width: 1200px; */
  max-width: 1342px;
  margin: auto;
  display: flex;
  align-items: center;
  height: 40px;
}
.notif-bar__label {
  margin-right: 20px;
  position: relative;
  color: #FF8106;
  font-weight: bold;
  flex-shrink: 0;
}
.notif-bar__label:before {
  position: absolute;
  width: 1px;
  background: #FF8106;
  right: -10px;
  content: "";
  top: 0;
  height: 100%;
}
.notif-bar__label--bg {
  /* background: linear-gradient(to right, #ec8a44 5%, #ff6d06 15%, #ff6d06 30%, #ec8a44 100%); */
  background: #4444d7;
  background-size: 200% auto;
  color: #fff;
  animation: shine 2s linear infinite;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.notif-bar__label--bg:before {
  content: unset;
}
.notif-bar__text {
  /* color: #fff; */
  color: #333;
}

.notif-bar__text p {
  /* color: #fff; */
  margin: 0 !important
}
.marquee-container {
  overflow: hidden;
}

/*# sourceMappingURL=module.css.map */
