.bg-primary { background: #0c2254 !important; } 
.bg-secondary { background: #ff4800 !important; } 
.bg-dark { background: #1e2228 !important; } 
.bg-light { background: #f0f0f0 !important; } 
.bg-white { background: #ffffff !important; } 
.text-primary { color: #0c2254 !important; } 
.text-secondary { color: #ff4800 !important; } 
.text-dark { color: #1e2228 !important; } 
.text-light { color: #f0f0f0 !important; } 
.text-white { color: #ffffff !important; } 
.border-primary { border-color: #0c2254 !important; } 
.border-secondary { border-color: #ff4800 !important; } 
.border-dark { border-color: #1e2228 !important; } 
.border-light { border-color: #f0f0f0 !important; } 
.border-white { border-color: #ffffff !important; } 
.icon-primary svg path, .icon-primary svg rect { fill: #0c2254; } 
.icon-secondary svg path, .icon-secondary svg rect { fill: #ff4800; } 
.icon-dark svg path, .icon-dark svg rect { fill: #1e2228; } 
.icon-light svg path, .icon-light svg rect { fill: #f0f0f0; } 
.icon-white svg path, .icon-white svg rect { fill: #ffffff; } 
