/* _content/CyberCustomerPortal/Components/App.razor.rz.scp.css */
.maintainance-mode[b-4uncb2ax2j] {
    display: flex;
    flex-grow: 1;
    background-color: var(--spb-digital-purple);
    background: linear-gradient(-45deg, var(--spb-digital-blue), var(--spb-light-purple), var(--spb-digital-purple), var(--spb-light-blue));
    background-size: 400% 400%;
    animation: gradientBG-b-4uncb2ax2j 10s ease infinite;
    border: 1px solid #888;
    padding: 50px 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #fff;
}

.maintainance-mode img[b-4uncb2ax2j] {
    width: 100%;
    height: auto;
    max-width: 125px;
    margin: 0 auto 25px auto;
}

.maintainance-mode h1[b-4uncb2ax2j] {
    font-size: 1.75rem;
    line-height: initial;
    font-weight: bold;
}

.maintainance-mode p[b-4uncb2ax2j] {
    margin-bottom: 0;
}

.maintainance-mode a[b-4uncb2ax2j] {
    color: #fff;
    text-decoration: underline;
}

#reconnect-modal[b-4uncb2ax2j], #blazor-error-ui-modal[b-4uncb2ax2j], #outdated-browser-modal[b-4uncb2ax2j] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255, 255,255); /* Fallback color */
    background-color: rgba(255, 255, 255, 0.95); /* White w/ opacity */
    border: 1px solid #888;
    padding: 0 15px;
    text-align: center;

    align-items: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

#reconnect-modal img[b-4uncb2ax2j], #blazor-error-ui-modal img[b-4uncb2ax2j], #outdated-browser-modal img[b-4uncb2ax2j] {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 25px auto;
}

#reconnect-modal .loader[b-4uncb2ax2j], #blazor-error-ui-modal .loader[b-4uncb2ax2j], #outdated-browser-modal .loader[b-4uncb2ax2j] {
    margin: 15px auto;
    width: 60px;
    aspect-ratio: 2;
    --bg: no-repeat radial-gradient(circle closest-side, var(--spb-digital-purple) 90%, #0000);
    background: var(--bg) 0% 50%, var(--bg) 50% 50%, var(--bg) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: loader-animation-b-4uncb2ax2j 1s infinite linear;
}

@keyframes loader-animation-b-4uncb2ax2j {
    20% {
        background-position: 0% 0%, 50% 50%,100% 50%
    }

    40% {
        background-position: 0% 100%, 50% 0%,100% 50%
    }

    60% {
        background-position: 0% 50%, 50% 100%,100% 0%
    }

    80% {
        background-position: 0% 50%, 50% 50%,100% 100%
    }
}

#reconnect-modal p[b-4uncb2ax2j], #blazor-error-ui-modal p[b-4uncb2ax2j], #outdated-browser-modal p[b-4uncb2ax2j] {
    color: var(--spb-digital-purple);
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
}

#reconnect-modal .smaller-p[b-4uncb2ax2j], #blazor-error-ui-modal .smaller-p[b-4uncb2ax2j], #outdated-browser-modal .smaller-p[b-4uncb2ax2j] {
    max-width: 500px;
    font-size: 15px;
    font-weight: normal;
}

#blazor-error-ui[b-4uncb2ax2j], #outdated-browser[b-4uncb2ax2j] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

@keyframes gradientBG-b-4uncb2ax2j {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
/* _content/CyberCustomerPortal/Components/Layout/Landing/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-5wzvnzzz04] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-5wzvnzzz04] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CyberCustomerPortal/Components/Pages/Error.razor.rz.scp.css */
.warning-icon[b-a1rh78kbwf] {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}
