/* /Layout/MainLayout.razor.rz.scp.css */
.main-container[b-8qqkql7dhk] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    width: 70vw;
    margin: 0 auto;
    padding: 0.3rem;
    background-color: white;
}

#env-msg[b-8qqkql7dhk] {
    background-color: gold;
    color: darkorange;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.blink[b-8qqkql7dhk] {
    animation: blink 2s steps(3, start) infinite;
    -webkit-animation: blink 2s steps(2, start) infinite;
}

.bg-dark[b-8qqkql7dhk] {
    background-color: #003d6b !important;
}
