.theme-l5 {color:#000 !important; background-color:#f0f0f0 !important}
.theme-l4 {color:#000 !important; background-color:#cccccc !important}
.theme-l3 {color:#fff !important; background-color:#999999 !important}
.theme-l2 {color:#fff !important; background-color:#666666 !important}
.theme-l1 {color:#fff !important; background-color:rgb(0,0,0) !important}
.theme-d1 {color:#fff !important; background-color:#000000 !important}
.theme-d2 {color:#fff !important; background-color:#000000 !important}
.theme-d3 {color:#fff !important; background-color:#000000 !important}
.theme-d4 {color:#fff !important; background-color:rgb(5,68,102) !important}
.theme-d5 {color:#fff !important; background-color:rgb(114,14,45) !important}

.theme-light {color:#000 !important; background-color:#f0f0f0 !important}
.theme-dark {color:#fff !important; background-color:#000000 !important}
.theme-action {color:#fff !important; background-color:#000000 !important}

.theme {color:#fff !important; background-color:rgb(114,14,45) !important}
.text-theme {color:#000000 !important}
.border-theme {border-color:#000000 !important}

.hover-theme:hover {color:#fff !important; background-color:#000000 !important}
.hover-text-theme:hover {color:#000000 !important}
.hover-border-theme:hover {border-color:#000000 !important}

.quarter .fa-solid {
	font-size:4rem;
	color:rgb(5,68,102);
	border: 5px solid rgb(114,14,45);
	border-radius: 50%;
	padding: 30px;
}