@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body.status, .color-primary, .color-primary:hover, .layout-content.status-index .status-day .update-title.impact-none a, .layout-content.status-index .status-day .update-title.impact-none a:hover, .layout-content.status-index .timeframes-container .timeframe.active, .layout-content.status-full-history .month .incident-container .impact-none, .layout-content.status.status-index .incidents-list .incident-title.impact-none a, .incident-history .impact-none, .layout-content.status .grouped-items-selector.inline .grouped-item.active, .layout-content.status.status-full-history .history-nav a.current, .layout-content.status.status-full-history .history-nav a:not(.current):hover, div[id^="subscribe-modal"] .modal-header .close, .grouped-item-label, #uptime-tooltip .tooltip-box .tooltip-content .related-events .related-event a.related-event-link{
  color:#00225a;
}

/* ===== Imagicle Statuspage Header ===== */
.imagicle-header {
  width: 100%;
    background-color: #00c0f0;
    position: fixed;
    z-index: 99;
    top: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.imagicle-header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.layout-content.status .custom-header-container {
    overflow-wrap: break-word;
    margin-bottom: 120px;
}

.layout-content.status.status-incident  .custom-header-container {
    overflow-wrap: break-word;
    margin-bottom: 120px;
}

/* Logo */
.imagicle-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.imagicle-logo {
  height: 58px;
  width: auto;
  display: block;
}


.imagicle-logo-fallback {
  display: none;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.2px;
}


.imagicle-logo-link:has(img[style*="display: none"]) .imagicle-logo-fallback {
  display: inline-block;
}

/* Right actions */
.imagicle-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Buttons */
.imagicle-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  line-height: 1;
  white-space: nowrap;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: 700;
  font-weight: 700;
}

/* Contact button (filled) */
.imagicle-btn-contact {
  background-color: #00225a;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 25px;
  font-size: 16px;
    padding: 6px 15px;
   font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: 700;
  font-weight: 700;
}

.imagicle-btn-contact:hover {
    background-color: #FFFFFF;
    color: #00225a;
}

#show-updates-dropdown {
   background-color: #00225a;
    color: #FFFFFF;
  border-color:#00225a;
    text-transform: uppercase;
  border-radius: 25px;
  font-size: 16px;
    padding: 6px 15px;
   font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: 700;
  font-weight: 700;
}
#show-updates-dropdown:hover {
    background-color: #FFFFFF;
    color: #00225a;
}

/* Status button (outlined) */
.imagicle-btn-status {
  
  
    background-color: #00225a;
    color: #FFFFFF;
  border-color:#00225a;
    text-transform: uppercase;
  border-radius: 25px;
  font-size: 16px;
    padding: 6px 15px;
   font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: 700;
  font-weight: 700;
}

.imagicle-btn-status:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

/* Icon */
.imagicle-btn-icon {
  display: inline-flex;
  align-items: center;
}

.imagicle-btn-icon svg {
  display: block;
}


.custom-footer-container {
    background: #00c0f0;
    color: white;
    text-align: center;
    padding: 20px;
}
.custom-footer-container a{
    color: white;
    padding: 10px;
    margin: 0;
    display: inline-block;
}

.custom-footer-container a:hover{
    color: #00225a;
}

div.status-day.no-incidents{
  display:none
}

.page-footer {
  border:none;
}

a[aria-label="Back to current status"]{
    background-color: #00225a;
    color: #FFFFFF;
  border-color:#00225a;
    text-transform: uppercase;
  border-radius: 25px;
  font-size: 16px;
    padding: 6px 15px;
  display:inline-block;
   font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: 700;
  font-weight: 700;
}
a[aria-label="Back to current status"] .current-status-arrow {
  display:none;
}

.history-footer-link {
     background-color: #00225a;
    color: #FFFFFF;
  border-color:#00225a;
    text-transform: uppercase;
  border-radius: 25px;
  font-size: 16px;
    padding: 6px 15px;
  display:inline-block;
   font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: 700;
  font-weight: 700;
}

.history-footer-link:hover {
  background-color: #00c0f0;
  color: #ffffff;
  border-color: #00225a;
}

a[aria-label="Back to current status"]{
    background-color: #00225a;
    color: #FFFFFF;
  border-color:#00225a;
    text-transform: uppercase;
  border-radius: 25px;
  font-size: 16px;
    padding: 6px 15px;
  display:inline-block;
   font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: 700;
  font-weight: 700;
}

a[aria-label="Back to current status"]:hover {
  background-color: #00c0f0;
  color: #ffffff;
  border-color: #00225a;
}

.layout-content.status.status-full-history .history-header .pagination a, .layout-content.status.status-full-history .uptime-header .pagination a {
  -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    display: inline-block;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    border-width: 1px;
    border-style: solid;
    background: #00225a;
	  border-color:#00225a;
    color: white;
}
.layout-content.status.status-full-history .history-header .left-arrow:before, .layout-content.status.status-full-history .uptime-header .left-arrow:before{
  color:white;
}

.layout-content.status.status-full-history .history-header .right-arrow:before, .layout-content.status.status-full-history .uptime-header .right-arrow:before {
   color:white;
}

.layout-content.status.status-full-history .history-header .pagination a:hover, .layout-content.status.status-full-history .uptime-header .pagination a:hover {
  background: #00c0f0;
	  border-color:#00c0f0;
}

.component-selector .show-filter {
      border-color: #00225a !important;
  	background-color: #00225a !important;
  color:white !important;
    border-radius: 25px  !important;
    text-transform: uppercase  !important;
    font-size: 14px  !important;
    padding: 6px 15px  !important;
   font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: 700;
  font-weight: 700;
}
.component-selector:hover .show-filter {
      border-color: #00c0f0 !important;
  	background-color: #00c0f0 !important;
  color:white !important;
}

/* Responsive */
@media screen and (max-width: 650px) {
    .layout-content.status .custom-header-container {
        margin-bottom: 100px;
    }
}

@media (max-width: 600px) {
  .imagicle-header-container {
    padding: 12px 16px;
  }

  .imagicle-logo {
    height: 44px;
  }

  .imagicle-btn {
    padding: 6px 12px;
    font-size: 13px;
  }
}


#replace-with-subscribe a {
  display: inline-block;
  padding: 0.5rem 1rem;           /* match your .imagicle-btn padding */
  font-family: inherit;
  font-size: 1rem;                /* match your button font size */
  color: #fff;                    /* match your button text color */
  background-color: #0066cc;      /* match your .imagicle-btn-contact background */
  border: none;
  border-radius: 4px;             /* match your button border-radius */
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s;  /* if your other button has hover transition */
}

#replace-with-subscribe a:hover {
  background-color: #0052a3;       /* match your button hover state */
}

.history-footer-link span {
  display:none;
}

body.status.incident .page-footer a:not(.color-secondary){
  
     background-color: #00225a;
    color: #FFFFFF;
  border-color:#00225a;
    text-transform: uppercase;
  border-radius: 25px;
  font-size: 16px;
    padding: 6px 15px;
  display:inline-block;
   font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: 700;
  font-weight: 700;
} 

body.status.incident .page-footer a:not(.color-secondary):hover {
    background-color: #00c0f0;
    color: #ffffff;
    border-color: #00225a;
}

body.status.incident .page-footer a span{
display:none;
}

#subscribe-btn-email, #subscribe-btn-sms, #subscribe-btn-slack, #subscribe-btn-teams, #subscribe-btn-webhook {
      background-color: #00225a;
    color: #FFFFFF;
  border-color:#00225a;
    text-transform: uppercase;
  border-radius: 25px;
  font-size: 14px;
    padding: 6px 15px;
  display:inline-block;
   font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: 700;
  font-weight: 700;
}

#subscribe-btn-email:hover, #subscribe-btn-sms:hover, #subscribe-btn-slack:hover, #subscribe-btn-teams:hover, #subscribe-btn-webhook:hover {
    background-color: #00c0f0;
    color: #ffffff;
}

.updates-dropdown-container .updates-dropdown .updates-dropdown-nav a.active, .updates-dropdown-container .updates-dropdown .updates-dropdown-nav button.active {
    background-color: #00225a;
}