/* Styling for table columns */
.column-sync_status {
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 100%;
}

.column-sync_status > svg {
    display: block;
}

#insert_status .status-holder > div {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: .25em;
}
