.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;
}#helpwp-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 #helpwp-modal {
left: 160px;
}
#helpwp-modal-loader {
position: absolute;
}.helpwp-docs-doc-container {
background: #fff;
}
.helpwp-docs-doc-container:not(:has(.helpwp-docs-lists)) {
display: grid;
grid-template-columns: 300px 1fr;
gap: 30px;
}
.mobile #primary.helpwp-docs-doc {
display: block;
padding: 20px;
}
.mobile #primary.helpwp-docs-doc .helpwp-docs-doc-container {
grid-template-columns: 1fr;
}
.mobile #helpwp-docs-doc-sidebar {
margin-bottom: 30px;
}
#helpwp-docs-doc-content ul {
margin: 0 0 24px 48px !important;
}
#helpwp-docs-doc-content li {
margin-bottom: 12px !important;
}
#helpwp-docs-doc-content h2,
#helpwp-docs-doc-content h3,
#helpwp-docs-doc-content h4,
#helpwp-docs-doc-content h5,
#helpwp-docs-doc-content h6,
#helpwp-docs-doc-content p {
margin-bottom: 24px !important;
} @media (max-width: 768px) {
.helpwp-docs-doc-wrapper {
padding: 10px 0;
}
.helpwp-docs-doc-container {
margin: 0 10px;
border-radius: 4px;
}
#primary.helpwp-docs-doc {
padding: 20px;
grid-template-columns: 1fr;
gap: 20px;
}
.helpwp-docs-doc-container .helpwp-docs-lists {
grid-template-columns: 1fr;
gap: 20px;
}
}
.helpwp-docs-docs {
list-style: none;
padding-left: 0 !important;
}
.helpwp-docs-docs > li:not(:last-child) {
padding-bottom: 12px;
}
.helpwp-docs-docs-list,
.helpwp-docs-docs-result {
margin: auto;
list-style: none;
}
.helpwp-docs-docs-category {
margin-bottom: 5px;
}
.helpwp-docs-docs-category-title {
cursor: pointer;
background: #f3f3f3;
padding: 15px 20px;
border-radius: 4px;
font-size: 16px;
}
.helpwp-docs-doc-single {
border-bottom: 1px solid #f3f3f3;
padding: 10px 15px;
}
.helpwp-docs-doc-single:last-child {
border-bottom: 0px solid #f3f3f3;
padding-bottom: 10px;
}
#helpwp-docs-doc-title {
margin-bottom: 20px;
border-bottom: 2px solid #e9ecef;
padding-bottom: 15px;
margin-top: 0;
font-size: 2rem;
font-weight: 600;
color: #2c3e50;
}
.helpwp-docs-doc-single.active {
font-weight: 600;
}
#helpwp-docs-doc-search {
margin-bottom: 20px;
}
#search-wrapper {
position: relative;
width: 100%;
}
#helpwp-docs-search-input {
width: 100%;
padding-right: 30px;
box-sizing: border-box;
}
#helpwp-docs-search-icon {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
font-size: 16px;
color: #999;
cursor: pointer;
}
#helpwp-docs-rating-wrap {
display: flex;
gap: 10px;
justify-content: center;
align-items: center;
margin-top: 20px;
}
#helpwp-docs-rating-wrap p {
margin-bottom: inherit;
font-weight: 600;
}
#helpwp-docs-breadcrump {
margin-bottom: 20px;
font-size: 14px;
color: #6c757d;
}
#helpwp-docs-breadcrump a {
color: #007bff;
text-decoration: none;
}
#helpwp-docs-breadcrump a:hover {
text-decoration: underline;
} .helpwp-docs-doc-container .helpwp-docs-lists {
display: grid;
grid-template-columns: repeat(3, 1fr);;
gap: 30px;
}
.helpwp-docs-topic {
border: 1px solid #dedede75;
border-radius: 6px;
position: relative;
transition: all 0.2s;
}
.helpwp-docs-topic:hover {
box-shadow: 0px 4px 16px 2px #00000012;
}
.helpwp-docs-topic h3 {
font-size: 1.05rem;
font-weight: 400;
border-bottom: 1px solid #0000000a;
padding: 10px;
margin-bottom: 0;
background: #0000000a;
}
.helpwp-docs-topic-docs {
padding: 15px 20px;
}
.helpwp-docs-more {
text-align: right;
padding-right: 10px;
}
.helpwp-docs-more > a {
border: 1px solid #046bd200;
text-decoration: none !important;
background: #046bd2;
padding: 4px 10px;
color: #fff;
border-radius: 5px;
font-size: 14px;
}
.helpwp-docs-more > a:hover {
border: 1px solid #046bd2;
background: #ffffff;
color: #046bd2;
} .helpwp-docs-pagination-wrap {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid #e9ecef;
}
.helpwp-docs-pagination a {
text-decoration: underline;
} .helpwp-vote {
padding: 6px 10px;
font-size: 14px;
font-weight: normal;
border-radius: 16px;
}
#helpwp-docs-rating-wrap p {
margin-bottom: 0 !important;
} .single-helpwp_doc .entry-meta {
display: none;
}code[class*=language-],pre[class*=language-]{color:#ccc;background:0 0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:#ccc}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:#f08d49}.token.class-name,.token.constant,.token.property,.token.symbol{color:#f8c555}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:#cc99cd}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:#7ec699}.token.entity,.token.operator,.token.url{color:#67cdcc}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}#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;
}