#helpwp-tickets-content {
background: #fff;
padding: 1em 2em;
}
#helpwp-tickets-content h2 {
font-size: 30px;
font-size: 2em;
font-weight: 600;
line-height: 2em;
}
.helpwp-tickets-button {
background: #fff;
padding: 1px 4px;
font-size: 12px;
margin: 0 10px;
border: 1px solid;
font-weight: normal;
height: 22px;
line-height: 20px;
color: #000;
} .helpwp-tickets-status, .helpwp-tickets-status:hover {
background: #fff;
padding: 1px 4px;
font-size: 12px;
margin: 0 10px;
border: 1px solid;
font-weight: normal;
height: 22px;
line-height: 20px;
}
.helpwp-tickets-status-publish, .helpwp-tickets-status-publish:hover {
background: #0e890e;
color: #fff;
border-color: #0e890e;
}
.helpwp-tickets-status-open, .helpwp-tickets-status-open:hover {
background: #007bff;
color: #fff;
border-color: #007bff;
}
.helpwp-tickets-status-in-progress, .helpwp-tickets-status-in-progress:hover {
background: #17a2b8;
color: #fff;
border-color: #17a2b8;
}
.helpwp-tickets-status-waiting, .helpwp-tickets-status-waiting:hover {
background: #fd7e14;
color: #000;
border-color: #fd7e14;
}
.helpwp-tickets-status-on-hold, .helpwp-tickets-status-on-hold:hover {
background: #ffc107;
color: #212529;
border-color: #ffc107;
}
.helpwp-tickets-status-resolved, .helpwp-tickets-status-resolved:hover {
background: #28a745;
color: #fff;
border-color: #28a745;
}
.helpwp-tickets-status-cancelled, .helpwp-tickets-status-cancelled:hover {
background: #dc3545;
color: #fff;
border-color: #dc3545;
}
.helpwp-tickets-status-closed, .helpwp-tickets-status-closed:hover {
background: #6c757d;
color: #fff;
border-color: #6c757d;
}
.helpwp-tickets-status-reopened, .helpwp-tickets-status-reopened:hover {
background: #ff5733;
color: #fff;
border-color: #ff5733;
}  #helpwp-tickets-login-wrap {
width: 400px;
}
#helpwp-tickets-tickets-meta {
margin-bottom: 20px;
}
.helpwp-tickets-field-wrapper > * {
display: grid;
}
.helpwp-tickets-field-wrapper select {
width: 100%;
}
#helpwp-tickets-edit-modal {
width: 600px;
margin: 0 auto;
border: 1px solid #ddd;
padding: 20px;
border-radius: 6px;
position: fixed;
z-index: 99;
background: #fff;
}
#helpwp-tickets-edit-form p {
margin-bottom: 10px;
}
#helpwp-tickets-close {
position: absolute;
right: -5px;
top: -5px;
background: black;
height: 20px;
width: 20px;
line-height: 20px;
font-size: 20px;
text-align: center;
color: #fff;
}
.single-helpwp_ticket #comments section.comment img {
border: 1px solid #ddd;
box-shadow: 0 0 8px 4px #e5e5e5;
border-radius: 10px;
margin: 10px auto;
max-width: 900px;
}
#helpwp-tickets-tickets-meta {
margin-bottom: 20px;
display: flex;
justify-content: space-between;
}
#helpwp-tickets-tickets-filter .active {
font-weight: bold;
}
.helpwp-tickets-tickets-table .unattended {
background: #ff000012;
}