.bg-light-purple {
        background-color: #bec5f5 !important;
    }

.toc-container {
    position: fixed;
    left: 0;
    top: 56px;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.toc-container p {
    font-size: 20px;
    font-weight: bold;
    color: #484a9d;
}

.line {
    height: 2px;
    background-color: #8a90ce;
    margin-bottom: 10px;
}

#toc {
    list-style-type: none;
    padding: 0;
}

#toc li {
    margin-bottom: 10px;
}

#toc a {
    color: #5c68c0;
    text-decoration: none;
}

.toc-sublist {
    list-style-type: none;
    padding: auto;
}

.state-circle {
    color: #525eba;
    margin-right: 10px;
}