<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #264555;
}

.table th,
.table td {
	padding: 1.25rem 2rem;
	vertical-align: top;
	border-top: 1px solid #dde0e9;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dde0e9;
}

.table tbody + tbody {
	border-top: 2px solid #dde0e9;
}

.table-sm th,
.table-sm td {
	padding: 0.625rem 2rem;
}

.table-bordered {
	border: 1px solid #dde0e9;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dde0e9;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(even) {
	background-color: #f6f7f9;
}

.table-hover tbody tr:hover {
	color: #264555;
	background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary &gt; th,
.table-primary &gt; td {
	background-color: #bfcff7;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
	border-color: #89a6f0;
}

.table-hover .table-primary:hover {
	background-color: #a8bef4;
}

.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
	background-color: #a8bef4;
}

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
	background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
	border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}

.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
	background-color: #c8cbcf;
}

.table-success,
.table-success &gt; th,
.table-success &gt; td {
	background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
	border-color: #8fd19e;
}

.table-hover .table-success:hover {
	background-color: #b1dfbb;
}

.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
	background-color: #b1dfbb;
}

.table-info,
.table-info &gt; th,
.table-info &gt; td {
	background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
	border-color: #86cfda;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}

.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
	background-color: #abdde5;
}

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
	background-color: #fdedcd;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
	border-color: #fbdda1;
}

.table-hover .table-warning:hover {
	background-color: #fce4b4;
}

.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
	background-color: #fce4b4;
}

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
	background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
	border-color: #ed969e;
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}

.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
	background-color: #f1b0b7;
}

.table-light,
.table-light &gt; th,
.table-light &gt; td {
	background-color: #f5f6f9;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
	border-color: #edeff4;
}

.table-hover .table-light:hover {
	background-color: #e5e8ef;
}

.table-hover .table-light:hover &gt; td,
.table-hover .table-light:hover &gt; th {
	background-color: #e5e8ef;
}

.table-dark,
.table-dark &gt; th,
.table-dark &gt; td {
	background-color: #c2cbcf;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
	border-color: #8e9ea7;
}

.table-hover .table-dark:hover {
	background-color: #b4bfc4;
}

.table-hover .table-dark:hover &gt; td,
.table-hover .table-dark:hover &gt; th {
	background-color: #b4bfc4;
}

.table-active,
.table-active &gt; th,
.table-active &gt; td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover &gt; td,
.table-hover .table-active:hover &gt; th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #264555;
	border-color: #325a6f;
}

.table .thead-light th {
	color: #495057;
	background-color: #f6f7f9;
	border-color: #dde0e9;
}

.table-dark {
	color: #fff;
	background-color: #264555;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #325a6f;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 479.98px) {
	.table-responsive-xs {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-xs &gt; .table-bordered {
		border: 0;
	}
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-sm &gt; .table-bordered {
		border: 0;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-md &gt; .table-bordered {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-lg &gt; .table-bordered {
		border: 0;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-xl &gt; .table-bordered {
		border: 0;
	}
}

@media (max-width: 1599.98px) {
	.table-responsive-xxl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-xxl &gt; .table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive &gt; .table-bordered {
	border: 0;
}

.table {
	margin-bottom: 0;
}

.table thead th {
	min-width: 110px;
	padding: 1.3125rem 1.75rem 0.9375rem;
	font-size: 1.125rem;
	font-weight: 400;
	background-color: #f6f7f9;
	border-color: #f6f7f9;
}

.table tfoot tr {
	font-weight: 700;
	border-bottom: 1px solid #dde0e9;
}

.table-md td {
	padding: 1.5rem 1.875rem;
}

.table-striped tfoot tr {
	border-top: 1px solid #f6f7f9;
}

.table-head-primary thead th {
	background-color: #1c54e2;
	color: #fff;
}

.table-align-middle td {
	vertical-align: middle;
}

.table-1 tr:last-child {
	border-bottom: 1px solid #dde0e9;
}

.table-1 td {
	padding: 2.5rem 0.5625rem;
	vertical-align: middle;
}

.table-1 td:first-child {
	padding-left: 0;
}

.table-1 td:last-child {
	padding-left: 0;
}

.table-separate th:not(:first-child),
.table-separate td:not(:first-child) {
	border-left: 5px solid #fff;
}

.table-separate thead th {
	padding: 0.9375rem 0.9375rem;
	font-size: 0.9375rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	background-color: #a4bbf9;
}

.table-separate td {
	padding: 0.75rem 0.9375rem;
	background-color: #f6f7f9;
	border-top: 5px solid #fff;
	transition: all 0.2s ease-in-out;
}

.table-separate tr:hover td {
	background-color: #eeeff4;
}

.table-separate-2 th:not(:first-child),
.table-separate-2 td:not(:first-child) {
	border-left: 5px solid #fff;
}

.table-separate-2 td {
	padding: 1.25rem 0.9375rem;
	background-color: #fafafb;
	border-top: 5px solid #fff;
	transition: all 0.2s ease-in-out;
}

.table-separate-2 td:last-child {
	background-color: #a4bbf9;
}

.table-separate-2 tr:hover td {
	background-color: #eeeff4;
}

.table-separate-2 tr:hover td:last-child {
	background-color: #a4bbf9;
}

* + .table-container {
	margin-top: 1.71875rem;
}

h3 + .table-container {
	margin-top: 0.8125rem;
}

@media (min-width: 992px) {
	.table-separate thead th {
		padding: 0.9375rem 1.875rem;
	}
	.table-separate td {
		padding: 0.75rem 1.875rem;
	}
	.table-separate-2 td {
		padding: 1.18125rem 1.35625rem;
	}
	* + .table-container {
		margin-top: 2.40625rem;
	}
	h3 + .table-container {
		margin-top: 1.1375rem;
	}
}

@media (min-width: 1600px) {
	.table-separate-2 td {
		padding: 1.6875rem 1.9375rem;
	}
	* + .table-container {
		margin-top: 3.4375rem;
	}
	h3 + .table-container {
		margin-top: 1.625rem;
	}
}
</pre></body></html>