/* _content/Lcc.Gui.MyTsg.Web/MainLayout.razor.rz.scp.css */
.page[b-eu43uszx09] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-eu43uszx09] {
    flex: 1;
}

.sidebar[b-eu43uszx09] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-eu43uszx09] {
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-eu43uszx09]  a, .top-row .btn-link[b-eu43uszx09] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-eu43uszx09] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-eu43uszx09] {
        display: none;
    }

    .top-row.auth[b-eu43uszx09] {
        justify-content: space-between;
    }

    .top-row a[b-eu43uszx09], .top-row .btn-link[b-eu43uszx09] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-eu43uszx09] {
        flex-direction: row;
    }

    .sidebar[b-eu43uszx09] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-eu43uszx09] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-eu43uszx09], article[b-eu43uszx09] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Lcc.Gui.MyTsg.Web/Pages/07.Vouchers/QRCodeTemplate.razor.rz.scp.css */
.container img[b-yhylx3foam] {
    max-width: 90%;
    max-height: 90%;
    display: block;
    margin: auto;
}

.buttonContainer[b-yhylx3foam] {
    text-align: center;
}
/* _content/Lcc.Gui.MyTsg.Web/Pages/10.Settings/Settings.razor.rz.scp.css */
.settings-container[b-u41wvjceij] {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
}
/* _content/Lcc.Gui.MyTsg.Web/Shared/Components/FileUpload.razor.rz.scp.css */
.mediafiles-container[b-w86c25iqdk] {
    font-family: 'Arial', sans-serif;
}

.file-upload-container[b-w86c25iqdk] {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
}
/* _content/Lcc.Gui.MyTsg.Web/Shared/Components/FileUploadItem.razor.rz.scp.css */
.file-upload-item[b-y61km5tva0] {
    flex: 1;
}

.file-upload-content[b-y61km5tva0] {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
    align-items: center;
}

.image-container[b-y61km5tva0] {
    align-content: center;
}

    .image-container img[b-y61km5tva0] {
        max-width: 100%;
        max-height: 200px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.centered-text[b-y61km5tva0] {
    text-align: center;
}

.no-item-message[b-y61km5tva0] {
    color: #888;
    font-style: italic;
}

.buttons[b-y61km5tva0] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
/* _content/Lcc.Gui.MyTsg.Web/Shared/Components/Grid/DataGridFilter.razor.rz.scp.css */
.filter-container[b-qh0ech7trl] {
    box-shadow: var(--mud-elevation-1);
    padding: 10px
}

.filter-row[b-qh0ech7trl] {
    display: grid;
    grid-template-columns: 1fr 5fr 5fr 5fr
}
/* _content/Lcc.Gui.MyTsg.Web/Shared/EmptyLayout.razor.rz.scp.css */
.page[b-9f9gvt73q6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9f9gvt73q6] {
    flex: 1;
}

.sidebar[b-9f9gvt73q6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9f9gvt73q6] {
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9f9gvt73q6]  a, .top-row .btn-link[b-9f9gvt73q6] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-9f9gvt73q6] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9f9gvt73q6] {
        display: none;
    }

    .top-row.auth[b-9f9gvt73q6] {
        justify-content: space-between;
    }

    .top-row a[b-9f9gvt73q6], .top-row .btn-link[b-9f9gvt73q6] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9f9gvt73q6] {
        flex-direction: row;
    }

    .sidebar[b-9f9gvt73q6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9f9gvt73q6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-9f9gvt73q6], article[b-9f9gvt73q6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Lcc.Gui.MyTsg.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5s6kxrzf5c] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-brand[b-5s6kxrzf5c] {
    font-size: 1.1rem;
}

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

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

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

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

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

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

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

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

    .collapse[b-5s6kxrzf5c] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-5s6kxrzf5c] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
