/* /Dialogs/BarcodeDialog.razor.rz.scp.css */
.zxing-video-container > video[b-h8ebpkepym] {
    width: 100%;
}
/* /Layout/Components/AppBar.razor.rz.scp.css */
.appBarLogo[b-uvg188kqbd] {
    height: 38px;
    margin-top: 2px;
}

@media only screen and (min-width: 960px) {
    .appBarLogo[b-uvg188kqbd] {
        height: 48px;
        margin-top: 4px;
    }
}
/* /Layout/Components/AppOverlay.razor.rz.scp.css */
[b-un1wryv5up] .mud-overlay .mud-overlay-content {
    position: fixed;
    top:100px;
}
/* /Pages/Begegnungen/Components/BegegnungenTable.razor.rz.scp.css */
[b-1ggnm40ykp] .mud-table-container td:nth-child(1) {
    /*Aktionen Werte*/
    justify-content: normal;
    padding-left: 0;
}

[b-1ggnm40ykp] .mud-table-toolbar {
    height: 90px;
    padding-top: 20px;
}

[b-1ggnm40ykp] .mud-grid-item-xs-12 {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 600px) {
    [b-1ggnm40ykp] .mud-xs-table .ohneBefore:before {
        content: inherit;
        font-weight: inherit;
        padding-right: 0;
        padding-inline-end: 0;
        padding-inline-start: 0;
    }
} 

@media only screen and (min-width: 960px) {
    [b-1ggnm40ykp] .mud-table-dense * .mud-table-row .mud-table-cell {
        padding: 6px 10px 6px 10px;
    }

    [b-1ggnm40ykp] .mud-table-container th:nth-child(1) {
        /*Aktionen*/
        width: 130px;
        min-width: 130px;
    }

    [b-1ggnm40ykp] .mud-table-container td:nth-child(1) {
        /*Aktionen INHALT*/
        text-align: center;
    }

    [b-1ggnm40ykp] .mud-table-container th:nth-child(2) {
        /*Liga*/
        width: 240px;
        min-width: 240px;
    }

    [b-1ggnm40ykp] .mud-table-container th:nth-child(3) {
        /*Datum*/
        width: 140px;
        min-width: 140px;
    }

    [b-1ggnm40ykp] .mud-table-container td:nth-child(3) {
        /*Datum INHALT*/
        text-align: right;
    }
    
    [b-1ggnm40ykp] .mud-table-container th:nth-child(4) {
        /*Heim*/
        width: 220px;
        min-width: 220px;
    }

    [b-1ggnm40ykp] .mud-table-container th:nth-child(5) {
        /*Gast*/
        width: 220px;
        min-width: 220px;
    }

    [b-1ggnm40ykp] .mud-table-container th:nth-child(6) {
        /*Adresse*/
    }
}
