.section-v2-toc-main-title {}
.section-v2-toc-wrapper {
    padding-top: 12px;
    list-style: none;
    border-top: 2px solid #3caabe;
    border-bottom: 2px solid #3caabe;
}
.section-v2-toc-group-wrapper {
    padding: 16px 0;
}
.section-v2-toc-group-wrapper:not(:last-child) {
    border-bottom: 2px solid #dddddd;
}
.section-v2-toc-title {
    font-weight: medium;    
    font-size: 16px;
    color: #dddddd;
    padding-top: 10px;
    text-transform: uppercase;
}
.section-v2-toc-item {
    position: relative;
    transition: margin-left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.section-v2-toc-item.active {
    margin-left: 8px;
}
.section-v2-toc-group{}
.section-v2-toc-link{
    display: flex;
    padding: 10px 0;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    transition: margin-left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    outline: none;
}