.table-icon{

    width:48px;
    height:48px;

    border-radius:18px;

    background:#dbeafe;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#2563eb;

    font-size:22px;

}