.custom-section .flex.items-center.justify-between.gap-x-3 {
    justify-content: center;
}

.custom-section .fi-in-text{
    display: flex;
    justify-content: center;
}

.custom-section .truncate {
    overflow: auto;
    text-overflow: unset;
    white-space: wrap;
}

.status-title {
    font-size: 0.75rem;
    line-height: 0.4rem;
    text-align: center;
    color: #808080;
    font-weight: 500;
}