/* _content/PrescriptionDonation/GlobalNotification/NotificationComponent.razor.rz.scp.css */
.modal-overlay[b-on1obh2zgi] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-on1obh2zgi] {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 400px;
    max-width: 90%;
    position: relative;
}

.modal-content h2[b-on1obh2zgi] {
    margin-top: 0;
    font-size: 1.5rem;
}

.modal-body[b-on1obh2zgi] {
    margin-top: 15px;
    margin-bottom: 20px;
}

.modal-footer[b-on1obh2zgi] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.modal-footer .btn[b-on1obh2zgi] {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-primary[b-on1obh2zgi] {
    background-color: #007bff;
    color: white;
}

.btn-secondary[b-on1obh2zgi] {
    background-color: #6c757d;
    color: white;
}

.btn:hover[b-on1obh2zgi] {
    opacity: 0.9;
}
/* _content/PrescriptionDonation/Layouts/Landing/LandingLayout.razor.rz.scp.css */
.content[b-frilevydth] {
    min-height: calc(100vh - 120px); /* Adjust based on header and footer height */
}

.footer-logo[b-frilevydth] {
    max-height: 40px;
}
/* _content/PrescriptionDonation/Layouts/Main/MainLayout.razor.rz.scp.css */
/* Ensure header stays at the top */
header[b-e1tmc4ejoi] {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgb(7, 120, 66); /* Background color to ensure visibility */
}

/* Set body and html to prevent scroll on a blank page */
html[b-e1tmc4ejoi], body[b-e1tmc4ejoi] {
    height: 100%;
    margin: 0;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

/* Make sure the main content fills available space */
main[b-e1tmc4ejoi] {
    flex: 1;
    padding-top: 5.5rem; /* Adjust based on header height */
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Custom navbar styling */
.custom-navbar[b-e1tmc4ejoi] {
    /* background-color: rgb(7, 120, 66);*/
    background: linear-gradient(180deg, #13af4a 0%, #FDFEFE 90%);
    /* Green background for the navbar */
}

.navbar-nav .nav-link[b-e1tmc4ejoi] {
    color: black !important; /* White color for menu items */
    padding: 20px !important; /* Padding for menu items */
    font-weight: bold;
}

.navbar-nav .nav-link:hover[b-e1tmc4ejoi] {
    color: #ddd; /* Light color on hover */
}

/* Left margin for image */
.left-image[b-e1tmc4ejoi] {
    margin-left: 1rem; /* Adjust as needed */
}

/* Footer styling */
.footer[b-e1tmc4ejoi] {
    background-color: black; /* Dark background for the footer */
    padding: 1rem 0; /* Adjust padding to fit better */
    border-top: 1px solid #dee2e6; /* Light border at the top */
}

.footer-section[b-e1tmc4ejoi] {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    width: 50%; /* Ensure each section takes up half the footer width */
}

.footer-logo[b-e1tmc4ejoi] {
    max-width: 100px; /* Adjust size as needed */
}
.address[b-e1tmc4ejoi] {
    margin: 0;
    color: white; /* White color for address text */
}

/* Additional CSS to ensure footer stays at the bottom */
.page[b-e1tmc4ejoi] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-e1tmc4ejoi] {
    flex: 1;
}

.sidebar[b-e1tmc4ejoi] {
    background-color: rgb(7, 120, 66);
}

.top-row[b-e1tmc4ejoi] {
    background-color: rgb(7, 120, 66);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-e1tmc4ejoi]  a, .top-row[b-e1tmc4ejoi]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-e1tmc4ejoi]  a:hover, .top-row[b-e1tmc4ejoi]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-e1tmc4ejoi]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

#blazor-error-ui[b-e1tmc4ejoi] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-e1tmc4ejoi] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* Footer styling */
.footer[b-e1tmc4ejoi] {
    background-color: black; /* Dark background for the footer */
    padding: 1rem 0; /* Adjust padding to fit better */
    border-top: 1px solid #dee2e6; /* Light border at the top */
}

.footer-container[b-e1tmc4ejoi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; /* Position relative for absolute positioning of vertical line */
}

.footer-section[b-e1tmc4ejoi] {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    width: 50%; /* Ensure each section takes up half the footer width */
}

.footer-logo[b-e1tmc4ejoi] {
    max-width: 100px; /* Adjust size as needed */
}

.address[b-e1tmc4ejoi] {
    margin: 0;
    color: white; /* White color for address text */
    text-align: right;
}

/* Vertical line styling */
.footer-container[b-e1tmc4ejoi]::before {
    content: "";
    position: absolute;
    left: 50%;
    height: 100%;
    width: 2px;
    background-color: white; /* Vertical line color */
    transform: translateX(-50%);
}
/* _content/PrescriptionDonation/Pages/Dashboard/DashboardPage.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/DispensePrescription/CreateEditPrescription/CreateEditPrescriptionComponent.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/DispensePrescription/CreateEditPrescription/DrugSearch/DrugSearchComponent.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/DispensePrescription/CreateEditPrescription/InventorySearch/InventorySearchComponent.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/DispensePrescription/CreateEditPrescription/RecipientsSearch/RecipientsSearchComponent.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/DispensePrescription/DispensePrescriptionPage.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/DispensePrescription/PrescriptionDetails/PrescriptionDetailsComponent.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/Donations/CreateDonation/AddDonationItem/AddDonationItemComponent.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/Donations/CreateDonation/CreateDonationComponent.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/Donations/DonationDetails/DonationDetailsComponent.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/Donations/DonationsPage.razor.rz.scp.css */
.search-input[b-vean7z9a3n] {
    max-width: 300px !important;
    width: 300px !important;
}

.search-block[b-vean7z9a3n] {
    display: flex;
    gap: 1rem;
align-items: center;
}
/* _content/PrescriptionDonation/Pages/Donations/DonorSearch/DonorSearchComponent.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/Donations/DrugSearch/DrugSearchComponent.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/Donations/EditDonation/EditDonationComponent.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/Donations/EditDonation/EditDonationItem/EditDonationItemComponent.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/Donors/DonorsPage.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/DrugsImport/DrugsImportPage.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/Drugs/DrugsPage.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/Error/ErrorPage.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/History/HistoryPage.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/Inventories/EditInventoryComponent/EditInventoryComponent.razor.rz.scp.css */
body[b-ybha4ayfdo] {
}
/* _content/PrescriptionDonation/Pages/Inventories/InventoriesPage.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/InventoryExpire/InventoryExpirePage.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/Invoice/InvoicePage.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/Recipients/RecipientsPage.razor.rz.scp.css */
/* _content/PrescriptionDonation/Pages/Reports/CountByDateRange/CountByDateRangePage.razor.rz.scp.css */
.reports-container[b-lna2c3ltvy] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reports-container > .form[b-lna2c3ltvy] {
    display: flex;
    gap: 30px;
}

.reports-container > .data[b-lna2c3ltvy] {
    flex: 1 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.reports-container > .data > .grid[b-lna2c3ltvy],
.reports-container > .data > .chart[b-lna2c3ltvy] {
    height: 100%;
}

.reports-container > .data > .chart[b-lna2c3ltvy] {
    width: 100%;
}

.report-title[b-lna2c3ltvy] {
    font-size: 28px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
/* _content/PrescriptionDonation/Pages/Reports/DonationsAndPrescriptionsProcessed/DonationsAndPrescriptionsProcessedPage.razor.rz.scp.css */
.reports-container[b-3ppfqaj84o] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reports-container > .form[b-3ppfqaj84o] {
    display: flex;
    gap: 30px;
}

.reports-container > .data[b-3ppfqaj84o] {
    flex: 1 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.reports-container > .data > .chart[b-3ppfqaj84o] {
    width: 50%;
    height: 100%;
    
    display: flex;
    flex-direction: column;
}

.reports-container > .data > .chart > .chart-content[b-3ppfqaj84o] {
    flex: 1 1;
}


.report-title[b-3ppfqaj84o] {
    font-size: 28px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
/* _content/PrescriptionDonation/Pages/Reports/DonationsByState/DonationsByStatePage.razor.rz.scp.css */
.reports-container[b-6ox929cgbu] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reports-container > .form[b-6ox929cgbu] {
    display: flex;
    gap: 30px;
}

.reports-container > .data[b-6ox929cgbu] {
    flex: 1 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.reports-container > .data > .grid[b-6ox929cgbu],
.reports-container > .data > .chart[b-6ox929cgbu] {
    height: 100%;
}

.reports-container > .data > .grid[b-6ox929cgbu] {
    width: 60%;
}

.reports-container > .data > .chart[b-6ox929cgbu] {
    width: 40%;
}

.report-title[b-6ox929cgbu] {
    font-size: 28px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
/* _content/PrescriptionDonation/Pages/Reports/ExpiredDrug/ExpiredDrugPage.razor.rz.scp.css */
.reports-container[b-oqi6i9drj5] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .reports-container > .form[b-oqi6i9drj5] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .reports-container > .data[b-oqi6i9drj5] {
        flex: 1 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 15px;
    }


.report-title[b-oqi6i9drj5] {
    font-size: 28px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
/* _content/PrescriptionDonation/Pages/Reports/PrescriptionsByState/PrescriptionsByStatePage.razor.rz.scp.css */
.reports-container[b-9tdfwc2ibt] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reports-container > .form[b-9tdfwc2ibt] {
    display: flex;
    gap: 30px;
}

    .reports-container > .data[b-9tdfwc2ibt] {
        flex: 1 1;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        padding-bottom: 15px;
        gap: 1rem;
    }

        .reports-container > .data > .grid[b-9tdfwc2ibt] {
            width: 100%;
        }

        .reports-container > .data > .chart[b-9tdfwc2ibt] {
            width: 90%;
        }


.report-title[b-9tdfwc2ibt] {
    font-size: 28px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
/* _content/PrescriptionDonation/Pages/Reports/RecipientsInsuranceStatus/RecipientsInsuranceStatusPage.razor.rz.scp.css */
.reports-container[b-3dqayyc7q1] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reports-container > .form[b-3dqayyc7q1] {
    display: flex;
    gap: 30px;
}

.reports-container > .data[b-3dqayyc7q1] {
    flex: 1 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.reports-container > .data > .grid[b-3dqayyc7q1],
.reports-container > .data > .chart[b-3dqayyc7q1] {
    width: 50%;
    height: 100%;
}

.report-title[b-3dqayyc7q1] {
    font-size: 28px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
