/* /Components/Terminal.razor.rz.scp.css */
.terminal-window[b-9t8s09e4mx] {
    overflow: auto;
    word-wrap: break-word;
    overflow-x: hidden;
}

.prompt-input[b-9t8s09e4mx] {
    background: transparent;
    border: 0 transparent;
    position:  relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-top: -2px;
    margin-left: -1.5px;
    caret-color: red;
    resize: none;
}

.prompt-container[b-9t8s09e4mx] {
    position: relative;
}

.prompt-userAndDirectory[b-9t8s09e4mx] {
    position:  absolute;
    top: 0;
    left: 0;
    color: white;
}

/* /Layout/MainLayout.razor.rz.scp.css */
#root-container[b-gx06re7tuj] {
    display: grid;
    grid-template-rows: 5fr 90fr 5fr;
    grid-template-areas: "header" "main" "footer";
    overflow: hidden;
}

p[b-gx06re7tuj] {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    unicode-bidi: isolate;
}

header[b-gx06re7tuj] {
    grid-area: header;
}

main[b-gx06re7tuj] {
    background: rgba(10, 10, 10, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 3%;
    overflow: auto;
    grid-area: main;
}

main[b-gx06re7tuj]::-webkit-scrollbar {
    width: 4px;
}

main[b-gx06re7tuj]::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 25%);
}

main[b-gx06re7tuj]::-webkit-scrollbar-thumb {
    background-color: rgba(128,128,128, 80%);
    border-radius: 2px;
}

.text-highlight[b-gx06re7tuj] {
    text-shadow: 0 0 0.15em white;
}

footer[b-gx06re7tuj] {
    grid-area: footer;
    opacity: 85%;
    justify-self: center;
    padding: 0.2em;
    align-self: center;
}

footer a[b-gx06re7tuj] {
    color: white;
}

footer a:hover[b-gx06re7tuj] {
    text-shadow: 0 0 4px white;
}

@media (max-width: 600px) {
    .navigation-container ul[b-gx06re7tuj] {
        padding: 0;
    }
}

li[b-gx06re7tuj] { cursor: pointer; }
