.container_send_logist_msg{
    flex: 1 1 auto;
    margin-bottom: 20px;
}
.container_tab_logist > .text_tab{
    background-color:transparent;
    font-weight:bold;
    font-size:20px;
    color: var(--bac-color);
}
.container_tab_logist{
    border-bottom: 1px solid #cdcdcd;
}
.container_info_logist{
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
}
.container_info_logist > .title_info{
    font-weight: bold;
    color: var(--bac-color);
    font-size: 18px;
    margin-bottom: 10px;
}
.li_info_logist > td{
    border-left: 0!important;
}
.li_info_logist > .placeholder_info{
    font-weight: bold;
}

@media(max-width: 1600px){
    .title_info,
    .placeholder_info,
    .content_info{
        font-size: calc(13px + (16 - 13) *(100vw - 320px) / (1600 - 320));
    }
    .container_tab_logist > .text_tab{
        font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1600 - 320));
    }
    .container_info_logist > .title_info{
        font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1600 - 320));
    }
}