/* This css is auto-created by the Client class - do not edit directly */

:root {
--gr-primary: #1F9659;
--gr-secondary: #FCC200;
--gr-background: #EDF1F7;
--gr-font: poppins,sans-serif;
--gr-radius:10px;
--gr-buttonradius:50px;
--gr-primary-light: #05519330;
--gr-secondary-light: #FCC20030;
--gr-splash:url("https://devroot.greenredeem.co.uk/websites/AD2902966/images/tw-login-splash.png");
--gr-coin:url("https://devroot.greenredeem.co.uk/websites/AD2902966/images/grunhub_points_coin.png");
--gr-news:url("https://devroot.greenredeem.co.uk/websites/AD2902966/images/gh-news-circle.png");

--gr-donate: url("https://devroot.greenredeem.co.uk/websites/AD2902966/images/gh-donatepage-icon.png");
--gr-prize: url("https://devroot.greenredeem.co.uk/websites/AD2902966/images/gh-prizedrawpage-icon.png");
--gr-dashprize:url("https://devroot.greenredeem.co.uk/websites/AD2902966/images/gh-dashboard-widget-prize-oct23.png");
}

a:link {
  text-decoration: none;
}

.header{
background-color:var(--gr-primary); 
}

.header-contain{
background-color:var(--gr-primary); 
}

.logo-desktop {
            background-image: url(../images/__6855381697449290Nav-Kmgreenredeem-Desktop-logo549182831.png) !important;
}

.logo-mobile {
            background-image: url(../images/__6664181692339157NHSPartner_MobileLogo_145x50366729378.png) !important;
}

.gr-primary-text {
            color: #21a141;
}

.gr-primary-background {
            background-color: #21a141;
            color: #000000;
}

.gr-secondary-text {
            color: #280b0b;
}

.gr-secondary-background {
            background-color: #280b0b;
            color: #000000;
}