:root {
    --theme-color: #04a936;
    --theme-color-l5: #ebfef1 ;
    --theme-color-l4: #bdfdd1;
    --theme-color-l3: #7cfca2;
    --theme-color-l2: #3afa74;
    --theme-color-l1: #06eb4b;
    --theme-color-d1: #049830;
    --theme-color-d2: #03872b;
    --theme-color-d3: #037626;
    --theme-color-d4: #036520;
    --theme-color-d5: #02551b;
}

.w3-theme-l5 {color:#000 !important; background-color:#ebfef1 !important}
.w3-theme-l4 {color:#000 !important; background-color:#bdfdd1 !important}
.w3-theme-l3 {color:#000 !important; background-color:#7cfca2 !important}
.w3-theme-l2 {color:#000 !important; background-color:#3afa74 !important}
.w3-theme-l1 {color:#fff !important; background-color:#06eb4b !important}
.w3-theme-d1 {color:#fff !important; background-color:#049830 !important}
.w3-theme-d2 {color:#fff !important; background-color:#03872b !important}
.w3-theme-d3 {color:#fff !important; background-color:#037626 !important}
.w3-theme-d4 {color:#fff !important; background-color:#036520 !important}
.w3-theme-d5 {color:#fff !important; background-color:#02551b !important}

.w3-theme-light {color:#000 !important; background-color:#ebfef1 !important}
.w3-theme-dark {color:#fff !important; background-color:#02551b !important}
.w3-theme-action {color:#fff !important; background-color:#02551b !important}

.w3-theme {color:#fff !important; background-color:#04a936 !important}
.w3-text-theme {color:#04a936 !important}
.w3-border-theme {border-color:#04a936 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#04a936 !important}
.w3-hover-text-theme:hover {color:#04a936 !important}
.w3-hover-border-theme:hover {border-color:#04a936 !important}