@import '_content/BlazorInputFileExtended/BlazorInputFileExtended.bundle.scp.css';

/* /Components/FileUpload.razor.rz.scp.css */
.grid-container[b-q7f9s8nbvw] {
    display: grid;
    grid-template-columns: 50% 50%;
}

.grid[b-q7f9s8nbvw] {
    padding: 2vh 2vw 2vh 2vw;
}

.upload-table[b-q7f9s8nbvw] {
    border-collapse: collapse;
    width: 100%;
}

.upload-table td[b-q7f9s8nbvw], .upload-table th[b-q7f9s8nbvw] {
    border-bottom: 1px solid #ddd;
    padding: 8px;
}

.upload-table th[b-q7f9s8nbvw] {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

.upload-button[b-q7f9s8nbvw] {
    background: transparent;
    border: none;
    font-size: 22px;
}

.upload-error[b-q7f9s8nbvw] {
    width: 100%;
    height: 2rem;
    background: #fd050526;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upload-success[b-q7f9s8nbvw] {
    width: 100%;
    height: 2rem;
    background: #029c1126;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.close-btn[b-q7f9s8nbvw] {
    background-color: transparent;
    border: transparent;
}

.log-message[b-q7f9s8nbvw] {
    display: block;
    height: 100px;
    overflow-y: scroll;
}

.inline[b-q7f9s8nbvw] {
    display: inline-block;
}

.log-ok[b-q7f9s8nbvw] {
    color: forestgreen;
}

.log-error[b-q7f9s8nbvw] {
    color: darkred;
}
/* /Components/Header.razor.rz.scp.css */
.header[b-wxwm7fdj7o] {
    background-color: #1a1a1a;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.header-content[b-wxwm7fdj7o] {
    display: flex;
    align-items: center;
}

.header-label[b-wxwm7fdj7o] {
    color: #f3f3f3;
    text-decoration: none;
}

.header-button[b-wxwm7fdj7o] {
    background:transparent;
    border:transparent;
    opacity: 1;
}
/* /Components/Home.razor.rz.scp.css */
.home-image[b-iypl0vhjhg] {
    background-image: url(images/mgb-welcome.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 100vh;
    position: relative;
}

.top-left[b-iypl0vhjhg] {
    position: absolute;
    top: 1vw;
    left: 2vw;
    font-size: 5vw;
    color: white;
}

.bottom-center[b-iypl0vhjhg] {
    position: absolute;
    bottom: 5vw;
    font-size: 2.5vw;
    color: white;
    width: 100%;
    text-align: center;
}
/* /Components/MainLayout.razor.rz.scp.css */
.page[b-1jgipyt19g] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-1jgipyt19g] {
    flex: 1;
}

@media (min-width: 641px) {
    .page[b-1jgipyt19g] {
        flex-direction: row;
    }
}
/* /Components/NavMenu.razor.rz.scp.css */
.nav-item[b-y9jrn9ymio] {
    font-size: 0.9rem;
}

.nav-item[b-y9jrn9ymio]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-y9jrn9ymio]  a.active {
    color: var(--color-main);
}

.nav-item[b-y9jrn9ymio]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

hr[b-y9jrn9ymio] {
    color: white;
    height: 2px;
    margin: 0 1rem 0 1rem;
}

.btn-close[b-y9jrn9ymio] {
    background: transparent;
    border: transparent;
    opacity: 1;
}

#off-canvas[b-y9jrn9ymio] {
    background-color: black;
}

.offcanvas-header[b-y9jrn9ymio] {
    padding: 1rem 0rem;
}

.offcanvas-body[b-y9jrn9ymio] {
    padding: 0;
}

.offcanvas-start[b-y9jrn9ymio] {
    width: 320px;
}
