/* text-center */
.text-center,
.widefat th.text-center,
.widefat thead td.text-center,
.widefat tfoot td.text-center {
    text-align: center;
}

.flex-container {
    display: flex;
    gap: 10px
}

.flex-col{
    flex-direction: column;
}

.flex-center {
    display: flex;
    align-items: center;
    text-align: center
}

.flex-v-center {
    align-items: center
}