/* _content/The.Host/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-uek0wt3nti] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-uek0wt3nti] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/The.Host/Components/Pages/Home.razor.rz.scp.css */
p[b-c56zqovxad] {
    margin: 0 !important;
}
.terminal-wrapper[b-c56zqovxad] {
    max-width: 100%;
    padding: 10px;
    font-size: 1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow:hidden;
}
.ascii[b-c56zqovxad] {
    color: #00ff00;
    font-weight: bold;
    white-space: pre;
    margin: 0;
}

@media (max-width: 768px) {
    .terminal-wrapper[b-c56zqovxad] {
        font-size: 0.75rem;
        padding: 5px;
    }

    .ascii[b-c56zqovxad] {
        font-size: 0.5rem;
    }

    .bottom-logo[b-c56zqovxad] {
        width: 90%;
        max-width: 250px;
    }
}

.terminal[b-c56zqovxad] {
    display: flex;
    flex-direction: column;
    background-color: #000;
    color: #00ff00;
    font-family: monospace;
    /*height: 100%;*/
    padding: 20px;
    /*overflow-y: auto;*/
    overflow: hidden;
    white-space: pre-wrap;
    align-items: center;
}
.t-head[b-c56zqovxad] {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.t-content[b-c56zqovxad] {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 1rem;
    justify-content:start;
}
.c-content[b-c56zqovxad] {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top:2rem;
}
.prompt[b-c56zqovxad] {
    color: #00cc00;
}

.terminal-input[b-c56zqovxad] {
    background: transparent;
    border: none;
    color: #00ff00;
    outline: none;
    font-family: monospace;
    width: auto;
    display: inline;
}

.blinking-cursor[b-c56zqovxad] {
    display: inline-block;
    width: 10px;
    animation: blink-b-c56zqovxad 1s steps(1) infinite;
    color: #00ff00;
}

@keyframes blink-b-c56zqovxad {
    50% {
        opacity: 0;
    }
}

.typing[b-c56zqovxad] {
    white-space: pre-wrap;
}

a[b-c56zqovxad] {
    color: #00ff00;
    /*text-decoration: none;*/
    cursor: pointer;
}

    a:hover[b-c56zqovxad] {
        text-decoration: underline;
    }
.sysinfo[b-c56zqovxad] {
    margin-top:1rem;
    display: flex;
    flex-direction: column;
}
.sysinfo span[b-c56zqovxad] {
    display: inline-block;
    min-width: 6ch;
}

.bootline[b-c56zqovxad] {
    margin-top: 0.5rem !important;
    font-style: italic;
}
.bootline-al[b-c56zqovxad] {
    margin-top: 0.5rem !important;
}
