.table-striped>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg: #F5F6F7!important;
}

.table>:not(:last-child)>:last-child>* {
	border-color: #E0E0E0!important;
}

small {
	color: #494949!important;
}

td {
	border-color: #E0E0E0!important;
}

i {
	display: inline!important;
	color: #11292E!important;
}

@font-face {
	font-family: 'LotaGrotesque';
	font-style: normal;
	font-weight: normal;
	src: url('./fonts/lota-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'LotaGrotesque';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/lota-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'LotaGrotesque';
	font-style: normal;
	font-weight: 600;
	src: url('./fonts/lota-SemiBold.woff2') format('woff2');
}

body {
	font-family: 'LotaGrotesque', sans-serif;
	color: #262626;
	background-color: #FBFBFC;
	font-feature-settings: 'kern' 1, 'tnum' 1, 'ss01' 1;
	-webkit-font-feature-settings: 'kern' 1, 'tnum' 1, 'ss01' 1;
	-ms-font-feature-settings: 'kern' 1, 'tnum' 1, 'ss01' 1;
	-moz-font-feature-settings: 'kern' 1, 'tnum' 1, 'ss01' 1;
}
.bg-blue {
	background-color: rgb(45, 93, 103);
}

.logo {
	max-height: 80px;
	margin-left: 1em;
}

table {
	font-size: 15px;
	color: #262626;
}

h4 {
	color: #262626;
}


.report-col {
	border-radius: 8px;
	box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
	padding: 30px;
	background-color: #fff;
}

.fact-col svg {
	max-height: 50px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.fact-col {
	text-align: center;
}

.spacer {
	--bs-table-accent-bg: white!important;
}

tr td:nth-child(5) {
	text-align: right;
}

.progress-circle {
	width: 25px;
	height: 25px;
	position: relative;
}