/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-header-img[b-s7p3lkb4dd] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.625rem 0;
}
/* /Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.qr-box[b-eml6abla0c] {
    margin: 0.625rem 0 0.625rem 0;
}
/* /Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-lw36n1lrpl] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-lw36n1lrpl] {
    display: flex;
    gap: 0.625rem;
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-ocjdyyujak] .tab-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

[b-ocjdyyujak] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-ocjdyyujak] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-ocjdyyujak] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-ocjdyyujak] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-ocjdyyujak] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-ocjdyyujak] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* /Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-zrnmxvttcm] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* /Components/Import/CustomDxUpload.razor.rz.scp.css */
.custom-drop-zone[b-p25buhum0h] {
    padding: 0 !important;
    border-color: #85c0ff;
    border-style: dashed !important;
    background-color: transparent !important;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .custom-drop-zone svg[b-p25buhum0h] {
        width: 42px;
        height: 42px;
    }

.upload-button-container[b-p25buhum0h] {
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-p25buhum0h] .dxbl-upload {
    padding-top: 0px !important;
}
/* /Components/Import/ImportDataManagement.razor.rz.scp.css */
.import-container[b-3y0c4e9dhg] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    max-width: 1300px;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.import-container-child[b-3y0c4e9dhg] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5rem;
}

[b-3y0c4e9dhg] .action-container .dxbl-form-layout {
    width: 100%;
    display: flex;
    justify-content: center;
}

[b-3y0c4e9dhg] .action-container .dxbl-row {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

[b-3y0c4e9dhg] .action-container .dxbl-col-md-6 {
    flex: 1 1 100%;
    max-width: 100%;
}

.import-title[b-3y0c4e9dhg] {
    font-size: 2rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
    padding: 1rem;
    width: 100%;
}

.action-container[b-3y0c4e9dhg] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    max-width: 50%;
}

.upload-section[b-3y0c4e9dhg] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 2;
    align-items: center;
    max-width: 50%;
}

.button-container[b-3y0c4e9dhg] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    margin: 0 auto;
}
/* /Components/Layout/Drawer.razor.rz.scp.css */
::deep .navigation-drawer[b-t7d1somb8f] {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-t7d1somb8f] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-t7d1somb8f] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-t7d1somb8f] {
        display: none;
        visibility: hidden;
    }

    [b-t7d1somb8f] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 100;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-t7d1somb8f] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-um8mm31rbz] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

.fullscreen-center[b-um8mm31rbz] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
}

[b-um8mm31rbz] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, #5b5b5b 0%, var(--bs-black) 150%);
}

[b-um8mm31rbz] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-um8mm31rbz] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 0rem 1rem;
    padding-top: 2rem;
}

[b-um8mm31rbz] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-um8mm31rbz] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-um8mm31rbz] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-um8mm31rbz] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-um8mm31rbz] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-um8mm31rbz] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-um8mm31rbz] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-um8mm31rbz] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-um8mm31rbz] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-um8mm31rbz] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-um8mm31rbz] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-um8mm31rbz] .icon-logo {
    -webkit-mask-image: url("images/short-logo.svg");
    mask-image: url("images/short-logo.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-um8mm31rbz] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-um8mm31rbz] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-um8mm31rbz] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-um8mm31rbz] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-um8mm31rbz] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-um8mm31rbz] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-um8mm31rbz] {
    display: inline-flex;
}

.menu-button-nav[b-um8mm31rbz] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-um8mm31rbz] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 1rem;
}

    .nav-buttons-container[b-um8mm31rbz]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-um8mm31rbz]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

[b-um8mm31rbz] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-um8mm31rbz] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-um8mm31rbz] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-um8mm31rbz] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-um8mm31rbz] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-um8mm31rbz] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-y658yyymys] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-y658yyymys] {
    text-align: center;
}

[b-y658yyymys] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-y658yyymys] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-y658yyymys] .menu {
    background-color: inherit;
}

    [b-y658yyymys] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-y658yyymys] .menu-item {
    color: var(--bs-white);
}

[b-y658yyymys] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-y658yyymys] .home-icon {
    background-image: url("images/home.svg");
}

[b-y658yyymys] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-y658yyymys] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-y658yyymys] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-y658yyymys] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-y658yyymys] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-y658yyymys] .user-icon {
    background-image: url("images/account/user.svg");
}

[b-y658yyymys] .product-icon {
    background-image: url("images/product.svg");
}

[b-y658yyymys] .pharmacy-icon {
    background-image: url("images/pharmacy.svg");
}

[b-y658yyymys] .order-icon {
    background-image: url("images/order.svg");
}

[b-y658yyymys] .outage-icon {
    background-image: url("images/wifi-off.svg");
}

[b-y658yyymys] .pharmacist-icon {
    background-image: url("images/pharmacist.svg");
}

[b-y658yyymys] .people-icon {
    background-image: url("images/people-fill.svg");
}

[b-y658yyymys] .tanzanit-icon {
    background-image: url("images/tanzanit.svg");
}

[b-y658yyymys] .structure-icon {
    background-image: url("images/structure.svg");
}

[b-y658yyymys] .prescription-icon {
    background-image: url("images/prescription.svg");
}

[b-y658yyymys] .confirm-prescription-icon {
    background-image: url("images/confirm-prescription.svg");
}

[b-y658yyymys] .pharmacist-requests-icon {
    background-image: url("images/clipboard-check-fill.svg");
}

[b-y658yyymys] .report-icon {
    background-image: url("images/file-earmark-arrow-down.svg");
}

[b-y658yyymys] .import-icon {
    background-image: url("images/import.svg");
}

[b-y658yyymys] .payment-icon {
    background-image: url("images/cash-stack.svg");
}

[b-y658yyymys] .terms-and-conditions-icon {
    background-image: url("images/file-earmark-medical-fill.svg");
}

[b-y658yyymys] .other-icon {
    background-image: url("images/diagram-2.svg");
}

@media (max-width: 768px) {
    #sidebar[b-y658yyymys] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-y658yyymys] {
        text-align: inherit;
    }
}
/* /Components/Pages/Index.razor.rz.scp.css */
[b-ceu3x2hp15] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-ceu3x2hp15] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-ceu3x2hp15] .title {
    text-align: center;
}

[b-ceu3x2hp15] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-ceu3x2hp15] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-ceu3x2hp15] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-ceu3x2hp15] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-ceu3x2hp15] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-ceu3x2hp15] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-ceu3x2hp15] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Components/Pharmacist/PharmacistForm.razor.rz.scp.css */
.create-form-container[b-io7lyqhgak] {
    max-width: 1000px;
    margin: 0 auto;
}

[b-io7lyqhgak] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

[b-io7lyqhgak] .grid-icon-check {
    background-image: url("images/check-circle-fill.svg");
    filter: invert(1);
}

[b-io7lyqhgak] .grid-icon-delete {
    background-image: url("images/trash-fill.svg");
    filter: invert(1);
}

[b-io7lyqhgak] .grid-icon-reject {
    background-image: url("images/reject-circle-fill.svg");
    filter: invert(1);
}
/* /Components/Pharmacist/PharmacistRequestManagement.razor.rz.scp.css */
[b-i4lg1t6t55] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
    background-color: transparent;
}

[b-i4lg1t6t55] .grid-icon-download {
    background-image: url("images/download.svg");
    filter: invert(1);
}

[b-i4lg1t6t55] .grid-icon-check {
    background-image: url("images/check-circle-fill.svg");
    filter: invert(1);
}

[b-i4lg1t6t55] .grid-icon-reject {
    background-image: url("images/reject-circle-fill.svg");
    filter: invert(1);
}
/* /Components/Prescription/PrescriptionManagement.razor.rz.scp.css */
.preview-column[b-3mpwupoehz] {
    width: 100%;
    min-width: 500px;
    max-width: 500px;
    height: 100%;
}

.preview-image-container[b-3mpwupoehz] {
    height: 100%;
    display: flex;
    height: 500px;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}

.preview-image[b-3mpwupoehz] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pdf-preview[b-3mpwupoehz], .doc-preview[b-3mpwupoehz] {
    height: 100%;
    width: 100%;
    padding: 1rem;
    text-align: center;
}

.no-preview[b-3mpwupoehz] {
    height: 100%;
    padding: 1rem;
}

[b-3mpwupoehz] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
    background-color: transparent;
}

[b-3mpwupoehz] .grid-icon-download {
    background-image: url("images/download.svg");
    filter: invert(1);
}
/* /Components/Shared/CultureSelectorButton.razor.rz.scp.css */
[b-576sa3queu] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-576sa3queu] .globe-icon {
    background-image: url("images/globe.svg");
}
/* /Components/Shared/CustomGenericGrid.razor.rz.scp.css */
[b-htc5aohzqs] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

[b-htc5aohzqs] .grid-icon-export {
    background-image: url("images/filetype-xlsx.svg");
    filter: invert(1);
}

[b-htc5aohzqs] .grid-icon-detail {
    background-image: url("images/detail.svg");
    filter: invert(1);
}

[b-htc5aohzqs] .grid-icon-download {
    background-image: url("images/cloud-arrow-down-fill.svg");
    filter: invert(1);
}

[b-htc5aohzqs] .grid-icon-check {
    background-image: url("images/check-circle-fill.svg");
    filter: invert(1);
}

[b-htc5aohzqs] .grid-icon-reject {
    background-image: url("images/reject-circle-fill.svg");
    filter: invert(1);
}

[b-htc5aohzqs] .grid-icon-collapse {
    background-image: url("images/arrows-collapse.svg");
    filter: invert(1);
}

[b-htc5aohzqs] .grid-icon-expand {
    background-image: url("images/arrows-expand.svg");
    filter: invert(1);
}

[b-htc5aohzqs] .grid-icon-column-chooser {
    background-image: url("images/list-columns.svg");
    filter: invert(1);
}

[b-htc5aohzqs] .grid-icon-info {
    background-image: url("images/info-circle.svg");
    filter: invert(1);
}
/* /Components/Tanzanit/TanzanitJobScheduleSettings.razor.rz.scp.css */
.email-caption[b-4a6e53vnmj] {
    display: flex;
    align-items: center;
}

.info-icon-btn[b-4a6e53vnmj] {
    padding-left: .25rem;
    padding-right: .25rem;
}

[b-4a6e53vnmj] .info-icon {
    display: inline-block;
    background-color: currentColor;
    width: 16px;
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/info-circle.svg");
    mask-image: url("images/info-circle.svg");
}
/* /Components/TermsAndConditions/TermsAndConditionsManagement.razor.rz.scp.css */
.custom-drop-zone[b-49kxjuqvp5] {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}

.custom-drop-zone.custom-drop-zone-hover[b-49kxjuqvp5] {
    border-style: solid;
}

.custom-drop-zone svg[b-49kxjuqvp5] {
    width: 42px;
    height: 42px;
}

.custom-drop-zone > *:not(#overviewSelectButton)[b-49kxjuqvp5] {
    pointer-events: none;
}
