/* _content/soforthilfe/Components/Layout/MainLayout.razor.rz.scp.css */
main[b-gl0r46eegt] {
    margin: 0 auto;
    width: 80%;
}

menu[b-gl0r46eegt] {
    margin: 0;
    padding: 0;
    background: #0967b1;
    border-radius: 5px;
}

    menu ul[b-gl0r46eegt] {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: row;
    }

        menu ul li[b-gl0r46eegt] {
            margin: 0;
            padding: 0;
        }

            menu ul li a[b-gl0r46eegt] {
                padding: 10px 15px;
                color: white;
                display: block;
                cursor: pointer; 
            }

                menu ul li a:hover[b-gl0r46eegt] {
                    background: rgba(255, 255, 255, 0.2);
                }

            menu ul li.selected a[b-gl0r46eegt] {
                background: rgba(255, 255, 255, 0.3);
            }

img[b-gl0r46eegt] {
    height: 80px;
    margin: 10px 0 13px -6px;
}

#blazor-error-ui[b-gl0r46eegt] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-gl0r46eegt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/soforthilfe/Components/Pages/Bestellung.razor.rz.scp.css */
menu[b-tfmgibtt2w] {
    margin: 10px 0;
    padding: 0;
    float: left;
    user-select: none;
}

    menu ul[b-tfmgibtt2w] {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

        menu ul li[b-tfmgibtt2w] {
            margin: 0;
            padding: 0;
        }

            menu ul li a[b-tfmgibtt2w] {
                padding: 5px 50px;
                display: block;
                cursor: pointer;
                font-size: 0.9rem;
                background: #5395c93b;
                border-radius: 5px;
            }

                menu ul li a:hover[b-tfmgibtt2w] {
                    background: #5395c999;
                }

                menu ul li a:active[b-tfmgibtt2w] {
                    background: #5395c9b5;
                }



.tablewrapper[b-tfmgibtt2w] {
    width: 100%;
    overflow: hidden;
    border: 1px rgba(0, 0, 0, 0.1) solid;
    border-radius: 5px;
}

table[b-tfmgibtt2w] {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden;
}

thead[b-tfmgibtt2w], tfoot[b-tfmgibtt2w] {
    background: rgba(0, 0, 0, 0.1);
}

tbody[b-tfmgibtt2w] {
    background: rgba(0, 0, 0, 0.01);
}

td[b-tfmgibtt2w] {
    padding: 5px 10px;
}

input.search[b-tfmgibtt2w] {
    display: block;
    font-size: 0.9rem;
    background: #5395c93b;
    border-radius: 5px;
    outline: none;
    border: none;
    height: 100%;
    padding: 0 15px;
}

    input.search:focus[b-tfmgibtt2w] {
        background: #5395c999;
    }
/* _content/soforthilfe/Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard[b-21npzb0fah] {
    line-height: 1.5rem;
}
/* _content/soforthilfe/Components/Pages/Home.razor.rz.scp.css */
ul[b-ef367auoez] {
    list-style: none;
    margin: 10px 0 10px 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

li[b-ef367auoez] {
    position: relative;
}

    li[b-ef367auoez]::before {
        content: '';
        position: absolute;
        left: -20px;
        top: 9px;
        height: 7px;
        width: 7px;
        background: #0967b1;
        border-radius: 2px;
    }
/* _content/soforthilfe/Components/Pages/Login.razor.rz.scp.css */
[b-i41xizw9ve] input {
    outline: none;
    border: 1px #0967b1 solid;
    padding: 10px 20px;
    border-radius: 5px;
}

[b-i41xizw9ve] form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
}

[b-i41xizw9ve] button {
    outline: none;
    border: none;
    background: #0967b1;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.1s;
}

    [b-i41xizw9ve] button:hover {
        background: #5395c8;
    }
/* _content/soforthilfe/Components/Pages/Notfalldepot.razor.rz.scp.css */
.tablewrapper[b-bvcdbhqvsn] {
    margin: 10px 0 0 0;
    width: 100%;
    overflow: hidden;
    border: 1px rgba(0, 0, 0, 0.1) solid;
    border-radius: 5px;
}

table[b-bvcdbhqvsn] {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden;
}

thead[b-bvcdbhqvsn], tfoot[b-bvcdbhqvsn] {
    background: rgba(0, 0, 0, 0.1);
}

tbody[b-bvcdbhqvsn] {
    background: rgba(0, 0, 0, 0.01);
}

td[b-bvcdbhqvsn] {
    padding: 5px 10px;
}
