@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/PrintAmpul/SelectAnalyse.razor.rz.scp.css */

.table-responsive[b-gzyq3plp4g] {
    overflow: auto;
    height: calc(100vh - 400px);
    min-height: 200px;
    user-select: none;
}

    .table-responsive thead th[b-gzyq3plp4g] {
        position: sticky;
        top: 0;
        z-index: 1;
        border-bottom: 1px solid black;
        background-color: white;
    }

    .table-responsive table[b-gzyq3plp4g] {
        border-collapse: separate;
        border-spacing: 0;
    }
        .table-responsive table tr[b-gzyq3plp4g] {
            cursor: pointer;
        }

.hlab-buttons[b-gzyq3plp4g] {
    margin-top: 10px;
    float: inline-end;
}
/* /Components/PrintAmpul/SelectPrinter.razor.rz.scp.css */

.table-responsive[b-vdcaieng1i] {
    overflow: auto;
    height: calc(100vh - 400px);
    min-height: 200px;
}

    .table-responsive thead th[b-vdcaieng1i] {
        position: sticky;
        top: 0;
        z-index: 1;
        border-bottom: 1px solid black;
        background-color: white;
    }

    .table-responsive table[b-vdcaieng1i] {
        border-collapse: separate;
        border-spacing: 0;
    }

/* /Components/PrintAmpul/SelectProject.razor.rz.scp.css */

.table-responsive[b-6z2nxpgmqj] {
    overflow: auto;
    height: calc(100vh - 400px);
    min-height: 200px;
    user-select: none;
}

    .table-responsive thead th[b-6z2nxpgmqj] {
        position: sticky;
        top: 0;
        z-index: 1;
        border-bottom: 1px solid black;
        background-color: white;
    }

    .table-responsive table[b-6z2nxpgmqj] {
        border-collapse: separate;
        border-spacing: 0;
    }
        .table-responsive table tr[b-6z2nxpgmqj] {
            cursor: pointer;
        }

.hlab-buttons[b-6z2nxpgmqj] {
    margin-top: 10px;
    float: inline-end;
}
/* /Components/PrinterMenu.razor.rz.scp.css */
.clickable-row:hover[b-6zieuahau5] {
    cursor: pointer;
}
.query-select-dialog .header[b-6zieuahau5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .query-select-dialog .header h3[b-6zieuahau5] {
        margin: 0;
    }

    .query-select-dialog .header .form-control[b-6zieuahau5] {
        margin-bottom: 0;
    }

.align-items-center[b-6zieuahau5]{
    margin-top: 10px;
}
/* styles.css */
.container-ampul-print[b-6zieuahau5] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.btn-ampul-print[b-6zieuahau5] {
    background-color: #ffffff;
    color: white;
    border: 3px solid #90d5ff;
    padding: 0px 0px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-right: 10px;
    min-width: 180px;
    min-height: 70px;
}

    .btn-ampul-print:hover[b-6zieuahau5] {
        border: 3px solid #007bff; /* Keep the blue border */
        color: #ffffff; /* White text for contrast */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for a 3D effect */
        cursor: pointer; /* Change cursor to pointer */
        transform: scale(1.05); /* Slightly enlarge the button */
        transition: all 0.3s ease; /* Smooth transition effect */
    }

.label-ampul-print[b-6zieuahau5] {
    font-size: 1rem; /* Same size as paragraph text */
    color: #333;
}

.img-ampul-print[b-6zieuahau5]{
    max-height: 60px;
    min-width: 150px;
    
}

.loader-container[b-6zieuahau5] {
    position: relative;
    width: 120px;
    height: 120px;
}

.loader[b-6zieuahau5] {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: spin-b-6zieuahau5 2s linear infinite;
}

.loader-text[b-6zieuahau5] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    color: black;
}

@keyframes spin-b-6zieuahau5 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.btn-kontroller-print[b-6zieuahau5] {
    background-color: #ffffff;
    color: black;
    border: 3px solid #90d5ff;
    padding: 0px 0px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-right: 10px;
    min-width: 180px;
    min-height: 70px;
}

    .btn-kontroller-print:hover[b-6zieuahau5] {
        border: 3px solid #007bff; /* Keep the blue border */
        color: black; 
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for a 3D effect */
        cursor: pointer; /* Change cursor to pointer */
        transform: scale(1.05); /* Slightly enlarge the button */
        transition: all 0.3s ease; /* Smooth transition effect */
    }

.label-kontroller-print[b-6zieuahau5] {
    font-size: 1rem; /* Same size as paragraph text */
    color: black;
}
/* /Components/PrintFlows/PrintBlankLabelsFlow.razor.rz.scp.css */
.btn-margin[b-ru01whlefd] {
    margin-right: 10px;
}
/* /Components/PrintFlows/PrintLabelAmpulDLIMSFlow.razor.rz.scp.css */
.btn-margin[b-e9kf3nxqkn] {
    margin-right: 10px;
}
/* /Components/PrintFlows/PrintLabelMetodeControls.razor.rz.scp.css */
.metode-btn[b-i99prq3l6w]
{
    min-height: 70px;
    min-width: 200px;
    margin-bottom: 10px;
}

    .metode-btn label[b-i99prq3l6w] {
        font-size: 20px;
    }


.btn-ampul-print[b-i99prq3l6w] {
    background-color: #90d5ff;
    color: white;
    border: 3px solid #90d5ff;
    padding: 0px 0px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-right: 10px;
    min-width: 180px;
    min-height: 70px;
}

    .btn-ampul-print:hover[b-i99prq3l6w] {
        border: 3px solid #007bff; /* Keep the blue border */
        color: white; /* White text for contrast */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for a 3D effect */
        cursor: pointer; /* Change cursor to pointer */
        transform: scale(1.05); /* Slightly enlarge the button */
        transition: all 0.3s ease; /* Smooth transition effect */
    }

.label-ampul-print[b-i99prq3l6w] {
    font-size: 1rem; /* Same size as paragraph text */
    color: #333;
}
/* /Components/PrintFlows/PrintLabelModtagelse.razor.rz.scp.css */
.btn-margin[b-gv68xt48dm] {
    margin-right: 10px;
}
/* /Components/PrintFlows/PrintLabelsForOldDLIMSFlow.razor.rz.scp.css */
.btn-margin[b-ega667vcnr] {
    margin-right: 10px;
}
/* /Components/PrintFlows/ScanAndPrintControls.razor.rz.scp.css */
.metode-btn[b-ipv8dzaylv]
{
    min-height: 70px;
    min-width: 200px;
    margin-bottom: 10px;
}

    .metode-btn label[b-ipv8dzaylv] {
        font-size: 20px;
    }


.btn-ampul-print[b-ipv8dzaylv] {
    background-color: #90d5ff;
    color: white;
    border: 3px solid #90d5ff;
    padding: 0px 0px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-right: 10px;
    min-width: 180px;
    min-height: 70px;
}

    .btn-ampul-print:hover[b-ipv8dzaylv] {
        border: 3px solid #007bff; /* Keep the blue border */
        color: white; /* White text for contrast */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for a 3D effect */
        cursor: pointer; /* Change cursor to pointer */
        transform: scale(1.05); /* Slightly enlarge the button */
        transition: all 0.3s ease; /* Smooth transition effect */
    }

.label-ampul-print[b-ipv8dzaylv] {
    font-size: 1rem; /* Same size as paragraph text */
    color: #333;
}
/* /Components/PrintLabels/HelperTable.razor.rz.scp.css */
.btn-margin[b-p41y75nzo4] {
    margin-right: 10px;
}

.helper-table-container[b-p41y75nzo4] {
    height: calc(100vh - 350px); /* Adjust this value based on your header and footer height */
    overflow-y: auto;
}

.sticky-header th[b-p41y75nzo4] {
    position: sticky;
    top: 0;
    background-color: white; /* Ensure the header has a background color */
    z-index: 1; /* Ensure the header stays on top */
}
/* /Components/PrintLabels/MatrixList.razor.rz.scp.css */
.btn-margin[b-frzzp8j84y] {
    margin-right: 10px;
}

.align-items-center[b-frzzp8j84y] {
    margin-top: 10px;
}

.btn-ampul-print[b-frzzp8j84y] {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-right: 10px;
    min-width: 180px;
    min-height: 70px;
}
/* /Components/PrintLabels/MatrixPrint.razor.rz.scp.css */
.btn-margin[b-s01gbbgjq9] {
    margin-right: 10px;
}

.align-items-center[b-s01gbbgjq9] {
    margin-top: 10px;
}

.btn-ampul-print[b-s01gbbgjq9] {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-right: 10px;
    min-width: 180px;
    min-height: 70px;
}
/* /Components/PrintLabels/PrintLabelsFirstMenu.razor.rz.scp.css */
.btn-margin[b-4upo0qhyur] {
    margin-right: 10px;
}
.align-items-center[b-4upo0qhyur] {
    margin-top: 10px;
}

.btn-ampul-print[b-4upo0qhyur] {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-right: 10px;
    min-width: 180px;
    min-height: 70px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-9i8x6tazwe] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9i8x6tazwe] {
    flex: 1;
}
body[b-9i8x6tazwe] {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.sidebar[b-9i8x6tazwe] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9i8x6tazwe] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9i8x6tazwe]  a, .top-row[b-9i8x6tazwe]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9i8x6tazwe]  a:hover, .top-row[b-9i8x6tazwe]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9i8x6tazwe]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9i8x6tazwe] {
        justify-content: space-between;
    }

    .top-row[b-9i8x6tazwe]  a, .top-row[b-9i8x6tazwe]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9i8x6tazwe] {
        flex-direction: row;
    }

    .sidebar[b-9i8x6tazwe] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9i8x6tazwe] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9i8x6tazwe]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9i8x6tazwe], article[b-9i8x6tazwe] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Overview.razor.rz.scp.css */
.display-4[b-j58qcdvy2k] {
    font-size: 2.5rem !important;
}
