.users-interface .users-toolbar {
    margin-bottom: 10px;
}

.users-interface .status-enabled {
    color: #2e7d32;
    font-weight: 600;
}

.users-interface .status-disabled {
    color: #c62828;
    font-weight: 600;
}

.users-interface .users-actions .btn {
    margin-right: 6px;
    margin-bottom: 6px;
}

.swal-user-grid {
    display: grid;
    gap: 10px;
    text-align: left;
}

.swal-user-grid label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
}

.swal-user-grid input,
.swal-user-grid select,
.swal-user-grid textarea {
    width: 100%;
    box-sizing: border-box;
}

.users-notify-summary {
    margin-bottom: 8px;
    text-align: left;
}

.users-notify-table-wrap {
    max-height: 420px;
    overflow: auto;
}

.users-notify-table td {
    vertical-align: top;
}
