.toc_container {
    width: 100%!important;
    background-color: #fff;
    -webkit-box-shadow: 5px -5px 10px 0 #f2f2fa;
    box-shadow: 5px -5px 10px 0 #f2f2fa;
    border: 0;
    padding: 10px 10px 10px 40px;
    margin: 0 0 40px;
}
.toc_container p.toc_title {
    text-align: left;
    position: relative;
    font-weight: 700
}
.toc_container p.toc_title:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(/assets/lib/summernote/plugin/summernote-table-of-content-master/icon.png);
    position: absolute;
    left: -35px;
    background-size: contain;
    background-repeat: no-repeat
}
.toc_container .toc_list a {
    color: #60607e;
    /* border-bottom: 1px solid #7ECB33; */
    text-decoration: underline;
    text-decoration-color: #7ECB33;
}
.toc_container .toc_list a:hover {
    text-decoration: none
}
.toc_container .toc_toggle {
    float: right;
    z-index: 1;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: transparent;
    font-size: 10px!important
}
.toc_container .toc_toggle a {
    color: transparent!important;
    z-index: 1;
    position: relative
}
.toc_container .toc_toggle a:hover{
    cursor: pointer;
    color: transparent !important;
}
.toc_container .toc_toggle:after {
    content: "-";
    position: absolute;
    color: var(--s-link);
    top: 50%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 34px;
    font-weight: 900;
    color: #7ECB33;
}
.toc_container.contracted .toc_toggle:after {
    content: "+";
    font-size: 28px;
}
.toc_container p.toc_title+ul.toc_list {
    margin-top: 1em;
}
.toc_container.no_bullets li, 
.toc_container.no_bullets ul, 
.toc_container.no_bullets ul li{
    background: 0 0;
    list-style-type: none;
    list-style: none;
}
.toc_container .toc_list {
    list-style: none;
}
.toc_container li, 
.toc_container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
}
.toc_container li, 
.toc_container ul {
    margin: 0;
    padding: 0;
}
.toc_container ul ul li,
.toc_container .hash3{
    padding-left: 20px;
}