.perm-check {
    width: 17px;
    height: 17px;
    cursor: pointer;
    accent-color: #0078d4;
}
.perm-check:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.perm-table {
    border-collapse: collapse;
}
.perm-table th {
    background: #f5f5f5;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd;
}
.perm-table th,
.perm-table td {
    padding: 7px 8px;
    text-align: center;
    font-size: 12px;
}
.perm-table th:first-child,
.perm-table td:first-child {
    text-align: left;
}
