/* Force white text on all subscribe modal buttons/links (email, sms, teams, slack, etc) */
#subscribe-btn-email.flat-button,
#subscribe-btn-sms.flat-button,
#subscribe-btn-teams.flat-button,
#subscribe-btn-slack.flat-button,
.subscribe-modal .flat-button.full-width,
.sp-subscribe-modal .flat-button.full-width,
.statuspage-subscribe-modal .flat-button.full-width,
.modal .flat-button.full-width,
.sp-modal .flat-button.full-width,
.statuspage-modal .flat-button.full-width {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
/* Ensure button returns to default style when not hovered, focused, or active */
.show-updates-dropdown:not(:hover):not(:focus):not(:active) {
  background: #2D8CFF !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: transparent !important;
  text-decoration: none !important;
}
/* --- Robust .show-updates-dropdown styles using real text only --- */
.show-updates-dropdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2D8CFF;
  color: #fff !important;
  border: 2px solid;
  border-color: transparent;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 18px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  min-width: 160px;
  min-height: 40px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: relative;
}
.show-updates-dropdown:hover,
.show-updates-dropdown:focus,
.show-updates-dropdown:active,
.show-updates-dropdown:hover:link,
.show-updates-dropdown:focus:link,
.show-updates-dropdown:active:link,
.show-updates-dropdown:hover:visited,
.show-updates-dropdown:focus:visited,
.show-updates-dropdown:active:visited {
  background: #fff !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  border-color: #000 !important;
  text-decoration: none !important;
}
.show-updates-dropdown:hover *,
.show-updates-dropdown:focus *,
.show-updates-dropdown:active * {
  color: #000 !important;
}
/* Report an Incident button: black text on hover */
.seequent-header-link.incident:hover,
.seequent-header-link.incident.hover,
.seequent-header-link.incident:focus,
.seequent-header-link.incident:active {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}

/* Subscribe to Updates button: match hover style to Report an Incident */
.seequent-branded-subscribe-btn:hover,
.seequent-branded-subscribe-btn:focus,
.seequent-branded-subscribe-btn:active {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}
/* Force black text in updates dropdown and directions */
.updates-dropdown, .updates-dropdown *, .updates-dropdown .directions, .updates-dropdown .directions * {
  color: #000 !important;
}
/* Force black text in subscribe modal and its content */
.sp-subscribe-modal, .subscribe-modal, .statuspage-subscribe-modal, .modal, .sp-modal, .statuspage-modal {
  color: #000 !important;
}
.sp-subscribe-modal *, .subscribe-modal *, .statuspage-subscribe-modal *, .modal *, .sp-modal *, .statuspage-modal * {
  color: #000 !important;
}
/* Match Bentley StatusPage hero content width */
.seequent-hero-content {
  max-width: 800px;
  margin: 0 auto;
}
/* Move container down by 50px */
.container {
  margin-top: 50px;
}
/* Force StatusPage subscribe modal/widget to be visible and on top */
.sp-subscribe-modal, .subscribe-modal, .statuspage-subscribe-modal, .modal, .sp-modal, .statuspage-modal {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 10000 !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
}

/* If the modal uses a backdrop, ensure it's visible too */
.sp-modal-backdrop, .modal-backdrop, .statuspage-modal-backdrop {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9999 !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  background: rgba(0,0,0,0.5) !important;
}
html, body {
  margin: 0 !important;
  padding: 0 !important;
}

/* Default StatusPage hero/header is now visible for subscribe button */

.horizontal-header {
  margin-bottom: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 56px;
  z-index: 9999;
  display: flex;
  align-items: center;
  padding: 0 24px;
  background-color: #1E1F23;
}

.custom-hero {
  position: relative;
  /* z-index removed to avoid stacking context issues with modal */
  margin-top: 56px !important;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(to right, #004e92, #000428);
  color: white;
  padding: 40px 10%;
  text-align: left;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.custom-hero h1 {
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.custom-hero p {
  margin-top: 0;
  font-size: 1.1rem;
  color: #fff;
}

.subscribe-updates-btn {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000;
  margin: 0;
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
  align-self: center;
  display: inline-block;
  margin-top: 24px;
}
.subscribe-updates-btn:hover {
  background: #f2f2f2 !important;
  color: #000 !important;
  border-color: #000;
}

/* Ensure StatusPage subscribe button is visible and styled */
.subscribe-button, .sp-subscribe-btn, .statuspage-subscribe-button {
  display: inline-block !important;
  background: #2D8CFF !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  padding: 0.75rem 2rem !important;
  cursor: pointer !important;
  margin: 16px 0 !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s, border 0.2s !important;
}
.subscribe-button:hover, .sp-subscribe-btn:hover, .statuspage-subscribe-button:hover {
  background: #1e6fd6 !important;
  color: #fff !important;
}

/* Seequent branded subscribe button styles (moved from HTML) */
.seequent-branded-subscribe-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background: #2D8CFF;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  cursor: pointer;
  min-width: 240px;
  min-height: 56px;
  padding: 16px 32px;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.subscribe-button[style*="display:none"],
.sp-subscribe-btn[style*="display:none"],
.statuspage-subscribe-button[style*="display:none"] {
  display: inline-block !important;
}

/* Header row layout */
.seequent-header-row {
  display: flex;
  align-items: center;
  width: 100%;
}

/* Logo container */
.seequent-logo-container {
  width: 200px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Header links */
.seequent-header-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}

.seequent-header-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 18px;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: background 0.15s, border 0.15s;
  margin-right: 4px;
  display: flex;
  align-items: center;
  position: relative;
}
.seequent-header-link.history {
  margin-right: 32px;
}
.seequent-header-link.incident {
  background: #2D8CFF;
}
.seequent-header-link.hover,
.seequent-header-link:focus,
.seequent-header-link:active {
  background: #23242a;
}
.seequent-header-link.incident.hover,
.seequent-header-link.incident:focus,
.seequent-header-link.incident:active {
  background: #1e6fd6;
}

/* Status bar indicator */
.seequent-status-bar-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 120px;
  background: #fff;
  border-radius: 2px;
  transition: none;
  pointer-events: none;
  opacity: 0;
}

/* Hero background and layout */
.seequent-hero-bg {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('https://myseequentpublic.blob.core.windows.net/myseequent-images/home_header_background.jpg');
  background-size: cover;
  background-position: center;
  min-height: 220px;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
}

.seequent-hero-content {
  flex: 1;
}

.seequent-hero-subscribe-wrapper {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 320px;
  min-height: 120px;
  position: relative;
}

@media (max-width: 900px) {
  .custom-hero {
    padding: 32px 4vw;
    text-align: left;
  }
  .subscribe-updates-btn {
    margin-top: 1.5rem;
    width: 100%;
  }
  .horizontal-header {
    padding: 0 8px;
  }
  .hero-section {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 16px;
  }
  .subscribe-updates-btn {
    margin-top: 1.5rem;
    width: 100%;
  }
}

.container .page-status.status-none {
  background-color: #fefefe !important; /* Eggshell */
  border: 1.5px solid #e0e0e0 !important;
  color: #000 !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  margin: 0 !important;
  padding: 24px 16px !important; /* Halved the vertical padding */
  border-radius: 12px !important;
  text-align: center !important;
  margin-top: -86px !important; /* Overlap hero by 50% of box height */
  z-index: 1; /* Lowered to ensure modals appear above */
  position: relative;
}

.container .page-status.status-none h2.status,
.container .page-status .last-updated-stamp {
 color: #fff !important;
}

.custom-hero h1 {
 font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
 font-weight: 600;
 font-size: 2.25rem;
 letter-spacing: -0.5px;
 margin-bottom: 10px;
}

footer {
 background-color: #000;
 color: #fff;
 padding: 20px 0;
}

footer a {
 color: #fff;
 text-decoration: underline;
}

footer a:hover {
 color: #ccc;
}


.container .page-status.status-none h2.status {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #000 !important; /* Black text */
  margin: 0 !important;
}

.container .page-status .last-updated-stamp {
  display: block !important;
  margin-top: 8px !important;
  font-size: 0.85rem !important;
  color: #666 !important;
}

/* Icon remains green for operational */
.container .page-status.status-none h2.status::before {
  content: "\f058"; /* check-circle */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #2e7d32;
  font-size: 1em;
  vertical-align: middle;
  line-height: 1;
  background: #fefefe;
  border-radius: 50%;
  padding: 12px;
  box-sizing: content-box;
}


.fa, .group-parent-indicator {
  display: inline-block !important;
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Pro', 'FontAwesome', Arial, sans-serif !important;
  font-weight: 400;
  font-size: 1em;
  color: inherit;
  vertical-align: middle;
}

.group-parent-indicator {
  user-select: none;
  outline: none;
}

.group-parent-indicator, .group-parent-indicator * {
  user-select: none;
  outline: none;
}

.group-parent-indicator::selection, .group-parent-indicator *::selection {
  background: transparent;
}

.far {
  font-family: 'Font Awesome 5 Free', 'FontAwesome', Arial, sans-serif !important;
  font-weight: 400 !important;
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  margin-bottom: 2rem;
}
.hero-content {
  flex: 1;
  padding-left: 0;
}
.subscribe-updates-btn {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000;
  margin: 0;
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
  align-self: center;
}
.subscribe-updates-btn:hover {
  background: #f2f2f2 !important;
  color: #000 !important;
  border-color: #000;
}
/* Ensure StatusPage subscribe button is visible and styled */
.subscribe-button, .sp-subscribe-btn, .statuspage-subscribe-button {
  display: inline-block !important;
  background: #2D8CFF !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  padding: 0.75rem 2rem !important;
  cursor: pointer !important;
  margin: 16px 0 !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s, border 0.2s !important;
}
.subscribe-button:hover, .sp-subscribe-btn:hover, .statuspage-subscribe-button:hover {
  background: #1e6fd6 !important;
  color: #fff !important;
}
/* Remove any hiding of subscribe buttons */
.subscribe-button[style*="display:none"],
.sp-subscribe-btn[style*="display:none"],
.statuspage-subscribe-button[style*="display:none"] {
  display: inline-block !important;
}
/* Ensure StatusPage subscribe button is visible and styled, and remove any hiding */
.subscribe-button, .sp-subscribe-btn, .statuspage-subscribe-button {
  display: inline-block !important;
  background: #2D8CFF !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  padding: 0.75rem 2rem !important;
  cursor: pointer !important;
  margin: 16px 0 !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s, border 0.2s !important;
}
.subscribe-button:hover, .sp-subscribe-btn:hover, .statuspage-subscribe-button:hover {
  background: #1e6fd6 !important;
  color: #fff !important;
}
.subscribe-button[style*="display:none"],
.sp-subscribe-btn[style*="display:none"],
.statuspage-subscribe-button[style*="display:none"] {
  display: inline-block !important;
}

/* Seequent Footer Styles */
.seequent-footer {
  background-color: black;
  color: white;
  padding: 20px 0;
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
.seequent-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.seequent-footer-text {
  color: white;
  margin: 0;
}
.seequent-footer-link {
  color: white;
  text-decoration: underline;
}
.seequent-footer-link:hover,
.seequent-footer-link:focus {
  color: #2D8CFF;
  text-decoration: underline;
}
.seequent-footer-separator {
  color: white;
  margin: 0 0.5em;
}

/* Hide the empty modal/sidebar causing layout issues */
#subscribe-modal-wn3s7f56dqh {
  display: none !important;
}