body.attach_status_messages_enable div[class*="messages--"]:not(.messages--scheduled_maintenance) {
  display: none;
}

body.scheduled_maintenance_enable .messages--scheduled_maintenance {
  display: none;
}

.page-load-progress-lock-screen {
  z-index: 10000000 !important;
}

#noty_layout__bottomCenter {
  bottom: -3px;
  max-width: 1170px;
  text-align: center;
  width: 75%;
}

#noty_layout__topCenter {
  max-width: 1170px;
  text-align: center;
  top: -3px;
  width: 100%;
}

.noty_theme__bootstrap-v3.noty_type__scheduled_maintenance {
  background-color: #ffff00;
  color: #3c763d;
  border-color: #d6e9c6;
}

.messages--scheduled_maintenance {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent !important;
  background-color: #ffff00 !important;
  background-image: url(/core/misc/icons/787878/cog.svg) !important;
  box-shadow: -8px 0 0 #77b259;
}
