@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Pages/UtilityPages/SpildevandFlow/History/History.razor.rz.scp.css */
.table-responsive[b-3t1mo2usuc]::-webkit-scrollbar {
    -webkit-appearance: none;
}

    .table-responsive[b-3t1mo2usuc]::-webkit-scrollbar:vertical {
        width: 12px;
    }

    .table-responsive[b-3t1mo2usuc]::-webkit-scrollbar:horizontal {
        height: 12px;
    }

.table-responsive[b-3t1mo2usuc]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive[b-3t1mo2usuc]::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
/* /Pages/UtilityPages/SpildevandFlow/QrCode/QrCodePage.razor.rz.scp.css */
.image-container[b-v8bxjasvym] {
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically */
    height: 100%; /* Set the height of the container to 100% */
}

img[b-v8bxjasvym] {
    max-width: 100%; /* Set the maximum width of the image to 100% */
    height: auto; /* Set the height of the image to auto */
}
/* /Shared/Components/Navigation/NavMenu.razor.rz.scp.css */
.opened-icon[b-f40xkiyhyf]{background-image:url("images/menu-open.svg");width:1.5em;height:1.5em}.closed-icon[b-f40xkiyhyf]{background-image:url("images/menu-open.svg");width:1.5em;height:1.5em}
/* /Shared/Components/Scanner/ScannerView.razor.rz.scp.css */
.video-container[b-c0jijmc982]{background-color:#E2F7FD;width:280px;border-radius:16px}.card[b-c0jijmc982]{background-color:#0C6383 !important;color:#fff !important}.text-primary[b-c0jijmc982]{color:#fff !important}
/* /Shared/Layout/MainLayout.razor.rz.scp.css */
.page[b-skqtr4cew1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-skqtr4cew1] {
    flex: 1;
}

.sidebar[b-skqtr4cew1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-skqtr4cew1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-skqtr4cew1]  a, .top-row[b-skqtr4cew1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-skqtr4cew1]  a:hover, .top-row[b-skqtr4cew1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-skqtr4cew1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-skqtr4cew1] {
        display: none;
    }

    .top-row.auth[b-skqtr4cew1] {
        justify-content: space-between;
    }

    .top-row[b-skqtr4cew1]  a, .top-row[b-skqtr4cew1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-skqtr4cew1] {
        flex-direction: row;
    }

    .sidebar[b-skqtr4cew1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-skqtr4cew1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-skqtr4cew1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-skqtr4cew1], article[b-skqtr4cew1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
