.notify-wrapper {
  position: relative;
  min-height: 1px;
}

.notify-wrapper .jnotify-item-wrapper {
  margin: 0 0 8px;
}

.notify-wrapper-oneattime .jnotify-item-wrapper {
  margin-bottom: 0;
}

.jnotify-item {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid #d2d8df;
  border-radius: 8px;
  background: #f5f8fb;
  color: #213042;
  font-size: 13px;
  line-height: 1.4;
}

.jnotify-item--error {
  background: #fff2f2;
  border-color: #ebbbbb;
  color: #7f2323;
}

.jnotify-item-icon {
  flex: 0 0 auto;
  margin-top: 1px;
  min-width: 10px;
  font-weight: 700;
}

.jnotify-item-text {
  flex: 1 1 auto;
}

.jnotify-item-close {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  flex: 0 0 auto;
  margin: 0;
  padding: 0 0 0 8px;
  font-size: 18px;
  line-height: 1;
}

.jnotify-item-close:hover,
.jnotify-item-close:focus-visible {
  opacity: 0.7;
}

@media (max-width: 768px) {
  #StatusBar,
  #StatusBar2 {
    position: static !important;
    width: 100% !important;
    margin-top: 0 !important;
  }

  #Notification,
  #Notification2 {
    position: static !important;
    width: 100% !important;
    right: auto !important;
    margin-top: 10px !important;
  }

  .notify-wrapper .jnotify-item-wrapper {
    margin-bottom: 10px;
  }
}
