:root {
  --color-primary: #330033;
  --color-primary-830: #330033;
  --color-accent: #FF6602;
}

.clearfix {
  display: none;
}

.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  top: auto;
}

.layout-content.status .masthead-container.basic {
  position: fixed;
  z-index: 20;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 64px;
  padding: 0 5%;
  background-color: var(--color-primary-830);
  backdrop-filter: blur(4px);
  top: 0;
  display: flex;
}

.layout-content.status .masthead-container.basic .masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 100%;
}

.container {
  margin-top: 8em;
}

body.index .container::before {
  content: 'Real-Time Status: ALPS Payin & Payout Services';
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 2.25rem;
  text-align: center;
  line-height: 1;
}

.layout-content.status .masthead-container.basic .masthead .logo-container,
.logo-container {
  max-width: 116px;
  margin: 0;
}

.layout-content.status .masthead-container .updates-dropdown-container {
  display: flex;
  height: 100%;
  align-items: center;
}

.layout-content.status .masthead-container .updates-dropdown-container>.show-updates-dropdown {
  line-height: 1.1625rem;
  background-color: #ffffff0d;
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 4px #0000000a, 0px 8px 16px #00000014;
}

.layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown:focus {
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 4px #0000000a, 0px 8px 16px #00000014 !important;
}

.layout-content.status.status-index .components-section .component-container .group-parent-indicator,
.component-container.border-color.is-group>.component-inner-container.status-green.showcased>.shared-partial.uptime-90-days-wrapper,
.component-container.border-color.is-group>.component-inner-container.status-green.showcased>.component-status.tool.tooltipstered {
  display: none;
}

.layout-content.status.status-index .components-section .component-container.is-group .child-components-container {
  display: block;
}

.layout-content.status.status-index .components-section .component-container.is-group>.component-inner-container {
  cursor: inherit;
  pointer-events: none;
}


.child-components-container > :nth-child(2)::before {
    content: '';
    width: 100%;
    height: 1px;
    position: relative;
    margin: 2em 0 1em 0;
    background: #6a7383;
    display: flex;
    align-items: flex-end;
    font-weight: bold;
    color: #414552;
}
      
.custom-footer-container {
  background-color: #171926;
}

.footer-content {
  padding: 1.5rem 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  color: white;
  font-size: 14px;
  height: fit-content;
}

.footer-content p {
  margin: 0;
}

.footer-content a {
  color: white;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .3s;
}

.footer-content a:hover {
  color: #af32fd;
}

@media screen and (max-width: 450px) {
  body.index .container::before {
    font-size: 1.5rem;
  }

  .footer-content {
    justify-content: center;
  }
}