@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/BW.UI.Internal/Pages/Admin/OrderCountWidget.razor.rz.scp.css */
[b-w6plkwib8b] th {
    background-color: transparent;
    transition: background-color 2s ease-in-out;
}

[b-w6plkwib8b] .highlight {
    background-color: yellow;    
}
/* _content/BW.UI.Internal/Pages/BulkRx/Index.razor.rz.scp.css */
#outer-card[b-8gjvjzseor] {
    background: white;
}

.container-fluid[b-8gjvjzseor] {
    background: transparent;
}

[b-8gjvjzseor] .patient-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 0.5em 0.5em;
    grid-auto-flow: row;
    grid-template-areas:
        ". ."
        ". .";
    max-height: 55vh;
    overflow-y: auto;
}

    [b-8gjvjzseor] .patient-container .card {
        background-color: transparent;
        z-index: 1;
    }

[b-8gjvjzseor] .card {
    position: relative;
    background: transparent;
}

    [b-8gjvjzseor] .card .form-control {
        background: #fdfeff;
    }


.overlay[b-8gjvjzseor] {
    position: fixed;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .overlay > iframe[b-8gjvjzseor] {
        height: 50vh;
    }

    .overlay[b-8gjvjzseor]:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }

[b-8gjvjzseor] input.no-spinner::-webkit-outer-spin-button,
[b-8gjvjzseor] input.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* _content/BW.UI.Internal/Pages/Catalog/PriceLookup.razor.rz.scp.css */
.container-fluid[b-7wijs263pn] {
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
}

.price-row[b-7wijs263pn],
.search-row[b-7wijs263pn] {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 1.5rem;
}

.price-section-qty[b-7wijs263pn] {
    padding: 15px;
    width: 260px;
}

.price-section-tiers[b-7wijs263pn] {
    padding: 15px;
    width: 600px;
}

.price-section-chart[b-7wijs263pn] {
    flex: 1;
    min-width: 600px;
}

.price-summary[b-7wijs263pn] {
    border-radius: 6px;
}

.price-row > div:not(:last-child)[b-7wijs263pn] {
    box-shadow: 8px 0 14px -6px rgba(0, 0, 0, 0.25);
    padding-right: 1.5rem;
    padding-top: 0.5rem; 
    padding-bottom: 0.5rem; 
}

.price-row > div:not(:first-child)[b-7wijs263pn] {
    padding-left: 1.5rem;
}

.search-row > div:not(:last-child)[b-7wijs263pn] {
    box-shadow: 8px 0 14px -6px rgba(0, 0, 0, 0.25);
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.search-row > div:not(:first-child)[b-7wijs263pn] {
    padding-left: 1.5rem;
}
/* _content/BW.UI.Internal/Pages/Catalog/ProhibitionSearchUpdate.razor.rz.scp.css */
.results-container[b-1r466j8132] {
    max-height: 75vh;
    overflow-y: auto;
    padding-right: .25rem;
    min-width: 1000px;
    max-width: 1000px;
}

.card[b-1r466j8132] {
    border-radius: 1rem;
}

.card-body > .d-flex > div:nth-child(1)[b-1r466j8132] {
    min-width: 450px;
}

.badge[b-1r466j8132] {
    font-weight: 600;
}

.badge-sterile[b-1r466j8132] {
    background-color: lightpink;
    color: darkred;
    border: 1px solid lightpink;
    font-weight: 600;
    margin-bottom: 10px;
}

.badge-nonsterile[b-1r466j8132] {
    background-color: gainsboro;
    color: darkred;
    border: 1px solid gainsboro;
    font-weight: 600;
    margin-bottom: 10px;
}

.badge .bi-x[b-1r466j8132] {
    font-size: .9rem;
    line-height: 1;
    cursor: pointer;
    opacity: .9;
}

    .badge .bi-x:hover[b-1r466j8132] {
        opacity: 1;
    }
/* _content/BW.UI.Internal/Pages/Catalog/StateFormulaProhibitionsView.razor.rz.scp.css */
.section-header[b-ck7fdiniha] {
    font-weight: 600;
    padding: 6px 12px;
    position: sticky;
    top: 2.5rem; 
    z-index: 1;
}

/* Licensed & Valid  */
.licensed-valid-header[b-ck7fdiniha] {
    background-color: #d5e5d5;
    color: #1f4025;
}

/* Licensed but Invalid */
.licensed-invalid-header[b-ck7fdiniha] {
    background-color: #f8d7da;
    color: #842029; 
}

/* No License on File */
.unlicensed-header[b-ck7fdiniha] {
    background-color: #f8f9fa; 
    color: #444;
}

.table-clickable-row[b-ck7fdiniha] {
    cursor: pointer;
}

    .table-clickable-row:hover[b-ck7fdiniha] {
        background-color: #f5f5f5;
    }

    .table-clickable-row td:first-child[b-ck7fdiniha] {
        min-width: 140px;
    }
/* _content/BW.UI.Internal/Pages/ClinicUtility/MarketingEntityEditor.razor.rz.scp.css */
.scrollable-tbody[b-717mduv9l7] {
    display: block;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

.scrollable-tbody tr[b-717mduv9l7] {
    display: table;
    width: 100%;
    table-layout: fixed;
}

thead[b-717mduv9l7], tbody tr[b-717mduv9l7] {
    width: 100%;
    display: table;
    table-layout: fixed;
}

thead[b-717mduv9l7] {
    width: 100%;
}
/* _content/BW.UI.Internal/Pages/ClinicUtility/PlatformEditor.razor.rz.scp.css */
.scrollable-tbody[b-lnsvlokgkx] {
    display: block;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

    .scrollable-tbody tr[b-lnsvlokgkx] {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

thead[b-lnsvlokgkx], tbody tr[b-lnsvlokgkx] {
    width: 100%;
    display: table;
    table-layout: fixed;
}

thead[b-lnsvlokgkx] {
    width: 100%;
}

.scrollable-editor[b-lnsvlokgkx] {
    display: block;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}
/* _content/BW.UI.Internal/Pages/ClinicUtility/SalespeopleEditor.razor.rz.scp.css */
.scrollable-tbody[b-yr3c2uefie] {
    display: block;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

    .scrollable-tbody tr[b-yr3c2uefie] {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

thead[b-yr3c2uefie], tbody tr[b-yr3c2uefie] {
    width: 100%;
    display: table;
    table-layout: fixed;
}

thead[b-yr3c2uefie] {
    width: 100%;
}
/* _content/BW.UI.Internal/Pages/Fulfillment/FulfillmentTaskList.razor.rz.scp.css */
.filter-ticker-wrapper[b-vb2kzmgzyr] {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.filter-ticker[b-vb2kzmgzyr] {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left-b-vb2kzmgzyr 20s linear infinite;
}

@keyframes scroll-left-b-vb2kzmgzyr {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.filter-ticker-wrapper:hover .filter-ticker[b-vb2kzmgzyr] {
    animation-play-state: paused;
}
/* _content/BW.UI.Internal/Pages/Leaderboard/FulfillmentTable.razor.rz.scp.css */
.clickable[b-d08l8j5gls] {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.k-grid-header th.text-center[b-d08l8j5gls] {
    text-align: center !important;
}

.k-grid th.center-me[b-d08l8j5gls] {
    text-align: center;
}
/* _content/BW.UI.Internal/Pages/Leaderboard/Leaderboard.razor.rz.scp.css */
.grid-container[b-ycgyho6mgq] {
    max-width: 60%;
    overflow-x: auto;
    margin-top: 10px;
}

.custom-grid .k-grid-header th[b-ycgyho6mgq],
.custom-grid .k-grid-content td[b-ycgyho6mgq] {
    padding: 2px;
    text-align: center;
}

    .custom-grid .k-grid-header th:first-child[b-ycgyho6mgq],
    .custom-grid .k-grid-content td:first-child[b-ycgyho6mgq] {
        width: 60px;
    }

.custom-grid .k-grid-header th[b-ycgyho6mgq],
.custom-grid .k-grid-content td[b-ycgyho6mgq] {
    width: 25px;
}

.total-column[b-ycgyho6mgq] {
    order: 999;
}

.clickable[b-ycgyho6mgq] {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.k-grid th.center-me[b-ycgyho6mgq] {
    text-align: center;
}
/* _content/BW.UI.Internal/Pages/Leaderboard/PharmacistTable.razor.rz.scp.css */
.clickable[b-invmom0akt] {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.k-grid-header th.text-center[b-invmom0akt] {
    text-align: center !important;
}

.k-grid th.center-me[b-invmom0akt] {
    text-align: center;
}
/* _content/BW.UI.Internal/Pages/Orders/OrderHistoryView.razor.rz.scp.css */
[b-4hovhdstif] .subnav {
    height: calc(100vh-78px);
    width: 250px;
    position: fixed;
    top: 110px;
    left: -200px;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 5;
}

    [b-4hovhdstif] .subnav:hover {
        left: 15px;
    }

    [b-4hovhdstif] .subnav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
/* _content/BW.UI.Internal/Pages/Orders/PrescriptionCompareView.razor.rz.scp.css */
div.data-dump > div[b-glld73t9f9] {
    margin-bottom: 5px;
}

    div.data-dump > div > strong[b-glld73t9f9] {
        display: inline-block;
        width: 150px;
    }

.scrollable[b-glld73t9f9] {
    max-height: calc(100vh - 250px); 
    overflow-y: auto; 
}

.perscription-display[b-glld73t9f9] {
    background-color: #F0F0F0 !Important;
    border: 1px solid #ccc;
    margin-right: 0px;
    padding: 15px;
    padding-right: 0px;
    border-radius: 5px;
    background-color: #f9f9f9;
    word-wrap: break-word;
}
/* _content/BW.UI.Internal/Pages/Queues/PatientReview/PatientLookup.razor.rz.scp.css */
.table-scroll[b-fwzvzqzwiw] {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable both-edges;
}

/* Keep header visible and aligned */
.patient-table thead th[b-fwzvzqzwiw] {
    position: sticky;
    top: 0;
    z-index: 2; /* above striped rows */
    background: var(--bs-body-bg); /* match Bootstrap background */
}

/* Optional: make column widths stable if content varies a lot */
.patient-table[b-fwzvzqzwiw] {
    table-layout: fixed; /* comment out if you prefer auto widths */
}

    .patient-table th[b-fwzvzqzwiw], .patient-table td[b-fwzvzqzwiw] {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
/* _content/BW.UI.Internal/Pages/Queues/PatientReview/PatientRow.razor.rz.scp.css */
.patient-row > div:first-of-type[b-m0rjq4qxuk] {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,170,0,1) 100%);
}

.update-required[b-m0rjq4qxuk] {
    background-image: linear-gradient(135deg, #ffffff 33.33%, #f5e89f 33.33%, #f5e89f 50%, #ffffff 50%, #ffffff 83.33%, #f5e89f 83.33%, #f5e89f 100%);
    background-size: 21.21px 21.21px;
    position: relative;
}

    .update-required[b-m0rjq4qxuk]::after {
        content: "Has Changes"; /* This is where you set your watermark text */
        position: absolute;
        top: 25%;
        left: 25%;
        margin: 0 auto;
        transform: translate(0%, 0%) rotate(-30deg); /* Center and rotate */
        font-size: 24px; /* Set the desired font size */
        color: rgba(255, 0, 0, 0.35); /* Set a translucent color */
        z-index: 0; /* Ensure the watermark is behind the text */
        white-space: nowrap; /* Prevent text from wrapping */
        pointer-events: none; /* Prevent interaction with the watermark */
    }

.possible-match[b-m0rjq4qxuk] {

}
.selected-match[b-m0rjq4qxuk] {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.match-row[b-m0rjq4qxuk] {
    background: rgb(0,170,0);
    background: linear-gradient(90deg, rgba(0,170,0,1) 0%, rgba(0,103,0,1) 100%);
}
/* _content/BW.UI.Internal/Pages/RxValidation/Components/ActivityTicker.razor.rz.scp.css */
.ticker-container[b-4bqrfkv0au] {
    position: fixed;
    top: 60px;
    right: 20px;
    width: 400px;
    max-height: calc(100vh - 100px);
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ticker-header[b-4bqrfkv0au] {
    font-size: 1.1em;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ticker-content[b-4bqrfkv0au] {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.activity-item[b-4bqrfkv0au] {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    border-bottom: 1px solid #eee;
    font-size: 0.9em;
}

    .activity-item:last-child[b-4bqrfkv0au] {
        border-bottom: none;
    }

.activity-timestamp[b-4bqrfkv0au] {
    font-weight: bold;
    margin-right: 5px;
    flex-shrink: 0;
}

.activity-message[b-4bqrfkv0au] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1; 
}
/* _content/BW.UI.Internal/Pages/RxValidation/Components/LotInformation.razor.rz.scp.css */
.lot-list[b-toar33spt6] {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: square;
}

    .lot-list li[b-toar33spt6] {
        margin-right: 2px;
        margin-left: 30px;
        white-space: nowrap;
    }
/* _content/BW.UI.Internal/Pages/RxValidation/Components/RxValidationScan.razor.rz.scp.css */
.rx-validation-card[b-zqnfgbchbu] {
    width: 100%;
}
    .rx-validation-card .card-header[b-zqnfgbchbu] {
        text-align: center;
    }

    .rx-validation-card .card-body[b-zqnfgbchbu] {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

.form-group[b-zqnfgbchbu] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.form-label[b-zqnfgbchbu] {
    width: 190px;
    margin-right: 8px;
    font-weight: bold;
    text-align: right;
}

.form-control[b-zqnfgbchbu] {
    width: 300px;
}

#userNote[b-zqnfgbchbu] {
    min-width: 500px;
    max-height: 80px;
}
/* _content/BW.UI.Internal/Pages/RxValidation/Index.razor.rz.scp.css */
.prescription-image[b-izm3tnx8e2]
{
    min-width: 650px;
    padding-top: 5px !important;
}

.top-area[b-izm3tnx8e2] {
    max-height: 320px;
    overflow-y: auto;
}

.first-column[b-izm3tnx8e2] {
    max-width: 400px;
    min-width: 400px;
    max-height: calc(100vh - 320px);
    overflow-y: auto;
}

.second-column[b-izm3tnx8e2] {
    max-width: 600px;
    min-width: 600px;
    max-height: calc(100vh - 320px);
    overflow-y: auto;
}

.card[b-izm3tnx8e2] {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.card-header[b-izm3tnx8e2] {
    background-color: #007b8f;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1em;
    padding: 10px 15px;
    text-align: center;
}

.card-body[b-izm3tnx8e2] {
    background-color: #f2fafc;
    padding: 15px;
}

.card .form-label[b-izm3tnx8e2] {
    font-weight: bold;
    margin-bottom: 5px;
}

.card .list-box[b-izm3tnx8e2] {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    max-height: 100px;
    overflow-y: auto;
}

/* _content/BW.UI.Internal/Shared/MainLayout.razor.rz.scp.css */
.page[b-bpx47c6zbh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bpx47c6zbh] {
    flex: 1;
}

.sidebar[b-bpx47c6zbh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bpx47c6zbh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bpx47c6zbh]  a, .top-row .btn-link[b-bpx47c6zbh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-bpx47c6zbh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bpx47c6zbh] {
        display: none;
    }

    .top-row.auth[b-bpx47c6zbh] {
        justify-content: space-between;
    }

    .top-row a[b-bpx47c6zbh], .top-row .btn-link[b-bpx47c6zbh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bpx47c6zbh] {
        flex-direction: row;
    }

    .sidebar[b-bpx47c6zbh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bpx47c6zbh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-bpx47c6zbh], article[b-bpx47c6zbh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

[b-bpx47c6zbh] .sidenav {
    height: calc(100vh-78px);
    width: 250px;
    position: fixed;
    z-index: 5;
    top: 78px;
    left: -235px;
    overflow-x: hidden;
    transition: 0.5s;
}

    /* ON HOVER */
    [b-bpx47c6zbh] .sidenav:hover {
        left: 0;
    }

    /* The navigation menu links */
    [b-bpx47c6zbh] .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s
    }

        [b-bpx47c6zbh] .sidenav a:hover, [b-bpx47c6zbh] .offcanvas a:focus {
            color: #f1f1f1;
        }

    [b-bpx47c6zbh] .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
