﻿/* Account Status Cell */
.status-active {
    background-color: #E6F3E8;
    color: #006616;
    border: 1px solid #006616;
}

.status-banned {
    background-color: #FCE8E8;
    color: #A90F0F;
    border: 1px solid #A90F0F;
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    gap: 0.25rem;
    font-weight: 400;
    font-size: 1em;
}

.status-icon {
    font-size: 16px;  
}