/* Info Banner - Generated: 2026-03-27 */
@keyframes systedo-info-banner-fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes systedo-info-banner-fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
#systedo-info-banner {
  all: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 48px;
  padding: 12px;
  background-color: #25b89B;
  color: #FFFFFF;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  z-index: 2147483647;
  animation: systedo-info-banner-fadeIn 0.3s ease-out;
}
@media (max-width: 767px) {
  #systedo-info-banner {
    top: auto;
    bottom: 0;
    font-size: 12px;
    min-height: auto;
    padding: 6px 32px 6px 6px;
    gap: 6px;
    animation: systedo-info-banner-fadeUp 0.3s ease-out;
  }
  #systedo-info-banner .close-btn {
    right: 6px;
  }
  .p-scroll-top,
  .btn-back-to-top,
  .back-to-top,
  [class*="scroll-top"],
  [class*="scrollTop"],
  #scrollTop {
    bottom: 60px !important;
  }
}
#systedo-info-banner * {
  box-sizing: border-box;
  font-family: inherit;
  color: inherit;
}
#systedo-info-banner a:hover {
  opacity: 0.9;
}
#systedo-info-banner .close-btn {
  position: absolute;
  right: 12px; top: 50%; transform: translateY(-50%);
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  opacity: 0.8;
}
#systedo-info-banner .close-btn:hover {
  opacity: 1;
}
.site-msg.information {
  display: none !important;
}