#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;
} .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;
}  #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;
}.er-flex {
display: flex;
}
.er-space-x-2 {
gap: 8px;
}
.er-space-x-3 {
gap: 12px;
}
.er-space-x-4 {
gap: 16px;
}
.er-kanban-columns {
justify-content: center;
margin-top: 40px;
}
.er-kanban-column {
width: 300px;
min-height: 400px;
padding: 10px;
background-color: #f4f5f75e;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.er-kanban-column h3 {
font-size: 18px;
font-weight: 300;
color: #333;
background: #ffffff42;
padding: 6px 10px;
text-align: center;
}
.er-kanban-item {
padding: 10px;
margin: 10px 0;
background-color: #ffffff;
cursor: grab;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.er-kanban-item:active {
cursor: grabbing;
}
.er-ui-state-highlight {
background: #f3f4f6;
border: 2px dashed #cbd5e0;
height: 50px;
margin: 10px 0;
border-radius: 4px;
}
.er-empty-column-placeholder {
color: #999;
font-size: 0.875rem;
text-align: center;
margin: 20px 0;
}
.er-kanban-item:hover {
background-color: #f9f9f9;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.er-dragging {
transform: rotate(-3deg);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.er-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 40;
display: none;
max-width: 100% !important;
}
.er-modal {
top: calc(50% - 300px);
left: calc(50% - 350px);
z-index: 50;
background: white;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 20px;
display: none;
width: 700px;
max-height: 80vh;
overflow-y: auto;
position: relative;
max-height: 600px;
}
.er-close-modal {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
font-size: 18px;
font-weight: bold;
color: #333;
background: none;
border: none;
}
#er-modal-title {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 1rem;
color: #333;
}
#er-modal-description {
font-size: 1rem;
color: #555;
margin-bottom: 1rem;
margin-top: 1.5rem;
}
.er-vote-btn {
align-items: center;
gap: 4px;
cursor: pointer;
background: #f5f5f5;
font-size: 1rem;
padding: 1px 4px;
border-radius: 4px;
border: 1px solid #ebebeb;
}
.er-vote-btn svg {
width: 20px;
height: 20px;
}
#er-upvote-count,
#er-downvote-count {
font-size: 1rem;
font-weight: bold;
color: #333;
}#easyroadmap-modal {
position: fixed;
background: #c8c8c859;
top: 0;
border: 0;
left: 0;
right: 0;
height: 100%;
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
}
.wp-admin #easyroadmap-modal {
left: 160px;
}
#easyroadmap-modal-loader {
position: absolute;
}#easysuite-ai-modal {
position: fixed;
background: #c8c8c859;
top: 0;
border: 0;
left: 0;
right: 0;
height: 100%;
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
}
.wp-admin #easysuite-ai-modal {
left: 160px;
}
#easysuite-ai-modal-loader {
position: absolute;
}