@charset "UTF-8";
.modal-shadow.active:before {
	content: '';
	background: #0C1D35;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: 1;
}

.sticky-sidebar #main .row {
	align-items: flex-start;
}

.sticky-sidebar #main .b2c-sidebar {
	position: sticky;
	top: 110px;
}

.post .widget-toc {
	margin: 2rem 0;
}

@media (max-width: 767.98px) {
	.post .widget-toc.widget-toc-collapsable {
		height: 55px;
		overflow: hidden;
		width: 100vw;
		margin-left: -50vw;
		left: 50%;
		position: fixed;
		bottom: -32px;
		background-color: #F8F9FC;
		z-index: 2;
	}
	.post .widget-toc.widget-toc-collapsable .post-toc-sidebar.shadowable:after {
		content: none;
	}
	.post .widget-toc.widget-toc-collapsable .post-toc-sidebar-header {
		cursor: pointer;
		padding: 16px;
		margin-bottom: 0;
	}
	.post .widget-toc.widget-toc-collapsable .post-toc-sidebar-header:after {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		background-image: url('data:image/svg+xml,%3csvg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M8.5 3.33337V12.6667" stroke="%235C6570" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3cpath d="M3.8335 8H13.1668" stroke="%235C6570" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 20px;
		float: right;
	}
	.post .widget-toc.widget-toc-collapsable .post-toc-toggler {
		display: none;
	}
	.post .widget-toc.widget-toc-collapsable.show {
		height: auto;
	}
	.post .widget-toc.widget-toc-collapsable.show .post-toc-sidebar-header:after {
		width: 16px;
		height: 16px;
		background-image: url('data:image/svg+xml,%3csvg width="12" height="2" viewBox="0 0 12 2" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M1.3335 1H10.6668" stroke="%235C6570" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
		background-size: 16px;
	}
	.post .widget-toc.widget-toc-collapsable.show ul {
		margin: 0;
		padding: 0 16px 8px;
		background-color: white;
	}
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
	.post .widget-toc.widget-toc-collapsable.show ul {
		max-height: 400px;
		overflow-y: scroll;
	}
}

@media (max-width: 767.98px) {
	.post .widget-toc.widget-toc-collapsable.show ul li a {
		padding: .5rem 0 .5rem 1rem;
		font-weight: 700;
	}
	.post .widget-toc.widget-toc-collapsable.show ul li ul {
		margin-left: 1rem;
	}
}

.post-toc-sidebar-header {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-family: "Manrope";
	font-weight: 700;
	line-height: 1.3;
	color: var(--bs-heading-color);
}

@media (max-width: 767.98px) {
	.post-toc-sidebar-header {
		font-size: 18px;
	}
}

.post-toc-sidebar ul {
	font-size: 16px;
	margin: 1rem 0 .5rem;
	padding: 0;
	list-style: none;
	overflow-y: hidden;
}

.post-toc-sidebar ul li {
	position: relative;
}

.post-toc-sidebar ul li:not(:last-child) {
	border-bottom: 1px solid #E4E8EE;
}

.post-toc-sidebar ul li a {
	text-decoration: none;
	color: #1B1D20;
	display: block;
	padding: .5rem .75rem .4rem;
	border-left: 4px solid transparent;
}

.post-toc-sidebar ul li a:hover {
	text-shadow: 0 0 0 #444B54, 0 0 1px #444B54;
}

.post-toc-sidebar ul li.active a {
	border-left-color: #F35911;
	text-shadow: 0 0 0 #444B54, 0 0 1px #444B54;
}

.post-toc-sidebar ul li.active li a {
	text-shadow: none;
}

.post-toc-sidebar ul li.active li a:hover {
	text-shadow: 0 0 0 #444B54, 0 0 1px #444B54;
}

.post-toc-sidebar ul li.active li.active a {
	text-shadow: 0 0 0 #444B54, 0 0 1px #444B54;
}

.post-toc-sidebar ul li.post-toc-item-nested > a {
	padding-right: 2rem;
}

.post-toc-sidebar ul li ul {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 .5rem 1.5rem;
}

.post-toc-sidebar ul li ul li {
	padding: 0;
}

.post-toc-sidebar ul li ul li:not(:last-child) {
	border: 0;
}

.post-toc-sidebar ul li ul li a {
	padding: .25rem 0;
	border: 0;
}

.post-toc-sidebar.shadowable {
	overflow: hidden;
	height: 350px;
	position: relative;
}

@media (max-width: 767.98px) {
	.post-toc-sidebar.shadowable {
		height: auto;
	}
}

.post-toc-sidebar.shadowable:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), white);
	z-index: 2;
}

@media (min-width: 768px) {
	.post-toc-sidebar.shadowable:after {
		height: 60px;
	}
}

.post-toc-expander {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-image: url('data:image/svg+xml,%3csvg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cpath d="M4.5 6.66943L8.5 10.6694L12.5 6.66943" stroke="%236C7683" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e %3c/svg%3e ');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	z-index: 1;
	cursor: pointer;
}

.post-toc-expander.expanded {
	background-image: url('data:image/svg+xml,%3csvg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cpath d="M12.5 9.69141L8.5 5.69141L4.5 9.69141" stroke="%236C7683" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e %3c/svg%3e');
}

.post-toc-toggler {
	cursor: pointer;
	color: #4763A6;
	border: 1px solid #4763A6;
	border-radius: 2px;
	text-align: center;
	width: 100%;
	padding: .4rem;
	font-size: 14px;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.post-toc-toggler {
		margin-top: 15px;
	}
}

.post-toc-toggler span:before {
	content: '+';
	margin-right: 3px;
}

.post-toc-toggler span.less:before {
	content: '—';
}
