/* wwwroot/css/colors.css */
:root {
    /* default-color*/
    --thema-color: #22BB99;
    --thema-color-middle-light: #C9EDDD;
    --thema-color-light: #E7F6F2;
    --thema-color-warning: #FD4346;
    --thema-color-warning-light: #FFF3F3;
    --thema-color-accent: #FE981B;
    --thema-color-border: #CDCDCD;
    --thema-color-background-ivory: #F8EFE3;
    --thema-color-background-light-grey: #ECECEC;
    --thema-color-background-pale-grey: #F8F7F7;
    --thema-color-text: #212121;
    --thema-color-text-light: #757575;
    --thema-color-text-more-light: #CFCFCF;
    --thema-color-helper-brown: #C9B69F;
    --thema-color-light-red: #FFC8C8;
    --thema-color-light-yellowgreen: #F2FFF4;
    --thema-color-warning-yellow: #FFA60B;
    --thema-color-error-red: #EC1C1C;
    --thema-color-yellowgreen: #2FCA3C;
    --thema-color-lightgreen: #E7F6F2;

    /* job plate color */
    --thema-color-job-plate-grey: #ABABAB;
    --thema-color-job-plate-orange: #FF810B;
    --thema-color-job-plate-red: #FD4346;
    /* schedull color */
    --thema-color-cell-background-ivory: #FFF9F1;
    --thema-color-unassigned-bar-red: #FF7B7D;
    /* Helper Login Color */
    --thema-color-helper-black: #000000;
    --thema-color-helper-brown: #62574D;
    --thema-color-helper-middle-brown: #A09285;
    --thema-color-helper-light-brown: #B5AAA0;
    /* Helper Time Bar Color */
    --thema-color-Time-bar-orenge: #FF810B;
    --thema-color-Time-bar-ivory: #C9B69F;
    --thema-color-Time-bar-red: #FD4346;
    --thema-color-Time-bar-light-red: #FFD2D2;
}