@charset "UTF-8";/*!
  Theme: Default
  Description: Original highlight.js style
  Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  Maintainer: @highlightjs/core-team
  Website: https://highlightjs.org/
  License: see project LICENSE
  Touched: 2021
*/pre USTOM TEMA CHATWOOT
================================ */

:root {
  --cw-primary: #5D5FEF;
  --cw-sidebar: #0A0E21;
  --cw-bg: #F7F9FC;
  --cw-text: #23272E;
}

.sidebar {
  background: var(--cw-sidebar) !important;
}

.sidebar .nav-link {
  color: #ffffff !important;
}

.sidebar .nav-link.active {
  background: var(--cw-primary) !important;
}

body, .app-container {
  background: var(--cw-bg) !important;
}


