.signle_ticket, .contact_customer, .all_ticket{
    padding: 50px 0;
}
.contact_customer .text{
    margin-bottom: 23px;
}
.contact_customer .btns{
    margin-top: 70px;
    margin-bottom: 30px;
}
.contact_customer .btns .btn{
    width: 170px;
    padding: 13px 0;
    margin: 0 10px;
}
.contact_customer .btns .btn i{
    margin-right: 7px;
}
.tickets .ticket{
    padding: 15px;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    position: relative;
    color: #565656;
    margin-bottom: 25px;
}
.tickets .ticket .ticket_subject{
    color: #565656;
}
.tickets .ticket .ticket_subject:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: transparent;
}
.tickets .ticket .ticket_id span, .tickets .ticket .ticket_subject span{
    color: var(--black);
}
.tickets .ticket .ticket_status span{
    color: #e53333;
}
.tickets .ticket .last_update {
    position: absolute;
    background: #d2a768;
    color: #fff;
    padding: 3px 10px;
    top: 0;
    right: 0;
    font-size: 16px;
    border-radius: 0 5px;
}
.not_found_ticket{
    text-align: center;
}
.new_tichet {
    position: fixed;
    bottom: 15px;
    text-align: center;
}
.ticket_details{
    padding: 30px 0 0 0;
    background: #f2f2f2;
}
.ticket_details .tickets .ticket{
    margin-bottom: 0;
    padding-bottom: 30px;
}
.ticket_details .tickets .ticket .last_update {
    top: unset;
    border-radius: 0;
    bottom: 0;
}
.signle_ticket .ticket .date {
    font-size: 14px;
    color: #707070;
}
.signle_ticket .ticket .user_info{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.signle_ticket .ticket .user_info img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
}
.signle_ticket .ticket .text {
    padding-left: 59px;
}
.signle_ticket .gc_team{
    background: #f1edd7;   
}
.new_ticket_form .cus_form .form-group .form-label {
    color: var(--black);
    font-size: 18px
}
.new_ticket_form .cus_form .form-group {
    margin-bottom: 20px;
    position: relative;
}
.new_ticket_form .cus_form .file_upload .form-control{
    min-height: auto;
}
.signle_ticket .tickets .ticket .user_img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.signle_ticket .tickets .ticket.gc_team .user_img{
    background: var(--t_color);
    color: var(--white);
}
@media (max-width:767px){
    .tickets .ticket .last_update {
        font-size: 12px;
    }
    .signle_ticket .ticket .user_info img {
        width: 40px;
        height: 40px;
    }
    .signle_ticket .ticket .text {
        padding-left: 49px;
    }
    .ticket_details .tickets .ticket .last_update {
        right: -15px;
    }
    .ticket_details .tickets .ticket{
        padding: 0 0 20px 0 ;
    }
}