/* National Accounts — list page */

.na-row-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#national-accounts-table .actions-cell {
    text-align: right;
}

.no-results {
    text-align: center;
    padding: 48px 16px;
    color: #94a3b8;
}

.no-results i {
    font-size: 40px;
    margin-bottom: 12px;
    display: block;
}
