html[data-theme-color="custom-color"] {
  --bs-body-color: #566593;
  --bs-heading-color: #031b4e;
  --bs-heading-color-rgb: 3, 27, 78;
  --bs-primary: #a175aa;
  --bs-secondary: #031b4e;
  --bs-light: #ecf5fb;
  --bs-primary-rgb: 161, 117, 170;
  --bs-secondary-rgb: 3, 27, 78;
  --bs-light-rgb: 236, 245, 251;
  --bs-primary-text-emphasis: #402f44;
  --bs-secondary-text-emphasis: #010b1f;
  --bs-light-text-emphasis: #5e6264;
  --bs-primary-bg-subtle: #ece3ee;
  --bs-secondary-bg-subtle: #ece3ee;
  --bs-light-bg-subtle: #fbfdfe;
  --bs-primary-border-subtle: #ece3ee;
  --bs-secondary-border-subtle: #cdd1dc;
  --bs-light-border-subtle: #fbfdfe;
  --bs-primary-btn-hover-bg: #896391;
  --bs-primary-btn-hover-border-color: #896391;
  --bs-secondary-btn-hover-bg: #031742;
  --bs-secondary-btn-hover-border-color: #031742;
  --bs-light-btn-hover-bg: #c9d0d5;
  --bs-light-btn-hover-border-color: #c9d0d5;
}
html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after, html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after, html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after, html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.sub-menu-down:hover > a:after {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='%2300BDE0'/></svg>");
}
