

:root {

    --body-bg-color: #f4f4f5;
    --theme-text-primary: #666666;
    --sidemenu-active-bg: #f4ecff;

    /* --theme-primary: #7957d5;
    --theme-hover: #714dd2;
    --theme-not-active: #7957d540;
    --theme-active: #6943d0;
    --theme-text-light: #552fbc;
    --theme-text-hover: #5a32c7;
    --theme-text-dark-hover: #704bd2;
    --theme-gradient-dark: #3725d4;
    --theme-gradient-lite: #9b67df;
    --theme-input-focused: #7957d5cc;
    --theme-input-passive: #7957d5e6;
    --theme-datepicke-today-bg: #7957d580;
    --theme-datepicke-event: #aa94e4; */

    /*--theme-primary: #d93a43;*/
    --theme-primary: #4a4a4a;
    --theme-hover: #fea50e;
    --theme-not-active: #fea50e;
    --theme-active: #e0ad3d;
    --theme-text-light: #612629;
    --theme-text-hover: #4a4a4a;
    --theme-text-dark-hover: #b4343b;
    --theme-gradient-dark: #3725d4;
    --theme-gradient-lite: #9b67df;
    --theme-input-focused: #cf4a50d0;
    --theme-input-passive: #b4343aaf;
    --theme-datepicke-today-bg: #b4343a4b;
    --theme-datepicke-event: #b4343a52;
    
}