﻿    color:#667085;
    font-size:14px;
    line-height:1.45;
}

.status-permission-table{
    display:grid;
    gap:0;
    border:1px solid #d9e2f1;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}

.status-permission-row{
    display:grid;
    grid-template-columns:minmax(180px, 1.2fr) minmax(180px, 1fr) minmax(180px, 1fr);
    gap:12px;
    align-items:center;
    padding:12px 14px;
    border-top:1px solid #e8eef7;
}

.status-permission-row:first-child{
    border-top:none;
}

.status-permission-row-head{
    background:#f5f8fd;
    color:#475467;
    font-size:13px;
    font-weight:600;
}

.status-permission-role{
    color:var(--text);
    font-weight:600;
}

.status-permission-check{
    display:flex;
    align-items:center;
    gap:10px;
    color:#344054;
    font-size:14px;
}

.status-permission-check input{
    width:16px;
    height:16px;
}

.status-permission-empty{
    padding:14px;
    color:#667085;
    font-size:14px;
}

.employee-settings-toolbar{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    margin:6px 0 18px;
}

.employee-invite-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:36px;
    padding:8px 14px;
    border:1px solid rgba(21, 128, 61, 0.9);
    border-radius:8px;
    background:rgba(22, 163, 74, 0.9);
    color:#fff;
    font-size:14px;
    font-weight:600;
}

.employee-invite-btn:hover{
    background:rgba(21, 128, 61, 0.9);
    border-color:rgba(22, 101, 52, 0.9);
}

.employee-invite-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:16px;
    height:16px;
    font-size:13px;
    line-height:1;
}

.employee-add-btn{
    min-height:36px;
    padding:8px 14px;
    border-radius:8px;
}

.employee-settings-note{
    margin:6px 0 14px;
    color:#475467;
    font-size:14px;
    line-height:1.45;
}

.employee-role-table-wrap{
    border:1px solid #d9e2f1;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}

.employee-role-table{
    width:100%;
    border-collapse:collapse;
}

.employee-role-table thead th{
    padding:12px 14px;
    background:#e5e7eb;
    color:#344054;
    font-size:14px;
    font-weight:600;
    text-align:left;
}

.employee-role-table tbody td{
    padding:12px 14px;
    border-top:1px solid #eef2f7;
    color:#344054;
    font-size:14px;
}

.employee-role-table--compact thead th{
    padding:10px 14px;
}

.employee-role-table--compact tbody td{
    padding:8px 14px;
}

.employee-role-count-cell{
    text-align:right;
    white-space:nowrap;
}

.employee-role-footer{
    padding:14px;
    color:#1d4ed8;
    font-size:14px;
    font-weight:500;
}

.employee-modal{
    max-width:980px;
}

.employee-text-dialog{
    max-width:560px;
}
