.broadcast-banner-top {
  position: absolute;
  top: 0;
  width: 100%;
}

.message {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.dash {
  margin-right: 5px;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
}

.message-alert {
  background-color: #FFCDBD;
}

.message-warning {
  background-color: #FFE9CA;
}

.message-info {
  background-color: #B7DCFF;
}

.message-title {
  font-weight: bold;
  margin-right: 5px;
}


.broadcast-message {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}
