@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ac-fade-in-down{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes pulse{0%{opacity:.5;transform:translate(-50%,-50%) scale(1)}70%,to{opacity:0;transform:translate(-50%,-50%) scale(1.3)}}body{width:100%;height:100%}.chart-container{position:relative;margin:auto;width:100%}.table-custom-container{border-radius:.5rem;border:1px solid var(--gray-100)}.table-custom{margin-bottom:0}.table-custom thead th{border-top:0;border-bottom:0;color:var(--gray)}.table-custom th{padding:.8rem 1rem;font-size:.9rem}[data-theme-style=dark] .table-custom thead th{color:var(--gray-800)}.table-custom tr:nth-child(even){background:var(--gray-50)}.table-custom td{padding:1rem;vertical-align:middle}.table-custom tbody tr td{border-color:var(--gray-100)}[data-theme-style=dark] .table-custom tbody tr td{border-color:var(--gray-200)}.table-custom tbody tr{transition:all .3s ease-in-out}.custom-breadcrumbs{list-style:none;padding:0;display:flex}.custom-breadcrumbs>li{margin-right:.25rem}.custom-breadcrumbs>li>a{color:var(--gray)}.custom-breadcrumbs>li>svg{color:var(--gray-400);margin-left:.25rem}.altum-animate{-webkit-animation-duration:500ms;animation-duration:500ms}.altum-animate-fill-both{-webkit-animation-fill-mode:both;animation-fill-mode:both}.altum-animate-fill-none{-webkit-animation-fill-mode:none;animation-fill-mode:none}.altum-animate-fade-in{-webkit-animation-name:fadeIn;animation-name:fadeIn}.status-page-navbar{border-bottom:1px solid var(--gray-100)}.status-page-navbar-logo{max-height:2.5rem}.status-page-title{color:var(--black)}.status-page-footer{margin-top:3rem;padding-top:3rem;padding-bottom:3rem;font-size:.95rem;border-top:1px solid var(--gray-100)}img{vertical-align:inherit!important}.icon-favicon{width:.95rem;height:auto}.icon-favicon-small{width:.75rem;height:auto}.status-page-logo{width:4rem;max-width:4rem}.svg-sm,.svg-sm svg{width:1rem;height:1rem}.svg-md,.svg-md svg{width:1.25rem;height:1.25rem}.svg-lg,.svg-lg svg{width:1.5rem;height:1.5rem}.svg-card-icon{width:1.5rem;height:auto}.svg-head-status{width:4rem;height:auto}.font-size-small{font-size:.9rem}.rounded-2x{border-radius:calc(2*var(--border-radius))}.phoenix-shadow-header{box-shadow:.6rem .6rem 3rem rgba(10,10,11,7%)!important}.phoenix-shadow{box-shadow:.6rem .6rem 1.5rem rgba(10,10,11,5%)!important}.status-badge{width:1rem;height:1rem;min-width:1rem;min-height:1rem;border-radius:var(--border-radius);transition:.3s opacity}.status-badge:hover{opacity:80%}.announcement-wrapper{margin:.75rem;border-radius:.5rem;opacity:0;transition:opacity .3s ease-in;animation:ac-fade-in-down .3s ease-in .6s forwards}@media (min-width:992px){.announcement-wrapper{border-radius:5rem}}.link-info a:hover,.pwa-wrapper{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.pwa-wrapper{position:fixed;bottom:0;width:calc(100% - 1.5rem);z-index:1000;background:hsla(0,0%,90%,50%)}[data-theme-style=dark] .pwa-wrapper{background:hsla(0,0%,22%,50%)}.link-info{position:fixed;z-index:1;bottom:1rem;left:1rem}.link-info a,.pulse-animation{align-items:center;justify-content:center}.link-info a{display:flex;border-radius:50%;min-width:30px;min-height:30px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background-color:#0003;color:#fff}.link-info a:hover{color:#fff}.pulse-animation{position:relative;display:inline-flex}.pulse-animation .pulse-circle{position:absolute;top:50%;left:50%;width:64px;height:64px;border-radius:50%;opacity:.5;animation:pulse 2s infinite;z-index:0;pointer-events:none}.pulse-animation-success .pulse-circle{background:var(--success)}.pulse-animation-danger .pulse-circle{background:var(--danger)}.pulse-animation svg{position:relative;z-index:1;display:inline-block}