/* CodingRepo dark-theme compatibility for Top Customer Support 0.1.139. */
body.page .listivo-blog-title {
    display: none;
}

html[data-cr-theme='dark'] .tcs-portal,
body[data-cr-theme='dark'] .tcs-portal,
html[data-cr-theme='dark'] .tcs-agent-workspace,
body[data-cr-theme='dark'] .tcs-agent-workspace {
    color: #dbe7f3;
}

html[data-cr-theme='dark'] .tcs-brand-header,
html[data-cr-theme='dark'] .tcs-kb-search,
html[data-cr-theme='dark'] .tcs-help-actions,
body[data-cr-theme='dark'] .tcs-brand-header,
body[data-cr-theme='dark'] .tcs-kb-search,
body[data-cr-theme='dark'] .tcs-help-actions {
    background: #17283a;
    color: #dbe7f3;
}

html[data-cr-theme='dark'] .tcs-brand-header h2,
html[data-cr-theme='dark'] .tcs-brand-welcome,
html[data-cr-theme='dark'] .tcs-knowledge-heading h2,
html[data-cr-theme='dark'] .tcs-kb-topic h3 a,
html[data-cr-theme='dark'] .tcs-help-actions h2,
body[data-cr-theme='dark'] .tcs-brand-header h2,
body[data-cr-theme='dark'] .tcs-brand-welcome,
body[data-cr-theme='dark'] .tcs-knowledge-heading h2,
body[data-cr-theme='dark'] .tcs-kb-topic h3 a,
body[data-cr-theme='dark'] .tcs-help-actions h2 {
    color: #f5f9ff;
}

html[data-cr-theme='dark'] .tcs-eyebrow,
body[data-cr-theme='dark'] .tcs-eyebrow {
    color: #a9bad0;
}

html[data-cr-theme='dark'] .tcs-kb-topic h3,
body[data-cr-theme='dark'] .tcs-kb-topic h3 {
    border-bottom-color: #52677f;
}

html[data-cr-theme='dark'] .tcs-kb-topic li a,
html[data-cr-theme='dark'] .tcs-kb-common-topics a,
html[data-cr-theme='dark'] .tcs-brand-powered-by a,
body[data-cr-theme='dark'] .tcs-kb-topic li a,
body[data-cr-theme='dark'] .tcs-kb-common-topics a,
body[data-cr-theme='dark'] .tcs-brand-powered-by a {
    color: #9ac9ff;
}

html[data-cr-theme='dark'] .tcs-kb-see-all,
html[data-cr-theme='dark'] .tcs-kb-topic-icon,
body[data-cr-theme='dark'] .tcs-kb-see-all,
body[data-cr-theme='dark'] .tcs-kb-topic-icon {
    color: #5eead4;
}

html[data-cr-theme='dark'] .tcs-kb-search input[type='search'],
body[data-cr-theme='dark'] .tcs-kb-search input[type='search'] {
    background: #fff;
    color: #17283a;
}

html[data-cr-theme='dark'] .tcs-kb-search input[type='search']::placeholder,
body[data-cr-theme='dark'] .tcs-kb-search input[type='search']::placeholder {
    color: #59687a;
    opacity: 1;
}

html[data-cr-theme='dark'] :where(.tcs-new-ticket, .tcs-ticket-list, .tcs-ticket-detail, .tcs-login-required, .tcs-guest-session, .tcs-kb-card, .tcs-kb-empty, .tcs-kb-search-results),
body[data-cr-theme='dark'] :where(.tcs-new-ticket, .tcs-ticket-list, .tcs-ticket-detail, .tcs-login-required, .tcs-guest-session, .tcs-kb-card, .tcs-kb-empty, .tcs-kb-search-results) {
    background: #17283a;
    border-color: #52677f;
    color: #dbe7f3;
}

html[data-cr-theme='dark'] .single-tcs_kb_article .tcs-kb-toc,
body[data-cr-theme='dark'].single-tcs_kb_article .tcs-kb-toc {
    border-inline-start-color: #52677f;
}

html[data-cr-theme='dark'] .single-tcs_kb_article .tcs-kb-toc a,
body[data-cr-theme='dark'].single-tcs_kb_article .tcs-kb-toc a {
    color: #9ac9ff;
}

html[data-cr-theme='dark'] .single-tcs_kb_article .tcs-kb-toc a[aria-current='location'],
body[data-cr-theme='dark'].single-tcs_kb_article .tcs-kb-toc a[aria-current='location'] {
    background: #27445f;
    color: #fff;
}

html[data-cr-theme='dark'] :where(.tcs-kb-feedback, .tcs-kb-support-cta),
body[data-cr-theme='dark'] :where(.tcs-kb-feedback, .tcs-kb-support-cta) {
    border-color: #52677f;
}
