/* initial_custom.css */
.footer-links {
  text-align: center;
}

.footer-links ul li {
  display: inline;
}


.footer-links ul li:not(:last-child)::after {
  content: ' | ';
}

.legend-item-hidden {
  display: none !important;
}

.components-uptime-link.history-footer-link>a {
  display: none;
}

body>div.layout-content.status.status-full-history.starter>div.container>div.history-nav.border-color {
  display: none;
}

#btnContainer > .font-largest {
    cursor: pointer;
}

/* show_utc_and_local_time.css */
.time-block {
  text-align: left;
  background-color: transparent;
  color: #555555;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}


.time-info {
  margin: 0;
  padding: 0;
}


.pull-right {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.pull-right .time-block {
  text-align: left;
  background-color: transparent;
  color: #555555;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}


.time-label {
  color: #666666;
  font-weight: normal;
  margin-right: 5px;
}



.highlighted-time-block {
  text-align: left;
  background-color: #fffbcc;
  color: #333333;
  padding: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  border: 2px solid #ffd700;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}


.highlighted-time-label {
  color: #d2691e;
  font-weight: bold;
  margin-right: 5px;
  text-transform: uppercase;
}


/* support_login_and_company_logo_header.css */
.sp-custom-header {
  width: 100%;
  background: transparent;

}


.sp-custom-header .sp-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;

  padding: 8px 0;
}


.sp-custom-header {
  --sp-blue: #2684ff;
  --sp-blue-hover: #1d6fe8;
  --sp-blue-active: #155eca;
  --sp-white: #ffffff;
}


.sp-custom-header .sp-btn,
.sp-custom-header .updates-dropdown-container>a#show-updates-dropdown,
.sp-custom-header #show-updates-dropdown,
.sp-custom-header .updates-dropdown-container>button#show-updates-dropdown,
.sp-custom-header #replace-with-subscribe a,
.sp-custom-header #replace-with-subscribe button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  height: 40px !important;
  min-width: 180px !important;
  padding: 10px 16px !important;
  white-space: nowrap !important;

  border-radius: 6px !important;

  border: 2px solid transparent !important;
  box-sizing: border-box !important;

  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  text-decoration: none !important;

  transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out, transform .06s ease-out !important;
}


.sp-custom-header .updates-dropdown-container>a#show-updates-dropdown,
.sp-custom-header #show-updates-dropdown,
.sp-custom-header .updates-dropdown-container>button#show-updates-dropdown,
.sp-custom-header #replace-with-subscribe a,
.sp-custom-header #replace-with-subscribe button {
  background: var(--sp-blue) !important;
  color: var(--sp-white) !important;
  border-color: var(--sp-blue) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

.sp-custom-header .updates-dropdown-container>a#show-updates-dropdown:hover,
.sp-custom-header #show-updates-dropdown:hover,
.sp-custom-header .updates-dropdown-container>button#show-updates-dropdown:hover,
.sp-custom-header #replace-with-subscribe a:hover,
.sp-custom-header #replace-with-subscribe button:hover {
  background: var(--sp-blue-hover) !important;
  border-color: var(--sp-blue-hover) !important;
}

.sp-custom-header .updates-dropdown-container>a#show-updates-dropdown:active,
.sp-custom-header #show-updates-dropdown:active,
.sp-custom-header .updates-dropdown-container>button#show-updates-dropdown:active,
.sp-custom-header #replace-with-subscribe button:active,
.sp-custom-header #replace-with-subscribe a:active {
  background: var(--sp-blue-active) !important;
  border-color: var(--sp-blue-active) !important;
  transform: translateY(1px) !important;
}


.sp-custom-header .sp-btn--outline {
  background: transparent !important;
  color: var(--sp-blue) !important;
  border-color: var(--sp-blue) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.sp-custom-header .sp-btn--outline:hover {
  background: var(--sp-blue) !important;
  color: var(--sp-white) !important;
}

.sp-custom-header .sp-btn--outline:active {
  background: var(--sp-blue-active) !important;
  border-color: var(--sp-blue-active) !important;
  transform: translateY(1px) !important;
}


.sp-custom-header .updates-dropdown {}


@media (max-width: 420px) {
  .sp-custom-header .sp-actions {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
}