<style>

:root{
	--tblr-nav-link-font-size: 20px !important;
	
}

span.nav-link-icon i.ti {
	font-size: 20px !important;
}

.text-bold { font-weight: bold !important; }

.size20 { font-size: 20px !important; }
.tracy-dump { margin-left: 480px !important;}


[data-bs-theme=dark] .apexcharts-legend-text, [data-bs-theme=dark]  .apexcharts-text tspan {
	color: white !important;
}


.text-danger-glow {
	color: #ff4141;
	text-shadow: 0 0 20px #f00, 0 0 30px #f00, 0 0 40px #f00, 0 0 50px #f00, 0 0 60px #f00, 0 0 70px #f00, 0 0 80px #f00;
  }
  
  .blink {
	animation: blink .3s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
  }
  @keyframes blink {  
	from { opacity: 1; }
	to { opacity: 0; }
  }


  .blink_border {
	border-width: 2px;
	animation: blink_border .7s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
  }

  @keyframes blink_border {
	50% {
	  border-style: dashed;
	}
  }

</style>