@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Bold.woff2') format('woff2'),
        url('../font/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Medium.woff2') format('woff2'),
        url('../font/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Regular.woff2') format('woff2'),
        url('../font/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#toc_container .toc_list > li {
	margin-bottom: 8px;
	list-style: none;
	margin-left: 0;
}

#toc_container .toc_list > li a {
	font-weight: 400;
	color: #717983;
	min-height: 54px;
	display: flex;
	align-items: center;
	font-size: 13px;
	padding: 9px 20px;
	border-radius: 6px 0 0 6px;
}

#toc_container .toc_list > li a:hover {
	font-weight: 700;
}

#toc_container .toc_list > li:first-child a {
	font-weight: 700;
}

#toc_container .toc_list > li:last-child {
	margin-bottom: 0px;
}
.toc-content{
	background-color: #292b2e;
	border-radius: 0 12px 12px 12px;
	overflow: hidden;
	padding: 20px;
}
.toc-heading {
    color: #ffe501;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.toc-block-list {
	list-style-type: none;
}
.toc-block-list > li {
	margin: 0 !important;
}
.toc-block-list > li > a {
	color: #F2F3F3;
	font-size: 14px;
	line-height: 1.75;
}
.toc-block-list > li > a:hover {
	color: #41a85f;
}
.toc-block-content {
	color: #F2F3F3;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625rem;
    height: 100%;
    background-color: #292B2E;
    border-radius: 0 6px 6px 6px;
    padding: 15px 0 15px 15px;
}
.toc-block-content .overflow-scroll {
	overflow-y: auto;
	padding-right: 10px;
}
