.notification-bar {
  position: relative;
  background-color: #e0dbdb;
  color: white;
  padding: 5px;
  text-align: center;
}

.notification-bar p {
  font-size: 10px;
  margin: 0px;
}

.notification-close {
  position: absolute;
  top: 3px;
  right: 10px;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
  background: #ffffff;
  padding: 3px 6px;
  border-radius: 100%;
  transition: 0.3s all;
  font-family: var(--font-text);
}

.notification-close:hover {
  background: #ff5722;
}
