﻿table .status-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    margin-left: 15px;
}

table .status-icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

