﻿:root {
    --page-backcolor: linear-gradient(to right, #201c47, #0081c9);
    --dark-blue: rgb(32,28,71);
    --mid-blue: rgb(0,129,201);
    --light-grey: #D0D3D4;
    --top-bar-text: #fff;
    --top-bar-backcolor: rgb(32,28,71);
    --title-text: #fff;
    --link-text: #fff;
    --link-text-hover: #fff;
    --item-text: #101010;
    --category-text: #101010;
    --button-back: rgb(32,28,71);
    --button-text: #fff;
    --list-back: #fff;
    --highlighted-text: #fff;
    --menu-level1-textcolor: rgb(32,28,71);
    --menu-level2-textcolor: rgb(32,28,71);
    --report-selected-item: rgb(0,129,201);
    --footer-text: #101010;
    --back-gradient1: linear-gradient(to right, #201c47, #201c47);
    --back-gradient2: linear-gradient(to right, #D0D3D4, #D0D3D4);
    --back-gradient3: linear-gradient(to right, #201c47, #0081c9);
    --popup-fieldbackcolor: #fff;
}
