.w3-theme-l5 {color:var(---theme-l5) !important; background-color:var(--theme-l5) !important}
.w3-theme-l4 {color:var(---theme-l4) !important; background-color:var(--theme-l4) !important}
.w3-theme-l3 {color:var(---theme-l3) !important; background-color:var(--theme-l3) !important}
.w3-theme-l2 {color:var(---theme-l2) !important; background-color:var(--theme-l2) !important}
.w3-theme-l1 {color:var(---theme-l1) !important; background-color:var(--theme-l1) !important}
.w3-theme-d1 {color:var(---theme-d1) !important; background-color:var(--theme-d1) !important}
.w3-theme-d2 {color:var(---theme-d2) !important; background-color:var(--theme-d2) !important}
.w3-theme-d3 {color:var(---theme-d3) !important; background-color:var(--theme-d3) !important}
.w3-theme-d4 {color:var(---theme-d4) !important; background-color:var(--theme-d4) !important}
.w3-theme-d5 {color:var(---theme-d5) !important; background-color:var(--theme-d5) !important}

.w3-text-theme-l5 {color:var(--theme-l5) !important}
.w3-text-theme-l4 {color:var(--theme-l4) !important}
.w3-text-theme-l3 {color:var(--theme-l3) !important}
.w3-text-theme-l2 {color:var(--theme-l2) !important}
.w3-text-theme-l1 {color:var(--theme-l1) !important}
.w3-text-theme-d1 {color:var(--theme-d1) !important}
.w3-text-theme-d2 {color:var(--theme-d2) !important}
.w3-text-theme-d3 {color:var(--theme-d3) !important}
.w3-text-theme-d4 {color:var(--theme-d4) !important}
.w3-text-theme-d5 {color:var(--theme-d5) !important}

.w3-border-theme-l5 {border-color:var(--theme-l5) !important}
.w3-border-theme-l4 {border-color:var(--theme-l4) !important}
.w3-border-theme-l3 {border-color:var(--theme-l3) !important}
.w3-border-theme-l2 {border-color:var(--theme-l2) !important}
.w3-border-theme-l1 {border-color:var(--theme-l1) !important}
.w3-border-theme-d1 {border-color:var(--theme-d1) !important}
.w3-border-theme-d2 {border-color:var(--theme-d2) !important}
.w3-border-theme-d3 {border-color:var(--theme-d3) !important}
.w3-border-theme-d4 {border-color:var(--theme-d4) !important}
.w3-border-theme-d5 {border-color:var(--theme-d5) !important}

.w3-theme-light {color:var(---theme-l5) !important; background-color:var(--theme-l5) !important}
.w3-theme-dark {color:var(---theme-d5) !important; background-color:var(--theme-d5) !important}
.w3-theme-action {color:var(---theme-d5) !important; background-color:var(--theme-d5) !important}

.w3-theme {color:var(---theme) !important; background-color:var(--theme) !important}
.w3-text-theme {color:var(--theme) !important}
.w3-border-theme {border-color:var(--theme) !important}

.w3-hover-theme:hover {color:var(---theme) !important; background-color:var(--theme) !important}
.w3-hover-text-theme:hover {color:var(--theme) !important}
.w3-hover-border-theme:hover {border-color:var(--theme) !important}