/* EasyCall — style.css v7 — Violet theme */

/* ═══════════════════════════════════════════════════════════════
   VARIABLES MODE CLAIR
   ═══════════════════════════════════════════════════════════════ */
:root {
  --ctys-primary:       #7c3aed;
  --ctys-dark:          #5b21b6;
  --ctys-light:         #ede9fe;
  --ctys-th-bg:         #f3f0ff;
  --ctys-th-txt:        #4c1d95;
  --ctys-row-odd:       #ffffff;
  --ctys-row-even:      #faf7ff;
  --ctys-hover:         #ede9fe;
  --ctys-checked:       #ddd6fe;
  --ctys-link:          #7c3aed;
  --ctys-ok:            #27ae60;
  --ctys-warn:          #e67e22;
  --ctys-err:           #c0392b;
  --ctys-grey:          #6b7280;
  --ctys-bg-page:       #f7f5ff;
  --ctys-bg-card:       #ffffff;
  --ctys-bg-section:    #f7f5ff;
  --ctys-bg-input:      #ffffff;
  --ctys-bg-hover:      #ede9fe;
  --ctys-bg-accent:     #f3f0ff;
  --ctys-bg-odd:        #ffffff;
  --ctys-bg-even:       #faf7ff;
  --ctys-bg-warn:       #fff8e1;
  --ctys-bg-err:        #fdecea;
  --ctys-bg-ok:         #eafaf1;
  --ctys-text-main:     #3b0764;
  --ctys-text-sub:      #4c1d95;
  --ctys-text-muted:    #7c5cbf;
  --ctys-text-link:     #7c3aed;
  --ctys-text-mute2:    #6d3bae;
  --ctys-text-mute3:    #8b6abf;
  --ctys-text-mute4:    #a08acc;
  --ctys-text-warn:     #92400e;
  --ctys-text-err:      #c0392b;
  --ctys-text-ok:       #1a6b3c;
  --ctys-border:        #c4b5fd;
  --ctys-border-light:  #ddd6fe;
  --ctys-border-warn:   #f59e0b;
  --ctys-border-err:    #f5b7b1;
  --ctys-grad-1:        #5b21b6;
  --ctys-grad-2:        #7c3aed;
  --ctys-shadow:        0 2px 12px rgba(91,33,182,.09);
  --ctys-shadow-lg:     0 8px 30px rgba(0,0,0,.12);
}


div.mainmenu.easycall span::before {
content: "\f879" !important;
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
