:root {
    /* lastheard  key up bg colour and tg button*/
    --lastheard-keyedup: #28a745e0;
    --TGButtonText: #060606;
    --TGSignButton: #ff9b00;
    --TGButtonTextHover: #ff9b00;
    --TGSignButtonHover: #060606;
    --CSButtonlegacy: #b7b4b4;
    --CSButtonlegacyText: black;
    /* lastheard  key up bg colour and tg button end*/
    /*session legend start  */
    --Session-Header: #676967;
    --session-legacy: rgb(211, 142, 51);
    --session-uuid: #F44336;
    --session-handshake: blue;
    --session-Secured: rgb(138 138 138);
    /*session legend End  */
    /* Alc button color full site start*/
    --ACLButtontext: #fff;
    --ACLButton: #007bff;
    --ACLButtontextHover: #060606;
    --ACLButtonHover: #ff9b00;
    /* Alc button color full site end*/
    /* message banners across site start */
    --error_message: #ff0000;
    --success_message: #28a745;
    --BGsuccess_message: #28a745;
    /*message banners across site end  */
    /* popovers header  */
    --popheader: var(--bg-darknav);
    /*  breakpoint setting and fonts etc.. */
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 736px;
    --breakpoint-lg: 892px;
    --breakpoint-xl: 1020px;
    --font-size: 16px;
    --font-weight: 100;
    --line-height: 23px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}