<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body.darkmode{background:#212121;color:#dbdbdb;}
.darkmode a{text-decoration:none; color:#bdbdbd !important;}
.darkmode a:hover{color:#919191 !important; text-decoration:none !important;}
.darkmode a:focus{outline:none; text-decoration:none !important ;color:#919191 !important;}
:root .darkmode{
	--c-black: #fff;
	--c-greydark: #bdbdbd;
	--border-greysoft: #616161;
	--bg-white: #000;
	--bg-greysoft: #414141;
	--bg-soft1: #515151;
	--bg-soft2: #515151;
	--bg-greymid: #111111;
	--bg-darkwhite: linear-gradient(to right, #000, #515151 60%);
	--bg-darkgrey: linear-gradient(to right, #000, #515151 70%);
}
.darkmode .nav-wrapper ul li a{color:#dbdbdb;}
.darkmode .footer-logo{background:#212121;}
.darkmode .twinstat2{background: transparent;
background: -moz-radial-gradient(circle, transparent 0%, #313131 100%);
background: -webkit-radial-gradient(circle, transparent 0%, #313131 100%);
background: radial-gradient(circle, transparent 0%, #313131 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent",endColorstr="#313131",GradientType=1);}
.darkmode .form-control{background:#414141 !important;color:#dbdbdb !important;}
.darkmode .form-control:focus, .darkmode .form-control:hover, .darkmode .form-control.active{background:#414141;color:#bdbdbd !important;}
.darkmode input{color:#bdbdbd !important;}
.darkmode .table-striped &gt; tbody &gt; tr:nth-child(odd) {background-color: #111111;}
.darkmode .table &gt; thead &gt; tr &gt; th,
.darkmode .table &gt; tbody &gt; tr &gt; th,
.darkmode .table &gt; tfoot &gt; tr &gt; th,
.darkmode .table &gt; thead &gt; tr &gt; td,
.darkmode .table &gt; tbody &gt; tr &gt; td,
.darkmode .table &gt; tfoot &gt; tr &gt; td {border-top: 1px solid #616161;}
.darkmode .table &gt; thead &gt; tr &gt; th {border-bottom: 1px solid #616161;}
.darkmode .pagination &gt; li &gt; a,
.darkmode .pagination &gt; li &gt; span {color: #bdbdbd;border: 1px solid #616161;background-color:transparent !important;}
.darkmode .pagination &gt; .active &gt; a,
.darkmode .pagination &gt; .active &gt; span,
.darkmode .pagination &gt; .active &gt; a:hover,
.darkmode .pagination &gt; .active &gt; span:hover,
.darkmode .pagination &gt; .active &gt; a:focus,
.darkmode .pagination &gt; .active &gt; span:focus {border-color: #616161;background-color:transparent !important;}
.darkmode .table-bordered, .darkmode .table-bordered td, .darkmode .table-bordered th {border-color:#616161;}
.darkmode .highcharts-background, .darkmode .widget-height .highcharts-background{fill: #313131;stroke:#bdbdbd;}
.darkmode .highcharts-root text, .darkmode .widget-height .highcharts-root text {fill:#dbdbdb !important ;}
.darkmode .highcharts-root text {stroke-width: 0;}
.darkmode .highcharts-plot-border, .darkmode .highcharts-plot-background {fill: none;}
.darkmode .highcharts-tooltip-box {stroke-width: 1px;fill: rgba(0, 0, 0, 0.85);fill-opacity: 0.85;}
.darkmode .highcharts-data-label text {font-size: 11px;font-weight: bold;text-shadow: 0 0 6px #000000, 0 0 3px #000000;fill: #B0B0B3;text-rendering: geometricPrecision;}
.wrap-apbd-box{background:linear-gradient(to right, var(--bg-greysoft) 50%, transparent)!important;}
.progress__track {stroke:#919191 !important;}</pre></body></html>