.sticky-custom-toc {
    position: sticky;
    top: 70px;
    margin-top: 160px;
    margin-bottom: 80px;
    font-size: 13px;
    font-weight: 300;
	/*
	height: 100vh;
	overflow: auto;
	*/
}

.sticky-custom-toc .ez-toc-widget-sticky::before {
    width: 60px;
    height: 2px;
    background-color: #023E8A;
    content: '';
    position: absolute;
    top: -20px;
}


.sticky-custom-toc .ez-toc-widget-sticky::after {
    width: 60px;
    height: 2px;
    background-color: #023E8A;
    content: '';
    position: absolute;
    bottom: -20px;
}


.sticky-custom-toc .ez-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: section;
    background-color: unset;
    line-height: unset;
    overflow: unset!important;
    /**
    height: 90vh;
    overflow-x: scroll;
    overflow-y: visible;

     */
}

.sticky-custom-toc .ez-toc-counter nav ul li a::before{
    display: none;
}


.sticky-custom-toc .ez-toc-list li {
    margin-bottom: 12px!important;
    border-bottom: 2px solid transparent!important;
    position: relative!important;
    overflow: unset!important;
}

/*
.sticky-custom-toc .ez-toc-list > li::before {
    width: 24px;
    height: 24px;
    font-size: 11px;
    position: absolute;
    background-color: rgb(2 62 138 / 12%);
    opacity: 0.8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -30px;
    top: 8px;
    counter-increment: section;
    content: counter(section);
}
*/

.sticky-custom-toc .ez-toc-list li:hover {
    border-bottom: 2px solid #023E8A;

}

.sticky-custom-toc .ez-toc-list li a {
    color: inherit!important;
    text-decoration: none;
    font-weight: inherit
}


div#ez-toc-container ul li {
    font-weight: 400;
	margin: 0!important;
}

.div#ez-toc-container ul.ez-toc-list a {
    font-weight: 400;
    font-size: 14px;
    color: inherit;
}

div#ez-toc-container ul.ez-toc-list a:visited {
    color: inherit;
}

div#ez-toc-container {
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #eee;
	box-shadow: none;
}



.sticky-custom-toc #ez-toc-container {
    border-radius: 0;
    border-color: transparent!important;
    border:none!important;
    padding:0!important;
    margin:0!important;
}

.ez-toc-list-level-3{
	margin: 0 auto;
}


div#ez-toc-container ul li a{
	margin-bottom: 8px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

div#ez-toc-container ul li a:hover{
	border-bottom: 2px solid #023E8A;
	text-decoration: none;
	
}

.sticky-custom-toc::before{
	content: '';
	width: 50%;
	height: 2px;
	background-color: #023E8A;
	position: absolute;
	top: -32px;
}

.sticky-custom-toc::after{
	content: '';
	width: 50%;
	height: 2px;
	background-color: #023E8A;
	position: absolute;
	bottom: -16px;
}
