@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* /Pages/DisChem/Reports/Employee/Tracker.razor.rz.scp.css */
.cards-wrapper[b-5peyznvc4r] {
    display: flex;
    flex-wrap: wrap;
    height: 100%; /* Ensure the wrapper takes the full height of the parent */
    gap: 16px; /* Add padding between the items */
}

.card-container[b-5peyznvc4r] {
    flex: 1 1 calc(25% - 16px); /* Adjust width to account for the gap */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.card-content[b-5peyznvc4r] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; /* Ensures each card content takes up the full available height */
}

.kpi-section[b-5peyznvc4r] {
    display: flex;
    flex-direction: column;
}

.responsive-height[b-5peyznvc4r] {
    height: auto;
}

.w3-margin-top[b-5peyznvc4r] {
    margin-top: 16px !important;
}

.w3-row-padding[b-5peyznvc4r] {
    padding: 0 16px;
}

.w3-container[b-5peyznvc4r] {
    padding: 16px;
}

@media (max-width: 992px) {
    .card-container[b-5peyznvc4r] {
        flex: 1 1 calc(50% - 16px); /* 2 items per row */
    }

    #filterDiv[b-5peyznvc4r], #totalDiv[b-5peyznvc4r] {
        flex: 1 1 100%; /* Stack vertically on smaller screens */
    }
}

@media (max-width: 600px) {
    .card-container[b-5peyznvc4r] {
        flex: 1 1 100%; /* 1 item per row */
    }

    #filterDiv[b-5peyznvc4r], #totalDiv[b-5peyznvc4r] {
        flex: 1 1 100%; /* Stack vertically on smaller screens */
    }
}
/* /Pages/PharmacyDashboard/Invoice/InvoiceDetail.razor.rz.scp.css */
.chart-container-small[b-qvtim7vdxm] {
    height: 300px;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.full-donut-canvas[b-qvtim7vdxm] {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    z-index: 3;
}

    .full-donut-canvas .chart-container[b-qvtim7vdxm],
    .full-donut-canvas canvas[b-qvtim7vdxm] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        display: block;
    }

.chart-text[b-qvtim7vdxm] {
    top: 25%;
    z-index: 2;
}

.chart-container-small .heading-text[b-qvtim7vdxm] {
    font-size: 1.56rem;
    margin-bottom: 4px;
}

.chart-container-small .normal-text[b-qvtim7vdxm] {
    font-size: 1.25rem;
}
