<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.login-page, .register-page{
	background-color: #f8f8f8;
}
.msgs-box {
    width: 100%;
    max-width: 360px;
}
.msgs-box .card-body {
    min-height: 500px !important;
}
.login-box, .register-box {
    width: 100%;
    max-width: 420px;
}
.brand-link .brand-image {
    transition: all 300ms ease-in;
}
.sidebar-collapse .brand-link .brand-image {
    width: 60px;
    margin: 0;
}
.login-logo{
	max-height: 80px;
}
.loader-div {
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 1052;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
}
.loader-div.loaded {
	display: none;
}
.loader {
	border: 10px solid #f3f3f3;
	border-top: 10px solid #017BFF;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	animation: spin 1s linear infinite;
	margin: 0 auto;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.alert {
	z-index: 1038 !important;
}
.dt-buttons {
	float: left;
}
label[for^=md_checkbox] {
	user-select: none;
	margin-left: 5px;
}
.dropify-wrapper .dropify-errors-container {
	border-color: #dc3545;
}
.form-control.is-valid,
.was-validated .form-control:valid {
	background-position: right calc(0.75em + .1875rem) center;
}
.form-control.is-invalid,
.was-validated .form-control:invalid{
	background-position: right calc(0.75em + .1875rem) center;
}
.bg-theme {
	background: #0A84FF;
	/* Old browsers */
	background: -moz-linear-gradient(180deg, #03d6e8, #0174e0);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(180deg, #03d6e8, #0174e0);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(180deg, #03d6e8, #0174e0);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03d6e8', endColorstr='#0174e0',GradientType=0 );
	border-color: transparent;
}
.btn-theme {
	background: #0A84FF;
	/* Old browsers */
	/* background: -moz-linear-gradient(right, #FD0000 0%, #FE0094 100%); */
	/* FF3.6-15 */
	/* background: -webkit-linear-gradient(right, #FD0000 0%,#FE0094 100%); */
	/* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to left, #FD0000 0%,#FE0094 100%); */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD0000', endColorstr='#FE0094',GradientType=0 ); */
	color: #FFFFFF;
	border-color: transparent;
}
.btn-theme-success {
	background: #0A84FF;
	/* Old browsers */
	/* background: -moz-linear-gradient(right, #0098FE 0%, #42D558 100%); */
	/* FF3.6-15 */
	/* background: -webkit-linear-gradient(right, #0098FE 0%, #42D558 100%); */
	/* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to left, #0098FE 0%, #42D558 100%); */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0098FE', endColorstr='#42D558', GradientType=0); */
	color: #FFFFFF;
	border-color: transparent;
}
.btn-theme-cancel {
	background: #FFFFFF;
	/* Old browsers */
	/* background: -moz-linear-gradient(right, #FD0000 0%, #FE0094 100%); */
	/* FF3.6-15 */
	/* background: -webkit-linear-gradient(right, #FD0000 0%, #FE0094 100%); */
	/* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to left, #FD0000 0%, #FE0094 100%); */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FD0000', endColorstr='#FE0094', GradientType=0); */
	color: #0A84FF;
    border-color: #0A84FF
}
.badge-theme-success {
	background: #0A84FF;
	/* Old browsers */
	/* background: -moz-linear-gradient(right, #0098FE 0%, #42D558 100%); */
	/* FF3.6-15 */
	/* background: -webkit-linear-gradient(right, #0098FE 0%, #42D558 100%); */
	/* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to left, #0098FE 0%, #42D558 100%); */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0098FE', endColorstr='#42D558', GradientType=0); */
	color: #FFFFFF;
	border-color: transparent;
}
.badge-theme-success&gt;a{
	color: #FFFFFF;
}
.badge-theme-cancel {
	background: #FFFFFF;
	/* Old browsers */
	/* background: -moz-linear-gradient(right, #FD0000 0%, #FE0094 100%); */
	/* FF3.6-15 */
	/* background: -webkit-linear-gradient(right, #FD0000 0%, #FE0094 100%); */
	/* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to left, #FD0000 0%, #FE0094 100%); */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FD0000', endColorstr='#FE0094', GradientType=0); */
	color: #FD4F32;
	border-color: #FD4F32;
	border: 1px solid;
}
.badge-theme-cancel&gt;a{
	color: #FD4F32;
}
.btn-theme:not(.dt-buttons):hover{
	color: #FFFFFF;
	opacity: 0.8;
}
.btn-theme-success:not(.dt-buttons):hover{
	color: #FFFFFF;
	opacity: 0.8;
}
.btn-theme-cancel:not(.dt-buttons):hover {
	color: #0A84FF;
	opacity: 0.8;
}
.layout-navbar-fixed .wrapper .brand-link{
	color: #FFFFFF
}
.user-panel, .user-panel .info a{
	color: #FFFFFF
}
.nav-pills .nav-link{
	color: #FFFFFF
}
.nav-pills .nav-link:not(.active):hover{
	color: #FFFFFF
}
.sidebar-theme .nav-sidebar&gt;.nav-item&gt;.nav-link.active{
	background: #FFFFFF;
	/* Old browsers */
	/* background: -moz-linear-gradient(right, #FD0000 0%, #FE0094 100%); */
	/* FF3.6-15 */
	/* background: -webkit-linear-gradient(right, #FD0000 0%, #FE0094 100%); */
	/* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to left, #FD0000 0%, #FE0094 100%); */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FD0000', endColorstr='#FE0094', GradientType=0); */
	color: #0A84FF
}
.theme-text-color{
	color: #0A84FF;
}
.theme-text-color:hover{
	color: #0A84FF;
}
.breadcrumb-item&gt;a {
	color: #0A84FF
}
.table-actions&gt;a {
	color: #0A84FF
}
.page-link{
	color: #0A84FF
}
.page-link:hover{
	color: #0A84FF;
	background: #eeeeee;
}
.page-link:focus{
	box-shadow: none;
}
.page-item.active .page-link{
	background: #0A84FF;
	/* Old browsers */
	/* background: -moz-linear-gradient(right, #FD0000 0%, #FE0094 100%); */
	/* FF3.6-15 */
	/* background: -webkit-linear-gradient(right, #FD0000 0%, #FE0094 100%); */
	/* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to left, #FD0000 0%, #FE0094 100%); */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FD0000', endColorstr='#FE0094', GradientType=0); */
	color: #FFFFFF;
	border-color: #0A84FF
}
.dropdown-item.active,
.dropdown-item:active{
	background: #0A84FF;
	/* Old browsers */
	/* background: -moz-linear-gradient(right, #FD0000 0%, #FE0094 100%); */
	/* FF3.6-15 */
	/* background: -webkit-linear-gradient(right, #FD0000 0%, #FE0094 100%); */
	/* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to left, #FD0000 0%, #FE0094 100%); */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FD0000', endColorstr='#FE0094', GradientType=0); */
	color: #FFFFFF;
}
.sidebar-dark-primary .nav-sidebar.nav-legacy&gt;.nav-item&gt;.nav-link.active,
.sidebar-light-primary .nav-sidebar.nav-legacy&gt;.nav-item&gt;.nav-link.active {
	border-color: #017BFF;
}
.nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link{
	background-color: #FFFFFF;
	color: #0A84FF;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection{
	border-color: #0A84FF;
}
.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"]{
	background-color: #0A84FF;
}
.icheck-primary&gt;input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .icheck-primary&gt;input:first-child:not(:checked):not(:disabled):hover+label::before{
	border-color: #0A84FF;
}
.dropdown-menu {
	padding: 0px;
}
.action-bar-profile-img{
	height: 40px;
	width: 40px;
	margin-top: -10px;
}
ul.dtr-details {
	display: table;
	width: 100%;
}
ul.dtr-details&gt;li {
	display: table-row;
}
ul.dtr-details&gt;li&gt;.dtr-title,
ul.dtr-details&gt;li&gt;.dtr-data {
	display: table-cell;
}
ul.dtr-details&gt;li&gt;.dtr-data .text-center {
	text-align: left;
}
ul.dtr-details&gt;li&gt;.dtr-data::before {
	content: ':';
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}
ul.dtr-details&gt;li&gt;.dtr-data div {
	display: inline-block !important;
}
label.custom-control-label {
	user-select: none;
}
.highcharts-data-table table {
	border-collapse: collapse;
	border-spacing: 0;
	min-width: 100%;
	font-size: 0.9em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
	border: 1px solid silver;
	padding: 0.5em;
}

.highcharts-data-table tr:nth-child(even),
.highcharts-data-table thead tr {
	background: #f8f8f8;
}
.highcharts-data-table caption {
	border-bottom: none;
	font-size: 1.1em;
	font-weight: bold;
	caption-side: top;
	text-align: center;
}
.login-box-msg,
.register-box-msg{
	padding-left: 0px;
	padding-right: 0px;
}
.dropify-message&gt;.file-icon&gt;p{
	font-size: 1.5rem;
}
.cursor-pointer {
    cursor: pointer;
}
table.dataTable.dtr-inline.collapsed.table-sm&gt;tbody&gt;tr&gt;td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-sm&gt;tbody&gt;tr&gt;th:first-child:before {
    top: 50%;
}
.sticky {
    position: fixed;
    top: 57px;
    z-index: 1;
}
#codeigniter_profiler {
	position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 1036;
}</pre></body></html>