/* _content/Screener.Ui/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-1tcck2hr56] {
    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-1tcck2hr56] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Screener.Ui/Components/Shared/UpdateFlash.razor.rz.scp.css */
@keyframes update-flash-fade-positive-b-2km2p1b7pz {
    0% {
        background-color: var(--rz-success, #ffe08a)
    }

    100% {
        background-color: transparent
    }
}

@keyframes update-flash-fade-negative-b-2km2p1b7pz {
    0% {
        background-color: var(--rz-danger, #ffe08a)
    }

    100% {
        background-color: transparent
    }
}

@keyframes update-flash-fade-grey-b-2km2p1b7pz {
    0% {
        background-color: lightgrey
    }

    100% {
        background-color: transparent
    }
}

[b-2km2p1b7pz].update-flash {
    padding:0 .25rem;
    border-radius:3px
}

[b-2km2p1b7pz].update-flash.positive * {
    color: #15803d;
}

[b-2km2p1b7pz].update-flash.positiveChange {
    animation: update-flash-fade-positive-b-2km2p1b7pz 2.5s ease-in-out;
    background-color: transparent;
    transition: background-color .5s
}

[b-2km2p1b7pz].update-flash.negative * {
    color: #b91c1c;
}

[b-2km2p1b7pz].update-flash.negativeChange {
    animation: update-flash-fade-negative-b-2km2p1b7pz 2.5s ease-in-out;
    background-color: transparent;
    transition: background-color .5s
}

[b-2km2p1b7pz].update-flash.neutral * {
    color: darkgrey;
}

[b-2km2p1b7pz].update-flash.neutralNoChange {
    animation: update-flash-fade-grey-b-2km2p1b7pz 2.5s ease-in-out;
    background-color: transparent;
    transition: background-color .5s
}
