body {
    margin: 0;
	line-height: 1.6;
	font-family: "Inter", sans-serif;
	color: #383838;
	background-color: #F9FAFB;
}

*,
:after,
:before {
	box-sizing: border-box;
}

.gap30 {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
}

.btn {
	border-color: transparent;
}

.btn.btn-light {
	background-color: #F7F7F7;
	color: #85909d;
}

.btn.btn-active {
	background-color: #FFFFFF;
	color: #0A8DAE;
	border-bottom: 2px solid #0A8DAE;
}

.main-section {
	display: block;
	position: relative;
	width: 100%;
	padding: 30px 0;
}

.header {
	display: block;
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #e0e0e0;
}

.header .navbar-brand {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	padding: 2px 0;
}

.header .navbar-brand .brand-tag {
	display: block;
	position: relative;
	font-size: 15px;
	color: #85909d;
	font-weight: normal;
}

.section {
	display: block;
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}

.navbar-nav .nav-item .nav-link {
	color: #0A8DAE;
	font-size: 16px;
	font-weight: 500;
}

.section.section-border {
	border: 1px solid #e0e0e0;
}

.section.section-radius {
	border-radius: 8px;
}

.section.section-padding {
	padding: 25px;
}

.sc-overview {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.sc-overview .head {
	display: block;
	position: relative;
	color: #0A8DAE;
	font-size: 1.75rem;
	font-weight: 600;
	margin-bottom: 25px;
}

.sc-overview .text {
	display: block;
	position: relative;
	max-width: 80%;
	margin: 0 auto;
	font-size: 16px;
	color: #85909d;
}

.download-block {
	display: block;
	position: relative;
	width: 100%;
}

.download-block .text {
	display: block;
	position: relative;
	font-size: 1rem;
	background-color: #F7F7F7;
	padding: 15px;
	color: #85909d;
	line-height: normal;
	border-radius: 4px;
}

.download-block .text .date {
	font-weight: 600;
	color: #0A8DAE;
}

.table thead tr th,
.table tbody tr td {
	font-size: 16px;
	padding: 10px 15px;
}

.table tbody tr td .link {
	color: #0A8DAE;
	text-decoration: none;
}

.table tr th.sortable button {
	text-decoration: none;
	display: block;
	position: relative;
	border: none;
	box-shadow: none;
	background-color: transparent;
}

.pagination {
	display: flex;
	margin-bottom: 0;
	margin-left: -5px;
}

.pagination .page-item {
	display: inline-block;
	margin: 0 5px;
}

.pagination .page-item .page-link {
	color: #383838;
	box-shadow: none;
	border-radius: 6px;
	min-width: 40px;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #e0e0e0;
}

.pagination .page-item.active .page-link {
	background-color: #0A8DAE;
	color: #FFFFFF;
	border-color: #0A8DAE;
}

.results-control label,
.results-control span {
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px;
	color: #383838;
}

.results-control select {
	display: inline-block;
	margin: 0 3px;
	padding: 5px 10px;
	font-size: 16px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background-color: #FFFFFF;
	color: #383838;
}

.show-results {
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px;
	color: #383838;
}

.footer {
	display: block;
	position: relative;
	width: 100%;
	background-color: #374151;
	padding: 1.5rem 0;
	font-size: 0.95rem;
	color: #e0e0e0;
	border-top: 1px solid #E5E7EB;
}

.footer .footer-nav {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
}

.footer .footer-nav a {
	text-decoration: none;
	color: #e0e0e0;
	transition: color 0.2s ease;
}

.footer .footer-nav a:hover {
	text-decoration: underline;
	color: #e0e0e0;
}