:root {
        /* platformColor */ 
    --platformColor: #00569C;

        /* platformColorActive */ 
    --platformColorActive: #337CB3;

        /* flashyColor */ 
    --flashyColor: #00C4D8;

        /* flashyColorActive */ 
    --flashyColorActive: #4DE9F3;

        /* uncheckColor */ 
    --uncheckColor: #002A40;

        /* uncheckColorActive */ 
    --uncheckColorActive: #001621;

        /* dangerColor */ 
    --dangerColor: #D00028;

        /* dangerColorActive */ 
    --dangerColorActive: #FF0038;

        /* backgroundColor */ 
    --backgroundColor: #001523;

        /* containerColor */ 
    --containerColor: #002033;

        /* onBackgroundColor */ 
    --onBackgroundColor: #E8ECEF;

        /* onBackgroundColorActive */ 
    --onBackgroundColorActive: #FFFFFF;

        /* onColor */ 
    --onColor: #E8ECEF;

        /* onColorActive */ 
    --onColorActive: #FFFFFF;

        /* borderColor */ 
    --borderColor: #3B6F8C;

        /* shadowColor */ 
    --shadowColor: #1C3240;

        /* overallColor */ 
    --overallColor-blue: #0078CE;
    --overallColor-purple: #9D00FF;
    --overallColor-yellow: #FFB300;
    --overallColor-orange: #FF6A1A;
    --overallColor-red: #D00028;
    --overallColor-lime: #B8FF1F;
    --overallColor-green: #00D23A;
    --overallColor-gray: #8A8A8A;
    --overallColor-pink: #FF1EB0;
    --overallColor-white: #E8ECEF;

        /* commonColors */ 
    --commonColors-datakorum: #0074C2;
    --commonColors-admin: #00F0FF;
    --commonColors-analyst: #8500FF;
    --commonColors-user: #FF9B1F;
    --commonColors-online: #00FFD5;
    --commonColors-offline: #FF0028;
    --commonColors-notinstalled: #BFBFBF;
    --commonColors-excellent: #00FFA5;
    --commonColors-good: #007CE8;
    --commonColors-mid: #FFBB1F;
    --commonColors-edge: #FF6E28;

}

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

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

