.w3-theme-l5{color:#000 !important; background-color:#effbff !important;}
.w3-theme-l4{color:#000 !important; background-color:#c9f1ff !important;}
.w3-theme-l3{color:#000 !important; background-color:#93e2ff !important;}
.w3-theme-l2{color:#000 !important; background-color:#5dd4ff !important;}
.w3-theme-l1{color:#fff !important; background-color:#27c5ff !important;}
.w3-theme-d1{color:#fff !important; background-color:#009ed8 !important;}
.w3-theme-d2{color:#fff !important; background-color:#008dc0 !important;}
.w3-theme-d3{color:#fff !important; background-color:#007ba8 !important;}
.w3-theme-d4{color:#fff !important; background-color:#006990 !important;}
.w3-theme-d5{color:#fff !important; background-color:#005878 !important;}

.w3-theme{color:#fff !important; background-color:#00aeef !important;}

:root {
  --w3-theme-l5-color: #000;
  --w3-theme-l5-background-color: #effbff;
  --w3-theme-l4-color: #000;
  --w3-theme-l4-background-color: #c9f1ff;
  --w3-theme-l3-color: #000;
  --w3-theme-l3-background-color: #93e2ff;
  --w3-theme-l2-color: #000;
  --w3-theme-l2-background-color: #5dd4ff;
  --w3-theme-l1-color: #fff;
  --w3-theme-l1-background-color: #27c5ff;
  --w3-theme-color: #fff;
  --w3-theme-background-color: #00aeef;
  --w3-theme-d1-color: #fff;
  --w3-theme-d1-background-color: #009ed8;
  --w3-theme-d2-color: #fff;
  --w3-theme-d2-background-color: #008dc0;
  --w3-theme-d3-color: #fff;
  --w3-theme-d3-background-color: #007ba8;
  --w3-theme-d4-color: #fff;
  --w3-theme-d4-background-color: #006990;
  --w3-theme-d5-color: #fff;
  --w3-theme-d5-background-color: #005878;
}