.table-of-content-holder {
	padding: 12px 10px;
	background-color: #FFFFFF;
	border-radius: 10px;
	cursor: pointer;
}

.table-of-content-holder .table-of-content-links {
	display: none;
	margin-top: 10px;
}

.table-of-content-holder .table-of-content-links.toc-show {
	display: block;
}

.table-of-content-holder h2 {
	color: #0071BA;
	font-size: 20px;
	margin-left: 15px;
	display: block;
	position: relative;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.table-of-content-holder h2.change-arr:before {
	position: absolute;
	content: "";
	top: 12px;
	right: 16px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6.5px 8px 6.5px;
	border-color: transparent transparent #0071BA transparent;
}

.table-of-content-holder h2:before {
	position: absolute;
	content: "";
	top: 12px;
	right: 16px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6.5px 0 6.5px;
	border-color: #0071BA transparent transparent transparent;
}

.table-of-content-holder a {
	font-size: 16px !important;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-radius: 10px;
	display: block;
	position: relative;
}

.table-of-content-holder a:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background-color: #0071BA;
	right: 10px;
	top: 1px;
	bottom: 0;
	margin: auto;
}

.table-of-content-holder a:after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border: solid #0071BA;
	border-width: 0 1px 1px 0;
	transform: rotate(-45deg);
	right: 9px;
	top: 1px;
	bottom: 0;
	margin: auto;
}
 
section.widget.widget_sticky {
	position: sticky;
	top: 30px;
	margin-bottom: 30px;
}

.widget_block .toc-sidebar {
	border: 2px solid #9ADAF5;
	background-color: #FFFFFF;
	border-radius: 15px;
}

.widget_block .toc-sidebar h2 {
	font-weight: bold;
	width: 100%;
	text-align: center;
	background-color: #9ADAF5;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #0171BD;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	margin-top: 0;
	font-size: 16px;
	margin-bottom: 0;
}

.widget_block .toc-sidebar .toc-sidebar-links {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.widget_block .toc-sidebar .toc-sidebar-links ul {
	margin: 0;
	padding-left: 15px;
}

.widget_block .toc-sidebar .toc-sidebar-links a,
.widget_block .toc-sidebar .toc-sidebar-links a:visited {
	display: block;
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #0066CC;
}

.toc-sidebar-mobile-toggle {
	display:none;
}

@media (max-width: 991.98px) {
	.toc-sidebar-mobile-toggle {
		width: 35px;
		height: 35px;
		position: fixed;
		right: 0px;
		top: 150px;
		background-image: url('../img/toc-icon.webp');
		display: block;
		cursor: pointer;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.toc-sidebar {
		position: fixed;
		right: 0;
		top: 65px;
		width: 200px;
		padding-bottom: 10px;
		display: none;
	}

	.toc-sidebar .toc-sidebar-links {
		display: none;
		max-height: 250px;
		overflow-y: auto;
		max-width: 250px;
	}

	.toc-sidebar h2 {
		display: none;
	}

	.toc-sidebar.open {
		display: block;
	}
	.toc-sidebar.open h2::after {
		content: '🗙';
		position: absolute;
		right: 10px;
		top: 4px;
		display: block;
	}

	.toc-sidebar.open h2 {
		display: block;
		cursor: pointer;
	}

	.toc-sidebar.open .toc-sidebar-links {
		display: block;
	}

	.toc-sidebar.open .toc-sidebar-links a {
		font-size: 12px;
	}

}
