/* _content/DispensePlus.Web/wwwroot/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jblojnsk7p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jblojnsk7p] {
    flex: 1;
}

.sidebar[b-jblojnsk7p] {
    background-image: linear-gradient(180deg, rgb(221 221 221) 0%, #010237 70%);
}

.top-row[b-jblojnsk7p] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jblojnsk7p]  a, .top-row[b-jblojnsk7p]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jblojnsk7p]  a:hover, .top-row[b-jblojnsk7p]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jblojnsk7p]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jblojnsk7p] {
        justify-content: space-between;
    }

    .top-row[b-jblojnsk7p]  a, .top-row[b-jblojnsk7p]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jblojnsk7p] {
        flex-direction: row;
    }

    .sidebar[b-jblojnsk7p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jblojnsk7p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jblojnsk7p]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jblojnsk7p], article[b-jblojnsk7p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jblojnsk7p] {
    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-jblojnsk7p] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DispensePlus.Web/wwwroot/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-79pijqynrx] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 3.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-79pijqynrx] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-79pijqynrx] {
    height: 7.2rem;
/*    background-color: rgba(0,0,0,0.4);*/
}

.navbar-brand[b-79pijqynrx] {
    font-size: 1.1rem;
}

.oi[b-79pijqynrx] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}


/*.bi-house-door-fill {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}*/

.nav-item[b-79pijqynrx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-79pijqynrx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-79pijqynrx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-79pijqynrx]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-79pijqynrx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-79pijqynrx]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-79pijqynrx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-79pijqynrx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-79pijqynrx] {
        display: none;
    }

    .nav-scrollable[b-79pijqynrx] {
        margin-top:75px;

        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/DispensePlus.Web/wwwroot/Components/Pages/Home/Home.razor.rz.scp.css */
.zeroPadding[b-v12btxn3an] {
    padding: 0;
}

[b-v12btxn3an](.cardIcon) {
    font-size: 1.3rem;
    vertical-align: middle;
}

.cardIcon[b-v12btxn3an] {
    font-size: 1.3rem;
    vertical-align: middle;
}

[b-v12btxn3an](.apexcharts-title-text) {
    color: blue !important;
}

.absentsCard[b-v12btxn3an] {
    min-height: 257.222px;
    height: 257.222px;
    max-height: 550px;
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Disable horizontal scrolling */
    /* Firefox scrollbar styling */
    scrollbar-width: thin; /* Slim scrollbar */
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent; /* Thumb color and transparent track */
}

.newsCard[b-v12btxn3an] {
    min-height: 615px;
    height: 615px;
    max-height: 550px;
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Disable horizontal scrolling */
    /* Firefox scrollbar styling */
    scrollbar-width: thin; /* Slim scrollbar */
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent; /* Thumb color and transparent track */
}

    /* Webkit browsers (Chrome, Edge, Safari) */
    .homeCard[b-v12btxn3an]::-webkit-scrollbar {
        width: 8px; /* Slim width */
    }

    .homeCard[b-v12btxn3an]::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3); /* Subtle dark color */
        border-radius: 4px; /* Rounded corners */
        transition: background-color 0.3s ease; /* Smooth hover effect */
    }

        .homeCard[b-v12btxn3an]::-webkit-scrollbar-thumb:hover {
            background-color: rgba(0, 0, 0, 0.6); /* Darker on hover */
        }

    .homeCard[b-v12btxn3an]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.05); /* Very light background for visibility */
        border-radius: 4px; /* Match thumb's rounded corners */
    }
/* _content/DispensePlus.Web/wwwroot/Components/Pages/Home/PharmacyNewsPanel.razor.rz.scp.css */
.cardIcon[b-mm1zb5i8h3] {
    font-size: 1.3rem;
    vertical-align: middle;
}

.news-container img[b-mm1zb5i8h3] {
    max-width: 100%; /* Ensures images do not exceed the container width */
    height: auto; /* Maintains aspect ratio */
    display: block; /* Prevents extra spacing */
    margin: 10px 0; /* Adds spacing around images */
}
/* _content/DispensePlus.Web/wwwroot/Components/Pages/Home/PumpCalibration.razor.rz.scp.css */
.cardHeader[b-kifkpxb2pi] {
    margin: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.cardIcon[b-kifkpxb2pi] {
    font-size: 1.3rem;
    vertical-align: middle;
}

.status-card[b-kifkpxb2pi] {
    padding: 10px;
    padding-left: 20px;
    /*    margin: 10px 0;*/
    /*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
}



    .status-card:not(:first-child)[b-kifkpxb2pi] {
        /*        margin-top: 20px;*/
    }


    .status-card .status-label[b-kifkpxb2pi] {
        font-weight: bold;
    }

    .status-card .status-value[b-kifkpxb2pi] {
        font-size: 1.2rem;
    }

    .status-card .status[b-kifkpxb2pi] {
        font-weight: bold;
        padding: 5px;
        text-align: center;
        border-radius: 5px;
    }

.background-header-pump1[b-kifkpxb2pi] {
    background-color: #262626;
    color: white;
    margin-bottom: 0px;
}

.background-header-pump2[b-kifkpxb2pi] {
    background-color: #262626;
    color: white;
    margin-bottom: 0px;
}


.background-pump1[b-kifkpxb2pi] {
    background-color: #acacac;
    color: white;
    height: 240px;
}

.background-pump2[b-kifkpxb2pi] {
    background-color: #acacac;
    color: white;
    height: 240px;
}

.nearing-expiration[b-kifkpxb2pi] {
    background-color: orange;
    color: white;
}

.in-date[b-kifkpxb2pi] {
    background-color: green;
    color: white;
}

.status-info[b-kifkpxb2pi] {
    background-color: orange;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}
/* _content/DispensePlus.Web/wwwroot/Components/Pages/Home/PumpTubingPanel.razor.rz.scp.css */
.cardHeader[b-xs3ppt4r39] {
    margin: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.cardIcon[b-xs3ppt4r39] {
    font-size: 1.3rem;
    vertical-align: middle;
}

.status-card[b-xs3ppt4r39] {
    padding: 10px;
    padding-left: 20px;
    /*    margin: 10px 0;*/
    /*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
}



    .status-card:not(:first-child)[b-xs3ppt4r39] {
        /*        margin-top: 20px;*/
    }


    .status-card .status-label[b-xs3ppt4r39] {
        font-weight: bold;
    }

    .status-card .status-value[b-xs3ppt4r39] {
        font-size: 1.2rem;
    }

    .status-card .status[b-xs3ppt4r39] {
        font-weight: bold;
        padding: 5px;
        text-align: center;
        border-radius: 5px;
    }

.background-header-pump1[b-xs3ppt4r39] {
    background-color: #262626;
    color: white;
    margin-bottom: 0px;
}

.background-header-pump2[b-xs3ppt4r39] {
    background-color: #262626;
    color: white;
    margin-bottom: 0px;
}


.background-pump1[b-xs3ppt4r39] {
    background-color: #acacac;
    color: white;
    min-height: 240px;
}

.background-pump2[b-xs3ppt4r39] {
    background-color: #acacac;
    color: white;
    height: 240px;
}

.nearing-expiration[b-xs3ppt4r39] {
    background-color: orange;
    color: white;
}

.in-date[b-xs3ppt4r39] {
    background-color: green;
    color: white;
}

.status-info[b-xs3ppt4r39] {
    background-color: orange;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}
/* _content/DispensePlus.Web/wwwroot/Components/Pages/Login.razor.rz.scp.css */
.loginCard[b-8bcbowpdok] {
    min-width: 40%;
}

.loginCardModal[b-8bcbowpdok] {
    position: fixed;    
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 45%;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 25%;
}

.logo[b-ykw0yevmei][b-8bcbowpdok] {
    width:180px;
    margin-left:0px;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
    transition: filter 0.3s ease;
}

.center-screen[b-8bcbowpdok] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}
/* _content/DispensePlus.Web/wwwroot/Components/Pages/Patient/Patient.razor.rz.scp.css */

.patient-icon[b-5z32zl67iz],
.patient-photo[b-5z32zl67iz] {
    width: 50px;
    height: 50px;
    margin-right: 10px; /* Unified margin for both icons and photos */
    border-radius: 50%;
}

.patient-photo-icon[b-5z32zl67iz] {
    color: #ccc; /* Light grey for Font Awesome icon */
}


.hidden[b-5z32zl67iz] {
    display: none;
}

.visible[b-5z32zl67iz] {
    display: inline; /* or block, flex, etc., depending on the layout */
}
/* _content/DispensePlus.Web/wwwroot/Components/UI/Buttons/BootAwesomeButton.razor.rz.scp.css */
/* General Button Styles */
.responsive-btn[b-qyg962yyjc] {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0.5em 1.5em;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50px;
    display: inline-flex; /* Align items consistently */
    align-items: center; /* Center items vertically */
    justify-content: center;
    height: 35px; /* Explicit height to ensure consistency */
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out; /* Smooth hover effect */
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15); /* Original box shadow */
}

    .responsive-btn.header[b-qyg962yyjc] {
        background-color: unset;
        padding: 0px;
        color: black;
        width: 40px;
        height: 25px;
    }


    /* Hover Effect */
    .responsive-btn:hover[b-qyg962yyjc] {
        transform: scale(1.1); /* Slight zoom on hover */
        background-color: #076e77; /* Darker background color */
    }

    /* Active State (on click) */
    .responsive-btn:active[b-qyg962yyjc] {
        transform: none; /* Remove scaling */
        background-color: #06595f; /* Optional: Adjust color when clicked */
    }

    /* Disabled Hover Effect */
    .responsive-btn.loading:hover[b-qyg962yyjc],
    .responsive-btn:disabled:hover[b-qyg962yyjc] {
        transform: none; /* Remove the scaling effect */
        background-color: rgba(0, 0, 0, 0.8); /* Keep original background */
        cursor: not-allowed; /* Show not-allowed cursor */
    }

/* Save Icon Styles */
.bootAwesomeIcon[b-qyg962yyjc] {
    font-size: 0.9rem;
    margin-right: 9px;
}

/* Spinner Container */
.button-spinner-container[b-qyg962yyjc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

/* Spinner Styles */
.button-spinner[b-qyg962yyjc] {
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top: 3px solid #09f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: button-spin-b-qyg962yyjc 1s linear infinite;
}

/* Spinner Animation */
@keyframes button-spin-b-qyg962yyjc {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Text Inside Button */
.responsive-btn-text[b-qyg962yyjc] {
    font-size: 1rem;
    line-height: 1; /* Reset to avoid affecting button height */
    vertical-align: middle;
}

/* Enforce Consistent Alignment */
.responsive-btn[b-qyg962yyjc] {
    vertical-align: middle; /* Align buttons vertically with other inline elements */
}


.buttonReduced[b-qyg962yyjc] {
    height: 25px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

/* Danger Mode */
.responsive-btn.danger-mode[b-qyg962yyjc] {
    background-color: rgba(255, 0, 0, 0.8); /* Red background */
    color: #fff;
}

    .responsive-btn.danger-mode:hover[b-qyg962yyjc] {
        transform: scale(1.1); /* Slight zoom on hover */
        background-color: rgba(200, 0, 0, 0.8); /* Darker red on hover */
    }

    .responsive-btn.danger-mode:active[b-qyg962yyjc] {
        transform: none; /* Remove scaling */
        background-color: rgba(180, 0, 0, 0.8); /* Adjusted red when clicked */
    }

    .responsive-btn.danger-mode.loading:hover[b-qyg962yyjc],
    .responsive-btn.danger-mode:disabled:hover[b-qyg962yyjc] {
        transform: none; /* Remove scaling effect */
        background-color: rgba(255, 0, 0, 0.8); /* Keep original background */
        cursor: not-allowed; /* Show not-allowed cursor */
    }
/* _content/DispensePlus.Web/wwwroot/Components/UI/Buttons/FontAwesomeButton.razor.rz.scp.css */

.responsive-btn[b-azbj3c0e6u] {
    color: #fff; /* Button text color */
    padding: 0.5em 1em; /* Padding inside the button */
    border: none; /* Remove default border */
    outline: none; /* Remove outline */
    cursor: pointer; /* Set cursor to pointer */
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15); /* Permanent box shadow */
    border-radius: 50px; /* Set a large border-radius for a pill shape */
    display: inline-block; /* Ensure it adjusts to its content */

    transition: all 0.15s ease-in-out; /* Smooth hover effect */
    overflow: hidden; /* Prevent content overflow */
}

.responsive-btn-text[b-azbj3c0e6u] {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-palette: normal;
    font-size: 18px;
    font-size-adjust: none;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
}

/* Hover effect */
.responsive-btn:hover[b-azbj3c0e6u] {
    transform: scale(1.10); /* Increase size on hover */
}
/* _content/DispensePlus.Web/wwwroot/Components/UI/Forms/Patient/EditPhotos/EditPhotos.razor.rz.scp.css */
.photo-grid[b-ieqa2w018j] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 15px;
}

.photo-item[b-ieqa2w018j] {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    box-sizing: border-box;
}

    .photo-item .image-wrapper[b-ieqa2w018j] {
        flex-grow: 1; /* Fills available space */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .photo-item img[b-ieqa2w018j] {
        max-width: 100%; /* Image will scale to fit the container width */
        max-height: 300px; /* Image will scale down if it's taller than 300px */
        height: auto; /* Maintain the natural aspect ratio */
        width: auto; /* Ensure no distortion of width */
        border-radius: 5px; /* Optional: Rounded corners */
        display: block; /* Prevent inline element spacing issues */
        object-fit: contain; /* Ensure the image fits within the bounds */
    }

.caption-edit[b-ieqa2w018j] {
    width: 100%;
    margin-top: auto; /* Aligns this section to the bottom */
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
}

    .caption-edit label[b-ieqa2w018j] {
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }

    .caption-edit input[b-ieqa2w018j] {
        width: 100% !important;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

.button-group[b-ieqa2w018j] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}
/* _content/DispensePlus.Web/wwwroot/Components/UI/Forms/Patient/PatientSelectedCard.razor.rz.scp.css */
.selected-patient-details[b-9iibap0is0] {
    display: grid;
    grid-template-columns: 1fr 2fr 5fr; /* 1:2:3 ratio for flexibility */
    gap: 1rem;
    align-items: start;
    padding: 1rem;
}

/* Patient Photo Area */
.image-area[b-9iibap0is0] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-circle[b-9iibap0is0] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #f8f9fa;
    border: 2px solid #dee2e6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.camera-icon[b-9iibap0is0] {
    font-size: 2rem;
    color: #6c757d;
}

/* Patient Info Area */
.patient-info-area[b-9iibap0is0] {
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cardh2[b-9iibap0is0] {
    font-weight: bold;
    font-size: 1rem;
    color: #495057;
    margin-bottom: 0.5rem;
}

.patient-detail[b-9iibap0is0] {
    font-size: 1rem;
    color: black;
}

/* Tabs Area */
.tabs-area[b-9iibap0is0] {
    border-left: 1px solid #e0e0e0;
    padding-left: 1rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .selected-patient-details[b-9iibap0is0] {
        grid-template-columns: 1fr; /* Stack columns for smaller screens */
    }
    .tabs-area[b-9iibap0is0] {
        border-left: none;
        padding-left: 0;
    }
}


.cardh2[b-9iibap0is0] {
    font-weight: bold;
    font-size: 0.85rem; /* Adjusted font size for better readability */
    color: #6c757d;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}

.card[b-9iibap0is0] {
    overflow: hidden;
    transition: height 1s ease, opacity 1s ease;
    height: auto; /* Full mode adjusts based on content */
    opacity: 1; /* Full visibility */
}

    .card.hide[b-9iibap0is0] {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        opacity: 0; /* Slight transparency for minimal mode */
        transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }

    .card.full[b-9iibap0is0] {
    }

.tabs-area[b-9iibap0is0] {
    position: relative; /* Allow absolute positioning for the button */    
}

/* Minimal Mode Button */
.minimal-mode-button[b-9iibap0is0] {
    position: absolute;
    top: -30px; /* Align with the top of the tabs */
    right: 0px; /* Push the button to the far right */
    z-index: 10; /* Ensure it overlays the tabs */
    padding: 0.5rem;
}

/* Adjust tabs to leave room for the button */
.RadzenTabs[b-9iibap0is0] {
    margin-right: 2.5rem; /* Space for the button */
}
/* _content/DispensePlus.Web/wwwroot/Components/UI/Forms/Prescriptions/PrescriptionCalendar/MedicationCalendar.razor.rz.scp.css */
:root[b-xtkwadigt0] {
    --medication-bars-height: auto;
}

[b-xtkwadigt0] .dosage-input {
    text-align: center;
}

dosage-cell


/* General Timeline and Grid Styles */
.timeline-container[b-xtkwadigt0] {
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
    background-color: #f5f5f5;
}

    /* General Timeline and Grid Styles */
    .timeline-container p[b-xtkwadigt0] {
        margin-bottom: 3px;
        padding-bottom: 0px;
    }

.month-grid[b-xtkwadigt0] {
    display: flex;
    font-size: 12px;
    font-weight: bold;
    color: #444;
    padding: 4px 0;
    background-color: #eaeaea;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.date-grid[b-xtkwadigt0] {
    display: flex;
    font-size: 10px;
    color: #666;
    background-color: #fafafa;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

/* Medication Grid */
.medication-bar-grid[b-xtkwadigt0] {
    display: flex;    
    align-items: start;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}


.day-label[b-xtkwadigt0],
.month-label[b-xtkwadigt0] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 0;
    border-left: 1px solid #e0e0e0;
}

.day-label[b-xtkwadigt0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 0;
    border-left: 1px solid #e0e0e0;
}

.month-label[b-xtkwadigt0] {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.date-grid .day-label[b-xtkwadigt0] {
    border-right: 1px solid #ccc;
}

.date-text[b-xtkwadigt0] {
    font-size: 10px;
    font-weight: bold;
    color: #666;
}

.day-of-week[b-xtkwadigt0] {
    font-size: 9px;
    color: #aaa;
    margin-top: 2px;
}

.today-container[b-xtkwadigt0] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.today-highlight[b-xtkwadigt0] {
    background: linear-gradient(135deg, rgb(255, 77, 77), rgb(65, 1, 1));
    color: white;
    width: 24px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .today-highlight .day-of-week[b-xtkwadigt0] {
        font-weight: bold;
        color: rgb(173, 173, 173);
    }


.medication-bar[b-xtkwadigt0] {
    position: relative;
    width: 100%;
    grid-column: auto / span var(--medication-span, 1);
    color: white;
    font-size: 12px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s, box-shadow 0.2s;
    display: grid;
    min-height: 80px;
    background-color: #6c757dba;
}

    .medication-bar.past[b-xtkwadigt0] {
        background-color: #6c757dba;
    }

    .medication-bar.current[b-xtkwadigt0] {
        background-color: #007bffba;
    }

    .medication-bar.upcoming[b-xtkwadigt0] {
        background-color: #28a745ba;
    }

.date-label[b-xtkwadigt0] {
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: bold;
    position: absolute;
}

    .date-label.start[b-xtkwadigt0] {
        left: 5px;
    }

    .date-label.end[b-xtkwadigt0] {
        right: 5px;
    }

.medication-name[b-xtkwadigt0] {
    font-weight: bold;
    font-size: 11px;
    margin: 10px 10px 5px 10px;
    text-align: left;
}

.medication-dosage-grid[b-xtkwadigt0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    gap: 2px;
    padding: 5px 0;
}

.dosage-cell[b-xtkwadigt0] {
    font-size: 10px;
    color: #444;
    text-align: center;
    padding: 2px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    cursor: pointer;
}

    .dosage-cell.past[b-xtkwadigt0] {
        background-color: #6c757dba;
    }

    .dosage-cell .dose-part[b-xtkwadigt0] {
        display: block;
        padding: 2px 0;
        color: #444;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 3px;
    }

        .dosage-cell .dose-part[data-administered="true"][b-xtkwadigt0] {
            background-color: #4caf50;
            color: white;
            position: relative;
            --padding-left: 10px;
        }

        .dosage-cell .dose-part[data-administered="false"][data-dispensed="true"][b-xtkwadigt0] {
            background-color: #ffeb3b;
            color: white;
        }

        .dosage-cell .dose-part[data-administered="false"][data-dispensed="false"][b-xtkwadigt0] {
            background-color: #ffffff;
            color: black;
        }

/* Day Marker Grid */
.day-marker-grid[b-xtkwadigt0] {
    display: grid;
    grid-template-columns: repeat(var(--days-count), 1fr);
    position: relative;
    z-index: 1;
    margin-top: calc(-1 * var(--medication-bars-height));
    height: var(--medication-bars-height);
}

.day-marker[b-xtkwadigt0] {
    border-right: 1px solid #e0e0e0;
    height: 100%;
    pointer-events: none;
}

.weekend[b-xtkwadigt0] {
    background-color: rgba(255, 223, 186, 0.5);
    font-weight: bold;
    border-radius: 4px;
}

/* Store Closed */
.store-closed[b-xtkwadigt0] {
    background-color: #5a5a5a;
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); /* Drop shadow */
}

.weekend[b-xtkwadigt0] {
    background-color: rgba(255, 223, 186, 0.5); /* Light color for weekends */
    font-weight: bold; /* Make the font bold for better visibility */
    border-radius: 4px; /* Add a slight rounding */
}

.hidden-class[b-xtkwadigt0] {
    opacity: 0;
    height: 0;
    transition: opacity 0.3s ease-in-out;
}


[b-xtkwadigt0] @input[type="number"]::-webkit-inner-spin-button,
input[type="number"][b-xtkwadigt0]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[b-xtkwadigt0] input[type="number"] {
    -moz-appearance: textfield; /* For Firefox */
}

    input[type="number"][b-xtkwadigt0]::-webkit-inner-spin-button,
    input[type="number"][b-xtkwadigt0]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
        margin: 0;
    }

/* For Firefox */
[b-xtkwadigt0] input[type="number"] {
    -moz-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera */
[b-xtkwadigt0] input::-webkit-outer-spin-button,
[b-xtkwadigt0] input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
[b-xtkwadigt0] input[type=number] {
    -moz-appearance: textfield;
}
/* _content/DispensePlus.Web/wwwroot/Components/UI/Forms/Prescriptions/PrescriptionCalendar/PrescriptionCalendar.razor.rz.scp.css */


:root[b-ynqeljvdjm] {
    --prescription-bars-height: auto;
}

/* General Timeline and Grid Styles */
.timeline-container[b-ynqeljvdjm] {
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
    background-color: #f5f5f5;
}

/* General Timeline and Grid Styles */
.timeline-container p[b-ynqeljvdjm]{
    margin-bottom:3px;
    padding-bottom:0px;
}

.month-grid[b-ynqeljvdjm] {
    display: flex;
    font-size: 12px;
    font-weight: bold;
    color: #444;
    padding: 4px 0;
    background-color: #eaeaea;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.date-grid[b-ynqeljvdjm] {
    display: flex;
    font-size: 10px;
    color: #666;
    background-color: #fafafa;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

.day-label[b-ynqeljvdjm], .month-label[b-ynqeljvdjm] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 0;
    border-left: 1px solid #e0e0e0;
}

.month-label[b-ynqeljvdjm] {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.date-grid .day-label[b-ynqeljvdjm] {
    border-right: 1px solid #ccc;
}

.today-container[b-ynqeljvdjm] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.today-highlight[b-ynqeljvdjm] {
    background: linear-gradient(135deg, rgb(255, 77, 77), rgb(65, 1, 1));
    color: white;
    width: 24px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .today-highlight .day-of-week[b-ynqeljvdjm] {
        font-weight: bold;
        color: rgb(173, 173, 173);
    }

.prescription-bars-grid[b-ynqeljvdjm] {
    display: grid;
    grid-template-columns: repeat(var(--days-count), 1fr);
    position: relative;
    z-index: 2;
    margin-top: 20px;
    align-items: start;
}

.prescription-bar[b-ynqeljvdjm] {
    position: relative;
    grid-column: auto / span var(--prescription-span, 1);
    color: white;
    font-size: 12px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s, box-shadow 0.2s;
    display: grid;
    min-height: 80px;
    background-color: #6c757dba;
}

    .prescription-bar.past[b-ynqeljvdjm] {
        background-color: #6c757dba;
    }

    .prescription-bar.current[b-ynqeljvdjm] {
        background-color: #007bffba;
    }

    .prescription-bar.upcoming[b-ynqeljvdjm] {
        background-color: #28a745ba;
    }

.date-label[b-ynqeljvdjm] {
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: bold;
    position: absolute;
}

    .date-label.start[b-ynqeljvdjm] {
        left: 5px;
    }

    .date-label.end[b-ynqeljvdjm] {
        right: 5px;
    }

.title-label[b-ynqeljvdjm] {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 10px;
    text-align: left;
}

.prescription-bar .medications[b-ynqeljvdjm] {
    margin-top: 8px;
    width: 100%;
}

.medications .medication[b-ynqeljvdjm] {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
}

.medication-name[b-ynqeljvdjm] {
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 2px;
    margin-left: 10px;
}

.medication-instructions[b-ynqeljvdjm] {
    font-size: 10px;
    color: #e0e0e0;
    margin-left: 10px;
}

.prescription-days-grid[b-ynqeljvdjm] {
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-auto-rows: min-content;
    background-color: rgba(255, 255, 255, 0.2);
    border-top: 1px solid #ccc;
    gap: 2px;
}

    .prescription-days-grid .day-cell[b-ynqeljvdjm] {
        font-size: 10px;
        color: #333;
        text-align: center;
        padding: 3px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 3px;
    }

.prescription-bars-grid-days[b-ynqeljvdjm] {
    display: grid;
    grid-template-columns: repeat(var(--days-count), 1fr);
    position: relative;
    z-index: 1;
    margin-top: calc(-1 * var(--prescription-bars-height));
    height: var(--prescription-bars-height);
}

.day-marker[b-ynqeljvdjm] {
    border-right: 1px solid #e0e0e0;
    height: 100%;
    pointer-events: none;
}

.day-label[b-ynqeljvdjm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 0;
    border-left: 1px solid #e0e0e0;
}

.date-text[b-ynqeljvdjm] {
    font-size: 10px;
    font-weight: bold;
    color: #666;
}

.day-of-week[b-ynqeljvdjm] {
    font-size: 9px;
    color: #aaa;
    margin-top: 2px;
}

.medication-dosage-grid[b-ynqeljvdjm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    gap: 2px;
    padding: 5px 0;
}

.dosage-cell[b-ynqeljvdjm] {
    font-size: 10px;
    color: #444;
    text-align: center;
    padding: 2px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    cursor: pointer;
}

    .dosage-cell.past[b-ynqeljvdjm] {
        background-color: #6c757dba;
    }

    .dosage-cell .dose-part[b-ynqeljvdjm] {
        display: block;
        padding: 2px 0;
        color: #444;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 3px;
    }

        .dosage-cell .dose-part[data-administered="true"][b-ynqeljvdjm] {
            background-color: #4caf50;
            color: white;
            position: relative;
            --padding-left: 10px;            
        }

            .dosage-cell .dose-part[data-administered="true"][b-ynqeljvdjm]::before {
/*                content: "✔";*/
                /*font-size: 8px;
                color: white;
                position: absolute;
                left: 2px;
                top: 2px;*/

            }


        .dosage-cell .dose-part[data-administered="false"][data-dispensed="true"][b-ynqeljvdjm] {
            background-color: #ffeb3b; /* Yellow for dispensed but not administered */
            color: white;
        }

        .dosage-cell .dose-part[data-administered="false"][data-dispensed="false"][b-ynqeljvdjm] {
            background-color: #ffffff; /* White for doses that are neither administered nor dispensed */
            color: black;
        }


/* Key Styles */
.key[b-ynqeljvdjm] {
    display: block;
    margin-top: 20px;    
}

.key-title[b-ynqeljvdjm] {        
    margin-bottom: 15px;
}

.key-grid[b-ynqeljvdjm] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 3px;
}

.key-item[b-ynqeljvdjm] {
    display: flex;
    align-items: center;
}

.key-color[b-ynqeljvdjm] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 4px;
}

.key-item div[b-ynqeljvdjm] {
    font-size: 0.9em;
    line-height: 1.2;
}


/* Store Closed */
.store-closed[b-ynqeljvdjm] {
    background-color: #5a5a5a; /* Gray for closed */
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); /* Drop shadow */
}

/* Weekend Days */
.weekend[b-ynqeljvdjm] {
    background-color: rgba(255, 223, 186, 0.5); /* Light color for weekends */
    font-weight: bold; /* Make the font bold for better visibility */
    border-radius: 4px; /* Add a slight rounding */
}

/* Additional styles for the gridlines */
.prescription-bars-grid-days .day-marker.weekend[b-ynqeljvdjm] {
    background-color: rgba(255, 223, 186, 0.5); /* Yellow for weekends */
}

.prescription-bars-grid-days .day-marker.store-closed[b-ynqeljvdjm] {
    background-color: rgba(255, 0, 0, 0.5); /* Red for closed */
}

.hidden-class[b-ynqeljvdjm] {
    opacity: 0;
    height:0;
    transition: opacity 0.3s ease-in-out;
}
/* _content/DispensePlus.Web/wwwroot/Components/UI/Imaging/ImageCarousel.razor.rz.scp.css */


.carousel-container[b-1dcyfvx9hs] {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.carousel-image[b-1dcyfvx9hs] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;    
    transform: rotate(-5deg);
    transition: opacity 0.8s ease-in-out, transform 1.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    z-index: 1;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
    overflow: clip;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.carousel-image.active[b-1dcyfvx9hs] {
    opacity: 1;
    z-index: 10;
    transform: rotate(0deg);
    transition: opacity 2.8s ease-in-out, transform 1s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.carousel-image:not(.active)[b-1dcyfvx9hs] {
    transform: rotate(-5deg);
    transition: opacity 2.8s ease-in-out, transform 1.2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.carousel-image.next-inline[b-1dcyfvx9hs] {
    opacity: 1;
    z-index: 9;
}

.carousel-image.fading-out[b-1dcyfvx9hs] {
    opacity: 0.2;
    transition: opacity 1s ease-in-out;
}
/* _content/DispensePlus.Web/wwwroot/Components/UI/Imaging/Photoswipe.razor.rz.scp.css */
.gallery-container[b-e5iguyocs3] {
    display: flex;
    gap: 10px;
}

.image-container[b-e5iguyocs3] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.hover-image[b-e5iguyocs3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-container:hover .hover-image[b-e5iguyocs3] {
    transform: scale(1.1); /* Slight zoom on hover */
}
/* _content/DispensePlus.Web/wwwroot/Components/UI/Imaging/WebCamera.razor.rz.scp.css */

.photo-circle[b-dxqpup7oao] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #f0f0f0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.camera-icon[b-dxqpup7oao] {
    width: 50px;
    height: 50px;
}

.captured-photo[b-dxqpup7oao] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.camera-modal[b-dxqpup7oao] {
    position: fixed; /* Ensures the modal covers the entire viewport */
    top: 0;
    left: 0;
    width: 100vw; /* Full viewport width */
    height: 100vh; /* Full viewport height */
    background: rgba(0, 0, 0, 0.7); /* Dark semi-transparent overlay */
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    flex-direction: column;
    color: white;
    z-index: 9999; /* Ensure it's above other elements */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: lightblue; */
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.video-preview[b-dxqpup7oao] {
    width: 600px;
    height: 600px;
    border: 2px solid white;
    border-radius: 10px;
    background-color: black;
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Center horizontally */

    
}

button[b-dxqpup7oao] {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007bff;
    border: none;
    color: white;
    cursor: pointer;
}

    button:hover[b-dxqpup7oao] {
        background-color: #0056b3;
    }


/* _content/DispensePlus.Web/wwwroot/Components/UI/PatientSearch/PatientSearch.razor.rz.scp.css */
.search-bar-container[b-tt3zxnpf8h] {
    position: relative;
    width: 100%;
}

.search-bar[b-tt3zxnpf8h] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.search-results[b-tt3zxnpf8h] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

    /* When search results are visible */
    .search-results.show[b-tt3zxnpf8h] {
        opacity: 1;
        transform: scaleY(1);
    }

    /* When search results are hiding (for smooth transition when clicking away) */
    .search-results.hiding[b-tt3zxnpf8h] {
        opacity: 0;
        transform: scaleY(0);
    }

    .search-results div[b-tt3zxnpf8h] {
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }

.no-results-card[b-tt3zxnpf8h] {
    padding: 20px;
    text-align: center;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    font-style: italic;
    color: #555;
}


/* _content/DispensePlus.Web/wwwroot/Components/UI/PatientSearch/PatientSearchCard.razor.rz.scp.css */
.patient-card[b-j9fu7ye25c] {
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 10px 0; /* Combined top and bottom margins */
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease; /* Combined transition */
}

    .patient-card:hover[b-j9fu7ye25c] {
        background-color: #076e77; /* Blue background on hover */
        color: white; /* Text color changes to white on hover */
    }

        .patient-card:hover .patient-info[b-j9fu7ye25c] {
            color: #c1c1c1; /* Adjust text color on hover */
        }

.patient-icon[b-j9fu7ye25c],
.patient-photo[b-j9fu7ye25c] {
    width: 50px;
    height: 50px;
    margin-right: 10px; /* Unified margin for both icons and photos */
    border-radius: 50%;
}

.patient-photo-icon[b-j9fu7ye25c] {
    color: #ccc; /* Light grey for Font Awesome icon */
}

.patient-info[b-j9fu7ye25c] {
    display: flex;
    flex-direction: column;
    color: #666;
    text-align: left;
}

.patient-name[b-j9fu7ye25c] {
    font-weight: bold;
    margin: 0;
}

.patient-details[b-j9fu7ye25c] {
    margin: 0;
    font-size: 0.9em; /* Already optimized size */
}

    .patient-details p[b-j9fu7ye25c] {
        margin: 0;
        font-size: 14px;
    }
/* _content/DispensePlus.Web/wwwroot/Components/UI/SVGBeakerComponent.razor.rz.scp.css */
.big-wrapper[b-8q14qm14qs] {
    
}

.svg-wrapper[b-8q14qm14qs] {
    width: 100%; /* Ensure the wrapper fills the container */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Ensure block-level element for full-width behavior */
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
}

svg[b-8q14qm14qs] {
    width: 100%; /* Make the SVG fill the width of its container */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Ensure block-level SVG to scale properly */
}

.liquid[b-8q14qm14qs] {
    transition: y 1s ease, height 1s ease; /* Animate the y position and height over 1 second */
}
/* _content/DispensePlus.Web/wwwroot/Components/UI/WholePage/Logo.razor.rz.scp.css */
.logo[b-ykw0yevmei] {    
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
    transition: filter 0.3s ease; /* Smooth transition effect */
}

    .logo:hover[b-ykw0yevmei] {
        filter: drop-shadow(2px 2px 15px rgba(0, 0, 0, 0.5));
    }
