.table-left {
    position: sticky;
    top: max(4vw, 68px);
    width: 100%;
    z-index: 10;
}

.table-full-height .table-left .money-circulation-component .card-title {
    font-family: "Lato-Bold";
    font-weight: bold;
    font-size: 22px;
}

.table-left .money-circulation-component {
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 32px;
}

.table-left .money-circulation-component li {
    padding-bottom: 16px;
    font-family: "Lato-Regular";
    font-size: 16px;
    font-weight: normal;
    position: relative;
}

.table-left .money-circulation-component a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    transition: color 0.3s ease;
    font-weight: normal;
}

.table-left .money-circulation-component .card-title {
    padding: 0 0 38px 0;
    font-size: 20px;
    font-family: "Lato-Bold";
}

.table-left .money-circulation-component li.active a {
    color: var(--main-blue);
    font-weight: bold;
    padding-left: 40px;
}


.table-left .money-circulation-component li a:hover {
    color: var(--main-blue);
}

@media(max-width: 1200px) {
    .table-left {
        display: none;
    }
    .toc-item-display-when-active{
        display: flex;
        padding-top: 6px;
        padding-bottom: 6px;
        gap: 10px;
    }

    .table-of-contents-mobile {
        display: block;
        padding: 18px;
        background-color: #fff;
        padding-top: 12px;
        padding-left: 16px;
        padding-bottom: 12px;
        color: black;
    }

    .dropdown-list{
        padding-left: 16px !important;
    }

    .table-of-contents-mobile .title-container .left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        padding: 12px 16px;
        gap: 12px;
        cursor: pointer;
        height: 42px;
    }

    .table-of-contents-mobile .title-container .left {
        padding-left: 12px;
    }

    .table-of-contents-mobile .title-container .left {
        padding-left: 12px;
    }

    .title-mobile-toc {
        font-size: 14px;
        font-family: "Lato-Bold";
    }

    .dropdown-list {
        display: none;
        list-style-type: none;
    }

    .table-of-contents-mobile.open .dropdown-list {
        display: block;
        padding-top: 8px;
    }
}

@media(min-width: 1201px) {
    .table-of-contents-mobile {
        display: none;
    }
}

.table-full-height {
    height: 100%;
}

.toc-linku {
    display: flex;
    align-items: center;
    color: var(--main-dark);
    text-decoration: none;
}

.toc-linku.active {
    color: var(--main-blue);
    font-weight: bold;
}

.toc-linku .chevron-icon {
    margin-right: 10px;
}

.toc-linku:hover {
    color: var(--main-blue);
}

.toc-arrow {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.table-of-contents-mobile.open .toc-arrow {
    transform: rotate(180deg);
}

.toc-linku.active {
    color: var(--main-blue);
    font-weight: bold;
}