.wpst{
    font-family: Roboto,sans-serif,arial;
}
.wpst-label {
    display: inline-block;
    padding: 2px 8px;
    font-weight: 700;
    color: #fff;
    vertical-align: baseline;
    border-radius: 3px;
}
.wpst-ticket-list .table{
    table-layout: fixed;
    border: none;
    margin: auto;
}
.wpst-ticket-list .table thead th {
    color: #495057;
}
.wpst-ticket-list .table tbody{
    font-size: 13px;
}
.wpst-filter-search-tickets {
    margin-bottom: 20px;
}
form#wpst-filter select{
    margin-right: 14px;
}
.wpst-pagination{
    display: inline-block;
    margin: 20px 0;
    border: none;
}
.wpst-pagination ul.pagination{margin-left: 0;}

.wpst-ticket-card {
    border: 2px solid rgba(0,0,0,.125);
    display: block;
    margin-bottom: 29px;
}
.wpst-ticket-card .hr {
    background: #e5e5e5;
}
.wpst-ticket-status .wpst-label{
    font-size: 12px;
    line-height: 17px;
}
.wpst-ticket-info {
    padding: 13px 0 5px 0;
    line-height: 29px;
}
.wpst-reply-btn{
    display: block;
    width: 100%;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}
.wpst-ticket-replies{margin-top: 29px;}
.wpst-reply-single{margin-bottom: 16px;}
.wpst_ticket_replies_row_staff .card,.wpst_ticket_replies_row .card{
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.wpst_ticket_replies_row .card{border: 1px solid #ddd;}
.wpst_ticket_replies_row .card-header {    color: #333;background-color: #f5f5f5;border-bottom: 1px solid #ddd;}

.wpst_ticket_replies_row_staff .card{border: 1px solid #faebcc;}
.wpst_ticket_replies_row_staff .card-header {color: #8a6d3b;background-color: #fcf8e3;border-bottom: 1px solid #faebcc;}
#wpst-reply-ticket{
    margin-top: 29px;
}
.wpst-ticket-date,.wpst-ticket-product{font-size:13px;}
.wpst-ticket-subtitle span {
    margin-right: 15px;
}
#wpst_files_wrapper{
    background: #fcf8e3;
    margin-top: 19px;
    margin-bottom: 19px;
    padding: 10px;
    color: #8a6d3b;
    border: 1px dashed #faebcc;
}
.wpst-details-attachements{
    background: #fafafa;
    padding: 10px;
    border: 1px dashed #ececec;
    margin-top: 20px;
}
.wpst-attachements{
    font-size: 12px;
    background: #fafafa;
    padding: 1px 11px 1px 11px;
    border: 1px dashed #ececec;
}
.wpst-attachements li {
    margin-bottom: 8px;
    display: inline-block;
}
.wpst-attachements span {
    font-size: 18px;
    margin-top: 3px;
}
.wpst-attachements a {
    text-decoration: none;
    background: #6baece2e;
    font-weight: 500;
    padding: 5px;
    border-radius: 11px;
}