@charset "UTF-8";*{box-sizing:border-box}html,body{background:#222;color:#fff;font-family:sans-serif;font-size:1rem;line-height:1.5;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-y:auto;overflow-x:hidden}.btn{font-size:1.5rem;padding:.5rem 1rem;border-radius:.5rem;border:0;background:#444;color:#fff;cursor:pointer;transition:background .2s;outline:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn:hover{background:#555}.btn:disabled{color:#999}.btn.btn-fancy{height:4rem;padding:0 2rem}.btn.btn-sm{font-size:1rem;padding:.25rem .5rem}.btn.btn-primary{background:#007bff}.btn.btn-primary:hover{background:#0069d9}.btn.btn-secondary{background:#6c757d}.btn.btn-secondary:hover{background:#5a6268}.btn.btn-warning{background:#cc780c}.btn.btn-warning:hover{background:#e0a800}.btn.btn-danger{background:#dc3545}.btn.btn-danger:hover{background:#bd2130}.grid{display:grid}.grid.columns-8{grid-template-columns:repeat(8,1fr)}.grid.columns-7{grid-template-columns:repeat(7,1fr)}header{padding:0 1rem;height:4rem;background:#1e1e1e;border-bottom:1px solid #333}header button{font-size:1.2rem}header .logo{height:48px;border-radius:15px}nav{display:flex;padding:0;margin:0;height:100%}nav a{font-size:1.5rem;color:#fff!important;text-decoration:none}main{padding:1rem;height:calc(100% - 4rem);overflow-y:auto;overflow-x:hidden}.container{max-width:1024px;margin:0 auto;height:100%}a{color:#fff;text-decoration:none}a:visited{color:#0050a0}label{display:flex;flex-direction:column;gap:.5rem}.text-danger{color:#dc3545}.text-primary{color:#007bff}.text-white{color:#fff}.text-link{color:#00ffe7!important}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-left{text-align:left}.text-center{text-align:center}input,select,textarea{-webkit-padding:.4em 0;padding:.4em;border:1px solid #ccc;border-radius:2px;font-size:1.2rem;font-family:sans-serif}input:disabled{color:#ccc}.error{color:red}.spin{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.flex{display:flex}.flex.justify-center{justify-content:center}.flex.items-center{align-items:center}.flex.flex-col{flex-direction:column}.flex.wrap{flex-wrap:wrap}.flex.gap-05{gap:.5rem}.flex.gap-1{gap:1rem}.flex.gap-2{gap:2rem}.flex.gap-3{gap:3rem}.flex.justify-end{justify-content:flex-end}.flex.justify-between{justify-content:space-between}@media (min-width: 768px){.flex.md-flex-row{flex-direction:row}}.shrink-0{flex-shrink:0}.h-full{height:100%}h1,.h1{font-size:2rem;margin-top:0}h2,.h2{font-size:1.5rem;margin-top:0}h3,.h3{font-size:1.25rem;margin-top:0}h4,.h4{font-size:1rem;margin-top:0}ul{list-style:none;padding:0;margin:0}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.mb-4px{margin-bottom:4px}.mt-0{margin-top:0}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:1rem;margin-bottom:1rem}.mr-sm{margin-right:.5rem}.mr-1{margin-right:1rem}.mr-2{margin-right:2rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.pt-2{padding-top:.5rem}.pb-2{padding-bottom:.5rem}.pb-1{padding-bottom:1rem}.overflow-x-auto{overflow-x:auto}.underline{text-decoration:underline}.no-underline{text-decoration:none}.img-square{border-radius:2rem;width:100%;height:100%;object-fit:cover}img{background:#ccc}.w-1{width:1rem}.w-2{width:2rem}.w-3{width:3rem}.w-4{width:4rem}.w-8{width:8rem}.w-16{width:16rem}.w-100{width:100%}.h-1{height:1rem}.h-2{height:2rem}.h-3{height:3rem}.h-4{height:4rem}.h-8{height:8rem}.h-16{height:16rem}.bg-green-500{background:forestgreen}.bg-gray-500{background:#ccc}.bg-gray{background:#7e7e7e}.bg-red-500{background:#EF4444}.bg-orange-500{background:#FB923C}.bg-gold{background:#ffd700}.bg-unset{background:unset}.bb-solid-gray{border-bottom:1px solid gray}.rounded-1{border-radius:.5rem}.rounded-full{border-radius:9999px}.hover-bg-gray-500:hover{background:#383737}.no-wrap{white-space:nowrap}.font-normal{font-weight:400}.animate-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.25s}.rotated{transform:rotate(-180deg)}table{border-collapse:collapse;border:2px solid #555;border-radius:8px}thead{background-color:#555}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}thead th{padding:.4rem 1rem}tbody td{padding:1rem}.zebra:nth-child(2n){background-color:#464646}.zebra:hover{background:#333}.premium-icon{width:12px;height:12px}.absolute{position:absolute}.relative{position:relative}.top-0{top:0!important}.top-1{top:.25rem!important}.top-2{top:.5rem!important}.top-4{top:1rem!important}.top-8{top:2rem!important}.top-16{top:4rem!important}.right-0{right:0!important}.right-1{right:.25rem!important}.right-2{right:.5rem!important}.right-4{right:1rem!important}.right-8{right:2rem!important}.right-16{right:4rem!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-4{padding:1rem!important}.p-8{padding:2rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-4{padding-top:1rem!important}.pt-8{padding-top:2rem!important}.pr-0{padding-right:0!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pr-4{padding-right:1rem!important}.pr-8{padding-right:2rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-4{padding-bottom:1rem!important}.pb-8{padding-bottom:2rem!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-2{padding-left:.5rem!important}.pl-4{padding-left:1rem!important}.pl-8{padding-left:2rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}@media (max-width: 768px){html{font-size:13px}.on-mobile{display:none}}.w-40px{width:40px}.h-40px{height:40px}.w-50px{width:50px}.h-50px{height:50px}.w-60px{width:60px}.h-60px{height:60px}.container.svelte-17k6sea{display:flex;justify-content:space-between;align-items:center}.widget.svelte-r755ra.svelte-r755ra{background-color:#333;border-radius:5px;padding:10px;margin:10px;box-shadow:0 0 5px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.widget.svelte-r755ra h3.svelte-r755ra{margin:0;font-size:1.2rem;color:#aaa}.widget.svelte-r755ra h3 span.svelte-r755ra{font-size:1.5rem;margin-left:10px}.widget.svelte-r755ra h3 span.positive.svelte-r755ra{color:#0a0}.widget.svelte-r755ra h3 span.negative.svelte-r755ra{color:#a00}.bar-graph-vertical.svelte-r755ra.svelte-r755ra{margin-top:80px;max-width:680px}.bar-graph-vertical.svelte-r755ra .bar-container.svelte-r755ra{float:left;height:150px;margin-right:8px;position:relative;text-align:center;width:40px}.bar-graph-vertical.svelte-r755ra .bar.svelte-r755ra{border-radius:3px;bottom:40px;position:absolute;width:40px}.bar-graph-two.svelte-r755ra .bar.svelte-r755ra:after{animation:fade-in-text 2.2s .1s forwards;color:#fff;content:attr(data-value);font-weight:700;left:0;margin:0 auto;position:absolute;right:0;text-align:left;top:24px;transform:rotate(90deg)}.bar-graph-two.svelte-r755ra .bar-one .bar.svelte-r755ra{background-color:#64b2d1;animation:show-bar-one-vertical 1.2s .1s forwards}.bar-graph-two.svelte-r755ra .bar-two .bar.svelte-r755ra{background-color:#5292ac;animation:show-bar-two-vertical 1.2s .2s forwards}.widget.svelte-13h9gs7.svelte-13h9gs7{background-color:#333;border-radius:5px;padding:10px;margin:10px;box-shadow:0 0 5px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.widget.svelte-13h9gs7 h3.svelte-13h9gs7{margin:0;font-size:1.2rem;color:#aaa}.widget.svelte-13h9gs7 .number.svelte-13h9gs7{font-size:2rem;font-weight:700}h2.svelte-18d9x7u{border-bottom:1px solid #ccc}
