<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html{
	font-family: Arial;
	color: #000;    
}
.theme-boxing {
	background: rgb(219,233,253);
	background: linear-gradient(180deg, rgba(219,233,253,1) 0%, rgba(226,235,247,1) 49%, rgba(255,255,255,1) 100%);
}
.nav-link {
    background: #f0eded !important;    
}
.nav-link.active, .nav-pills .show&gt;.nav-link {    
    background-color: #0d6efd !important;
}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
  outline: none !important;
  box-shadow:none !important;
}
.w-10 {
	width: 10% !important;
}
.w-15 {
	width: 15% !important;
}
.w-20 {
	width: 20% !important;
}</pre></body></html>