.front_ticket table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eee;
}
.front_ticket table tr{
    border-bottom: 1px solid #eee;
}
.front_ticket table th{
    text-align: left;
    font-weight: 500;
    font-size: 17px;
}
.front_ticket table td{
    font-size: 15px;
}
.front_ticket table th, .front_ticket table td{
    padding: 1rem 1.5rem;
    
}
.avatar_name{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    font-size: 22px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
    justify-content: center;
    background-color: rgb(255, 198, 61);
}
.avatar_name img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: white;
}
.action-td span{
    display: inline-block;
    padding: 5px 20px;
    background-color: #156cf0;
    color: white;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}
.action-td span.close{
    background-color: #eee;
    color: #999;
}

@media screen and (max-width: 786px) {
    .front_ticket table th{
        font-size: 14px;
        white-space: nowrap;
        padding-inline-start: 0.7rem 1rem;
    }
    .front_ticket table th, .front_ticket table td{
        padding: 0.7rem 1rem;
    }
    .avatar_name{
        width: 32px;
        height: 32px;
    }
    .front_ticket table td{
        font-size: 13px;
        white-space: nowrap;
    }
    .action-td span{
        font-size: 12px;
        padding: 0.4rem 1rem;
    }
    .front_ticket table{
        display: block;
        overflow: auto;
        margin-bottom: 5rem;
    }
    .setting-content .block_message .right_order_info .head{
        font-size: 13px;
    }
    .setting-content .block_message .head{
        padding-bottom: 0.5rem;
        margin-bottom: 1rem;
    }
    .setting-content .block_message .right_order_info span{
        font-size: 13px;
    }
    .account-setting .block_message .default-block a a{
        font-size: 13px;
    }
    #sy_message_ifr{
        height: 200px !important;
    }
    .setting-content .order-question form > div .button-black{
        width: 100%;
    }
    .action-td span.close{
        min-width: 80px;
        text-align: center;
    }
    .product_preview .left .product_control_swiper .swiper-slide{
        padding-top: 0.5rem;
    }
    .woocommerce .buy-btns a.button, .buy-btns button.button_b{
        width: 48.5%;
        margin: 0;
    }
    .buy-btns{
        display: flex;
        justify-content: space-between;
    }
}