:root {
    --theme-color: #006699;
    --theme-color-l5: #eaf8ff ;
    --theme-color-l4: #b8e7ff;
    --theme-color-l3: #70cfff;
    --theme-color-l2: #29b8ff;
    --theme-color-l1: #0096e0;
    --theme-color-d1: #005c8a;
    --theme-color-d2: #00527a;
    --theme-color-d3: #00476b;
    --theme-color-d4: #003d5c;
    --theme-color-d5: #00334d;
}

.w3-theme-l5 {color:#000 !important; background-color:#eaf8ff !important}
.w3-theme-l4 {color:#000 !important; background-color:#b8e7ff !important}
.w3-theme-l3 {color:#000 !important; background-color:#70cfff !important}
.w3-theme-l2 {color:#fff !important; background-color:#29b8ff !important}
.w3-theme-l1 {color:#fff !important; background-color:#0096e0 !important}
.w3-theme-d1 {color:#fff !important; background-color:#005c8a !important}
.w3-theme-d2 {color:#fff !important; background-color:#00527a !important}
.w3-theme-d3 {color:#fff !important; background-color:#00476b !important}
.w3-theme-d4 {color:#fff !important; background-color:#003d5c !important}
.w3-theme-d5 {color:#fff !important; background-color:#00334d !important}

.w3-theme-light {color:#000 !important; background-color:#eaf8ff !important}
.w3-theme-dark {color:#fff !important; background-color:#00334d !important}
.w3-theme-action {color:#fff !important; background-color:#00334d !important}

.w3-theme {color:#fff !important; background-color:#006699 !important}
.w3-text-theme {color:#006699 !important}
.w3-border-theme {border-color:#006699 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#006699 !important}
.w3-hover-text-theme:hover {color:#006699 !important}
.w3-hover-border-theme:hover {border-color:#006699 !important}
