@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/KremaWareOnline.Application/Components/Account/Pages/Login.razor.rz.scp.css */
/* General container styles */
.login-container[b-mrb4lcr1qh] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(135deg, #ece9e6, #ffffff);
}

.login-card[b-mrb4lcr1qh] {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.login-title[b-mrb4lcr1qh] {
    font-size: 24px;
    margin-bottom: 10px;
}

.login-subtitle[b-mrb4lcr1qh] {
    font-size: 16px;
    margin-bottom: 20px;
}

.login-button[b-mrb4lcr1qh] {
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s, box-shadow 0.3s;
}

    .login-button:hover[b-mrb4lcr1qh] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

.login-links[b-mrb4lcr1qh] {
    margin-top: 20px;
}

    .login-links p[b-mrb4lcr1qh] {
        margin: 5px 0;
    }

    .login-links a[b-mrb4lcr1qh] {
        text-decoration: none;
        font-weight: bold;
    }

        .login-links a:hover[b-mrb4lcr1qh] {
            text-decoration: underline;
        }
/* _content/KremaWareOnline.Application/Components/Account/Pages/Manage/ChangePassword.razor.rz.scp.css */
.change-password-container[b-zuaxp07qnb] {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .change-password-container h1[b-zuaxp07qnb] {
        font-size: 2em;
        margin-bottom: 20px;
    }

.form-container[b-zuaxp07qnb] {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-floating[b-zuaxp07qnb] {
    margin-bottom: 15px;
}

.form-label[b-zuaxp07qnb] {
    margin-top: -8px;
}

/* _content/KremaWareOnline.Application/Components/Account/Pages/Manage/Email.razor.rz.scp.css */
.manage-email-container[b-yauhdop6k1] {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .manage-email-container h1[b-yauhdop6k1] {
        font-size: 2.5em;
        margin-bottom: 20px;
    }

.form-container[b-yauhdop6k1] {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-floating[b-yauhdop6k1] {
    margin-bottom: 15px;
}

.form-label[b-yauhdop6k1] {
    margin-top: -8px;
}
/* _content/KremaWareOnline.Application/Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.authenticator-setup-container[b-svbjn7hutx] {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .authenticator-setup-container h1[b-svbjn7hutx] {
        font-size: 2em;
        margin-bottom: 20px;
    }

.instructions-list[b-svbjn7hutx] {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
}

    .instructions-list li[b-svbjn7hutx] {
        margin-bottom: 15px;
    }

#qrCode[b-svbjn7hutx] {
    margin-top: 10px;
    margin-bottom: 20px;
}

.form-floating[b-svbjn7hutx] {
    margin-bottom: 20px;
}
/* _content/KremaWareOnline.Application/Components/Account/Pages/Manage/TwoFactorAuthentication.razor.rz.scp.css */
.two-factor-auth-container[b-csabjfs31y] {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .two-factor-auth-container h1[b-csabjfs31y] {
        font-size: 2em;
        margin-bottom: 20px;
    }

.status-container[b-csabjfs31y] {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.button-container[b-csabjfs31y] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.alert[b-csabjfs31y] {
    margin-bottom: 20px;
}

.btn[b-csabjfs31y] {
    border: none;
    padding: 10px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

h4[b-csabjfs31y] {
    margin-top: 20px;
    font-size: 1.5em;
}
/* _content/KremaWareOnline.Application/Components/Custom/CustomCard.razor.rz.scp.css */
/* Custom card styles */
.custom-card[b-t0rniviunm] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.custom-card-header[b-t0rniviunm] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.custom-card-content[b-t0rniviunm] {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/KremaWareOnline.Application/Components/Custom/DeceasedApplicationDocuments.razor.rz.scp.css */
.document-categories[b-17u7fs7m7i] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.document-category[b-17u7fs7m7i] {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.documents-list[b-17u7fs7m7i] {
    margin-top: 10px;
}

.document-item[b-17u7fs7m7i] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
}

.file-icon[b-17u7fs7m7i] {
    font-size: 24px;
    color: #50596c;
    margin-right: 10px;
}

.file-info[b-17u7fs7m7i] {
    flex-grow: 1;
    cursor: pointer;
}

.files-name[b-17u7fs7m7i] {
    display: block;
    font-weight: bold;
}

.upload-date[b-17u7fs7m7i] {
    font-size: 0.9em;
    color: #70757a;
}

.btn-danger.remove-btn[b-17u7fs7m7i] {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
}

    .btn-danger.remove-btn:hover[b-17u7fs7m7i] {
        background-color: #c82333;
    }

.upload-section[b-17u7fs7m7i] {
    padding: 20px;
    background-color: #f8f9fa;
    border: 2px dashed #6c757d;
    border-radius: 5px;
    text-align: center;
    transition: border-color 0.3s, background-color 0.3s;
}

.drag-and-drop-area[b-17u7fs7m7i] {
    padding: 20px;
    cursor: pointer;
    position: relative;
}

.input-file[b-17u7fs7m7i] {
    width: 100%;
    height: 100%;
    /*opacity: 0;*/ /* Make file input invisible but clickable */
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.click-to-browse[b-17u7fs7m7i] {
    font-weight: bold;
    color: #007bff;
}

.drop-zone[b-17u7fs7m7i] {
    padding: 20px;
    width: 100%;
    min-height: 100px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
}

    .drop-zone.hover[b-17u7fs7m7i] {
        border-style: solid;
    }

/* _content/KremaWareOnline.Application/Components/Custom/DeceasedApplicationSummary.razor.rz.scp.css */
.document-item[b-3ks7rhkbm9] {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
}

.file-icon[b-3ks7rhkbm9] {
    font-size: 24px;
    color: #50596c;
    margin-right: 10px;
}

.file-info[b-3ks7rhkbm9] {
    flex-grow: 1;
    cursor: pointer;
}

.files-name[b-3ks7rhkbm9] {
    display: block;
    font-weight: bold;
}

.upload-date[b-3ks7rhkbm9] {
    font-size: 0.9em;
    color: #70757a;
}
/* _content/KremaWareOnline.Application/Components/Custom/DeceasedApplicationTimeline.razor.rz.scp.css */

.design-section[b-jw6er9wmoi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    min-height: 100vh;
    padding: 100px 0;
    font-family: Jost;
}

.design[b-jw6er9wmoi] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline[b-jw6er9wmoi] {
    width: 80%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.timeline-content[b-jw6er9wmoi] {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

    .timeline-content:hover[b-jw6er9wmoi] {
        transform: translateY(-5px);
        background-color: #e9ecef;
    }


.timeline-component[b-jw6er9wmoi] {
    margin: 0px 20px 20px 20px;
}

.timeline-empty[b-jw6er9wmoi] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    text-align: center;
    font-size: 1.2em;
    color: #6c757d;
}

.status-indicator[b-jw6er9wmoi] {
    /*position: absolute;*/
    text-align: end;
    top: 10px;
    right: 10px;
}

.completed-icon[b-jw6er9wmoi] {
    color: #28a745;
    font-size: 1.5em;
}

.pending-icon[b-jw6er9wmoi] {
    color: #ffc107;
    font-size: 1.5em;
}

.edit-button[b-jw6er9wmoi], .save-button[b-jw6er9wmoi] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 3px;
}

    .edit-button i[b-jw6er9wmoi] {
        margin-right: 5px;
    }

    .edit-button:hover[b-jw6er9wmoi], .save-button:hover[b-jw6er9wmoi] {
        background-color: #0056b3;
    }

@media screen and (min-width: 768px) {
    .timeline[b-jw6er9wmoi] {
        display: grid;
        grid-template-columns: 1fr 3px 1fr;
    }

    .timeline-middle[b-jw6er9wmoi] {
        position: relative;
        background-color: grey;
        /*background-image: linear-gradient(45deg, #F27121, #E94057, #8A2387);*/
        width: 3px;
        height: 100%;
    }

        .timeline-middle.pending[b-jw6er9wmoi] {
            /*background: repeating-linear-gradient( 0deg, #f0f0f0,*/ /* Light grey */
            /*#f0f0f0 10px, lightgreen 20px,*/ /* Darker grey stripe */
            /*lightgreen 20px );*/
            background-color: orange;
        }

    .main-middle[b-jw6er9wmoi] {
        opacity: 0;
    }

    .timeline-circle[b-jw6er9wmoi] {
        position: absolute;
        top: 0;
        left: 50%;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: grey;
        /*background-image: linear-gradient(45deg, #F27121, #E94057, #8A2387);*/
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .timeline-circle.pending[b-jw6er9wmoi] {
            background-color: orange;
        }

    .timeline-middle.done[b-jw6er9wmoi] {
        background-color: lightgreen;
        background-image: unset;
        /*background-image: linear-gradient(to bottom, #F27121, #E94057, #8A2387);*/ /* Vibrant gradient for completed sections */
    }

    .timeline-circle.done[b-jw6er9wmoi] {
        background-color: green;
        background-image: unset;
        /*background-image: linear-gradient(45deg, #F27121, #E94057, #8A2387);*/ /* Matching gradient for completed circles */
    }

    .timestamp[b-jw6er9wmoi] {
        color: grey;
    }
}
/* _content/KremaWareOnline.Application/Components/Custom/InfoCard.razor.rz.scp.css */
/* _content/KremaWareOnline.Application/Components/Custom/MorticianComponents/CrematoriumHome.razor.rz.scp.css */
:root[b-7kyl9c9psr] {
    --sidebar-bg: var(--bs-gray-800);
    --sidebar-fg: var(--bs-light);
    --sidebar-hover-bg: rgba(255, 255, 255, 0.1);
    --sidebar-shadow: rgba(0, 0, 0, 0.1);
    --content-bg: var(--bs-body-bg);
    --card-bg: var(--bs-card-bg);
    --card-fg: var(--bs-card-color);
    --card-hover-shadow: rgba(0, 0, 0, 0.15);
    --muted-text: var(--bs-muted);
}

.dashboard[b-7kyl9c9psr] {
    display: flex;
    height: 100vh;
    font-family: var(--bs-font-sans-serif, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif);
}

.sidebar[b-7kyl9c9psr] {
    width: 250px;
    background: linear-gradient(135deg, var(--sidebar-bg), var(--sidebar-bg-alt));
    color: var(--sidebar-fg);
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0 5px var(--sidebar-shadow);
}

.sidebar-header[b-7kyl9c9psr] {
    text-align: center;
    margin-bottom: 30px;
}

.logo[b-7kyl9c9psr] {
    max-width: 100px;
    margin-bottom: 10px;
}

.menu[b-7kyl9c9psr] {
    flex-grow: 1;
}

.menu-item[b-7kyl9c9psr] {
    background: none;
    border: none;
    color: var(--sidebar-fg);
    padding: 15px 20px;
    text-align: left;
    width: 100%;
    transition: background-color 0.3s, box-shadow 0.3s;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .menu-item:hover[b-7kyl9c9psr] {
        background-color: var(--sidebar-hover-bg);
        box-shadow: 2px 2px 10px var(--sidebar-shadow);
    }

.content[b-7kyl9c9psr] {
    flex-grow: 1;
    padding: 20px;
    background-color: var(--content-bg);
}

.dxbl-row[b-7kyl9c9psr] {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
}

.info-card[b-7kyl9c9psr] {
    background-color: var(--card-bg);
    color: var(--card-fg);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

    .info-card:hover[b-7kyl9c9psr] {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px var(--card-hover-shadow);
    }

.card-icon[b-7kyl9c9psr] {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.card-title[b-7kyl9c9psr] {
    font-size: 1.125rem;
    font-weight: bold;
}

.card-description[b-7kyl9c9psr] {
    font-size: 0.875rem;
    color: var(--muted-text);
}
/* _content/KremaWareOnline.Application/Components/Custom/MorticianComponents/CrematoriumSelection.razor.rz.scp.css */
.carousel-container[b-601zupgzl9] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.carousel[b-601zupgzl9] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    height: 600px; /* Adjust as needed */
    cursor: grab;
    user-select: none; /* Disable text selection */
}

    .carousel:active[b-601zupgzl9] {
        cursor: grabbing;
    }

.carousel-card[b-601zupgzl9] {
    width: 200px;
    height: 300px;
    margin: 0 10px;
    transition: transform 0.5s, opacity 0.5s;
    transform-style: preserve-3d;
    position: absolute;
    backface-visibility: hidden;
    cursor: pointer;
    opacity: 0.5;
    z-index: 0;
    user-select: none; /* Disable text selection */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

    .carousel-card.active[b-601zupgzl9] {
        transform: translateZ(400px);
        opacity: 1;
        z-index: 1;
    }

    .carousel-card img[b-601zupgzl9] {
        width: 100%;
        height: auto;
        user-select: none; /* Disable image selection */
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;

        user-drag: none;
        -webkit-user-drag: none;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }

.card-content[b-601zupgzl9] {
    padding: 10px;
    text-align: center;
    position: relative;
}

.carousel-card.active .select-button[b-601zupgzl9] {
    opacity: 1;
    transition: opacity 0.5s;
}

.carousel-button[b-601zupgzl9] {
    background: none;
    border: none;
    font-size: 2em;
    cursor: pointer;
    z-index: 2;
}

.left[b-601zupgzl9] {
    position: absolute;
    left: 10px;
}

.right[b-601zupgzl9] {
    position: absolute;
    right: 10px;
}

.selection-indicator[b-601zupgzl9] {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 2em;
}
/* _content/KremaWareOnline.Application/Components/Custom/MorticianComponents/MorticianHome.razor.rz.scp.css */
:root[b-grputuotvi] {
    --sidebar-bg: var(--bs-gray-800);
    --sidebar-fg: var(--bs-light);
    --sidebar-hover-bg: rgba(255, 255, 255, 0.1);
    --sidebar-shadow: rgba(0, 0, 0, 0.1);
    --content-bg: var(--bs-body-bg);
    --card-bg: var(--bs-card-bg);
    --card-fg: var(--bs-card-color);
    --card-hover-shadow: rgba(0, 0, 0, 0.15);
    --muted-text: var(--bs-muted);
}

.dashboard[b-grputuotvi] {
    display: flex;
    height: 100vh;
    font-family: var(--bs-font-sans-serif, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif);
}

.sidebar[b-grputuotvi] {
    width: 250px;
    background: linear-gradient(135deg, var(--sidebar-bg), var(--sidebar-bg-alt));
    color: var(--sidebar-fg);
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0 5px var(--sidebar-shadow);
}

.sidebar-header[b-grputuotvi] {
    text-align: center;
    margin-bottom: 30px;
}

.logo[b-grputuotvi] {
    max-width: 100px;
    margin-bottom: 10px;
}

.menu[b-grputuotvi] {
    flex-grow: 1;
}

.menu-item[b-grputuotvi] {
    background: none;
    border: none;
    color: var(--sidebar-fg);
    padding: 15px 20px;
    text-align: left;
    width: 100%;
    transition: background-color 0.3s, box-shadow 0.3s;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .menu-item:hover[b-grputuotvi] {
        background-color: var(--sidebar-hover-bg);
        box-shadow: 2px 2px 10px var(--sidebar-shadow);
    }

.content[b-grputuotvi] {
    flex-grow: 1;
    padding: 20px;
    background-color: var(--content-bg);
}

.dxbl-row[b-grputuotvi] {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
}

.info-card[b-grputuotvi] {
    background-color: var(--card-bg);
    color: var(--card-fg);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

    .info-card:hover[b-grputuotvi] {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px var(--card-hover-shadow);
    }

.card-icon[b-grputuotvi] {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.card-title[b-grputuotvi] {
    font-size: 1.125rem;
    font-weight: bold;
}

.card-description[b-grputuotvi] {
    font-size: 0.875rem;
    color: var(--muted-text);
}
/* _content/KremaWareOnline.Application/Components/Custom/Popups/YesNoPopup.razor.rz.scp.css */
.popup-overlay[b-toru3q64se] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.popup[b-toru3q64se] {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    width: 90%;
    max-width: 500px;
}

    .popup h2[b-toru3q64se] {
        margin-top: 0;
    }

    .popup p[b-toru3q64se] {
        font-size: 16px;
    }

.popup-buttons[b-toru3q64se] {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

    .popup-buttons .btn[b-toru3q64se] {
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
    }
/* _content/KremaWareOnline.Application/Components/Custom/UserDetails.razor.rz.scp.css */
.user-details-container[b-hquaulq1gs] {
    background: var(--bs-body-bg);
    padding: 1rem;
    border-bottom: 1px solid var(--bs-gray-300);

    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 20px;
    gap: 20px;
    transition: transform 0.3s ease-in-out;
}

.user-info-container[b-hquaulq1gs] {
    display: flex;
/*    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;

    display: flex;*/
    justify-content: start;
    align-items: stretch; /* Ensure all children have the same height */
    gap: 20px;
    flex-wrap: wrap;
    width: 100%; /* Ensure the container takes full width */
    transition: transform 0.3s ease-in-out;

}

.crematorium-card[b-hquaulq1gs] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: .375rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
    flex: 1 1 ; /* Allow the cards to stretch and take up equal width, with a minimum width */
    max-width: 300px; /* Set a maximum width for better control */
}

    .crematorium-card:hover[b-hquaulq1gs] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .crematorium-card span.fas[b-hquaulq1gs] {
        margin-right: .625rem;
        font-size: 1.5rem;
        color: var(--bs-secondary);
    }

.crematorium-info[b-hquaulq1gs] 
{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.back-button-disabled[b-hquaulq1gs] 
{
    overflow: hidden;
    flex: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

@media (max-width: 768px) 
{
    .user-details-container[b-hquaulq1gs] {
        flex-direction: column;
        align-items: flex-start;
    }

    .user-info-container[b-hquaulq1gs] {
        flex-direction: column;
        justify-content: flex-start;
        gap: .625rem;
    }
}
/* _content/KremaWareOnline.Application/Components/Layout/CustomNavMenu.razor.rz.scp.css */
.navbar-toggler[b-rxm6tege3l] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.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-rxm6tege3l] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-rxm6tege3l] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rxm6tege3l] {
    font-size: 1.1rem;
}

.bi[b-rxm6tege3l] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-rxm6tege3l] {
    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-nav-menu[b-rxm6tege3l] {
    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-nav-menu[b-rxm6tege3l] {
    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");
}

.bi-lock-nav-menu[b-rxm6tege3l] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-rxm6tege3l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-rxm6tege3l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-rxm6tege3l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-rxm6tege3l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-rxm6tege3l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rxm6tege3l] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rxm6tege3l] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rxm6tege3l]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-rxm6tege3l]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-rxm6tege3l]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-rxm6tege3l] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-rxm6tege3l] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rxm6tege3l] {
        display: none;
    }

    .nav-scrollable[b-rxm6tege3l] {
        /* 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/KremaWareOnline.Application/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1v1ym7e4k1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1v1ym7e4k1] {
    flex: 1;
}

.sidebar[b-1v1ym7e4k1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1v1ym7e4k1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1v1ym7e4k1]  a, .top-row[b-1v1ym7e4k1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1v1ym7e4k1]  a:hover, .top-row[b-1v1ym7e4k1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1v1ym7e4k1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-1v1ym7e4k1] {
        justify-content: space-between;
    }

    .top-row[b-1v1ym7e4k1]  a, .top-row[b-1v1ym7e4k1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1v1ym7e4k1] {
        flex-direction: row;
    }

    .sidebar[b-1v1ym7e4k1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1v1ym7e4k1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1v1ym7e4k1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1v1ym7e4k1], article[b-1v1ym7e4k1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/KremaWareOnline.Application/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-d3n4fqjp9e] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.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-d3n4fqjp9e] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-d3n4fqjp9e] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-d3n4fqjp9e] {
    font-size: 1.1rem;
}

.bi[b-d3n4fqjp9e] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-d3n4fqjp9e] {
    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-nav-menu[b-d3n4fqjp9e] {
    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-nav-menu[b-d3n4fqjp9e] {
    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");
}

.bi-lock-nav-menu[b-d3n4fqjp9e] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-d3n4fqjp9e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-d3n4fqjp9e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-d3n4fqjp9e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-d3n4fqjp9e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-d3n4fqjp9e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-d3n4fqjp9e] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-d3n4fqjp9e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-d3n4fqjp9e]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-d3n4fqjp9e]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-d3n4fqjp9e]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-d3n4fqjp9e] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-d3n4fqjp9e] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-d3n4fqjp9e] {
        display: none;
    }

    .nav-scrollable[b-d3n4fqjp9e] {
        /* 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/KremaWareOnline.Application/Components/Pages/Mortician/MorticianStatistics.razor.rz.scp.css */
.container[b-lgp8zjnh9v] {
    display: flex;
}

.sidebar[b-lgp8zjnh9v] {
    width: 250px;
    background-color: #2c3e50;
    color: white;
    padding: 20px;
    height: 100vh;
    position: fixed;
}

.sidebar-menu[b-lgp8zjnh9v] {
    list-style: none;
    padding: 0;
}

.sidebar-item[b-lgp8zjnh9v] {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
}

    .sidebar-item:hover[b-lgp8zjnh9v], .sidebar-item.active[b-lgp8zjnh9v] {
        background-color: #34495e;
    }

    .sidebar-item span[b-lgp8zjnh9v] {
        margin-right: 10px;
    }

.content[b-lgp8zjnh9v] {
    margin-left: 270px;
    padding: 20px;
    width: calc(100% - 270px);
}

h3[b-lgp8zjnh9v] {
    margin-bottom: 20px;
}
/* _content/KremaWareOnline.Application/Pages/Admin/AdminPanel.razor.rz.scp.css */
/* Transition classes */
.fade-enter-active[b-cypxol8zeg], .fade-leave-active[b-cypxol8zeg] {
    transition: opacity 0.5s ease-in-out;
}

.fade-enter[b-cypxol8zeg], .fade-leave-to[b-cypxol8zeg] /* .fade-leave-active in versions <2.1.8 */ {
    opacity: 0;
}

/* General styles for the dashboard */
.dashboard[b-cypxol8zeg] {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.info-cards[b-cypxol8zeg] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.info-card[b-cypxol8zeg] {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .info-card:hover[b-cypxol8zeg] {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

.card-content[b-cypxol8zeg] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-icon[b-cypxol8zeg] {
    font-size: 40px;
    margin-bottom: 15px;
}

.card-title[b-cypxol8zeg] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-description[b-cypxol8zeg] {
    font-size: 14px;
}

/* Transitions for smoother navigation */
.page-transition.fade-enter-active[b-cypxol8zeg], .page-transition.fade-leave-active[b-cypxol8zeg] {
    transition: opacity 0.5s ease-in-out;
}

.page-transition.fade-enter[b-cypxol8zeg], .page-transition.fade-leave-to[b-cypxol8zeg] {
    opacity: 0;
}
