/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-custom[b-8yvhc1tlb0] {
    margin-top: 18px;
    margin-left: 10px;
}
/* Sidebar Scroll Styles */
.sidebar-content[b-8yvhc1tlb0] {
    height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
}

    .sidebar-content[b-8yvhc1tlb0]::-webkit-scrollbar {
        width: 6px;
    }

    .sidebar-content[b-8yvhc1tlb0]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .sidebar-content[b-8yvhc1tlb0]::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 10px;
    }

        .sidebar-content[b-8yvhc1tlb0]::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

/* Firefox scrollbar */
.sidebar-content[b-8yvhc1tlb0] {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* /Components/Pages/ShiftManagement/ClockInOutPage.razor.rz.scp.css */
/* /Components/Pages/ShiftManagement/ShiftList.razor.rz.scp.css */
.calendar-day[b-ceofotqurt] {
    min-height: 120px;
    border: 1px solid #dee2e6;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

.calendar-day:hover[b-ceofotqurt] {
    background-color: #f8f9fa;
    transform: scale(1.02);
}

.day-number[b-ceofotqurt] {
    font-weight: bold;
    font-size: 1.2rem;
}

.employee-count[b-ceofotqurt] {
    background-color: #e9ecef;
    border-radius: 4px;
    padding: 2px 5px;
    font-size: 0.9rem;
}

.current-day[b-ceofotqurt] {
    background-color: #f8f9fa;
    border: 2px solid #0d6efd !important;
}

.has-shifts[b-ceofotqurt] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.employee-card[b-ceofotqurt] {
    transition: all 0.2s ease;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .employee-card:hover[b-ceofotqurt] {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

.clocked-in[b-ceofotqurt] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
}

.not-clocked-in[b-ceofotqurt] {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
}

.nav-tabs .nav-link.active[b-ceofotqurt] {
    font-weight: bold;
    border-bottom: 3px solid #0d6efd;
    color: #0d6efd;
}

.stats-card[b-ceofotqurt] {
    border-left: 4px solid #0d6efd;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.calendar-header[b-ceofotqurt] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 8px 8px 0 0;
}

.shift-badge[b-ceofotqurt] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
}

.loading-overlay[b-ceofotqurt] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.table-responsive[b-ceofotqurt] {
    overflow-x: auto;
}

.data-grid[b-ceofotqurt] {
    width: 100%;
    border-collapse: collapse;
}

    .data-grid th[b-ceofotqurt],
    .data-grid td[b-ceofotqurt] {
        padding: 12px;
        text-align: left;
        border-bottom: 1px solid #dee2e6;
    }

    .data-grid th[b-ceofotqurt] {
        background-color: #f8f9fa;
        font-weight: 600;
        position: sticky;
        top: 0;
    }

    .data-grid tr:hover[b-ceofotqurt] {
        background-color: #f8f9fa;
    }

.pagination[b-ceofotqurt] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.filter-section[b-ceofotqurt] {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.modal-backdrop[b-ceofotqurt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.employee-checkboxes[b-ceofotqurt] {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.5rem;
}

/* New styles for week view */
.week-view-table[b-ceofotqurt] {
    width: 100%;
    border-collapse: collapse;
}

    .week-view-table th[b-ceofotqurt],
    .week-view-table td[b-ceofotqurt] {
        border: 1px solid #dee2e6;
        padding: 8px;
        text-align: center;
        vertical-align: middle;
    }

    .week-view-table th[b-ceofotqurt] {
        background-color: #f8f9fa;
        position: sticky;
        top: 0;
        z-index: 10;
    }

.week-view-time-slot[b-ceofotqurt] {
    min-height: 60px;
    background: #fff;
    position: relative;
}

.week-view-shift[b-ceofotqurt] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 4px;
    padding: 4px;
    margin: 2px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .week-view-shift:hover[b-ceofotqurt] {
        transform: scale(1.05);
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    .week-view-shift.clocked-in[b-ceofotqurt] {
        background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    }

    .week-view-shift.not-clocked-in[b-ceofotqurt] {
        background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    }

/* New status badges */
.status-badge-scheduled[b-ceofotqurt] {
    background-color: #6c757d;
    color: white;
}

.status-badge-in-progress[b-ceofotqurt] {
    background-color: #17a2b8;
    color: white;
}

.status-badge-completed[b-ceofotqurt] {
    background-color: #28a745;
    color: white;
}

.status-badge-missed[b-ceofotqurt] {
    background-color: #dc3545;
    color: white;
}
/* /Components/Pages/ShiftManagement/ShiftPage/Index.razor.rz.scp.css */
.weekly-view[b-4ave5jfroa] {
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    overflow: hidden;
}

.weekly-header-row[b-4ave5jfroa] {
    display: grid;
    grid-template-columns: 80px repeat(7, 1fr);
    border-bottom: 1px solid #e9ecef;
}

.weekly-time-column[b-4ave5jfroa] {
    padding: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    border-right: 1px solid #e9ecef;
}

.weekly-day-header[b-4ave5jfroa] {
    padding: 0.75rem;
    text-align: center;
    border-right: 1px solid #e9ecef;
}

    .weekly-day-header.today[b-4ave5jfroa] {
    }

    .weekly-day-header:last-child[b-4ave5jfroa] {
        border-right: none;
    }

.day-name[b-4ave5jfroa] {
    font-weight: 600;
    color: #6c757d;
}

.day-date[b-4ave5jfroa] {
    margin-top: 0.25rem;
    padding: 0.25rem;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.weekly-body[b-4ave5jfroa] {
    max-height: 600px;
    overflow-y: auto;
}

.weekly-hour-row[b-4ave5jfroa] {
    display: grid;
    grid-template-columns: 80px repeat(7, 1fr);
    border-bottom: 1px solid #f8f9fa;
    min-height: 60px;
}

    .weekly-hour-row:hover[b-4ave5jfroa] {
    }

.weekly-time-slot[b-4ave5jfroa] {
    padding: 0.5rem;
    color: #6c757d;
    border-right: 1px solid #e9ecef;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: 0.75rem;
}

.weekly-day-slot[b-4ave5jfroa] {
    padding: 0.25rem;
    border-right: 1px solid #f8f9fa;
    cursor: pointer;
    min-height: 60px;
}

    .weekly-day-slot:hover[b-4ave5jfroa] {
    }

    .weekly-day-slot:last-child[b-4ave5jfroa] {
        border-right: none;
    }

.weekly-shifts[b-4ave5jfroa] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.weekly-shift-item[b-4ave5jfroa] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    border-left: 3px solid;
    color: #084298;
}

    .weekly-shift-item.bg-warning[b-4ave5jfroa] {
        color: #664d03;
        border-left-color: #ffc107;
    }

    .weekly-shift-item.bg-success[b-4ave5jfroa] {
        color: #0f5132;
        border-left-color: #25B34B;
    }

    .weekly-shift-item.bg-danger[b-4ave5jfroa] {
        color: #58151c;
        border-left-color: #dc3545;
    }

.weekly-shift-more[b-4ave5jfroa] {
    color: #6c757d;
    text-align: center;
    padding: 0.125rem;
}

/* Day View Styles */
.day-view[b-4ave5jfroa] {
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    overflow: hidden;
}

.day-header[b-4ave5jfroa] {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.day-date-display[b-4ave5jfroa] {
    text-align: center;
}

.day-body[b-4ave5jfroa] {
    max-height: 600px;
    overflow-y: auto;
}

.day-hour-row[b-4ave5jfroa] {
    display: grid;
    grid-template-columns: 100px 1fr;
    border-bottom: 1px solid #f8f9fa;
    min-height: 80px;
}

    .day-hour-row:hover[b-4ave5jfroa] {
    }

.day-time-slot[b-4ave5jfroa] {
    padding: 0.75rem;
    color: #6c757d;
    border-right: 1px solid #e9ecef;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: 1rem;
}

.day-content-slot[b-4ave5jfroa] {
    padding: 0.5rem;
    cursor: pointer;
    min-height: 80px;
}

    .day-content-slot:hover[b-4ave5jfroa] {
    }

.day-shifts[b-4ave5jfroa] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.day-shift-item[b-4ave5jfroa] {
    cursor: pointer;
    transition: transform 0.2s;
}

    .day-shift-item:hover[b-4ave5jfroa] {
        transform: translateY(-2px);
    }

/* Calendar Grid Styles (Existing) */
.calendar-grid[b-4ave5jfroa] {
    display: flex;
    flex-direction: column;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    overflow: hidden;
}

.calendar-header-row[b-4ave5jfroa] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-bottom: 1px solid #e9ecef;
}

.calendar-header-cell[b-4ave5jfroa] {
    padding: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    text-align: center;
    border-right: 1px solid #e9ecef;
}

    .calendar-header-cell:last-child[b-4ave5jfroa] {
        border-right: none;
    }

.calendar-week-row[b-4ave5jfroa] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-bottom: 1px solid #f8f9fa;
}

    .calendar-week-row:last-child[b-4ave5jfroa] {
        border-bottom: none;
    }

.calendar-day-cell[b-4ave5jfroa] {
    min-height: 120px;
    padding: 0.5rem;
    border-right: 1px solid #f8f9fa;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .calendar-day-cell:hover[b-4ave5jfroa] {
    }

    .calendar-day-cell.today[b-4ave5jfroa] {
    }

    .calendar-day-cell.selected[b-4ave5jfroa] {
        border: 2px solid #0d6efd;
    }

    .calendar-day-cell.empty[b-4ave5jfroa] {
        cursor: default;
    }

    .calendar-day-cell:last-child[b-4ave5jfroa] {
        border-right: none;
    }

.day-number[b-4ave5jfroa] {
    font-weight: 600;
    margin-bottom: 0.25rem;
    text-align: center;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.day-stats[b-4ave5jfroa] {
}

.employee-count[b-4ave5jfroa] {
    margin-bottom: 0.25rem;
}

.shift-indicators[b-4ave5jfroa] {
    display: flex;
    align-items: center;
    gap: 0.125rem;
    margin-bottom: 0.25rem;
    justify-content: center;
}

.shift-dot[b-4ave5jfroa] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}

.leave-indicator[b-4ave5jfroa] {
    text-align: center;
}

/* Responsive Design */
@@media (max-width: 768px) {
    .weekly-header-row[b-4ave5jfroa],
    .weekly-hour-row[b-4ave5jfroa] {
        grid-template-columns: 60px repeat(7, 1fr);
    }

    .weekly-time-column[b-4ave5jfroa],
    .weekly-time-slot[b-4ave5jfroa] {
        width: 60px;
    }

    .day-hour-row[b-4ave5jfroa] {
        grid-template-columns: 80px 1fr;
    }

    .day-time-slot[b-4ave5jfroa] {
        width: 80px;
    }

    .calendar-day-cell[b-4ave5jfroa] {
        min-height: 80px;
        padding: 0.25rem;
    }

    .day-number[b-4ave5jfroa] {
        width: 1.5rem;
        height: 1.5rem;
    }
}
.calendar-day-cell.empty[b-4ave5jfroa] {
    border: 1px solid #e9ecef;
}
.calendar-grid[b-4ave5jfroa] {
    border-radius: 8px;
}

.calendar-header-row[b-4ave5jfroa] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    margin-bottom: 8px;
}

.calendar-week-row[b-4ave5jfroa] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    margin-bottom: 4px;
}

.calendar-header-cell[b-4ave5jfroa] {
    padding: 12px 8px;
    font-weight: 600;
}

.calendar-day-cell[b-4ave5jfroa] {
    min-height: 100px;
    border: 1px solid #e9ecef;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

    .calendar-day-cell.other-month[b-4ave5jfroa] {
    }

    .calendar-day-cell:hover[b-4ave5jfroa] {
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .calendar-day-cell.today[b-4ave5jfroa] {
        border-color: #0d6efd;
    }

    .calendar-day-cell.selected[b-4ave5jfroa] {
        border-color: #0a58ca;
    }

.day-number[b-4ave5jfroa] {
    font-weight: 600;
    margin-bottom: 4px;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
}

.employee-count[b-4ave5jfroa] {
}

.shift-indicators[b-4ave5jfroa] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex-wrap: wrap;
}

.shift-dot[b-4ave5jfroa] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.employee-avatar[b-4ave5jfroa] {
    font-weight: 600;
}

.shift-item[b-4ave5jfroa] {
    transition: transform 0.2s ease;
}

    .shift-item:hover[b-4ave5jfroa] {
        transform: translateY(-2px);
    }

.employee-selection[b-4ave5jfroa] {
}

.fade-in[b-4ave5jfroa] {
    animation: fadeIn 0.5s ease-in;
}
.shift-dot[b-4ave5jfroa] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
}

.leave-indicator .badge[b-4ave5jfroa] {
}

@@keyframes fadeIn {
    from[b-4ave5jfroa] {
        opacity: 0;
        transform: translateY(20px);
    }

    to[b-4ave5jfroa] {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/StaffPage/StaffList.razor.rz.scp.css */
.avatars[b-6yli8irqki] {
    display: flex;
    align-items: center;
    gap: 0;
}

.avatar[b-6yli8irqki] {
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.07);
    position: relative;
    background: #e5e7eb;
}

    .avatar + .avatar[b-6yli8irqki] {
        margin-left: -10px;
    }
    /* overlap */
    .avatar img[b-6yli8irqki] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.avatar-initials[b-6yli8irqki] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #111827;
}

.avatar-more[b-6yli8irqki] {
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    background: #f3f4f6;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .85rem;
    color: #374151;
    margin-left: -10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.07);
}
/* /Components/Pages/TaskPage/TaskManagerPage/TaskList.razor.rz.scp.css */
.stats-row[b-wa3qa1y8uj] {
    display: grid;
    grid-template-columns: repeat(6,minmax(170px,1fr));
    gap: 16px
}

.stat-card[b-wa3qa1y8uj] {
    border: 1px solid #e9ecef;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,.03)
}

.stat-num[b-wa3qa1y8uj] {
    font-size: 28px;
    font-weight: 700;
    line-height: 1
}

.stat-label[b-wa3qa1y8uj] {
    font-weight: 600;
    font-size: 14px;
}

.stat-all[b-wa3qa1y8uj], .stat-not[b-wa3qa1y8uj] {
}

.stat-prog[b-wa3qa1y8uj] {
}

.stat-test[b-wa3qa1y8uj] {
}

.stat-await[b-wa3qa1y8uj] {
}

.stat-comp[b-wa3qa1y8uj] {
}

/* ---- toolbar ---- */
.toolbar[b-wa3qa1y8uj] {
    display: flex;
    align-items: center;
    gap: 10px
}

.toolbar-right[b-wa3qa1y8uj] {
    margin-left: auto;
    display: flex;
    gap: 10px
}

.btn-amber[b-wa3qa1y8uj] {
    background: #f59e0b;
    border-color: #f59e0b;
}

.btn-ghost[b-wa3qa1y8uj] {
    background: #fff;
    border: 1px solid #e5e7eb
}

.grid-view-active[b-wa3qa1y8uj], .board-view-active[b-wa3qa1y8uj] {
    background: #e9ecef
}

/* ---- grid helpers ---- */
.badge-status[b-wa3qa1y8uj] {
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    padding: .35rem .6rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: .85rem
}

.priority-pill[b-wa3qa1y8uj] {
    padding: .25rem .6rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: .85rem;
    border: 1px solid transparent;
    display: inline-block
}

.priority-high[b-wa3qa1y8uj] {
    background: #FEF3C7;
    border-color: #FDE68A
}

.priority-medium[b-wa3qa1y8uj] {
    background: #E0E7FF;
    border-color: #C7D2FE
}

.priority-low[b-wa3qa1y8uj] {
    background: #DCFCE7;
    border-color: #BBF7D0
}

.priority-unknown[b-wa3qa1y8uj] {
    background: #F3F4F6;
    border-color: #E5E7EB
}

.assignee-chip[b-wa3qa1y8uj] {
    width: 34px;
    height: 34px;
    background: #E5E7EB;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .85rem
}

.overdue[b-wa3qa1y8uj] {
    font-weight: 700
}

.rz-grid .rz-cell img.thumb[b-wa3qa1y8uj] {
    width: 72px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e5e7eb
}

/* ---- name hover actions ---- */
.taskcell[b-wa3qa1y8uj] {
    padding: .35rem 0;
    position: relative
}

.task-title[b-wa3qa1y8uj] {
    font-weight: 700;
}

.actions-inline[b-wa3qa1y8uj] {
    display: flex;
    align-items: center;
    gap: .25rem;
    font-size: .95rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .12s ease;
}

.taskcell:hover .actions-inline[b-wa3qa1y8uj], .taskcell:focus-within .actions-inline[b-wa3qa1y8uj] {
    opacity: 1;
    visibility: visible
}

.link-soft[b-wa3qa1y8uj], .link-danger[b-wa3qa1y8uj] {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer
}

.link-soft[b-wa3qa1y8uj] {
}

    .link-soft:hover[b-wa3qa1y8uj] {
        text-decoration: underline
    }

.link-danger[b-wa3qa1y8uj] {
}

    .link-danger:hover[b-wa3qa1y8uj] {
        text-decoration: underline
    }

.sep[b-wa3qa1y8uj] {
}

/* ---- Board (Kanban) ---- */
.board-container[b-wa3qa1y8uj] {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 16px
}

.board-column[b-wa3qa1y8uj] {
    min-width: 280px;
    width: 280px;
    border-radius: 8px;
    padding: 12px;
    transition: background .12s
}

.board-column-header[b-wa3qa1y8uj] {
    font-weight: 600;
    padding: 8px 12px;
    margin-bottom: 12px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

.board-card[b-wa3qa1y8uj] {
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    cursor: grab;
    border-left: 4px solid #e5e7eb
}

    .board-card:active[b-wa3qa1y8uj] {
        cursor: grabbing
    }

.board-card-title[b-wa3qa1y8uj] {
    font-weight: 600;
    margin-bottom: 8px
}

.board-card-footer[b-wa3qa1y8uj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    font-size: .8rem;
}

.board-card-actions[b-wa3qa1y8uj] {
    display: flex;
    gap: 8px;
    margin-top: 8px
}

.board-card-action[b-wa3qa1y8uj] {
    font-size: .75rem;
    cursor: pointer
}

    .board-card-action.danger[b-wa3qa1y8uj] {
    }

.dragging[b-wa3qa1y8uj] {
    opacity: .55;
    border: 2px dashed #2563eb
}

.drop-target[b-wa3qa1y8uj] {
    background-color: #e6f0ff
}

/* Avatar stack */
.avatars[b-wa3qa1y8uj] {
    display: flex;
    align-items: center
}

    .avatars .slot[b-wa3qa1y8uj] {
        position: relative;
        width: 26px;
        height: 26px;
        border-radius: 9999px;
        overflow: hidden;
        border: 2px solid #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,.06);
        background: #e9edf3
    }

        .avatars .slot + .slot[b-wa3qa1y8uj] {
            margin-left: -8px
        }

        .avatars .slot img[b-wa3qa1y8uj] {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block
        }

        .avatars .slot .init[b-wa3qa1y8uj] {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: .72rem;
        }

    .avatars .placeholder[b-wa3qa1y8uj] {
        background: #EFF2F7
    }

    .avatars .slot:hover[b-wa3qa1y8uj] {
        z-index: 2
    }

..more-count[b-wa3qa1y8uj] {
    background: #e5e7eb;
    font-weight: 600;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.position-info[b-wa3qa1y8uj] {
    font-size: 0.75rem;
    line-height: 1.2;
}

.text-truncate[b-wa3qa1y8uj] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}
