body, html{
	prefers-reduced-motion: unset !important;
}

input, select {
	outline: none !important;
}

body .fc {
	font-size: 1.15em !important;
}

.table thead th, .table thead td {
	padding-top: .8rem;
	padding-bottom: .8rem;
}

a {
	color: #10a5bd;
}

a:hover,
a:active {
	color: #02889a;
}

i {
	font-size: 1rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	color: inherit !important;
	background: transparent !important;
	-webkit-box-shadow: 0 0 0 30px transparent inset !important;
}

@media (max-width: 1024px) {
	#kt_header {
		background: transparent;
		position: absolute;
		width: 100vw;
	}
}

@media (min-width: 992px) {
	.content {
		padding: 0;
	}
}

/* --------------- footer --------------- */

#kt_footer .footer_copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0 1.25rem 0 0;
	font-size: 1rem;
	font-weight: 400;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #a7abc3;
}
