/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.notification-top-bar {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 48px;
  width: 100%;
  padding: 0px 15px;
  background: #eb121a;
  text-align: center;
  color: #FFFFFF;
  z-index: 99;
}

.notification-top-bar-disable {
  display: none;
}

.notification-top-bar-active {
  display: flex !important;
}

@media (min-width: 768px) {
  .notification-top-bar {
    padding: 0px 30px;
  }
}

.notification-top-bar p {
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0px;
  flex: 12;
}

@media (min-width: 768px) {
  .notification-top-bar p {
    font-size: 22px;
  }
}

.notification-top-bar a {
  padding: 15px 0px;
  border-radius: 3px;
  text-decoration: underline !important;
  color: #FFFFFF !important;
  cursor: pointer !important;
  font-family: inherit;
}

.notification-top-bar a:hover {
  color: #FFFFFF !important;
}

.notification-top-bar .close-btn {
  text-align: right;
  flex: 1;
  width: 15px;
  text-decoration: none !important;
  background: none !important;
  color: #FFFFFF !important;
  border: none;
  cursor: pointer;
  font-weight: bold;
}
.topset-loggedin{
  top:27px!important;
}