/* /Shared/ErrorLayout.razor.rz.scp.css */
.errorFont[b-g9b54p0swx] {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 50px;
    letter-spacing: 2px;
    word-spacing: 2px;
    color: #111111;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

.errorContainer[b-g9b54p0swx] {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.bg[b-g9b54p0swx] {
    position: fixed;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    width: 200%;
    height: 200vh;
    background: transparent url('http://assets.iceable.com/img/noise-transparent.png') repeat 0 0;
    background-repeat: repeat;
    animation: bg-animation-b-g9b54p0swx .2s infinite;
    opacity: .9;
    visibility: visible;
}

@keyframes bg-animation-b-g9b54p0swx {
    0% {
        transform: translate(0,0)
    }

    10% {
        transform: translate(-5%,-5%)
    }

    20% {
        transform: translate(-10%,5%)
    }

    30% {
        transform: translate(5%,-10%)
    }

    40% {
        transform: translate(-5%,15%)
    }

    50% {
        transform: translate(-10%,5%)
    }

    60% {
        transform: translate(15%,0)
    }

    70% {
        transform: translate(0,10%)
    }

    80% {
        transform: translate(-15%,0)
    }

    90% {
        transform: translate(10%,5%)
    }

    100% {
        transform: translate(5%,0)
    }
}
