.mf-list-table .mf-col-phone {
    width: 130px;
    white-space: nowrap;
}

.mf-list-table .mf-col-tg {
    width: 40px;
    text-align: center;
}

.mf-list-table .mf-col-check {
    width: 36px;
}

.mf-list-table .mf-col-num {
    width: 40px;
    text-align: center;
}

.mf-list-table td:nth-child(2) {
    font-weight: 500;
    color: #555;
}
/* ==========================================================
   UNIVERSAL LIST MODAL — SINGLE SCROLL STANDARD
   One scroll must live on the modal body. The table wrapper must
   not create an additional vertical scrollbar.
========================================================== */
#mfListModal .mf-list-dialog{
    display: flex;
    flex-direction: column;
    max-height: calc(100dvh - 48px);
    overflow: hidden;
}

#mfListModal .mf-list-header{
    flex: 0 0 auto;
}

#mfListModal .mf-list-body{
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto !important;
}

#mfListModal .mf-list-scroll{
    max-height: none !important;
    overflow: visible !important;
}
