.w3-theme-l5 {
	color: #111 !important;
	background-color: #f8fafc !important;
}
.w3-theme-l4 {
	color: #111 !important;
	background-color: #eef3f8 !important;
}
.w3-theme-l3 {
	color: #111 !important;
	background-color: #dbe7f3 !important;
}
.w3-theme-l2 {
	color: #111 !important;
	background-color: #b6cdea !important;
}
.w3-theme-l1 {
	color: #fff !important;
	background-color: #8fb3e3 !important;
}

.w3-theme-d1 {
	color: #fff !important;
	background-color: #4f7fcf !important;
}
.w3-theme-d2 {
	color: #fff !important;
	background-color: #3f6fbd !important;
}
.w3-theme-d3 {
	color: #fff !important;
	background-color: #345ea3 !important;
}
.w3-theme-d4 {
	color: #fff !important;
	background-color: #2a4f89 !important;
}
.w3-theme-d5 {
	color: #fff !important;
	background-color: #223f70 !important;
}

.w3-theme-light {
	color: #111 !important;
	background-color: #f8fafc !important;
}
.w3-theme-dark {
	color: #fff !important;
	background-color: #223f70 !important;
}
.w3-theme-action {
	color: #fff !important;
	background-color: #4f7fcf !important;
}

.w3-theme {
	color: #fff !important;
	background-color: #5b8def !important;
}
.w3-text-theme {
	color: #5b8def !important;
}
.w3-border-theme {
	border-color: #5b8def !important;
}

.w3-hover-theme:hover {
	color: #fff !important;
	background-color: #4f7fcf !important;
}
.w3-hover-text-theme:hover {
	color: #5b8def !important;
}
.w3-hover-border-theme:hover {
	border-color: #5b8def !important;
}
