/* /BaseComponents/ModalBase.razor.rz.scp.css */
.modal-base[b-p9s7739kno]  .modal-header{
    padding: 6px 12px !important;
}
/* /Components/Actions/ActionForm.razor.rz.scp.css */
.action-modal[b-uywvf6x4qt] {
    background: #f5f6fa !important;
}

    .action-modal .single-subaction-form[b-uywvf6x4qt] {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
        padding: 20px !important;
        border: 2px solid #d7dbec !important;
        border-radius: 5px !important;
        height:100%;
    }

    .action-modal[b-uywvf6x4qt]  .submit-btn {
        background: #1151f3 !important;
        color: white !important;
    }


    .action-modal[b-uywvf6x4qt]  .rz-tabview.rz-tabview-left {
        border: 1px solid #d7dbec !important;
    }

    .action-modal[b-uywvf6x4qt]  .rz-tabview-left > .rz-tabview-nav .rz-tabview-selected {
        background-color: #1151f3 !important;
        color: white !important;
        border: 0;
        border-radius: 5px !important;
    }

    .action-modal[b-uywvf6x4qt]  .rz-tabview-nav .rz-tabview-selected a {
        color: white !important;
    }

    .action-modal[b-uywvf6x4qt]  .rz-selectbutton.rz-buttonset.rz-buttonset-5 {
        margin-bottom: 0 !important;
        width: 100% !important;
        text-align: center !important;
    }

    .action-modal[b-uywvf6x4qt]  .rz-selectbutton .rz-button.rz-button-md {
        width: 100% !important;
    }

    .action-modal[b-uywvf6x4qt]  .rz-stack {
        padding: 0 !important;
    }

    .action-modal[b-uywvf6x4qt]  .rz-tabview-nav {
        max-width: 250px;
        gap: 0.5rem;
        padding: 10px;
    }

    .action-modal[b-uywvf6x4qt]  .rz-tabview-left > .rz-tabview-nav li {
        color: white !important;
        border: 0;
        border-radius: 5px !important;
        font-size: 14px;
    }

    .action-modal[b-uywvf6x4qt]  .rz-tabview-title {
        font-size: 18px !important;
    }

    .action-modal[b-uywvf6x4qt]  .modal-content {
        height: 85vh;
    }

    .action-modal[b-uywvf6x4qt]  .action-list {
        width: 100%;
        overflow-x: auto;
        margin-top: -8px;
        padding-bottom: 6px;
    }

        .action-modal[b-uywvf6x4qt]  .action-list::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 10px;
            background-color: #F5F5F5;
        }

        .action-modal[b-uywvf6x4qt]  .action-list::-webkit-scrollbar {
            margin-top: 20px;
            height: 4px;
            background-color: #F5F5F5;
        }

        .action-modal[b-uywvf6x4qt]  .action-list::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: #555;
        }
/* /Components/Actions/CustomDynamicContent.razor.rz.scp.css */
.dynamic-form-content[b-b5s1nxxsyt] {
    max-height: 450px !important;
    min-height: 450px !important;
    overflow-y: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.dynamic-form-content[b-b5s1nxxsyt]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.dynamic-form-content[b-b5s1nxxsyt]::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.dynamic-form-content[b-b5s1nxxsyt]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.dynamic-form[b-b5s1nxxsyt] {
    display: flex !important;
    flex-direction: column !important;
    gap: 3rem !important;
}

.submit-btn[b-b5s1nxxsyt] {
    background: #1151f3 !important;
    color: white !important;
}

.activity-box[b-b5s1nxxsyt] {
    display: flex !important;
    flex-direction: row !important;
    gap: 6px !important;
    align-items: center !important;
    padding: 4px 24px !important;
    border-radius: 5px !important;
    height: max-content !important;
    width: max-content !important;
    box-shadow: 0px 1px 4px -1px black !important;
}

.single-select-box[b-b5s1nxxsyt] {
    display: flex !important;
    flex-direction: row !important;
    gap: 6px !important;
    align-items: center !important;
    padding: 4px 24px !important;
    border-radius: 5px !important;
    height: max-content !important;
    width: max-content !important;
    box-shadow: 0px 1px 4px -1px black !important;
}

.child-group[b-b5s1nxxsyt] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: max-content !important;
    gap: 3px !important;
}

.child-group-content[b-b5s1nxxsyt] {
    height: 40px !important;
    width: 40px !important;
    background-color: ghostwhite !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 22px !important;
    box-shadow: 0px 1px 4px -1px black !important;
}

.round-cards[b-b5s1nxxsyt]  .rz-selectbutton .rz-button.rz-button-md, .rz-button.rz-button-md.rz-state-active[b-b5s1nxxsyt] {
    background-color: unset !important;
    color: unset !important;
    border: none !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.round-cards[b-b5s1nxxsyt]  .rz-button.rz-button-md.rz-state-active .child-group-content {
    background-color: var(--rz-selectbar-selected-background-color) !important;
    color: var(--rz-selectbar-selected-color) !important;
    border: var(--rz-selectbar-selected-border) !important;
}

.round-cards[b-b5s1nxxsyt] {
    padding: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
}

.menu-card[b-b5s1nxxsyt] {
    height: 90px !important;
    width: 100px !important;
    border-radius: 10px !important;
    padding: 6px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    box-shadow: 0px 1px 4px -1px black !important;
}

.custom-dynamic[b-b5s1nxxsyt]{
    padding-right:6px !important;
}

.menu-card.blue-shadow-hover.selected[b-b5s1nxxsyt] {
    box-shadow: 0px 2px 8px -1px black !important;
}
/* /Components/Actions/CustomTimePicker.razor.rz.scp.css */
.pad-right-6[b-eqmufefk1m] {
    padding-right: 6px;
}

.pad-left-6[b-eqmufefk1m] {
    padding-left: 6px;
}
/* /Components/Actions/DynamicFormContent.razor.rz.scp.css */
.activity-box[b-z1fo0r9822] {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    padding: 4px 24px;
    border: 1px solid;
    border-radius: 5px;
}

.dynamic-form[b-z1fo0r9822]  .rz-calendar.rz-calendar-w-btn {
    width: 50% !important;
}
/* /Components/Calender/DailyRegistrationsHistory.razor.rz.scp.css */
.daily-registration-history-header[b-fp8huezd17]  .rz-selectbutton .rz-button.rz-button-md {
    background-color: #fff;
    border-radius: 10px;
}

.daily-registration-history-header[b-fp8huezd17]  .rz-selectbutton .rz-button.rz-button-md:not(.rz-state-active) {
    box-shadow: 0px 4px 8px grey;
}

.daily-registration-history-header[b-fp8huezd17]  .rz-selectbutton .rz-button.rz-button-md.rz-state-active {
    background-color: var(--rz-selectbar-selected-background-color);
    color: var(--rz-selectbar-selected-color);
    border-radius: 10px;
    box-shadow: 0px 14px 35px -16px #1151f3;
}
/* /Components/Calender/HistoryOverview.razor.rz.scp.css */
.history-overview[b-yefz9g6qis] {
    max-height: 70vh;
}

rz-data-grid

.history-overview[b-yefz9g6qis]  .rz-tabview-panels {
    overflow: hidden !important;
}

.history-overview[b-yefz9g6qis]  .rz-data-grid {
    height: 100% !important;
    overflow: auto !important;
    max-height:65vh;
}
/* /Components/Calender/StaffChildGraph.razor.rz.scp.css */

/* Premium Staff/Child Graph Styles */
.graph-container[b-8dvzviljug] {
    background: #ffffff;
    padding: 0.5rem;
    padding-bottom :2rem
}

.graph-controls[b-8dvzviljug] {
    transition: box-shadow 0.2s ease-in-out;
}

    .graph-controls:hover[b-8dvzviljug] {
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

.graph-content[b-8dvzviljug] {
    padding: 0;
    margin-top: 0.5rem;
}

.graph-title[b-8dvzviljug] {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
    letter-spacing: -0.02em;
}

.chart[b-8dvzviljug] {
    height: 400px;
    padding-bottom:20px;
}

.tooltip-content[b-8dvzviljug] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.875rem;
}

    .tooltip-content > div[b-8dvzviljug] {
        color: #4b5563;
    }

    .tooltip-content strong[b-8dvzviljug] {
        color: #111827;
        font-weight: 600;
    }

[b-8dvzviljug] .rz-category-axis text {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    font-size: 11px;
}

 [b-8dvzviljug] .empty-record-text {
    position: relative;
    margin-top: -50px;
    color: grey;
    align-self: center;
}

[b-8dvzviljug] .no-staff-img {
    width: 1200px;
    height: 400px;
    border-radius: 20px;
}

    /* Responsive padding for graph content */
    @media (min-width: 768px) {
        .graph-content[b-8dvzviljug] {
            padding: 1.5rem;
        }
    }

    @media (min-width: 1024px) {
        .graph-content[b-8dvzviljug] {
            padding: 3rem;
        }
    }


.legend-container[b-8dvzviljug] {
    font-weight: 600;
    font-size: 14px;
}

.legend-item[b-8dvzviljug] {
    user-select: none;
}

.chartdiv[b-8dvzviljug] {
    height: 400px;
}
.select-dropdown[b-8dvzviljug] {
    min-width: 200px;
}

.color-line[b-8dvzviljug] {
    width: 50px; /* width of the little line */
    height: 4px; /* thickness of the line */
    border-radius: 2px; /* subtle rounded edges */
    display: inline-block;
    margin-right: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1); /* subtle glow */
}

/* Staff color line */
.staff-line[b-8dvzviljug] {
    background: #fad47a; /* match your pinkish staff line */
}

/* Child color line */
.child-line[b-8dvzviljug] {
    background: #f5adbf; /* match your yellowish child line */
}





/* /Components/Calender/StaffHistoryStatusFilter.razor.rz.scp.css */
.daily-registration-history-header[b-ysp4vm5kso]  .rz-selectbutton .rz-button.rz-button-md {
    background-color: #fff;
    border-radius: 10px;
}

    .daily-registration-history-header[b-ysp4vm5kso]  .rz-selectbutton .rz-button.rz-button-md:not(.rz-state-active) {
        box-shadow: 0px 4px 8px grey;
    }

    .daily-registration-history-header[b-ysp4vm5kso]  .rz-selectbutton .rz-button.rz-button-md.rz-state-active {
        background-color: var(--rz-selectbar-selected-background-color);
        color: var(--rz-selectbar-selected-color);
        border-radius: 10px;
        box-shadow: 0px 14px 35px -16px #1151f3;
    }
/* /Components/Chats/ChatUsersList.razor.rz.scp.css */
.last-message-text-content[b-p2464dnfg2] {
    font-size: 12px;
}

.users-list[b-p2464dnfg2] {
    padding: 24px 12px 12px 12px;
    border-radius: 10px;
    background: #d3e3fd;
}

.message-time-text[b-p2464dnfg2] {
    width: max-content;
    font-size: 12px;
}

.chat-list[b-p2464dnfg2] {
    height: 66vh;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    overflow-x: hidden;
}

.invisible-scrollbar[b-p2464dnfg2]::-webkit-scrollbar {
    display: none;
}

.selected-user[b-p2464dnfg2] {
    background: #77C5F1;
    color: white;
}

.user-content:not(.selected) .text-content[b-p2464dnfg2] {
    color: black;
    margin: 0;
}

.user-content.selected .text-content[b-p2464dnfg2] {
    color: white;
    margin: 0;
    text-overflow: ellipsis;
}


.user-content.selected .message-time-text[b-p2464dnfg2] {
    color: white;
    margin: 0;
    width: max-content;
}

.content-box[b-p2464dnfg2] {
    height: 46px;
    padding: 0;
}

.user-content[b-p2464dnfg2] {
    height: max-content;
    border-radius: 20px;
    box-shadow: 0px 14px 35px -16px #2f4273;
}

.user-content.selected[b-p2464dnfg2] {
    background: #004de5;
    color: white;
}

[b-p2464dnfg2] .profile-img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}

.ellipsis[b-p2464dnfg2] {
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}




/*Skeleton css*/
.skeleton-card[b-p2464dnfg2] {
    display: flex;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f0f0f0;
}

.skeleton-img[b-p2464dnfg2] {
    width: 50px;
    height: 50px;
    background-color: #e0e0e0;
    border-radius: 50%;
    margin-right: 8px;
}

.skeleton-text[b-p2464dnfg2] {
    flex-grow: 1;
    height: 20px;
    background-color: #e0e0e0;
    border-radius: 4px;
}
/* /Components/Chats/ConversationDetail.razor.rz.scp.css */
.send-message-icon[b-5spafh7iun] {
    margin-top: 3px;
    font-size: 24px;
}

.message-box[b-5spafh7iun]  .rz-form-field-content {
    width: 100%;
    display: flex;
}

.conversation-detail[b-5spafh7iun] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.chat-user[b-5spafh7iun] {
    border-radius: 20px;
    padding: 6px;
    background: #edf2fa;
}

.text-content[b-5spafh7iun] {
    color: black;
}

/*.recieved .message-time {
    order: 3;
}

.sent .message-time {
    order: 1;
}*/

.conversation-detail[b-5spafh7iun]  .profile-img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
}


.send-button[b-5spafh7iun] {
    border-radius: 50% !important;
    background: #0978ce;
    margin: 10px;
    border: none;
}

/*.input,
.textarea {
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: inherit;
    padding: 1px 6px;
}

.input-wrap {
    position: relative;
}

    .input-wrap .input {
        position: absolute;
        width: 100%;
        left: 0;
    }

.width-machine {*/
    /*   Sort of a magic number to add extra space for number spinner */
    /*padding: 0 1rem;
}

.textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
    min-height: 40px;
    line-height: 20px;
}*/
/* /Components/Chats/CreateOrUpdateChatGroup.razor.rz.scp.css */
[b-y81sc9fors] .file-input-zone input {
    position: absolute;
    bottom: 0;
    left: 0;
}

[b-y81sc9fors] .profile-picture {
    position: relative;
    max-height:100px;
}

[b-y81sc9fors] .file-input-zone {
    position: relative;
    bottom: 33px;
    left: 12%;
}

[b-y81sc9fors] .picture-edit-button {
    background-color: #fff;
    padding: 5px;
    padding-top: 11px;
    border-radius: 50%;
    padding-left: 6px;
}

[b-y81sc9fors] .profile-picture .rz-button.rz-primary.rz-shade-default {
    background-color: white;
}

[b-y81sc9fors] .input-profile-picture {
    opacity: 0 !important;
    width: 30px;
}


.group-form[b-y81sc9fors] {
    background: #d3e3fd;
    border-radius:10px;
}
/* /Components/Chats/MessageListHeader.razor.rz.scp.css */
[b-fem01is3dm] .gap-4 {
    gap: 4.0rem !important;
}

.header-card[b-fem01is3dm] {
    width: 4.5vw;
}

.header-content[b-fem01is3dm] {
    padding: 3px 2px 5px;
    background: #fff;
    border-radius: 10px;
    /*  display: flex; */
    text-align: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 8px grey;
}

    .header-content.active[b-fem01is3dm] {
        box-shadow: 0px 5px 5px #1151f3;
    }

[b-fem01is3dm] .dashboard-header .rz-selectbutton .rz-button.rz-button-md {
    border: 0 !important;
    padding: 0;
}
/* /Components/Chats/MessagesList.razor.rz.scp.css */
.recieved .message-time[b-sgobjpwbhn] {
    order: 3;
}

.sent .message-time[b-sgobjpwbhn] {
    order: 1;
}

.sender-name[b-sgobjpwbhn] {
    font-size: 10px;
}

.sent[b-sgobjpwbhn] {
    justify-content: end;
}

.recieved[b-sgobjpwbhn] {
    justify-content: start;
}

.messages-list[b-sgobjpwbhn] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 66vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 26px 10px 24px;
}

.messages-list[b-sgobjpwbhn]::-webkit-scrollbar {
    display: none;
}

    .message-time[b-sgobjpwbhn] {
        display: none;
    }

.message:hover .message-time[b-sgobjpwbhn] {
    font-size: 12px;
    display: block;
}

.order-1[b-sgobjpwbhn] {
    background: #1151F3;
    max-width: 55%;
}

.order-2[b-sgobjpwbhn] {
    background: white;
    /* background: #b2b1b0c9; */
    max-width: 55%;
}

.order-1 .message-content[b-sgobjpwbhn] {
    color: white;
}

.order-2 .message-content[b-sgobjpwbhn] {
    color: black;
}

.message[b-sgobjpwbhn] {
    display: flex;
    gap: 4px;
}
/* /Components/Chats/SelectChatUser.razor.rz.scp.css */
.select-chat-user-modal[b-4p0vqcxlzn]  .modal-body{
    min-height: 80vh;
}
/* /Components/Childs/ActivityActionButtons.razor.rz.scp.css */
.five-action-button[b-qtcm14ryl7] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.btn-glass[b-qtcm14ryl7] {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4a5568;
    min-width: 24px;
    min-height: 24px;
}

    .btn-glass:hover[b-qtcm14ryl7] {
        background: rgba(255, 255, 255, 0.4);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
/* /Components/Childs/ActivityOverview.razor.rz.scp.css */
.activity-card[b-l3i7kyk2sb] {
    padding: 12px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 8px grey;
}

    .activity-card.activity[b-l3i7kyk2sb] {
        background: #fff06a !important;
    }

    .activity-card.eating[b-l3i7kyk2sb] {
        background: #b2b4be !important;
    }

    .activity-card.sleeping[b-l3i7kyk2sb] {
        background: #133454 !important;
        color: white;
    }

    .activity-card.nursary[b-l3i7kyk2sb] {
        background: #485696 !important;
        color: white;
    }

    .activity-card.temprature[b-l3i7kyk2sb] {
        background: #b8ae9a !important;
    }

[b-l3i7kyk2sb] .empty-text {
    margin: 0 !important;
    align-self: center !important;
    color: gray !important;
}

.activities[b-l3i7kyk2sb] {
    height: 556px;
    overflow-y: auto;
    padding:4px;
}

    .activities[b-l3i7kyk2sb]::-webkit-scrollbar {
        display: none;
    }   

    .activities .body-content[b-l3i7kyk2sb] {
        max-width: 94%;
    }

    .activities .extra-info-text[b-l3i7kyk2sb]{
        white-space:pre-line;
    }
/* /Components/Childs/AddUpdateChildAbsentForm.razor.rz.scp.css */
[b-qkw6cbq4em] .rz-calendar .rz-inputtext {
    background-color: #f5f5f7 !important;
}

[b-qkw6cbq4em] .valid.modified:not([type=checkbox]) {
    outline: none !important;
}
/* /Components/Childs/ChildAttendanceForm.razor.rz.scp.css */
.font-12[b-3u2815zjux]{
    font-size:12px;
}


[b-3u2815zjux] .relative-button {
    height: auto !important;
    padding: 0 !important;
    border-radius: 50% !important;
    border: 2px solid #ddd !important;
    background: white !important;
    overflow: hidden !important;
}

[b-3u2815zjux] .relative-button:hover {
    border-color: #2196F3 !important;
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.2) !important;
}

[b-3u2815zjux] .relative-button.active {
    border-color: #2196F3 !important;
    box-shadow: 0 6px 16px rgba(33, 150, 243, 0.25) !important;
}

[b-3u2815zjux] .avatar-wrapper {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    aspect-ratio: 1;
}

[b-3u2815zjux] .relative-avatar {
    height: 50px !important;
    width: 50px !important;
    border-radius: 50% !important;
    object-fit: cover;
}

.relative-name[b-3u2815zjux] {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
}

      
/* /Components/Childs/ChildCard.razor.rz.scp.css */
.child-card[b-9n0jfg8a0f] {
    position: relative;
    width: 154px;
    height: 210px;
    display: flex;
    padding: 8px;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    background: #22A062;
    border-radius: 10px;
    /*border: 4px solid #1D8E42;*/
    justify-content: space-between;
    overflow:auto;
}

.child-card[b-9n0jfg8a0f]::-webkit-scrollbar{
    display:none;
}


.five-action-button[b-9n0jfg8a0f] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.child-card-footer[b-9n0jfg8a0f], .child-card-header[b-9n0jfg8a0f] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.child-card-footer[b-9n0jfg8a0f] {
    gap: 12px;
}

.utility-buttons[b-9n0jfg8a0f] {
    display: flex;
    flex-direction: row;
    gap: 12px !important;
}

.attendance-icon[b-9n0jfg8a0f] {
    position: absolute;
    right: 8px;
}

.dots-icon[b-9n0jfg8a0f] {
    left: 8%;
    top: 7%;
}

.status-container[b-9n0jfg8a0f] {
    width: 100%;
    display: flex;
    justify-content: center;
    background: white;
    border-radius: 5px;
    font-size: 14px;
    padding: 2px;
}

.overlay[b-9n0jfg8a0f] {
    position: absolute;
    width: 154px;
    height: 210px;
    display: flex;
    padding: 8px;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    /*    filter: blur(3px);*/
    bottom: 0;
    background: rgb(255, 125, 79, 0.58) !important;
    z-index: 2;
    cursor: pointer;
    border-radius: 10px;
    pointer-events: none;
    backdrop-filter: blur(5px);
}


.child-card .extra-info-text[b-9n0jfg8a0f] {
    background: #000;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    padding: 2px 4px;
}

.pending-date[b-9n0jfg8a0f] {
    font-size: 12px;
    background: #f8f9fa;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: inline-block;
    text-align: center;
    padding: 0.2rem 1rem;
    border-radius: 5px;
}

.btn-minimal[b-9n0jfg8a0f] {
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4a5568;
    min-width: 24px;
    min-height: 24px;
}

    .btn-minimal:hover[b-9n0jfg8a0f] {
        background: #edf2f7;
        border-color: #cbd5e0;
        color: #2d3748;
        transform: scale(1.05);
    }
/* /Components/Childs/ChildCardHeader.razor.rz.scp.css */

.basic-info[b-hmxh629noy] {
    font-size: 12px;
    font-weight: 600;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: center;
}

.child-card-header[b-hmxh629noy] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

[b-hmxh629noy] .child-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}


.basic-info-color[b-hmxh629noy] {
    color: #000;
}

.basic-info .name[b-hmxh629noy] {
    font-size: 16px;
}
/* /Components/Childs/ChildGroupSelectionForm.razor.rz.scp.css */
.action-info[b-l7ljtk0k4p] {
    border: 1px solid grey;
    border-radius: 10px;
    padding: 8px;
}

.select-child-card.selected[b-l7ljtk0k4p] {
    background: #ffe599 !important;
    border: 1px solid #c17722 !important;
}

.child-name[b-l7ljtk0k4p] {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align:center;
}

.dots-icon[b-l7ljtk0k4p]{
    right:5% !important;
}

.child-group-selection[b-l7ljtk0k4p]  .child-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}



.child-group-selection[b-l7ljtk0k4p]  .rz-dropdown {
    width: 30%;
}

.child-group-selection[b-l7ljtk0k4p]  .empty-text {
    margin: 0 !important;
    align-self: center !important;
    color: gray !important;
}

.child-group-selection .group-name-chip[b-l7ljtk0k4p] {
    font-size: 10px;
    padding: 2px 4px 2px 4px;
    background: white;
    border-radius: 4px;
}
/* /Components/Childs/ChildImportantOverview.razor.rz.scp.css */

[b-t0rwyh83ed] .important-overview {
    background-color: #e3f0ff;
    height: 600px
}

[b-t0rwyh83ed] .rz-textarea {
    width: 100%;
    border: 2px solid black;
    border-radius: 5px;
}
    [b-t0rwyh83ed] .rz-textarea:hover {
        pointer-events: none
    }

    [b-t0rwyh83ed] .rz-textarea::placeholder {
        line-height: 210px;
        color: black;
        text-align: center;
    }

[b-t0rwyh83ed] .button-bottom {
    display: flex;
    justify-content: end;
    position: absolute;
    right: 20px;
    bottom: 25px;
}
/* /Components/Childs/ChildInfoOverview.razor.rz.scp.css */
.child-info-card[b-9gmh0gv3zb] {
    width: 100%;
    min-height: 120px;
    height: auto;
    margin: auto;
    padding: 8px;
    gap: 8px;
    background: #fff;
    border-radius: 10px;
}

.child-info-card-body[b-9gmh0gv3zb] {
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
}

.child-info-textalign[b-9gmh0gv3zb] {
    display: inline;
    float: right;
    text-align: left;
    font-weight: 500;
    font-size: 14px
}

.child-info-address-card[b-9gmh0gv3zb] {
    background: #fff;
}

[b-9gmh0gv3zb] .child-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.address[b-9gmh0gv3zb] {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
}

.group-chip[b-9gmh0gv3zb] {
    background: whitesmoke;
    border-radius: 5px;
    color: black;
    display: flex;
    justify-content: center;
}

.birthday-chip[b-9gmh0gv3zb] {
    background: #fad47a;
    border-radius: 5px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.child-info-overview[b-9gmh0gv3zb] {
    overflow-y: scroll;
    height: 600px;
}

    .child-info-overview[b-9gmh0gv3zb]::-webkit-scrollbar{
        display:none;
    }

    .child-current-basic-details-info[b-9gmh0gv3zb] {
        min-width: 15%;
    }

/*Skeleton Loader*/
.skeleton[b-9gmh0gv3zb] {
    position: relative;
    overflow: hidden;
    background: #fff;
}

/* Animation for the loading effect */
@keyframes shimmer-b-9gmh0gv3zb {
    0% {
        background-position: -1000px 0;
}
    100% {
        background-position: 1000px 0;
    }
}

/* General skeleton styles */
.skeleton-image[b-9gmh0gv3zb],
.skeleton-text[b-9gmh0gv3zb] {
    background: #eee;
    background-image: linear-gradient(to right, #eee 0%, #ddd 20%, #eee 40%, #eee 100%);
    background-size: 1000px 100%;
    animation: shimmer-b-9gmh0gv3zb 1.5s infinite linear;
}

/* Specific styles for skeleton elements */
.skeleton-image[b-9gmh0gv3zb] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.skeleton-line[b-9gmh0gv3zb] {
    height: 14px;
    width: 100%;
    border-radius: 10px;
}

.skeleton-lines[b-9gmh0gv3zb] {
    flex: 1 1 auto;
    color: var(--bs-card-color);
}

.skeleton-line:not(:last-child)[b-9gmh0gv3zb] {
    margin-bottom: 10px;
}
/* /Components/Childs/ChildOverview.razor.rz.scp.css */
.medication-form[b-5gfabwa0b0]{
    display:flex;
    flex-direction:column;
    gap:18px;
    height:600px;
    overflow-y:auto;
}

.activites-overview[b-5gfabwa0b0]{
    display:flex;
    justify-content:space-between;
}

.child-overview .activites-overview[b-5gfabwa0b0]  .five-action-button {
    justify-content: unset !important;
    gap: 8px !important;
}

.medication-form[b-5gfabwa0b0]::-webkit-scrollbar {
    display: none;
}

medication-form[b-5gfabwa0b0]::-webkit-scrollbar {
    display: none;
}

.child-overview[b-5gfabwa0b0]  .rz-tabview.rz-tabview-left {
    border: 1px solid #d7dbec;
}

.child-overview[b-5gfabwa0b0]  .rz-tabview-left > .rz-tabview-nav .rz-tabview-selected {
    background-color: #1151f3;
    color: white;
    border: 0;
    border-radius: 5px;
}

.child-overview[b-5gfabwa0b0]  .rz-tabview-nav .rz-tabview-selected a {
    color: white;
}

.child-overview[b-5gfabwa0b0]  .rz-selectbutton.rz-buttonset.rz-buttonset-5 {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}


.child-overview[b-5gfabwa0b0]  .rz-stack {
    padding: 0;
}

.child-overview[b-5gfabwa0b0]  .rz-tabview-nav {
    max-width: 250px;
    gap: 0.5rem;
    padding: 10px;
}

.child-overview[b-5gfabwa0b0]  .rz-tabview-left > .rz-tabview-nav li {
    border-radius: 0;
    background-color: #007a7a;
    color: white;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
}

.child-overview[b-5gfabwa0b0]  .rz-tabview-title {
    font-size: 18px;
}

.child-overview[b-5gfabwa0b0]  .rz-tabview-selected.rz-state-focused {
    color: black;
}

.child-overview[b-5gfabwa0b0]  .add-medication-button {
    top: 2%;
    right: 2%;
}

.child-overview[b-5gfabwa0b0]  .activities-button {
    top: 2%;
    right: 1%;
}

.child-overview[b-5gfabwa0b0]  .rz-tabview-panels,
.child-overview[b-5gfabwa0b0]  .rz-tabview-top > .rz-tabview-panels {
    border: none;
    border-radius: 0;
}

.child-overview[b-5gfabwa0b0]  .rz-tabview-panel {
    background: #e3f0ff;
    border-radius: 10px;
    height: 642px;
    overflow: hidden;
}

.child-overview[b-5gfabwa0b0]  .rz-tabview-top > .rz-tabview-nav .rz-tabview-selected {
    margin-bottom: 0;
}

.child-overview[b-5gfabwa0b0]  .rz-tabview-nav .rz-tabview-selected a {
    color: black;
}

.child-overview[b-5gfabwa0b0]  .rz-tabview-nav {
    max-width: max-content;
    gap: 0;
}

.child-overview[b-5gfabwa0b0]  .rz-tabview-top > .rz-tabview-nav {
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}

.child-overview[b-5gfabwa0b0]  .rz-tabview-top > .rz-tabview-nav li {
    /*border: 1px solid black !important;*/
    border-radius: 0 !important;
    padding: 0 !important;
}

.child-overview[b-5gfabwa0b0]  .rz-tabview-title {
    color: black;
}

.child-overview[b-5gfabwa0b0]  .modal-content {
    height: 800px;
}

.child-overview[b-5gfabwa0b0]  .rz-data-grid.rz-has-paginator.rz-datatable.rz-datatable-scrollable.rz-selectable {
    max-height: 541px;
}
/* /Components/Childs/ChildOverviewMailMessage.razor.rz.scp.css */
.child-overview-mail-message[b-04ep4eiab5]{
    display: flex;
    flex-direction:column;
    gap:16px;
}
/* /Components/Childs/ChildRegistrationRecords.razor.rz.scp.css */
.dashboard .text[b-ekgp3i2fom] {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 12;
    color: white;
    font-size: 25px;
    pointer-events: auto;
}

.child-content[b-ekgp3i2fom] {
    display: flex;
    flex-direction: row;
    gap: 14px;
    flex-wrap: wrap;
    height:100%;
    overflow-y:auto;
}

.child-content[b-ekgp3i2fom]::-webkit-scrollbar{
    display:none;
}

.child-content .utility-buttons[b-ekgp3i2fom] {
    display: flex;
    flex-direction: row;
    gap: 12px !important;
}

.child-content[b-ekgp3i2fom]  .empty-record-text {
    position: relative;
    margin-top: -50px;
    color: grey;
    align-self: center;
}


.child-content[b-ekgp3i2fom]  .empty-child-group {
    width: 1000px;
    height: 682px;
}

.child-content[b-ekgp3i2fom]  .no-baby-img {
    width: 1200px;
    height: 700px;
    border-radius: 20px;
}


/* Skeleton Loader Styles */
.skeleton-card[b-ekgp3i2fom] {
    padding: 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 154px;
    height: 200px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.skeleton-card-header[b-ekgp3i2fom] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.skeleton-img-container[b-ekgp3i2fom] {
    width: 60px;
    height: 60px;
}

.skeleton-img[b-ekgp3i2fom] {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-ekgp3i2fom 1.5s infinite;
    border-radius: 50%;
}

.skeleton-basic-info[b-ekgp3i2fom] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.skeleton-text[b-ekgp3i2fom] {
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-ekgp3i2fom 1.5s infinite;
    margin-bottom: 8px;
    border-radius: 4px;
}

    .skeleton-text.short[b-ekgp3i2fom] {
        width: 60px;
    }

    .skeleton-text.long[b-ekgp3i2fom] {
        width: 120px;
    }

.skeleton-card-footer[b-ekgp3i2fom] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.skeleton-icons[b-ekgp3i2fom] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 6px;
}

.skeleton-icon[b-ekgp3i2fom] {
    width: 20px;
    height: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-ekgp3i2fom 1.5s infinite;
    border-radius: 4px;
}

    .skeleton-icon.cake[b-ekgp3i2fom] {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

.skeleton-birthday[b-ekgp3i2fom] {
    display: flex;
    align-items: center;
}

@keyframes skeleton-loading-b-ekgp3i2fom {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
/* /Components/Childs/ChildRelativeInfo.razor.rz.scp.css */
.card-body[b-6lisskege9] {
    width: max-content;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0px;
}

.relative-info-card[b-6lisskege9] {
    width: 100%;
    min-height: 120px;
    height: auto;
    margin: auto;
    padding: 8px;
    gap: 8px;
    background: #fff;
    border-radius: 10px;
    justify-content:center;
}

.relative-info-card.selected[b-6lisskege9] {
    background: #ffe599;
}

[b-6lisskege9] .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
/* /Components/Childs/ChildSelectionForm.razor.rz.scp.css */
.action-info[b-7zi8o5zup1] {
    border: 1px solid grey;
    border-radius: 10px;
    padding: 8px;
}






/* /Components/Childs/MedicationDetails.razor.rz.scp.css */

.pill-icon-container[b-clsujie9i7] {
    z-index: 10;
    position: relative;
    top: -56%;
    font-size: 24px;
    left: 3%;
}
/* /Components/Childs/MedicationForm.razor.rz.scp.css */
.form-row[b-pv6hvvls4z] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
}

.form-element[b-pv6hvvls4z] {
    display: flex;
    flex-direction: column;
    width: 100%;
}
/* /Components/Childs/MedicationGivenStatus.razor.rz.scp.css */


.bg-color[b-s5xo0ftj8i] {
    background-color: ivory
}


/* /Components/Childs/MedicationGrid.razor.rz.scp.css */
.medication-grid[b-dbg0pp1g2n]  .rz-button.rz-variant-filled.rz-button-icon-only.edit-button {
    background-color: #d19b0c;
}

.medication-grid[b-dbg0pp1g2n]  .rz-button.rz-variant-filled.rz-button-icon-only.delete-button {
    background-color: #c10000;
}
/* /Components/Childs/MiniChildCard.razor.rz.scp.css */
.select-child-card[b-md1s6pb55s] {
    padding: 6px;
    width: 86px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #caf2d2;
    border: 1px solid #28ad35;
    border-radius: 10px;
    align-items: center;
    min-height: max-content;
}

    .select-child-card.selected[b-md1s6pb55s] {
        background: #ffe599 !important;
        border: 1px solid #c17722 !important;
    }

    .select-child-card .child-name[b-md1s6pb55s] {
        font-size: 12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

.select-child-card .dots-icon[b-md1s6pb55s] {
    right: 5% !important;
}

.select-child-card[b-md1s6pb55s]  .child-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.select-child-card .group-name-chip[b-md1s6pb55s] {
    font-size: 10px;
    padding: 2px 4px 2px 4px;
    background: white;
    border-radius: 4px;
}
/* /Components/Childs/NoChildFound.razor.rz.scp.css */

.custom-color[b-sdmw4w36uk] {
    color: gray;
}

.no-baby-img[b-sdmw4w36uk] {
    width: 1200px;
    height: 700px;
    border-radius: 20px;
}

.empty-record-text[b-sdmw4w36uk] {
    position: relative;
    margin-top: -50px;
    color: grey;
    align-self: center;
}
/* /Components/Childs/RemoveChildAbsentForm.razor.rz.scp.css */
[b-290j6uxwbh] .rz-calendar .rz-inputtext {
    background-color: #f5f5f7 !important;
}

[b-290j6uxwbh] .valid.modified:not([type=checkbox]) {
    outline: none !important;
}

.note-text[b-290j6uxwbh]{
    font-size:14px;
}

.remove-child-absent-form[b-290j6uxwbh]  div:not(.rz-form-field-content) > .rz-textbox:disabled {
    color: #000 !important;
    opacity: 1 !important;
    background: #f5f5f7 !important
}

.remove-child-absent-form .period-info-content[b-290j6uxwbh] {
    display: flex;
    gap: 12px;
    width: 100%;
    background: #dfebfd;
    padding: 6px;
    border-radius: 6px;
}

/* /Components/Childs/SleepingContent.razor.rz.scp.css */

.status-container[b-pdxte981xj] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background: white;
    border-radius: 5px;
    font-size: 14px;
    padding: 2px;
}
/* /Components/Childs/UpcomingBirthday.razor.rz.scp.css */

.birthday-text[b-1nwjsf079t] {
    font-size: 12px;
    font-weight: 600;
}

.birthday-content[b-1nwjsf079t] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.birthday-container[b-1nwjsf079t] {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #FAD47A;
    padding: 2px;
    border-radius: 5px;
    font-size: 12px;
    min-height: 22px;
}
/* /Components/Common/ConfirmationModal.razor.rz.scp.css */
.confirm-modal[b-xfa8xxovi3]  .modal-dialog .modal-header {
    padding: 6px;
}

.confirm-modal[b-xfa8xxovi3]  .modal-content {
    height: max-content !important;
}
/* /Components/Common/Loader/Loader.razor.rz.scp.css */
/*.loader {
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #178eff 94%, #0000) top / 8px 8px no-repeat, conic-gradient(#0000 30%, #178eff);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 2px), #000 0);
    animation: l13 0.8s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn);
    }
}
*/

.loader[b-ryb5yma6zr] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    background: radial-gradient(farthest-side, #178eff 94%, #0000) top / 8px 8px no-repeat, conic-gradient(#0000 30%, #178eff);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 2px), #000 0);
    /*mask: radial-gradient(circle, transparent 60%, black 61%);*/
    animation: spinLoader-b-ryb5yma6zr 1s infinite linear;
}

    .loader[b-ryb5yma6zr]::before {
        content: '';
        position: absolute;
        inset: 10px;
        /*background: radial-gradient(farthest-side, #178eff, transparent);*/
        border-radius: 50%;
    }

@keyframes spinLoader-b-ryb5yma6zr {
    100% {
        transform: rotate(1turn);
    }
}
/* /Components/Common/UrgentChatsView.razor.rz.scp.css */
[b-u95ccomomf] .profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

[b-u95ccomomf] .offcanvas {
    width: 475px !important;
}

[b-u95ccomomf] .offcanvas .offcanvas-header {
        margin-bottom: 5px !important;
}

[b-u95ccomomf] .offcanvas .offcanvas-body {
        margin-top: 5px !important;
}
/* /Components/Dashboard/Dashboard.razor.rz.scp.css */
.dashboard .text[b-czt7ax64op] {
        position: absolute; 
        top: 40%;
        left: 40%;
        z-index: 12;
        color: white; 
        font-size: 25px;
        pointer-events: auto;
}
    
.child-content[b-czt7ax64op] {
        display: flex;
        flex-direction: row;
        gap: 8px;
        flex-wrap: wrap;
}

.utility-buttons[b-czt7ax64op] {
    display: flex;
    flex-direction: row;
    gap: 12px !important;
}

.dashboard[b-czt7ax64op]  .empty-record-text {
    position: relative;
    margin-top: -50px;
    color: grey;
    align-self: center;
}

.dashboard[b-czt7ax64op]  .empty-child-group {
    width: 1000px;
    height: 682px;
}

.dashboard[b-czt7ax64op]  .no-baby-img {
    width: 1200px;
    height: 600px;
    border-radius: 20px;
    /*    box-shadow: 0px 1px 1px grey;*/
}
/* /Components/Dashboard/DashboardHeader.razor.rz.scp.css */

/* /Components/Staff/StaffAttendanceForm.razor.rz.scp.css */
.attendance-form[b-83s1ibpnj3]  .valid.modified:not([type=checkbox])
{
    outline:unset !important;
}

.error-message[b-83s1ibpnj3]{
    font-size:12px;
}
/* /Components/Staff/StaffAttendanceInfo.razor.rz.scp.css */
.attendance-info-details[b-c065jqjeqf] {
    height: max-content;
    padding: 16px 10px;
    background: #e3f0ff;
    color: white;
    border-radius: 10px;
}

.single-attendance-box[b-c065jqjeqf]{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px;
    border-radius:10px;
}


    .single-attendance-box.attending[b-c065jqjeqf] {
        background: #fff;
        color: #000;
        border: 1px solid #00b267;
    }

    .single-attendance-box.departed[b-c065jqjeqf] {
        background: #fff;
        color: #000;
        border: 1px solid #fc4144;
    }

.attendance-info-details[b-c065jqjeqf]{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.arrival-button[b-c065jqjeqf], 
.departure-button[b-c065jqjeqf] {
    width: 100%;
    padding: 4px 12px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

.arrival-button[b-c065jqjeqf] {
    background: #00b267;
}

.departure-button[b-c065jqjeqf] {
    background: #fc4144;
}

.staff-attendance-info-container[b-c065jqjeqf]  .modal-footer {
    padding: 0 !important
}
/* /Components/Staff/StaffCard.razor.rz.scp.css */

.staff-card[b-eie309u0qu] {
    border-radius: 10px;
    padding: 12px;
    height: 110px;
    width: 308.2px;
}

    .staff-card.absent[b-eie309u0qu] {
        background: #868aa4;
    }

    .staff-card[b-eie309u0qu]  .staff-img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .staff-card .staff-card-content[b-eie309u0qu] {
        display: flex;
        gap: 18px;
        height: 100%;
        align-items: center
    }

    .staff-card .staff-info[b-eie309u0qu] {
        display: flex;
        flex-direction: column;
    }

    .staff-card .staff-attendance-buttons[b-eie309u0qu] {
        display: flex;
        gap: 8px;
    }

    .staff-card[b-eie309u0qu]  .rz-button-md {
        min-height: unset !important;
    }

    .staff-card[b-eie309u0qu]  .arrival-button, .staff-card[b-eie309u0qu]  .departure-button {
        height: 24px;
        justify-content: center;
        display: flex;
        align-items: center;
        color: #fff !important;
        white-space: nowrap;
        padding: 8px 12px;
    }

    .staff-card[b-eie309u0qu]  .arrival-button {
        background: #00b267 !important;
    }

    .staff-card[b-eie309u0qu]  .departure-button {
        background: #fc4144 !important;
    }

    .staff-card .text-content[b-eie309u0qu] {
        width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-wrap: nowrap;
    }

    .staff-card.absent .text-content[b-eie309u0qu] {
        color: #ffffff;
    }

.custom-tooltip[b-eie309u0qu] {
    max-width: 320px;
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    color: #1e293b;
    padding: 18px 22px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-family: system-ui, -apple-system, sans-serif;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.08);
    text-align: left;
    white-space: normal;
    line-height: 1.5;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

@media (max-width: 1024px) {
    .staff-card[b-eie309u0qu] {
        width: 231px;
    }

        .staff-card[b-eie309u0qu]  .staff-img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

        .staff-card .staff-card-content[b-eie309u0qu] {
            display: flex;
            gap: 12px;
            height: 100%;
            align-items: center
        }

        .staff-card .text-content[b-eie309u0qu] {
            width: 100px;
            font-size: 14px;
        }

        .staff-card .staff-attendance-buttons[b-eie309u0qu] {
            gap: 8px;
        }

        .staff-card[b-eie309u0qu]  .arrival-button,
        .staff-card[b-eie309u0qu]  .departure-button {
            font-size: 12px;
        }
}
/* /Components/Staff/StaffHeader.razor.rz.scp.css */
.staff-header-cards[b-t2u075myu2]  .rz-selectbutton .rz-button.rz-button-md {
    background-color: #fff;
    border-radius: 10px;
    width:14vw;
}

    .staff-header-cards[b-t2u075myu2]  .rz-selectbutton .rz-button.rz-button-md:not(.rz-state-active) {
        box-shadow: 0px 4px 8px grey;
    }

    .staff-header-cards[b-t2u075myu2]  .rz-selectbutton .rz-button.rz-button-md.rz-state-active {
        /*background-color: var(--rz-selectbar-selected-background-color);*/
        color: var(--rz-selectbar-selected-color);
        border-radius: 10px;
        box-shadow: 0px 14px 35px -16px #1151f3;
    }

.staff-header-cards .header-content[b-t2u075myu2]{
    text-align:center;
}
/* /Components/Staff/StaffRegistrationDetails.razor.rz.scp.css */
.cards-container[b-nkxox7h9n4]{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    max-height:71vh;
    overflow:auto;
}

.cards-container[b-nkxox7h9n4]::-webkit-scrollbar{
    display:none;
}

    .cards-container[b-nkxox7h9n4]  .empty-record-text {
        position: relative;
        margin-top: -50px;
        color: grey;
        align-self: center;
    }

.cards-container[b-nkxox7h9n4]  .no-staff-img {
    width: 1200px;
    height: 635px;
    border-radius: 20px;
}
/* /Components/TenantManagement/NoTenant.razor.rz.scp.css */
.no-tenant-container[b-8sbaovq5lv] {
    background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
    color: #fff;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.container[b-8sbaovq5lv] {
    width: 90%;
    max-width: 1200px;
    padding: 2rem;
    z-index: 10;
    position: relative;
}

.error-card[b-8sbaovq5lv] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .error-card[b-8sbaovq5lv]:before {
        content: '';
        position: absolute;
        top: 0;
        left: -50%;
        width: 200%;
        height: 100%;
        background: linear-gradient( to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 80% );
        transform: skewX(-45deg);
        animation: shimmer-b-8sbaovq5lv 4s infinite;
    }

@keyframes shimmer-b-8sbaovq5lv {
    0% {
        transform: translateX(-100%) skewX(-45deg);
    }

    100% {
        transform: translateX(100%) skewX(-45deg);
    }
}

h3[b-8sbaovq5lv] {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

p[b-8sbaovq5lv] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.8);
}

.btn[b-8sbaovq5lv] {
    display: inline-block;
    background: linear-gradient(45deg, #3a7bd5, #00d2ff);
    color: white;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 210, 255, 0.4);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

    .btn:hover[b-8sbaovq5lv] {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 210, 255, 0.6);
    }

.premium-badge[b-8sbaovq5lv] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    color: #1a1a2e;
    box-shadow: 0 3px 10px rgba(255, 215, 0, 0.5);
}

/* CSS-only floating circles */
.circle-1[b-8sbaovq5lv], .circle-2[b-8sbaovq5lv], .circle-3[b-8sbaovq5lv], .circle-4[b-8sbaovq5lv], .circle-5[b-8sbaovq5lv],
.circle-6[b-8sbaovq5lv], .circle-7[b-8sbaovq5lv], .circle-8[b-8sbaovq5lv], .circle-9[b-8sbaovq5lv], .circle-10[b-8sbaovq5lv],
.circle-11[b-8sbaovq5lv], .circle-12[b-8sbaovq5lv], .circle-13[b-8sbaovq5lv], .circle-14[b-8sbaovq5lv], .circle-15[b-8sbaovq5lv] {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.circle-1[b-8sbaovq5lv] {
    width: 150px;
    height: 150px;
    top: 10%;
    left: 10%;
    background: rgba(58, 123, 213, 0.3);
    animation: float-1-b-8sbaovq5lv 25s infinite linear;
}

.circle-2[b-8sbaovq5lv] {
    width: 200px;
    height: 200px;
    top: 70%;
    left: 15%;
    background: rgba(0, 210, 255, 0.3);
    animation: float-2-b-8sbaovq5lv 30s infinite linear;
}

.circle-3[b-8sbaovq5lv] {
    width: 100px;
    height: 100px;
    top: 40%;
    left: 60%;
    background: rgba(255, 215, 0, 0.2);
    animation: float-3-b-8sbaovq5lv 20s infinite linear;
}

.circle-4[b-8sbaovq5lv] {
    width: 280px;
    height: 280px;
    top: 60%;
    left: 75%;
    background: rgba(255, 165, 0, 0.2);
    animation: float-4-b-8sbaovq5lv 35s infinite linear;
}

.circle-5[b-8sbaovq5lv] {
    width: 120px;
    height: 120px;
    top: 20%;
    left: 80%;
    background: rgba(255, 255, 255, 0.15);
    animation: float-5-b-8sbaovq5lv 22s infinite linear;
}

.circle-6[b-8sbaovq5lv] {
    width: 180px;
    height: 180px;
    top: 5%;
    left: 45%;
    background: rgba(58, 123, 213, 0.2);
    animation: float-6-b-8sbaovq5lv 28s infinite linear;
}

.circle-7[b-8sbaovq5lv] {
    width: 250px;
    height: 250px;
    top: 85%;
    left: 40%;
    background: rgba(0, 210, 255, 0.2);
    animation: float-7-b-8sbaovq5lv 32s infinite linear;
}

.circle-8[b-8sbaovq5lv] {
    width: 90px;
    height: 90px;
    top: 30%;
    left: 25%;
    background: rgba(255, 215, 0, 0.15);
    animation: float-8-b-8sbaovq5lv 18s infinite linear;
}

.circle-9[b-8sbaovq5lv] {
    width: 220px;
    height: 220px;
    top: 50%;
    left: 5%;
    background: rgba(255, 165, 0, 0.15);
    animation: float-9-b-8sbaovq5lv 27s infinite linear;
}

.circle-10[b-8sbaovq5lv] {
    width: 160px;
    height: 160px;
    top: 75%;
    left: 85%;
    background: rgba(255, 255, 255, 0.1);
    animation: float-10-b-8sbaovq5lv 23s infinite linear;
}

.circle-11[b-8sbaovq5lv] {
    width: 300px;
    height: 300px;
    top: -10%;
    left: -5%;
    background: rgba(58, 123, 213, 0.15);
    animation: float-11-b-8sbaovq5lv 40s infinite linear;
}

.circle-12[b-8sbaovq5lv] {
    width: 270px;
    height: 270px;
    top: 90%;
    left: -10%;
    background: rgba(0, 210, 255, 0.1);
    animation: float-12-b-8sbaovq5lv 38s infinite linear;
}

.circle-13[b-8sbaovq5lv] {
    width: 140px;
    height: 140px;
    top: 15%;
    left: 35%;
    background: rgba(255, 215, 0, 0.1);
    animation: float-13-b-8sbaovq5lv 24s infinite linear;
}

.circle-14[b-8sbaovq5lv] {
    width: 180px;
    height: 180px;
    top: 45%;
    left: 90%;
    background: rgba(255, 165, 0, 0.1);
    animation: float-14-b-8sbaovq5lv 29s infinite linear;
}

.circle-15[b-8sbaovq5lv] {
    width: 320px;
    height: 320px;
    top: -15%;
    left: 70%;
    background: rgba(255, 255, 255, 0.05);
    animation: float-15-b-8sbaovq5lv 45s infinite linear;
}

/* Different animation patterns for each circle */
@keyframes float-1-b-8sbaovq5lv {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(50px, 25px) rotate(180deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes float-2-b-8sbaovq5lv {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(-30px, 50px) rotate(120deg);
    }

    66% {
        transform: translate(40px, -20px) rotate(240deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes float-3-b-8sbaovq5lv {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(30px, -40px) rotate(90deg);
    }

    50% {
        transform: translate(0, -70px) rotate(180deg);
    }

    75% {
        transform: translate(-30px, -40px) rotate(270deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes float-4-b-8sbaovq5lv {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    20% {
        transform: translate(-60px, 40px) rotate(72deg);
    }

    40% {
        transform: translate(-40px, -60px) rotate(144deg);
    }

    60% {
        transform: translate(40px, -60px) rotate(216deg);
    }

    80% {
        transform: translate(60px, 40px) rotate(288deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes float-5-b-8sbaovq5lv {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-70px, -30px) rotate(180deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes float-6-b-8sbaovq5lv {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(50px, 60px) rotate(120deg);
    }

    66% {
        transform: translate(-50px, 60px) rotate(240deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes float-7-b-8sbaovq5lv {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(-50px, -50px) rotate(90deg);
    }

    50% {
        transform: translate(-70px, 0) rotate(180deg);
    }

    75% {
        transform: translate(-50px, 50px) rotate(270deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes float-8-b-8sbaovq5lv {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(40px, 60px) rotate(180deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes float-9-b-8sbaovq5lv {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(60px, -40px) rotate(120deg);
    }

    66% {
        transform: translate(20px, 70px) rotate(240deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes float-10-b-8sbaovq5lv {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(-30px, 30px) rotate(90deg);
    }

    50% {
        transform: translate(-60px, 0) rotate(180deg);
    }

    75% {
        transform: translate(-30px, -30px) rotate(270deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes float-11-b-8sbaovq5lv {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(100px, 50px) rotate(180deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes float-12-b-8sbaovq5lv {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(70px, -70px) rotate(120deg);
    }

    66% {
        transform: translate(-70px, -70px) rotate(240deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes float-13-b-8sbaovq5lv {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(40px, 20px) rotate(90deg);
    }

    50% {
        transform: translate(0, 50px) rotate(180deg);
    }

    75% {
        transform: translate(-40px, 20px) rotate(270deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes float-14-b-8sbaovq5lv {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-50px, -80px) rotate(180deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes float-15-b-8sbaovq5lv {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(-80px, 100px) rotate(120deg);
    }

    66% {
        transform: translate(80px, 100px) rotate(240deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}



/* Updated background gradient to match login page */
.no-tenant-container[b-8sbaovq5lv] {
    background: linear-gradient(135deg, #f0f4ff 0%, #e2e8fd 50%, #d0d8f9 100%);
    color: #2e3b5d; /* Updated text color to match login theme */
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

/* Updated error card to match login page glass effect */
.error-card[b-8sbaovq5lv] {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

    /* Updated shimmer effect color */
    .error-card[b-8sbaovq5lv]:before {
        content: '';
        position: absolute;
        top: 0;
        left: -50%;
        width: 200%;
        height: 100%;
        background: linear-gradient( to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 80% );
        transform: skewX(-45deg);
        animation: shimmer-b-8sbaovq5lv 4s infinite;
    }

/* Updated heading color */
h3[b-8sbaovq5lv] {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #2e3b5d;
    text-shadow: 0 2px 10px rgba(46, 59, 93, 0.1);
    position: relative;
    display: inline-block;
}

    /* Adding heading underline like the login page */
    h3[b-8sbaovq5lv]:after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 3px;
        background: linear-gradient(90deg, #485579 0%, #7a88b3 100%);
        border-radius: 3px;
    }

/* Updated paragraph text color */
p[b-8sbaovq5lv] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #6c7793;
}

/* Updated button styling to match login page */
.btn[b-8sbaovq5lv] {
    display: inline-block;
    background: linear-gradient(90deg, #485579 0%, #2e3b5d 100%);
    color: white;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(46, 59, 93, 0.25);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}

    .btn:hover[b-8sbaovq5lv] {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(46, 59, 93, 0.4);
    }

    /* Button gradient animation like login page */
    .btn[b-8sbaovq5lv]:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.7s ease;
        z-index: -1;
    }

    .btn:hover[b-8sbaovq5lv]:before {
        left: 100%;
    }

/* Updated premium badge colors */
.premium-badge[b-8sbaovq5lv] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(90deg, #485579 0%, #2e3b5d 100%);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    color: white;
    box-shadow: 0 3px 10px rgba(46, 59, 93, 0.3);
}

/* Updated floating circle colors to match login page palette */
.circle-1[b-8sbaovq5lv], .circle-2[b-8sbaovq5lv], .circle-3[b-8sbaovq5lv], .circle-4[b-8sbaovq5lv], .circle-5[b-8sbaovq5lv],
.circle-6[b-8sbaovq5lv], .circle-7[b-8sbaovq5lv], .circle-8[b-8sbaovq5lv], .circle-9[b-8sbaovq5lv], .circle-10[b-8sbaovq5lv],
.circle-11[b-8sbaovq5lv], .circle-12[b-8sbaovq5lv], .circle-13[b-8sbaovq5lv], .circle-14[b-8sbaovq5lv], .circle-15[b-8sbaovq5lv] {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.circle-1[b-8sbaovq5lv] {
    background: rgba(72, 85, 121, 0.15);
}

.circle-2[b-8sbaovq5lv] {
    background: rgba(46, 59, 93, 0.15);
}

.circle-3[b-8sbaovq5lv] {
    background: rgba(108, 119, 147, 0.1);
}

.circle-4[b-8sbaovq5lv] {
    background: rgba(224, 232, 249, 0.3);
}

.circle-5[b-8sbaovq5lv] {
    background: rgba(255, 255, 255, 0.25);
}

.circle-6[b-8sbaovq5lv] {
    background: rgba(72, 85, 121, 0.1);
}

.circle-7[b-8sbaovq5lv] {
    background: rgba(46, 59, 93, 0.1);
}

.circle-8[b-8sbaovq5lv] {
    background: rgba(108, 119, 147, 0.1);
}

.circle-9[b-8sbaovq5lv] {
    background: rgba(224, 232, 249, 0.2);
}

.circle-10[b-8sbaovq5lv] {
    background: rgba(255, 255, 255, 0.2);
}

.circle-11[b-8sbaovq5lv] {
    background: rgba(72, 85, 121, 0.05);
}

.circle-12[b-8sbaovq5lv] {
    background: rgba(46, 59, 93, 0.05);
}

.circle-13[b-8sbaovq5lv] {
    background: rgba(108, 119, 147, 0.05);
}

.circle-14[b-8sbaovq5lv] {
    background: rgba(224, 232, 249, 0.15);
}

.circle-15[b-8sbaovq5lv] {
    background: rgba(255, 255, 255, 0.1);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-54qxz1zkug] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidebar[b-54qxz1zkug] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-54qxz1zkug] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-54qxz1zkug]  a, .top-row[b-54qxz1zkug]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-54qxz1zkug]  a:hover, .top-row[b-54qxz1zkug]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-54qxz1zkug]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.modal-overlay[b-54qxz1zkug] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
}

.no-focus:focus[b-54qxz1zkug] {
    outline: none !important;
    box-shadow: none !important;
    border:none;
}

.custom-modal-top-right[b-54qxz1zkug] {
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 1050;
    background-color: white;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    min-width: 200px;
}

.modal-content-box[b-54qxz1zkug] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 640.98px) {
    .top-row[b-54qxz1zkug] {
        justify-content: space-between;
    }

    .top-row[b-54qxz1zkug]  a, .top-row[b-54qxz1zkug]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-54qxz1zkug] {
        flex-direction: row;
        min-height:100vh;
    }

    .sidebar[b-54qxz1zkug] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-54qxz1zkug] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-54qxz1zkug]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-54qxz1zkug], article[b-54qxz1zkug] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

main[b-54qxz1zkug] {
    flex: 1;
/*    background: linear-gradient(135deg, #f0f4ff 0%, #e2e8fd 50%, #d0d8f9 100%) !important;*/
}

 Article Content 
article.content[b-54qxz1zkug] {
    padding: 1.5rem;
    min-height: calc(100vh - 3.5rem);
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-uafwxs56ir] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-uafwxs56ir] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-uafwxs56ir] {
    font-size: 1.1rem;
    color: black;
}

.bi[b-uafwxs56ir] {
    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-uafwxs56ir] {
    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-uafwxs56ir] {
    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-uafwxs56ir] {
    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-uafwxs56ir] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-uafwxs56ir] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-uafwxs56ir] {
        padding-bottom: 1rem;
    }

    .nav-item[b-uafwxs56ir]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-uafwxs56ir]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-uafwxs56ir]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

    .nav-item .nav-link .icon-color[b-uafwxs56ir] {
        color: #000;
    }

    .nav-item .nav-link.active .icon-color[b-uafwxs56ir] {
        color: #fff;
    }


@media (min-width: 641px) {
    .navbar-toggler[b-uafwxs56ir] {
        display: none;
    }

    .collapse[b-uafwxs56ir] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-uafwxs56ir] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Birthday.razor.rz.scp.css */
.birthday-scheduler-container[b-bed8r42g1c]  .birthday-scheduler {
    height: 86vh;
    border: 2px solid;
    border-radius: 10px;
    padding: 16px;
}

.birthday-scheduler-container[b-bed8r42g1c]  .rz-month-view .rz-slot {
    background: #d3e3fd;
}

.birthday-scheduler-container[b-bed8r42g1c]  .rz-slot {
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.birthday-scheduler-container[b-bed8r42g1c]  .rz-scheduler-nav-prev-next .rz-button.rz-today {
    background: white;
}

.birthday-scheduler-container[b-bed8r42g1c]  .rz-scheduler-nav {
    background: #edf2fa;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.birthday-scheduler-container[b-bed8r42g1c]  .rz-view-header .rz-slot-header {
    color: black;
}

.birthday-scheduler-container[b-bed8r42g1c]  .rz-event {
    display: flex;
    justify-content: center;
}

.birthday-scheduler-container[b-bed8r42g1c]  .rz-view-header {
    border-bottom: 1px solid black;
}

.birthday-info-chip.staff[b-bed8r42g1c] {
    background: #fad47a;
}

.birthday-info-chip.child[b-bed8r42g1c] {
    background: #f5adbf;
}

.birthday-info-chip[b-bed8r42g1c] {
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 4px;
}

.name-info[b-bed8r42g1c] {
    text-overflow: ellipsis;
    max-width: 90px;
    overflow: hidden;
    white-space: nowrap;
}
/* /Pages/Calender.razor.rz.scp.css */
.calender-container[b-j3kuqyfrme] {
    height: 90vh;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .calender-container[b-j3kuqyfrme]  .rz-selectbutton .rz-button.rz-button-md {
        height: unset !important;
    }

.date-selector[b-j3kuqyfrme] {
    width: 100%;
    min-height: 40vh;
    background: #d3e3fd;
    border-radius: 10px;
    padding: 16px;
}

.calender-filters[b-j3kuqyfrme] {
    background: #d3e3fd;
    border-radius: 10px;
    padding: 16px;
    width: 100%;
}

.childs-container[b-j3kuqyfrme] {
    background: #d3e3fd;
    height: 86vh;
    border-radius: 10px;
    padding: 16px;
    overflow: auto;
    max-height: 86vh;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.invisible-scrollbar[b-j3kuqyfrme]::-webkit-scrollbar {
    display: none;
}

.child-loader[b-j3kuqyfrme] {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    margin-left: 6px;
}

.date-selector[b-j3kuqyfrme]  .flatpickr-wrapper .form-control.input {
    width: 90% !important;
}

.calender-container[b-j3kuqyfrme]  .rz-selectbutton .rz-button.rz-button-md {
    height: 70px;
}

.date-selector-content[b-j3kuqyfrme] {
    margin-left: 10%;
}

.select-bar[b-j3kuqyfrme] {
    width: max-content;
    background: #fff;
    border-radius: 10px;
}
    .select-bar[b-j3kuqyfrme]  .rz-button.rz-button-md.rz-button-text-only.rz-state-active {
        background: #1151f3 !important;
        color: #fff !important;
    }


.childs-container[b-j3kuqyfrme]  .empty-record-text {
    position: relative;
    margin-top: -50px;
    color: grey;
    align-self: center;
}


.childs-container[b-j3kuqyfrme]  .empty-child-group {
    width: 1000px;
    height: 682px;
}

.childs-container[b-j3kuqyfrme]  .no-baby-img {
    width: 1200px;
    height: 700px;
    border-radius: 20px;
}


.childs-container[b-j3kuqyfrme]  .no-staff-img {
    width: 1200px;
    height: 700px;
    border-radius: 20px;
}
/* /Pages/Chat.razor.rz.scp.css */
.chat-container[b-oeppwp04km] {
    height: 81vh;
    margin: auto;
}

.user-list-container[b-oeppwp04km] {
    height: 100% !important;
    padding-left: 0 !important;
}

.user-chat-box[b-oeppwp04km] {
    padding: 12px !important;
    border-radius: 10px !important;
    background: #d3e3fd !important;
}
/* /Pages/ChildPendingDeparture.razor.rz.scp.css */

.child-content[b-czc59gg8qo] {
    display: flex;
    flex-direction: row;
    gap: 14px;
    flex-wrap: wrap;
    height: 100%;
    overflow-y: auto;
}

.child-content[b-czc59gg8qo]::-webkit-scrollbar {
    display: none;
}

.child-content .utility-buttons[b-czc59gg8qo] {
    display: flex;
    flex-direction: row;
    gap: 12px !important;
}

.child-content[b-czc59gg8qo]  .empty-record-text {
    position: relative;
    margin-top: -50px;
    color: grey;
    align-self: center;
}


.child-content[b-czc59gg8qo]  .empty-child-group {
    width: 1000px;
    height: 682px;
}

.child-content[b-czc59gg8qo]  .no-baby-img {
    width: 1200px;
    height: 700px;
    border-radius: 20px;
}
/* /Pages/Login.razor.rz.scp.css */
/* Premium Gradient Background - keep as is */
.login-container[b-zd895me3p9] {
    width: 100vw;
    min-height: 100vh;
    background: linear-gradient(135deg, #f0f4ff 0%, #e2e8fd 50%, #d0d8f9 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
}

/* Login Content Box */
.login-content[b-zd895me3p9] {
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 600px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.1);
    overflow: hidden;
    display: flex;
    gap: 0;
}

    /* Image Side */
    .login-content .col-6[b-zd895me3p9] {
        position: relative;
        padding: 0;
        overflow: hidden;
        border-radius: 20px 0 0 20px;
    }

/* Image Styling */
.login-container[b-zd895me3p9]  .form-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.8s ease;
}

.login-container .col-6:hover[b-zd895me3p9]  .form-image {
    transform: scale(1.05);
}

/* Image Overlay */
.login-content .col-6[b-zd895me3p9]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(72, 85, 121, 0.2) 0%, rgba(41, 50, 78, 0.3) 100%);
    border-radius: 20px 0 0 20px;
}

/* Enhanced Form Side */
.login-form[b-zd895me3p9] {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(240, 244, 255, 0.9) 100%);
    border-radius: 0 20px 20px 0;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
    width:100%;
}

    /* Decorative Elements */
    .login-form[b-zd895me3p9]::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
        opacity: 0.4;
        z-index: 0;
        pointer-events: none;
    }

    .login-form[b-zd895me3p9]::after {
        content: '';
        position: absolute;
        bottom: -20px;
        right: -20px;
        width: 150px;
        height: 150px;
        background: linear-gradient(135deg, rgba(72, 85, 121, 0.05) 0%, rgba(41, 50, 78, 0.1) 100%);
        border-radius: 50%;
        z-index: 0;
        pointer-events: none;
    }

    /* Form Group Styling */
    .login-form .form-group[b-zd895me3p9] {
        position: relative;
        z-index: 1;
        margin-bottom: 28px;
    }

    /* Enhanced Form Elements Styling */
    .login-form[b-zd895me3p9]  .rz-textbox {
        border: none;
        border-radius: 12px;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 16px 18px;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        font-size: 1rem;
        box-shadow: 0 2px 10px rgba(72, 85, 121, 0.05);
        backdrop-filter: blur(5px);
    }

        .login-form[b-zd895me3p9]  .rz-textbox:focus {
            background-color: rgba(255, 255, 255, 0.9);
            box-shadow: 0 4px 15px rgba(72, 85, 121, 0.1), 0 0 0 2px rgba(82, 100, 174, 0.2);
            transform: translateY(-2px);
        }

    /* Form Focus Animation */
   /* .login-form .form-group::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 1px;
        background: linear-gradient(90deg, #485579 0%, #7a88b3 50%, #485579 100%);
        transition: width 0.4s ease, left 0.4s ease;
        z-index: 0;
        transform:scaleX(0.97);
    }*/

    .login-form .form-group:focus-within[b-zd895me3p9]::after {
        width: 100%;
        left: 0;
    }

    /* Labels with Animation */
    .login-form label[b-zd895me3p9] {
        font-weight: 500;
        color: #485579;
        margin-bottom: 10px;
        font-size: 0.95rem;
        letter-spacing: 0.5px;
        position: relative;
        display: inline-block;
        transition: all 0.3s ease;
    }

    .login-form .form-group:focus-within label[b-zd895me3p9] {
        color: #2e3b5d;
        transform: translateY(-2px);
    }

    /* Label Decorative Element */
    .login-form label[b-zd895me3p9]::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #485579 0%, #7a88b3 100%);
        transition: width 0.3s ease;
    }

    .login-form .form-group:focus-within label[b-zd895me3p9]::after {
        width: 100%;
    }

/* Enhanced Submit Button */
.login-container[b-zd895me3p9]  .submit-button {
    border-radius: 30px !important;
    background: linear-gradient(90deg, #485579 0%, #2e3b5d 100%) !important;
    color: white !important;
    border: none !important;
    padding: 14px 28px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 15px rgba(46, 59, 93, 0.25) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
    overflow: hidden !important;
    margin-top: 20px !important;
    z-index: 1;
}

    /* Button Gradient Animation */
    .login-container[b-zd895me3p9]  .submit-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.7s ease;
        z-index: -1;
    }

    .login-container[b-zd895me3p9]  .submit-button:hover::before {
        left: 100%;
    }

/* Enhanced Headings */
.login-form[b-zd895me3p9]  .rz-text.rz-display-h5 {
    color: #2e3b5d;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 2.2rem;
    background: linear-gradient(90deg, #2e3b5d 0%, #485579 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

    .login-form[b-zd895me3p9]  .rz-text.rz-display-h5::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 40px;
        height: 3px;
        background: linear-gradient(90deg, #485579 0%, #7a88b3 100%);
        border-radius: 3px;
    }

.login-form[b-zd895me3p9]  .rz-text.rz-subtitle1 {
    color: #6c7793;
    font-weight: 400;
    margin-bottom: 32px;
    font-size: 1.05rem;
    letter-spacing: 0.3px;
}

/* Error Messages */
.login-form .text-danger[b-zd895me3p9] {
    color: #ff5a5f !important;
    font-size: 0.85rem;
    margin-top: 6px;
    padding-left: 10px;
    position: relative;
    opacity: 0;
    animation: fadeIn-b-zd895me3p9 0.3s forwards;
}

@keyframes fadeIn-b-zd895me3p9 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Form Button Container */
.login-form .form-button[b-zd895me3p9] {
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

/* Loading Animation for Button */
@keyframes gradientShift-b-zd895me3p9 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.login-container[b-zd895me3p9]  .submit-button:disabled {
    background: linear-gradient(90deg, #485579, #7a88b3, #485579) !important;
    background-size: 200% 200% !important;
    animation: gradientShift-b-zd895me3p9 2s ease infinite !important;
}

/* Placeholder Text */
.login-form[b-zd895me3p9]  .rz-textbox::placeholder {
    color: #a0aac0;
    transition: opacity 0.3s ease;
}

.login-form[b-zd895me3p9]  .rz-textbox:focus::placeholder {
    opacity: 0.6;
}

/* Focus highlight effect */
.login-form .form-group:focus-within[b-zd895me3p9] {
    transform: scale(1.01);
}

/* Responsive Design */
@media (max-width: 992px) {
    .login-content[b-zd895me3p9] {
        flex-direction: column;
        max-width: 600px;
    }

        .login-content .col-6[b-zd895me3p9] {
            width: 100%;
            border-radius: 20px 20px 0 0;
            height: 250px;
        }

            .login-content .col-6[b-zd895me3p9]::after {
                border-radius: 20px 20px 0 0;
            }

    .login-form[b-zd895me3p9] {
        width: 100%;
        border-radius: 0 0 20px 20px;
        padding: 32px;
    }
}


/* Additional styles for the welcome section */
.login-form .welcome-section[b-zd895me3p9] {
    position: relative;
    margin-bottom: 36px;
    z-index: 1;
}

/* Form fields container */
.login-form .form-fields[b-zd895me3p9] {
    position: relative;
    z-index: 1;
}

/* Button text with subtle animation */
.login-container[b-zd895me3p9]  .submit-button .button-text {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

/* Input field focus and hover effects */
.login-form[b-zd895me3p9]  .rz-textbox:hover {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 3px 12px rgba(72, 85, 121, 0.08);
}

/* Subtle entrance animations */
@keyframes slideUp-b-zd895me3p9 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-form .form-group:nth-child(1)[b-zd895me3p9] {
    animation: slideUp-b-zd895me3p9 0.5s 0.1s both;
}

.login-form .form-group:nth-child(2)[b-zd895me3p9] {
    animation: slideUp-b-zd895me3p9 0.5s 0.2s both;
}

.login-form .form-button[b-zd895me3p9] {
    animation: slideUp-b-zd895me3p9 0.5s 0.3s both;
}

.login-form .welcome-section[b-zd895me3p9] {
    animation: slideUp-b-zd895me3p9 0.5s both;
}

/* Gleaming effect on form elements */
@keyframes gleam-b-zd895me3p9 {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.login-form[b-zd895me3p9]::before {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
    background-size: 200% 100%;
    animation: gleam-b-zd895me3p9 4s infinite linear;
}

/* Floating animation for decorative elements */
@keyframes float-b-zd895me3p9 {
    0% {
        transform: translateY(0px);
    }

    30% {
        transform: translateY(-10px);
    }

    40% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateZ(-95px);
    }
    
    60% {
        transform: translateZ(0);
    }
    
    75% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px) translateX(-5px);
    }
}

.login-form[b-zd895me3p9]::after {
    animation: float-b-zd895me3p9 8s ease-in-out infinite;
}

/* Special input field styling */
.login-form[b-zd895me3p9]  .form-control:focus {
    animation: pulse-b-zd895me3p9 1.5s infinite;
}

@keyframes pulse-b-zd895me3p9 {
    0% {
        box-shadow: 0 0 0 0 rgba(72, 85, 121, 0.1);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(72, 85, 121, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(72, 85, 121, 0);
    }
}

/* Enhanced button states */
.login-container[b-zd895me3p9]  .submit-button {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    transform-style: preserve-3d !important;
}
/* /Pages/Staff.razor.rz.scp.css */
.staff-details-container[b-lq0beg17t2] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 12px;
}

.staff-details-content[b-lq0beg17t2] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height:78vh;
}
/* /Pages/StaffPendingDeparture.razor.rz.scp.css */
.cards-container[b-s58koe01dc] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    max-height: 71vh;
    overflow: auto;
}

    .cards-container[b-s58koe01dc]::-webkit-scrollbar {
        display: none;
    }

    .cards-container[b-s58koe01dc]  .empty-record-text {
        position: relative;
        margin-top: -50px;
        color: grey;
        align-self: center;
    }

    .cards-container[b-s58koe01dc]  .no-staff-img {
        width: 1200px;
        height: 635px;
        border-radius: 20px;
    }
/* /SkeletonLoaders/Chat/SkeletonChatLoader.razor.rz.scp.css */
/*Skeleton Loader*/
.skeleton-user-list-container[b-tkyy5htlch]{
    height: 100%;
    padding-left: 0;
}

.skeleton-user-chat-box[b-tkyy5htlch] {
    padding: 12px !important;
    border-radius: 10px !important;
    background: #d3e3fd !important;
    height:100%;
}

.skeleton-message-card[b-tkyy5htlch] {
    padding: 8px;
    border-radius: 10px;
}



/* /SkeletonLoaders/Chat/SkeletonChatUserListLoader.razor.rz.scp.css */
/*Skeleton Loader*/
.skeleton-user-list[b-jdhcj3r2us] {
    background: #d3e3fd;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.skeleton-filter-tab[b-jdhcj3r2us] {
    width: 100%;
    background: white;
    padding: 6px;
    border-radius: 10px;
}

.skeleton-loader[b-jdhcj3r2us] {
    background-color: white; 
}

.skeleton-message-card[b-jdhcj3r2us] {
    padding: 8px;
    border-radius: 10px;
}
/* /SkeletonLoaders/Chat/SkeletonConversationLoader.razor.rz.scp.css */
/*Skeleton Loader*/

.skeleton-chat-user[b-rzrejztwpi] {
    border-radius: 20px;
    padding: 6px;
    background: #edf2fa;
}

.skeleton-loader[b-rzrejztwpi] {
    background-color: white; /* Static background color */
}

.skeleton-profile-img[b-rzrejztwpi] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #b0b0b0;
    overflow: hidden;
    position: relative;
}

.skeleton-message-card[b-rzrejztwpi] {
    padding: 8px;
    border-radius: 10px;
}

.skeleton-text-line[b-rzrejztwpi] {
    min-height: 16px; /* Adjust height as needed */
    width: 100%; /* Adjust width or set a percentage based on your design */
    background-color: #c0c0c0;
    border-radius: 4px; /* For rounded edges */
    overflow: hidden;
    position: relative;
}

/* Shimmer animation with thicker effect */
.skeleton-shimmer[b-rzrejztwpi]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    height: 100%;
    width: 150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.4) 65%, rgba(255, 255, 255, 0) 100%);
    animation: shimmer-b-rzrejztwpi 0.8s infinite linear; /* Continuous animation */
}

@keyframes shimmer-b-rzrejztwpi {
    0% {
        left: -150%;
    }

    100% {
        left: 100%;
    }
}
/* /SkeletonLoaders/Childs/ChildCardLoader.razor.rz.scp.css */
.skeleton-card[b-bqkr4t85c2] {
    padding: 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 154px;
    height: 200px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.skeleton-card-header[b-bqkr4t85c2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.skeleton-img-container[b-bqkr4t85c2] {
    width: 60px;
    height: 60px;
}

.skeleton-img[b-bqkr4t85c2] {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-bqkr4t85c2 1.5s infinite;
    border-radius: 50%;
}

.skeleton-basic-info[b-bqkr4t85c2] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.skeleton-text[b-bqkr4t85c2] {
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-bqkr4t85c2 1.5s infinite;
    margin-bottom: 8px;
    border-radius: 4px;
}

    .skeleton-text.short[b-bqkr4t85c2] {
        width: 60px;
    }

    .skeleton-text.long[b-bqkr4t85c2] {
        width: 120px;
    }

.skeleton-card-footer[b-bqkr4t85c2] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.skeleton-icons[b-bqkr4t85c2] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 6px;
}

.skeleton-icon[b-bqkr4t85c2] {
    width: 20px;
    height: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-bqkr4t85c2 1.5s infinite;
    border-radius: 4px;
}

    .skeleton-icon.cake[b-bqkr4t85c2] {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

.skeleton-birthday[b-bqkr4t85c2] {
    display: flex;
    align-items: center;
}

@keyframes skeleton-loading-b-bqkr4t85c2 {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
/* /SkeletonLoaders/Common/SkeletonLine.razor.rz.scp.css */
/*.skeleton-text-line {
    min-height: 16px;*/ /* Adjust height as needed */
    /*width: 100%;*/ /* Adjust width or set a percentage based on your design */
    /*background-color: #c0c0c0;
    border-radius: 4px;*/ /* For rounded edges */
    /*overflow: hidden;
    position: relative;
}*/

/* Shimmer animation with thicker effect */
/*.skeleton-shimmer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    height: 100%;
    width: 150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.4) 65%, rgba(255, 255, 255, 0) 100%);
    animation: shimmer 0.8s infinite linear;*/ /* Continuous animation */
/*}

@keyframes shimmer {
    0% {
        left: -150%;
    }

    100% {
        left: 100%;
    }
}*/


.skeleton-text-line[b-ooh4oub3ae] {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-ooh4oub3ae 1.5s infinite;
    border-radius: 4px;
    position: relative;
    min-height:16px;
    overflow:hidden;
}

@keyframes skeleton-loading-b-ooh4oub3ae {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
/* /SkeletonLoaders/Common/SkeletonProfileImageLoader.razor.rz.scp.css */
/*.skeleton-profile-img {
    border-radius: 50%;
    background-color: #b0b0b0;
    overflow: hidden;
    position: relative;
}
*/

.skeleton-profile-img[b-skzabbbpvp] {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-skzabbbpvp 1.5s infinite;
    border-radius: 50%;
    position:relative;
}

@keyframes skeleton-loading-b-skzabbbpvp {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
/* /SkeletonLoaders/Staff/StaffCardSkeleton.razor.rz.scp.css */
.staff-card-skeleton[b-ul9hseqx48] {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    height: 110px;
    width: 308.2px;
}

    .staff-card-skeleton[b-ul9hseqx48]  .staff-img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .staff-card-skeleton .staff-card-content-skeleton[b-ul9hseqx48] {
        display: flex;
        gap: 24px;
        height: 100%;
        align-items: center
    }

    .staff-card-skeleton .staff-info-skeleton[b-ul9hseqx48] {
        display: flex;
        flex-direction: column;
        gap:6px;
        width:100%;
    }

    .staff-card-skeleton .staff-attendance-buttons-skeleton[b-ul9hseqx48] {
        display: flex;
        gap: 12px;
    }


    .staff-card-skeleton[b-ul9hseqx48]  .arrival-button, .staff-card-skeleton[b-ul9hseqx48]  .departure-button {
        height: 24px;
        justify-content: center;
        display: flex;
        align-items: center;
        color: #fff !important;
    }

    .staff-card-skeleton[b-ul9hseqx48]  .arrival-button {
        background: #00b267 !important;
    }

    .staff-card-skeleton[b-ul9hseqx48]  .departure-button {
        background: #fc4144 !important;
    }

    .staff-card-skeleton .text-content[b-ul9hseqx48] {
        width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-wrap: nowrap;
    }



/*@media (min-width:2100px) {
    .staff-card-skeleton {
        width: 365.5px;
    }
}*/

@media (max-width: 1024px) {
    .staff-card-skeleton[b-ul9hseqx48] {
        width: 231px;
    }

        .staff-card-skeleton[b-ul9hseqx48]  .staff-img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

        .staff-card-skeleton .staff-card-content-skeleton[b-ul9hseqx48] {
            display: flex;
            gap: 12px;
            height: 100%;
            align-items: center
        }

        .staff-card-skeleton .text-content[b-ul9hseqx48] {
            width: 100px;
            font-size: 14px;
        }

        .staff-card-skeleton .staff-attendance-buttons-skeleton[b-ul9hseqx48] {
            gap: 8px;
        }

        .staff-card-skeleton[b-ul9hseqx48]  .arrival-button,
        .staff-card-skeleton[b-ul9hseqx48]  .departure-button {
            font-size: 12px;
        }
}
