/* /Components/FormManagement/FormComponent.razor.rz.scp.css */
[b-6hgk5oh9su] .mud-picker > .mud-input-control {
    margin-top: 0 !important;
}
/* /Components/Login/LoginWrapperComponent.razor.rz.scp.css */
[b-xzu84fjkc0] .login-container {
    max-width: 100%;
    width: 800px;
    min-height: 100%;
    margin: 0 auto 0 0;
    padding: 20px;
    opacity: 92%;
    border-radius: 0 !important;
}

[b-xzu84fjkc0] .login-form {
    max-width: 400px;
    width: 100%;
    margin: 48px auto;
}
/* /Layout/LoginLayout.razor.rz.scp.css */
.splashscreen[b-dluov1pcgg] {
    display: flex; 
    min-height: 100%; 
    width: 100%; 
    background-color: #1289a7; /* fallback color */
    background: url('public/images/splashscreen.svg'); 
    background-repeat: no-repeat; 
    background-size: cover;
}
/* /Layout/MainLayout.razor.rz.scp.css */
[b-jq168ukz52] .app-title {
    font-size: 28px;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1t86jwy14l] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1t86jwy14l] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1t86jwy14l] {
    font-size: 1.1rem;
}

.oi[b-1t86jwy14l] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-1t86jwy14l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1t86jwy14l] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1t86jwy14l] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1t86jwy14l]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-1t86jwy14l]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-1t86jwy14l]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1t86jwy14l] {
        display: none;
    }

    .collapse[b-1t86jwy14l] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-1t86jwy14l] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
[b-exi92v0eye] a.tile-btn {
    width: 152px;
    height: 152px;
}

[b-exi92v0eye] .tile-btn svg {
    font-size: 128px;
}

[b-exi92v0eye] .tile-desc {
    height: 64px;
}
