/* /BaseComponents/ModalBase.razor.rz.scp.css */
.modal-base[b-98ft73a7iw]  .modal-header {
    padding: 6px 12px !important;
}
/* /Components/Attendance/AttendanceDetailInfo.razor.rz.scp.css */
/* Main container improvements */
.attendance-details-improved[b-4hfdhzj9we] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    padding: 0;
    border: 1px solid rgba(226, 232, 240, 0.8);
    overflow: hidden;
}


/* Timeline wrapper */
.timeline-wrapper[b-4hfdhzj9we] {
    padding: 24px;
    max-height: 400px;
    overflow-y: auto;
}

    .timeline-wrapper.scroll-enabled[b-4hfdhzj9we] {
        scrollbar-width: thin;
        scrollbar-color: rgba(148, 163, 184, 0.3) transparent;
    }

        .timeline-wrapper.scroll-enabled[b-4hfdhzj9we]::-webkit-scrollbar {
            width: 6px;
        }

        .timeline-wrapper.scroll-enabled[b-4hfdhzj9we]::-webkit-scrollbar-track {
            background: transparent;
        }

        .timeline-wrapper.scroll-enabled[b-4hfdhzj9we]::-webkit-scrollbar-thumb {
            background: rgba(148, 163, 184, 0.3);
            border-radius: 3px;
        }

            .timeline-wrapper.scroll-enabled[b-4hfdhzj9we]::-webkit-scrollbar-thumb:hover {
                background: rgba(148, 163, 184, 0.5);
            }

/* Location section */
.location-section[b-4hfdhzj9we] {
    margin-bottom: 32px;
}

    .location-section:last-child[b-4hfdhzj9we] {
        margin-bottom: 0;
    }

.location-header[b-4hfdhzj9we] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
}

.location-icon[b-4hfdhzj9we] {
    color: #64748b;
    font-size: 1.2rem;
}

.location-name[b-4hfdhzj9we] {
    font-weight: 600;
    font-size: 1.1rem;
    color: #334155;
    flex: 1;
}


/* Timeline items */
.timeline-item[b-4hfdhzj9we] {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

    .timeline-item.last-item[b-4hfdhzj9we] {
        margin-bottom: 0;
    }

        .timeline-item.last-item .timeline-container[b-4hfdhzj9we]::before {
            bottom: 50%;
        }



/* Simple timeline content */
.timeline-content-simple[b-4hfdhzj9we] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 0;
}

.status-text[b-4hfdhzj9we] {
    font-weight: 600;
    font-size: 1rem;
}

.arrival-text[b-4hfdhzj9we] {
    color: #059669;
}

.departure-text[b-4hfdhzj9we] {
    color: #dc2626;
}

.time-text[b-4hfdhzj9we] {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
}

.remarks-text-simple[b-4hfdhzj9we] {
    font-size: 0.85rem;
    color: #d97706;
    font-style: italic;
    padding-left: 8px;
    border-left: 2px solid #f59e0b;
}

/* Empty state */
.empty-state[b-4hfdhzj9we] {
    text-align: center;
    padding: 48px 24px;
    color: #64748b;
}

.empty-icon[b-4hfdhzj9we] {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .empty-icon .rz-icon[b-4hfdhzj9we] {
        font-size: 2rem;
        color: #94a3b8;
    }

.empty-title[b-4hfdhzj9we] {
    color: #475569 !important;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.empty-message[b-4hfdhzj9we] {
    color: #64748b !important;
    margin: 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .attendance-header[b-4hfdhzj9we] {
        padding: 16px 20px;
    }

    .timeline-wrapper[b-4hfdhzj9we] {
        padding: 20px;
    }

    .timeline-container[b-4hfdhzj9we] {
        padding-left: 32px;
    }

    .timeline-dot[b-4hfdhzj9we] {
        left: -32px;
        width: 32px;
        height: 32px;
    }

    .dot-icon[b-4hfdhzj9we] {
        font-size: 1rem;
    }

    .attendance-card[b-4hfdhzj9we] {
        padding: 14px 16px;
    }

    .status-text[b-4hfdhzj9we] {
        font-size: 1rem;
    }
}

/* simplified CSS*/

.timeline-container[b-4hfdhzj9we] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
}

.timeline-item[b-4hfdhzj9we] {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.timeline-content[b-4hfdhzj9we] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.9rem;
}

.status-text[b-4hfdhzj9we] {
    font-weight: bold;
}

.arrival-text[b-4hfdhzj9we] {
    color: #2e7d32; /* dark green */
}

.departure-text[b-4hfdhzj9we] {
    color: #c62828; /* dark red */
}

.time-text[b-4hfdhzj9we] {
    color: #555;
    font-size: 0.85rem;
}

.remarks-text[b-4hfdhzj9we] {
    font-style: italic;
    color: #666;
}


/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .attendance-details-improved[b-4hfdhzj9we] {
        background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
        border-color: rgba(71, 85, 105, 0.8);
    }

    .location-name[b-4hfdhzj9we] {
        color: #e2e8f0;
    }

    .location-header[b-4hfdhzj9we] {
        border-bottom-color: #334155;
    }

    .attendance-card[b-4hfdhzj9we] {
        background: #334155;
        border-color: rgba(71, 85, 105, 0.6);
        color: #e2e8f0;
    }

    .time-display[b-4hfdhzj9we] {
        background: #475569;
    }

    .time-value[b-4hfdhzj9we] {
        color: #e2e8f0;
    }

    .empty-state[b-4hfdhzj9we] {
        color: #94a3b8;
    }

    .empty-title[b-4hfdhzj9we] {
        color: #e2e8f0 !important;
    }
}
/* /Components/Attendance/AttendanceGrid.razor.rz.scp.css */
.attendence-overview[b-57kw4frt3d] {
    max-height: 76vh;
    display: flex;
    flex-direction: column;
    gap: 16px;
}


    .attendence-overview[b-57kw4frt3d]  .rz-data-grid {
        height: 100% !important;
        width: 100% !important;
        overflow: auto !important;
        max-height: 65vh;
    }

.status-present[b-57kw4frt3d] {
    color: #059669;
}

.status-absent[b-57kw4frt3d] {
    color: #dc2626;
}

.status-attending[b-57kw4frt3d] {
    color: #d97706;
}
/* /Components/Attendance/StaffAttendance.razor.rz.scp.css */


.welcome-text[b-fmj4lzou0u] {
    margin: 0;
    font-weight: 500;
}

.action-btn[b-fmj4lzou0u] {
    transition: transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .action-btn:hover[b-fmj4lzou0u] {
        transform: translateY(-2px);
    }

.request-btn[b-fmj4lzou0u] {
    background-color: #3f51b5;
    color: white;
}

    .request-btn:hover[b-fmj4lzou0u] {
        background-color: #303f9f;
    }

.vacation-btn[b-fmj4lzou0u] {
    border: 1px solid #dee2e6;
    background-color: white;
}

.btn-icon[b-fmj4lzou0u] {
    display: flex;
    align-items: center;
}

    .btn-icon .material-icons[b-fmj4lzou0u] {
        font-size: 1rem;
    }

.btn-text[b-fmj4lzou0u] {
    margin-left: 0.5rem;
}

/* Tablet styles */
@media (max-width: 992px) {
    .staff-header[b-fmj4lzou0u] {
        padding: 1rem;
    }

    .welcome-text[b-fmj4lzou0u] {
        font-size: 1.2rem;
    }
}

/* Mobile styles */
@media (max-width: 768px) {
    .staff-header[b-fmj4lzou0u] {
      /*  flex-direction: column;*/
        align-items: flex-start;
        gap: 1rem;
    }

    .actions[b-fmj4lzou0u] {
        width: 100%;
    }

    .action-btn[b-fmj4lzou0u] {
        flex: 1;
        padding:0;
    }

    .btn-text[b-fmj4lzou0u] {
        display: none;
    }

    .btn-icon .material-icons[b-fmj4lzou0u] {
        font-size: 1.5rem;
    }

    .last-name[b-fmj4lzou0u] {
        display: none;
    }
}

/* Small mobile styles */
@media (max-width: 480px) {
    .staff-header[b-fmj4lzou0u] {
        padding: 0.75rem;
        margin-bottom: 1rem;
    }

    .greeting[b-fmj4lzou0u] {
        width: 100%;
        justify-content: center;
    }

    .welcome-text[b-fmj4lzou0u] {
        font-size: 1rem;
    }
}

/* Modern Styling for Attendance Card */
.card-column[b-fmj4lzou0u] {
    padding: 15px;
}

.attendance-card[b-fmj4lzou0u] {
    background: white;
    border-radius: 4px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.attendance-card.completed[b-fmj4lzou0u] {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border: 1px solid #e9ecef;
    }

.card-header[b-fmj4lzou0u] {
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}

    .card-header h3[b-fmj4lzou0u] {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
        color: #495057;
    }

.card-body[b-fmj4lzou0u] {
    padding:  20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}

.date-time[b-fmj4lzou0u] {
    font-size: 16px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.btn[b-fmj4lzou0u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 12px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    gap: 8px;
    outline: none;
}

.btn-success[b-fmj4lzou0u] {
    background-color: #28a745;
    color: white;
}

    .btn-success:hover[b-fmj4lzou0u] {
        background-color: #218838;
    }

.btn-warning[b-fmj4lzou0u] {
    background-color: #ffc107;
    color: #212529;
}

    .btn-warning:hover[b-fmj4lzou0u] {
        background-color: #e0a800;
    }

.btn-completed[b-fmj4lzou0u] {
    background-color: #6c757d;
    color: white;
    opacity: 0.7;
    cursor: not-allowed;
}

.icon[b-fmj4lzou0u] {
    font-size: 20px;
}

/* Status indicator */
.status-indicator[b-fmj4lzou0u] {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.status-in[b-fmj4lzou0u] {
    background-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.2);
    animation: pulse-b-fmj4lzou0u 2s infinite;
}

/* Responsive styling */
@media (max-width: 767px) {
    .attendance-card[b-fmj4lzou0u] {
        margin-bottom: 15px;
    }
 /*   .details-button {
        width: 100% !important;
    }*/
}

/* Animation for status indicator */
@keyframes pulse-b-fmj4lzou0u {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}


/*  Profile card css*/

.profile-card[b-fmj4lzou0u] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: visible;
}

.attendance-stats[b-fmj4lzou0u] {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    padding: 12px;
}

.stat-value[b-fmj4lzou0u] {
    font-weight: 600;
    font-size: 1.25rem;
}

.present-value[b-fmj4lzou0u] {
    color: #2ecc71;
}

.absent-value[b-fmj4lzou0u] {
    color: #e74c3c;
}

/* /Components/Attendance/StaffAttendanceForm.razor.rz.scp.css */
.attendance-form[b-2r9riqnpy7]  .valid.modified:not([type=checkbox]) {
    outline: unset !important;
}

.error-message[b-2r9riqnpy7] {
    font-size: 12px;
}
/* /Components/Chats/ChatUsersList.razor.rz.scp.css */
/* Base styles */
.last-message-text-content[b-neduue3zqt] {
    font-size: clamp(10px, 2.5vw, 12px);
}

.users-list[b-neduue3zqt] {
    padding: clamp(12px, 3vw, 24px) clamp(8px, 2vw, 12px) clamp(8px, 2vw, 12px) clamp(8px, 2vw, 12px);
    border-radius: clamp(8px, 2vw, 10px);
    background: #d3e3fd;
}

.message-time-text[b-neduue3zqt] {
    width: max-content;
    font-size: clamp(10px, 2.5vw, 12px);
}

.chat-list[b-neduue3zqt] {
    height: clamp(50vh, 66vh, 80vh);
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 2vw, 12px);
    overflow-y: auto;
    overflow-x: hidden;
}

.invisible-scrollbar[b-neduue3zqt]::-webkit-scrollbar {
    display: none;
}

.selected-user[b-neduue3zqt] {
    background: #77C5F1;
    color: white;
}

.user-content:not(.selected) .text-content[b-neduue3zqt] {
    color: black;
    margin: 0;
}

.user-content.selected .text-content[b-neduue3zqt] {
    color: white;
    margin: 0;
    text-overflow: ellipsis;
}

.user-content.selected .message-time-text[b-neduue3zqt] {
    color: white;
    margin: 0;
    width: max-content;
}

.content-box[b-neduue3zqt] {
    height: max-content;
    min-height: clamp(40px, 8vw, 46px);
    padding: 0;
}

.user-content[b-neduue3zqt] {
    height: max-content;
    border-radius: clamp(15px, 4vw, 20px);
    box-shadow: 0px 14px 35px -16px #2f4273;
    padding: clamp(4px, 1vw, 8px);
}

    .user-content.selected[b-neduue3zqt] {
        background: #004de5;
        color: white;
    }

[b-neduue3zqt] .profile-img {
    width: clamp(35px, 8vw, 40px) !important;
    height: clamp(35px, 8vw, 40px) !important;
    border-radius: 50% !important;
}

.ellipsis[b-neduue3zqt] {
    width: 100%;
    max-width: clamp(200px, 40vw, 250px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Skeleton css */
.skeleton-card[b-neduue3zqt] {
    display: flex;
    padding: clamp(6px, 1.5vw, 8px);
    border: 1px solid #ddd;
    border-radius: clamp(3px, 1vw, 4px);
    background-color: #f0f0f0;
}

.skeleton-img[b-neduue3zqt] {
    width: clamp(40px, 10vw, 50px);
    height: clamp(40px, 10vw, 50px);
    background-color: #e0e0e0;
    border-radius: 50%;
    margin-right: clamp(6px, 1.5vw, 8px);
}

.skeleton-text[b-neduue3zqt] {
    flex-grow: 1;
    height: clamp(16px, 4vw, 20px);
    background-color: #e0e0e0;
    border-radius: clamp(3px, 1vw, 4px);
}

/* Mobile devices (up to 576px) */
@media (max-width: 576px) {
    .users-list[b-neduue3zqt] {
        padding: 16px 8px 8px 8px;
    }

    .chat-list[b-neduue3zqt] {
        height: 60vh;
        gap: 8px;
    }

    .user-content[b-neduue3zqt] {
        border-radius: 15px;
        padding: 6px;
    }

    .content-box[b-neduue3zqt] {
        min-height: 40px;
    }

    .ellipsis[b-neduue3zqt] {
        max-width: 180px;
    }

    [b-neduue3zqt] .profile-img {
        width: 35px !important;
        height: 35px !important;
    }

    .last-message-text-content[b-neduue3zqt],
    .message-time-text[b-neduue3zqt] {
        font-size: 11px;
    }
}

/* Small tablets (577px to 768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .users-list[b-neduue3zqt] {
        padding: 20px 10px 10px 10px;
    }

    .chat-list[b-neduue3zqt] {
        height: 64vh;
        gap: 10px;
    }

    .user-content[b-neduue3zqt] {
        border-radius: 18px;
        padding: 7px;
    }

    .content-box[b-neduue3zqt] {
        min-height: 43px;
    }

    .ellipsis[b-neduue3zqt] {
        max-width: 220px;
    }

    [b-neduue3zqt] .profile-img {
        width: 38px !important;
        height: 38px !important;
    }
}

/* Large tablets and small desktops (769px to 992px) */
@media (min-width: 769px) and (max-width: 992px) {
    .users-list[b-neduue3zqt] {
        padding: 22px 11px 11px 11px;
    }

    .chat-list[b-neduue3zqt] {
        height: 65vh;
        gap: 11px;
    }

    .user-content[b-neduue3zqt] {
        border-radius: 19px;
        padding: 7px;
    }

    .ellipsis[b-neduue3zqt] {
        max-width: 240px;
    }

    [b-neduue3zqt] .profile-img {
        width: 39px !important;
        height: 39px !important;
    }
}

/* Large desktops (993px and up) */
@media (min-width: 993px) {
    .users-list[b-neduue3zqt] {
        padding: 24px 12px 12px 12px;
    }

    .chat-list[b-neduue3zqt] {
        height: 66vh;
        gap: 12px;
    }

    .user-content[b-neduue3zqt] {
        border-radius: 20px;
        padding: 8px;
    }

    .content-box[b-neduue3zqt] {
        min-height: 46px;
    }

    .ellipsis[b-neduue3zqt] {
        max-width: 250px;
    }

    [b-neduue3zqt] .profile-img {
        width: 40px !important;
        height: 40px !important;
    }

    .last-message-text-content[b-neduue3zqt],
    .message-time-text[b-neduue3zqt] {
        font-size: 12px;
    }
}

/* Extra small devices (portrait phones, less than 480px) */
@media (max-width: 479px) {
    .users-list[b-neduue3zqt] {
        padding: 12px 6px 6px 6px;
    }

    .chat-list[b-neduue3zqt] {
        height: 55vh;
        gap: 6px;
    }

    .user-content[b-neduue3zqt] {
        border-radius: 12px;
        padding: 4px;
    }

    .content-box[b-neduue3zqt] {
        min-height: 36px;
    }

    .ellipsis[b-neduue3zqt] {
        max-width: 150px;
    }

    [b-neduue3zqt] .profile-img {
        width: 32px !important;
        height: 32px !important;
    }

    .last-message-text-content[b-neduue3zqt],
    .message-time-text[b-neduue3zqt] {
        font-size: 10px;
    }

    .skeleton-img[b-neduue3zqt] {
        width: 35px;
        height: 35px;
        margin-right: 6px;
    }

    .skeleton-text[b-neduue3zqt] {
        height: 16px;
    }
}

/* Landscape orientation adjustments */
@media (orientation: landscape) and (max-height: 600px) {
    .chat-list[b-neduue3zqt] {
        height: 50vh;
    }

    .users-list[b-neduue3zqt] {
        padding: 8px 6px 6px 6px;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .user-content[b-neduue3zqt] {
        box-shadow: 0px 7px 18px -8px #2f4273;
    }
}
/* /Components/Chats/ConversationDetail.razor.rz.scp.css */
.send-message-icon[b-04u3half5a] {
    margin-top: 3px;
    font-size: 24px;
}

.message-box[b-04u3half5a]  .rz-form-field-content {
    width: 100%;
    display: flex;
}

.conversation-detail[b-04u3half5a] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.chat-user[b-04u3half5a] {
    border-radius: 20px;
    padding: 6px;
    background: #edf2fa;
}

.text-content[b-04u3half5a] {
    color: black;
}

/*.recieved .message-time {
    order: 3;
}

.sent .message-time {
    order: 1;
}*/

.conversation-detail[b-04u3half5a]  .profile-img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
}


.send-button[b-04u3half5a] {
    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-iv66q7ycja] .file-input-zone input {
    position: absolute;
    bottom: 0;
    left: 0;
}

[b-iv66q7ycja] .profile-picture {
    position: relative;
    max-height: 100px;
}

[b-iv66q7ycja] .file-input-zone {
    position: relative;
    bottom: 33px;
    left: 12%;
}

[b-iv66q7ycja] .picture-edit-button {
    background-color: #fff;
    padding: 5px;
    padding-top: 11px;
    border-radius: 50%;
    padding-left: 6px;
}

[b-iv66q7ycja] .profile-picture .rz-button.rz-primary.rz-shade-default {
    background-color: white;
}

[b-iv66q7ycja] .input-profile-picture {
    opacity: 0 !important;
    width: 30px;
}


.group-form[b-iv66q7ycja] {
    background: #d3e3fd;
    border-radius: 10px;
}
/* /Components/Chats/MessageList.razor.rz.scp.css */
.recieved .message-time[b-2c9gsm909t] {
    order: 3;
}

.sent .message-time[b-2c9gsm909t] {
    order: 1;
}

.sender-name[b-2c9gsm909t] {
    font-size: 10px;
}

.sent[b-2c9gsm909t] {
    justify-content: end;
}

.recieved[b-2c9gsm909t] {
    justify-content: start;
}

.messages-list[b-2c9gsm909t] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 66vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 26px 10px 24px;
}

    .messages-list[b-2c9gsm909t]::-webkit-scrollbar {
        display: none;
    }

.message-time[b-2c9gsm909t] {
    display: none;
}

.message:hover .message-time[b-2c9gsm909t] {
    font-size: 12px;
    display: block;
}

.order-1[b-2c9gsm909t] {
    background: #1151F3;
    max-width: 55%;
}

.order-2[b-2c9gsm909t] {
    background: white;
    /* background: #b2b1b0c9; */
    max-width: 55%;
}

.order-1 .message-content[b-2c9gsm909t] {
    color: white;
}

.order-2 .message-content[b-2c9gsm909t] {
    color: black;
}

.message[b-2c9gsm909t] {
    display: flex;
    gap: 4px;
}
/* /Components/Chats/MessageListHeader.razor.rz.scp.css */

/* Base responsive styles */
.dashboard-header-wrapper[b-7wzp6efrei] {
    width: 100%;
    padding: clamp(0.5rem, 2vw, 1rem);
    box-sizing: border-box;
}

.stack-wrapper[b-7wzp6efrei] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.select-bar[b-7wzp6efrei] {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.5rem, 2vw, 1rem);
    justify-content: center;
    width: 100%;
}

.header-content[b-7wzp6efrei] {
    background: #fff;
    border-radius: clamp(8px, 2vw, 10px);
    padding: clamp(0.4rem, 1.5vw, 0.75rem);
    text-align: center;
    box-shadow: 0px 4px 8px rgba(128, 128, 128, 0.3);
    transition: all 0.3s ease;
    min-width: clamp(60px, 12vw, 85px);
    max-width: clamp(85px, 18vw, 120px);
    cursor: pointer;
}

    .header-content:hover[b-7wzp6efrei] {
        transform: translateY(-2px);
        box-shadow: 0px 6px 12px rgba(128, 128, 128, 0.4);
    }

    .header-content.active[b-7wzp6efrei] {
        background: #1151f3;
        color: white;
        box-shadow: 0px 5px 10px rgba(17, 81, 243, 0.4);
    }

/* Radzen overrides */
[b-7wzp6efrei] .dashboard-header .rz-selectbutton {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.5rem, 2vw, 1rem);
    justify-content: center;
    width: 100%;
}

    [b-7wzp6efrei] .dashboard-header .rz-selectbutton .rz-button.rz-button-md {
        border: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        flex: 1 1 auto;
        min-width: clamp(60px, 12vw, 85px);
        max-width: clamp(85px, 18vw, 120px);
    }

[b-7wzp6efrei] .header-content .rz-text {
    font-size: clamp(10px, 2.5vw, 14px) !important;
    font-weight: 500 !important;
}

/* Mobile devices */
@media (max-width: 576px) {
    .dashboard-header-wrapper[b-7wzp6efrei] {
        padding: 0.5rem 0.25rem;
    }

    .select-bar[b-7wzp6efrei] {
        gap: 0.5rem;
    }

    .header-content[b-7wzp6efrei] {
        min-width: 70px;
        max-width: 90px;
        padding: 0.4rem 0.2rem;
    }

        .header-content:hover[b-7wzp6efrei] {
            transform: none;
        }

    [b-7wzp6efrei] .dashboard-header .rz-selectbutton .rz-button.rz-button-md {
        min-width: 70px;
        max-width: 90px;
    }
}

/* Large tablets and up */
@media (min-width: 769px) {
    .header-content[b-7wzp6efrei] {
        min-width: 85px;
        max-width: 120px;
        padding: 0.75rem 0.5rem;
    }

    [b-7wzp6efrei] .dashboard-header .rz-selectbutton .rz-button.rz-button-md {
        min-width: 85px;
        max-width: 120px;
    }
}
/* /Components/Chats/SelectChatUser.razor.rz.scp.css */
.select-chat-user-modal[b-0gfb3974no]  .modal-body {
    min-height: 80vh;
}
/* /Components/Loader/Loader.razor.rz.scp.css */
/*  Spinner Loader */

.loader[b-gvyp1s1z6d] {
    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-gvyp1s1z6d 1s infinite linear;
}

    .loader[b-gvyp1s1z6d]::before {
        content: '';
        position: absolute;
        inset: 10px;
        /*background: radial-gradient(farthest-side, #178eff, transparent);*/
        border-radius: 50%;
    }

@keyframes spinLoader-b-gvyp1s1z6d {
    100% {
        transform: rotate(1turn);
    }
}
/* /Components/Modals/ConfirmModal.razor.rz.scp.css */


.body-text-subtitle[b-rd6gay37j3] {
    font-size: 14px;
    font-weight: 300;
    display: flex;
    justify-content: center;
}

.body-text-title[b-rd6gay37j3] {
    font-size: 24px;
    font-weight: 800;
    color: #000;
    display: flex;
    justify-content: center;
}

.cancel-button[b-rd6gay37j3],
.submit-button[b-rd6gay37j3] {
    padding: 6px 10px;
}

.confirm-modal[b-rd6gay37j3]  .modal-dialog .modal-header {
    padding: 6px;
}
/* /Components/PersonalDetails/StaffDocuments.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */

./*sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/


    .top-row[b-2jw0g3mw4q]  a, .top-row[b-2jw0g3mw4q]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-2jw0g3mw4q]  a:hover, .top-row[b-2jw0g3mw4q]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-2jw0g3mw4q]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


.no-focus:focus[b-2jw0g3mw4q] {
    outline: none !important;
    box-shadow: none !important;
    border: none;
}

.custom-modal-top-right[b-2jw0g3mw4q] {
    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-2jw0g3mw4q] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.right-side-icons[b-2jw0g3mw4q] {
    display: none !important;
}

@media (max-width: 640.98px) {
    .top-row[b-2jw0g3mw4q] {
        justify-content: space-between;
    }

        .top-row[b-2jw0g3mw4q]  a, .top-row[b-2jw0g3mw4q]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
  
    .right-side-icons[b-2jw0g3mw4q]{
        display:flex !important;
    }

    .sidebar[b-2jw0g3mw4q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
    
    .top-row[b-2jw0g3mw4q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-2jw0g3mw4q]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-2jw0g3mw4q], article[b-2jw0g3mw4q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}



/* Main Layout Styling */
.page[b-2jw0g3mw4q] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: fit-content;
    background-color: #f0f4ff;
}

main[b-2jw0g3mw4q] {
    flex: 1;
    /*background: linear-gradient(135deg, #f0f4ff 0%, #e2e8fd 50%, #d0d8f9 100%) !important;*/
}

/* Article Content */
article.content[b-2jw0g3mw4q] {
    padding: 1.5rem;
    min-height: calc(100vh - 3.5rem);
}

/* Updated Top Row */
.top-row[b-2jw0g3mw4q] {
    background-color: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(215, 219, 236, 0.5);
    justify-content: flex-end;
    height: 3.5rem;
   /* display: flex !important;*/
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 5;
}

    .top-row[b-2jw0g3mw4q]  a,
    .top-row[b-2jw0g3mw4q]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #485579;
        transition: all 0.3s ease;
    }

        .top-row[b-2jw0g3mw4q]  a:hover,
        .top-row[b-2jw0g3mw4q]  .btn-link:hover {
            color: #2e3b5d;
            text-decoration: none;
        }

        .top-row[b-2jw0g3mw4q]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

/* Modal Overlay */
.modal-overlay[b-2jw0g3mw4q] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(2px);
   /* background-color: rgba(0, 0, 0, 0.4);*/
    backdrop-filter: blur(2px);
    animation: fadeIn-b-2jw0g3mw4q 0.2s ease;
}

@keyframes fadeIn-b-2jw0g3mw4q {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Content Cards & Elements */
.card[b-2jw0g3mw4q],
.rz-card[b-2jw0g3mw4q] {
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(46, 59, 93, 0.08) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px) !important;
    overflow: hidden;
    transition: all 0.3s ease;
}
  .card:hover[b-2jw0g3mw4q],
    .rz-card:hover[b-2jw0g3mw4q] {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(46, 59, 93, 0.1) !important;
    }

/* Buttons */
.btn-primary[b-2jw0g3mw4q] {
    background: linear-gradient(90deg, #485579 0%, #2e3b5d 100%) !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    box-shadow: 0 4px 10px rgba(46, 59, 93, 0.2) !important;
    transition: all 0.3s ease !important;
    position: relative;
    overflow: hidden;
}

    .btn-primary[b-2jw0g3mw4q]::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;
    }

    .btn-primary:hover[b-2jw0g3mw4q]::before {
        left: 100%;
    }

    .btn-primary:hover[b-2jw0g3mw4q] {
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(46, 59, 93, 0.3) !important;
    }

/* Forms & Inputs */
.form-control[b-2jw0g3mw4q],
.rz-textbox[b-2jw0g3mw4q] {
    border: none !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(72, 85, 121, 0.05) !important;
}

    .form-control:focus[b-2jw0g3mw4q],
    .rz-textbox:focus[b-2jw0g3mw4q] {
        background-color: rgba(255, 255, 255, 0.9) !important;
        box-shadow: 0 4px 12px rgba(72, 85, 121, 0.1) !important;
        transform: translateY(-2px);
    }

/* Responsive adjustments */
@media (max-width: 640.98px) {
    .top-row[b-2jw0g3mw4q] {
        justify-content: space-between;
    }

        .top-row[b-2jw0g3mw4q]  a,
        .top-row[b-2jw0g3mw4q]  .btn-link {
            margin-left: 0;
        }

    article.content[b-2jw0g3mw4q] {
        padding: 1rem !important;
    }
}

@media (min-width: 641px) {
    .page[b-2jw0g3mw4q] {
        flex-direction: row;
        min-height: fit-content;
    }

    .sidebar[b-2jw0g3mw4q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2jw0g3mw4q] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

        .top-row.auth[b-2jw0g3mw4q]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-2jw0g3mw4q], article[b-2jw0g3mw4q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


/* Custom scroll bar for the entire app */
[b-2jw0g3mw4q]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

[b-2jw0g3mw4q]::-webkit-scrollbar-track {
    background: rgba(215, 219, 236, 0.2);
    border-radius: 10px;
}

[b-2jw0g3mw4q]::-webkit-scrollbar-thumb {
    background: rgba(72, 85, 121, 0.3);
    border-radius: 10px;
    transition: all 0.3s ease;
}

    [b-2jw0g3mw4q]::-webkit-scrollbar-thumb:hover {
        background: rgba(72, 85, 121, 0.5);
    }
/* /Layout/NavMenu.razor.rz.scp.css */

/* Navbar Styling */
.top-row[b-li5jpd4jym] {
    background-color: #343a40;
    padding: 10px;
}

.navbar-toggler[b-li5jpd4jym] {
    background-color: transparent;
    border: none;
    display: none; /* Hide toggler button on large screens */
}

.navbar-toggler-icon[b-li5jpd4jym] {
    color: white;
}

.navbar-toggler[b-li5jpd4jym] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-li5jpd4jym] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-li5jpd4jym] {
    font-size: 1.1rem;
    color : #000;
}
.navbar-brand .logo-icon[b-li5jpd4jym] {
        height: 40px;
        width: 40px;
}

.bi[b-li5jpd4jym] {
    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-li5jpd4jym] {
    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-li5jpd4jym] {
    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-li5jpd4jym] {
    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 a[b-li5jpd4jym] {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    text-decoration: none;
    padding: 0 1rem;
    transition: background-color 0.2s, color 0.2s;
}

.nav-item[b-li5jpd4jym] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-li5jpd4jym] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-li5jpd4jym] {
        padding-bottom: 1rem;
    }

    .nav-item[b-li5jpd4jym]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-li5jpd4jym]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-li5jpd4jym]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }


    .nav-item .nav-link.active .icon-color[b-li5jpd4jym] {
        color: #fff;
    }

.navbar-toggler[b-li5jpd4jym]{
    display:block;
}


.nav-scrollable[b-li5jpd4jym] {
    /* Default hidden for mobile */
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

    /* Show class when toggler is clicked */
    .nav-scrollable.show[b-li5jpd4jym] {
        display: block;
    }

.sidebar[b-li5jpd4jym] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.right-side-icons[b-li5jpd4jym] {
    display: block !important;
}

/* Always show sidebar on large screens */
@media (min-width: 641px) {
    .navbar-toggler[b-li5jpd4jym] {
        display: none !important; /* hide toggler on desktop */
    }

    .right-side-icons[b-li5jpd4jym]{
        display :none !important;
    }

    .nav-scrollable[b-li5jpd4jym] {
        display: block !important; /* always show sidebar */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
    
    .nav-sidebar[b-li5jpd4jym] {
        width: 250px;
        height: 94vh;
        position: sticky;
        top: 0;
    }
}

.modal-overlay[b-li5jpd4jym] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;
}

.no-focus:focus[b-li5jpd4jym] {
    outline: none !important;
    box-shadow: none !important;
    border: none;
}

.custom-modal-top-right[b-li5jpd4jym] {
    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-li5jpd4jym] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* /Pages/Chats.razor.rz.scp.css */
.chat-container[b-vkg3pkryiq] {
    height: 81vh;
    margin: auto;
}

.user-list-container[b-vkg3pkryiq] {
    height: 100% !important;
    padding-left: 0 !important;
}

.user-chat-box[b-vkg3pkryiq] {
    padding: 12px !important;
    border-radius: 10px !important;
    background: #d3e3fd !important;
}
/* /Pages/Login.razor.rz.scp.css */
/* Premium Gradient Background - keep as is */
.login-container[b-tla7pjs189] {
    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-tla7pjs189] {
    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-tla7pjs189] {
        position: relative;
        padding: 0;
        overflow: hidden;
        border-radius: 20px 0 0 20px;
    }

/* Image Styling */
.login-container[b-tla7pjs189]  .form-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.8s ease;
}

.login-container .col-6:hover[b-tla7pjs189]  .form-image {
    transform: scale(1.05);
}

/* Image Overlay */
.login-content .col-6[b-tla7pjs189]::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-tla7pjs189] {
    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-tla7pjs189]::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-tla7pjs189]::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-tla7pjs189] {
        position: relative;
        z-index: 1;
        margin-bottom: 28px;
    }

    /* Enhanced Form Elements Styling */
    .login-form[b-tla7pjs189]  .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-tla7pjs189]  .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-tla7pjs189]::after {
        width: 100%;
        left: 0;
    }

    /* Labels with Animation */
    .login-form label[b-tla7pjs189] {
        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-tla7pjs189] {
        color: #2e3b5d;
        transform: translateY(-2px);
    }

    /* Label Decorative Element */
    .login-form label[b-tla7pjs189]::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-tla7pjs189]::after {
        width: 100%;
    }

/* Enhanced Submit Button */
.login-container[b-tla7pjs189]  .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-tla7pjs189]  .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-tla7pjs189]  .submit-button:hover::before {
        left: 100%;
    }

/* Enhanced Headings */
.login-form[b-tla7pjs189]  .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-tla7pjs189]  .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-tla7pjs189]  .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-tla7pjs189] {
    color: #ff5a5f !important;
    font-size: 0.85rem;
    margin-top: 6px;
    padding-left: 10px;
    position: relative;
    opacity: 0;
    animation: fadeIn-b-tla7pjs189 0.3s forwards;
}

@keyframes fadeIn-b-tla7pjs189 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Form Button Container */
.login-form .form-button[b-tla7pjs189] {
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

/* Loading Animation for Button */
@keyframes gradientShift-b-tla7pjs189 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.login-container[b-tla7pjs189]  .submit-button:disabled {
    background: linear-gradient(90deg, #485579, #7a88b3, #485579) !important;
    background-size: 200% 200% !important;
    animation: gradientShift-b-tla7pjs189 2s ease infinite !important;
}

/* Placeholder Text */
.login-form[b-tla7pjs189]  .rz-textbox::placeholder {
    color: #a0aac0;
    transition: opacity 0.3s ease;
}

.login-form[b-tla7pjs189]  .rz-textbox:focus::placeholder {
    opacity: 0.6;
}

/* Focus highlight effect */
.login-form .form-group:focus-within[b-tla7pjs189] {
    transform: scale(1.01);
}

/* Responsive Design */
@media (max-width: 992px) {
    .login-content[b-tla7pjs189] {
        flex-direction: column;
        max-width: 600px;
    }

        .login-content .col-6[b-tla7pjs189] {
            width: 100%;
            border-radius: 20px 20px 0 0;
            height: 250px;
        }

            .login-content .col-6[b-tla7pjs189]::after {
                border-radius: 20px 20px 0 0;
            }

    .login-form[b-tla7pjs189] {
        width: 100%;
        border-radius: 0 0 20px 20px;
        padding: 32px;
    }
}


/* Additional styles for the welcome section */
.login-form .welcome-section[b-tla7pjs189] {
    position: relative;
    margin-bottom: 36px;
    z-index: 1;
}

/* Form fields container */
.login-form .form-fields[b-tla7pjs189] {
    position: relative;
    z-index: 1;
}

/* Button text with subtle animation */
.login-container[b-tla7pjs189]  .submit-button .button-text {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

/* Input field focus and hover effects */
.login-form[b-tla7pjs189]  .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-tla7pjs189 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-form .form-group:nth-child(1)[b-tla7pjs189] {
    animation: slideUp-b-tla7pjs189 0.5s 0.1s both;
}

.login-form .form-group:nth-child(2)[b-tla7pjs189] {
    animation: slideUp-b-tla7pjs189 0.5s 0.2s both;
}

.login-form .form-button[b-tla7pjs189] {
    animation: slideUp-b-tla7pjs189 0.5s 0.3s both;
}

.login-form .welcome-section[b-tla7pjs189] {
    animation: slideUp-b-tla7pjs189 0.5s both;
}

/* Gleaming effect on form elements */
@keyframes gleam-b-tla7pjs189 {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.login-form[b-tla7pjs189]::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-tla7pjs189 4s infinite linear;
}

/* Floating animation for decorative elements */
@keyframes float-b-tla7pjs189 {
    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-tla7pjs189]::after {
    animation: float-b-tla7pjs189 8s ease-in-out infinite;
}

/* Special input field styling */
.login-form[b-tla7pjs189]  .form-control:focus {
    animation: pulse-b-tla7pjs189 1.5s infinite;
}

@keyframes pulse-b-tla7pjs189 {
    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-tla7pjs189]  .submit-button {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    transform-style: preserve-3d !important;
}
/* /Pages/Schedule.razor.rz.scp.css */
body[b-q1kmvyr6rt] {
}
/* /Pages/StaffPersonalDetails.razor.rz.scp.css */


.staff-card[b-0zvsj8irm2] {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 1.5rem;
}

.staff-profile-img[b-0zvsj8irm2] {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    object-fit: cover;
}

.staff-info-container[b-0zvsj8irm2] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.staff-details[b-0zvsj8irm2] {
    flex: 1;
}

.staff-name[b-0zvsj8irm2] {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 600;
}

.staff-contact[b-0zvsj8irm2] {
    margin-bottom: 0.5rem;
}

.staff-dates[b-0zvsj8irm2] {
    margin-bottom: 1rem;
    color: #555;
}

.staff-badge[b-0zvsj8irm2] {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 0.75rem;
}

.badge-function[b-0zvsj8irm2] {
    background-color: #e9ecef;
    color: #495057;
}

.badge-wage[b-0zvsj8irm2] {
    background-color: #f8f9fa;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

.details-card[b-0zvsj8irm2] {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 1.25rem;
}

.details-title[b-0zvsj8irm2] {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 600;
}

.details-list[b-0zvsj8irm2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.details-item[b-0zvsj8irm2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.details-label[b-0zvsj8irm2] {
    color: #666;
    font-weight: 500;
}

.details-value[b-0zvsj8irm2] {
    color: #333;
}

.location-chip[b-0zvsj8irm2] {
    padding: 2px 6px;
    border-radius: 6px;
}

    .location-chip.primary[b-0zvsj8irm2] {
        background: #0fb55f;
        color: white;
    }

    .location-chip.secondary[b-0zvsj8irm2] {
        background: #727674;
        color: white;
    }

    .location-chip .fs-12p[b-0zvsj8irm2] {
        font-size: 12px;
    }

    .location-chip .location-name[b-0zvsj8irm2] {
        text-align: center;
    }
/* /Pages/Vacations.razor.rz.scp.css */

/* Simple and clean status styles - no background colors */
.status-approved[b-ipg8ay1et1] {
    color: #059669;
    border: 1px solid #e4f1ed !important;
}

.status-rejected[b-ipg8ay1et1] {
    color: #dc2626;
    border: 1px solid #e4f1ed !important;
}

.status-pending[b-ipg8ay1et1] {
    color: #d97706;
    border: 1px solid #e4f1ed !important;
}

    /* Subtle hover effect */
    .status-approved:hover[b-ipg8ay1et1],
    .status-rejected:hover[b-ipg8ay1et1],
    .status-pending:hover[b-ipg8ay1et1] {
        background-color: rgba(0, 0, 0, 0.02);
        transform: translateY(-1px);
        transition: all 0.2s ease;
    }



.vacations-overview[b-ipg8ay1et1] {
    max-height: 76vh;
    display: flex;
    flex-direction: column;
    gap: 16px;

}


    .vacations-overview[b-ipg8ay1et1]  .rz-data-grid {
        height: 100% !important;
        width: 100% !important;
        overflow: auto !important;
        max-height: 65vh;
    }
.vacation-header[b-ipg8ay1et1] {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.header-content[b-ipg8ay1et1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.title-section[b-ipg8ay1et1] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.icon-wrapper[b-ipg8ay1et1] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 4px 14px 0 rgba(59, 130, 246, 0.3);
}

.title-content[b-ipg8ay1et1] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.vacation-title[b-ipg8ay1et1] {
    margin: 0;
    font-size: 1.875rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}

.vacation-subtitle[b-ipg8ay1et1] {
    margin: 0;
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

.premium-btn[b-ipg8ay1et1] {
    padding: 0.75rem 1.5rem !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    box-shadow: 0 4px 14px 0 rgba(59, 130, 246, 0.25) !important;
    border: none !important;
    transition: all 0.2s ease !important;
}

    .premium-btn:hover[b-ipg8ay1et1] {
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 25px 0 rgba(59, 130, 246, 0.35) !important;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .vacation-header[b-ipg8ay1et1] {
        padding: 1.5rem;
    }

    .header-content[b-ipg8ay1et1] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .title-section[b-ipg8ay1et1] {
        width: 100%;
    }

    .premium-btn[b-ipg8ay1et1] {
        width: 100%;
        justify-content: center;
    }

    .vacation-title[b-ipg8ay1et1] {
        font-size: 1.5rem;
    }

    .icon-wrapper[b-ipg8ay1et1] {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
}

/* Alternative: Glass Effect Header */
.vacation-header.glass-effect[b-ipg8ay1et1] {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}
/* /SkeletonLoaders/Chats/SkeletonChatLoader.razor.rz.scp.css */
/*Skeleton Loader*/
.skeleton-user-list-container[b-b11b4gptol] {
    height: 100%;
    padding-left: 0;
}

.skeleton-user-chat-box[b-b11b4gptol] {
    padding: 12px !important;
    border-radius: 10px !important;
    background: #d3e3fd !important;
    height: 100%;
}

.skeleton-message-card[b-b11b4gptol] {
    padding: 8px;
    border-radius: 10px;
}
/* /SkeletonLoaders/Chats/SkeletonChatUserListLoader.razor.rz.scp.css */
/*Skeleton Loader*/
.skeleton-user-list[b-b434si2iac] {
    background: #d3e3fd;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.skeleton-filter-tab[b-b434si2iac] {
    width: 100%;
    background: white;
    padding: 6px;
    border-radius: 10px;
}

.skeleton-loader[b-b434si2iac] {
    background-color: white;
}

.skeleton-message-card[b-b434si2iac] {
    padding: 8px;
    border-radius: 10px;
}
/* /SkeletonLoaders/Chats/SkeletonConversationLoader.razor.rz.scp.css */
/*Skeleton Loader*/

.skeleton-chat-user[b-qkq06p31vc] {
    border-radius: 20px;
    padding: 6px;
    background: #edf2fa;
}

.skeleton-loader[b-qkq06p31vc] {
    background-color: white; /* Static background color */
}

.skeleton-profile-img[b-qkq06p31vc] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #b0b0b0;
    overflow: hidden;
    position: relative;
}

.skeleton-message-card[b-qkq06p31vc] {
    padding: 8px;
    border-radius: 10px;
}

.skeleton-text-line[b-qkq06p31vc] {
    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-qkq06p31vc]::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-qkq06p31vc 0.8s infinite linear; /* Continuous animation */
}

@keyframes shimmer-b-qkq06p31vc {
    0% {
        left: -150%;
    }

    100% {
        left: 100%;
    }
}
/* /SkeletonLoaders/Common/SkeletonLine.razor.rz.scp.css */


.skeleton-text-line[b-ketknieiz2] {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-ketknieiz2 1.5s infinite;
    border-radius: 4px;
    position: relative;
    min-height: 16px;
    overflow: hidden;
}

@keyframes skeleton-loading-b-ketknieiz2 {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
/* /SkeletonLoaders/Common/SkeletonProfileImageLoader.razor.rz.scp.css */

.skeleton-profile-img[b-cs1v5382l7] {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-cs1v5382l7 1.5s infinite;
    border-radius: 50%;
    position: relative;
}

@keyframes skeleton-loading-b-cs1v5382l7 {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
/* /SkeletonLoaders/Staff/StaffCardSkeleton.razor.rz.scp.css */


.skeleton-profile-img[b-qm3ysw0k8j] {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-qm3ysw0k8j 1.5s infinite;
    border-radius: 50%;
    position: relative;
}

@keyframes skeleton-loading-b-qm3ysw0k8j {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
