:root {
        /* platformColor */ 
    --platformColor: #004051 !important;

        /* platformColorActive */ 
    --platformColorActive: #36606f !important;

        /* flashyColor */ 
    --flashyColor: #03bac1 !important;

        /* flashyColorActive */ 
    --flashyColorActive: #05fffa !important;

        /* uncheckColor */ 
    --uncheckColor: #01201D !important;

        /* uncheckColorActive */ 
    --uncheckColorActive: #000D0C !important;

        /* dangerColor */ 
    --dangerColor: #cc0000 !important;

        /* dangerColorActive */ 
    --dangerColorActive: #ff0000 !important;

        /* backgroundColor */ 
    --backgroundColor: #001616 !important;

        /* containerColor */ 
    --containerColor: #002029 !important;

        /* onBackgroundColor */ 
    --onBackgroundColor: #e7e7e7 !important;

        /* onBackgroundColorActive */ 
    --onBackgroundColorActive: #fff9fa !important;

        /* onColor */ 
    --onColor: #e7e7e7 !important;

        /* onColorActive */ 
    --onColorActive: #fff9fa !important;

        /* borderColor */ 
    --borderColor: #3a6978 !important;

        /* shadowColor */ 
    --shadowColor: #1d353c !important;

        /* overallColor */ 
    --overallColor-blue: #0099ff !important;
    --overallColor-purple: #cc00ff !important;
    --overallColor-yellow: #ffaa00 !important;
    --overallColor-orange: #ff6600 !important;
    --overallColor-red: #cc0000 !important;
    --overallColor-lime: #b4ff00 !important;
    --overallColor-green: #00cc00 !important;
    --overallColor-gray: #8a8a8a !important;
    --overallColor-pink: #ff00a6 !important;
    --overallColor-white: #e7e7e7 !important;

        /* commonColors */ 
    --commonColors-datakorum: #0062a7 !important;
    --commonColors-admin: #00ffff !important;
    --commonColors-analyst: #9900ff !important;
    --commonColors-user: #ff9900 !important;
    --commonColors-online: #00ffcc !important;
    --commonColors-offline: #ff0000 !important;
    --commonColors-notinstalled: #bababa !important;
    --commonColors-excellent: #00ff99 !important;
    --commonColors-good: #0099ff !important;
    --commonColors-mid: #ffaa00 !important;
    --commonColors-edge: #ff6600 !important;

}

.imageLogoRef {
    background-image: url('../assets/images/logos/platformLogoSvg.svg');
}

.imageLoginRef {
    background-image: url('../assets/images/backgrounds/Trango_HES-login.png');
}

