#easyhelp-tickets-content {
    background: #fff;
    padding: 1em 2em;
}
#easyhelp-tickets-content h2 {
    font-size: 30px;
    font-size: 2em;
    font-weight: 600;
    line-height: 2em;
}
.easyhelp-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;
}
/* ticket status badge */
.easyhelp-tickets-status, .easyhelp-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;
}
.easyhelp-tickets-status-publish, .easyhelp-tickets-status-publish:hover {
    background: #0e890e;
    color: #fff;
    border-color: #0e890e;
}
.easyhelp-tickets-status-open, .easyhelp-tickets-status-open:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}
.easyhelp-tickets-status-in-progress, .easyhelp-tickets-status-in-progress:hover {
    background: #17a2b8;
    color: #fff;
    border-color: #17a2b8;
}
.easyhelp-tickets-status-waiting, .easyhelp-tickets-status-waiting:hover {
    background: #fd7e14;
    color: #000;
    border-color: #fd7e14;
}
.easyhelp-tickets-status-on-hold, .easyhelp-tickets-status-on-hold:hover {
    background: #ffc107;
    color: #212529;
    border-color: #ffc107;
}
.easyhelp-tickets-status-resolved, .easyhelp-tickets-status-resolved:hover {
    background: #28a745;
    color: #fff;
    border-color: #28a745;
}
.easyhelp-tickets-status-cancelled, .easyhelp-tickets-status-cancelled:hover {
    background: #dc3545;
    color: #fff;
    border-color: #dc3545;
}
.easyhelp-tickets-status-closed, .easyhelp-tickets-status-closed:hover {
    background: #6c757d;
    color: #fff;
    border-color: #6c757d;
}
.easyhelp-tickets-status-reopened, .easyhelp-tickets-status-reopened:hover {
    background: #ff5733;
    color: #fff;
    border-color: #ff5733;
}
/* ticket status badge ends */

/* login form */
#easyhelp-tickets-login-wrap {
    width: 400px;
}
#easyhelp-tickets-tickets-meta {
    margin-bottom: 20px;
}
.easyhelp-tickets-field-wrapper > * {
    display: grid;
}
.easyhelp-tickets-field-wrapper select {
    width: 100%;
}
#easyhelp-tickets-edit-modal {
    width: 600px;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 6px;
    position: fixed;
    z-index: 99;
    background: #fff;
}
#easyhelp-tickets-edit-form p {
    margin-bottom: 10px;
}
#easyhelp-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-easyhelp_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;
}
#easyhelp-tickets-tickets-meta {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
#easyhelp-tickets-tickets-filter .active {
    font-weight: bold;
}
.easyhelp-tickets-tickets-table .unattended {
    background: #ff000012;
}