.w3-theme-l5 {color:#000 !important; background-color:#edf0fa !important}
.w3-theme-l4 {color:#000 !important; background-color:#c2cbed !important}
.w3-theme-l3 {color:#fff !important; background-color:#8598dc !important}
.w3-theme-l2 {color:#fff !important; background-color:#4864ca !important}
.w3-theme-l1 {color:#fff !important; background-color:#2c4398 !important}
.w3-theme-d1 {color:#fff !important; background-color:#182452 !important}
.w3-theme-d2 {color:#fff !important; background-color:#152049 !important}
.w3-theme-d3 {color:#fff !important; background-color:#121c40 !important}
.w3-theme-d4 {color:#fff !important; background-color:#101837 !important}
.w3-theme-d5 {color:#fff !important; background-color:#0d142d !important}

.w3-theme {color:#fff !important; background-color:#1a2859 !important}

:root {
  --w3-theme-l5-color: #000;
  --w3-theme-l5-background-color: #edf0fa;
  --w3-theme-l4-color: #000;
  --w3-theme-l4-background-color: #c2cbed;
  --w3-theme-l3-color: #fff;
  --w3-theme-l3-background-color: #8598dc;
  --w3-theme-l2-color: #fff;
  --w3-theme-l2-background-color: #4864ca;
  --w3-theme-l1-color: #fff;
  --w3-theme-l1-background-color: #2c4398;
  --w3-theme-color: #fff;
  --w3-theme-background-color: #1a2859;
  --w3-theme-d1-color: #fff;
  --w3-theme-d1-background-color: #182452;
  --w3-theme-d2-color: #fff;
  --w3-theme-d2-background-color: #152049;
  --w3-theme-d3-color: #fff;
  --w3-theme-d3-background-color: #121c40;
  --w3-theme-d4-color: #fff;
  --w3-theme-d4-background-color: #101837;
  --w3-theme-d5-color: #fff;
  --w3-theme-d5-background-color: #0d142d;
}