.hotengine-notify-container {
  z-index: 99999;
  color: #fff;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  position: fixed;
}
.hotengine-notify-container.top-left { left: 0px; top: 0px; }
.hotengine-notify-container.top-right { right: 0px; top: 0px; }
.hotengine-notify-container.bottom-left { left: 0px; bottom: 0px; }
.hotengine-notify-container.bottom-right { right: 0px; bottom: 0px; }
.hotengine-notify-container.center { top: 0px; width: 50%; left: 25%; }

.hotengine-notify-container.center .hotengine-notify-item {
  margin-left: auto;
  margin-right: auto;
}

.hotengine-notify-item {
  background-color: #000;
  opacity: 0.9;
  width: 250px;
  padding: 11px;
  margin: 10px;
  text-align: left;
  border-radius: 5px;
  min-height: 40px;
  transition: opacity 0.4s ease;
}

.hotengine-notify-item.hotengine-notify-highlight {
  background: #000 !important;
  color: #fff;
}

.hotengine-notify-item.hotengine-notify-highlight.error {
  background-color: rgb(255, 81, 81) !important;
}

.hotengine-notify-item.hotengine-notify-highlight.warning {
  background-color: rgb(86 6 6) !important;
}

.hotengine-notify-item.hotengine-notify-highlight a { 
  color: inherit; 
  text-decoration: underline; 
}

.hotengine-notify-header {
  font-weight: bold;
  font-size: .85em;
  margin-bottom: 3px;
}

.hotengine-notify-close {
  background-color: transparent;
  color: inherit;
  border: none;
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
  padding: 0px; 
  margin: 0px;
  line-height: 1;
}

@media print {
  .hotengine-notify-container { display: none; }
}

.hotengine-notify-closer {
  background-color: #000 !important;
  opacity: 0.9;
  width: 250px;
  padding: 4px 10px;
  margin: 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  transition: opacity 0.4s ease;
}

.hotengine-notify-closer.hotengine-notify-highlight.error {
  background-color: rgb(255, 81, 81) !important;
}

.hotengine-notify-closer.hotengine-notify-highlight.warning {
  background-color: rgb(86 6 6) !important;
}
  

.hotengine-notify-close-all::after {  content: '[ Close all ]'; }
html[lang="ru"] .hotengine-notify-close-all::after {  content: '[ Закрыть все ]';}
html[lang="uk"] .hotengine-notify-close-all::after {  content: '[ Закрити все ]';}
html[lang="pl"] .hotengine-notify-close-all::after {  content: '[ Zamknij wszystko ]';}

