    /* default blue theme */
    
     :root {
        /* this one color alters all the site background */
        --BackGround: #2A3F54;
        --BodyBackGround: #2A3F54;
        --wrapperBackGround: #2A3F54;
        /* this one color alters all the site TEXT */
        --Light-text: #ffffff;
        --Dark-text: #000000;
        /* alters Nav bar and footer bar backgound  */
        --bg-dark: #2A3F54;
        --bg-darknav: #2A3F54;
        /* Lastheard text and Table background and all datatables BG  */
        --LH-Text: #ffffff;
        --DatatablesBG: #353635;
        --LhTableBG: #353635;
        /* buttons for callsigns / talkgroups and sessions */
        --CallSignButton: #007bff;
        --CallSignButtonText: #ffff;
        --TalkGroupButton: #007bff;
        --btn-session-details: #1679e4;
        /* hyperlinks and navbar hover  and focus */
        --hyperlink: #ffff00;
        --hyperlinkhover: #f5ae06;
        --navbarhoverover: #09ff00;
        --navbarhoveroverbs: #82ed51;
        --navbarfocus: #48e242a1;
        /* Border backgrounds and box shadow acl as well */
        --BorderBG: #51cbee;
        --box-shadow: 0 0 5px #51cbee;
        --box-shadowacl: 0 0 0px #51cbee;
        --tableData: #555454;
        /* Modal main colours */
        --modelbodybg: #0a290a;
        --modelheaderbg: #000000;
        --modal-color: #ffffff;
        /* index gridstack Border */
        --gridstackborder: #49505773;
    }