 .menu-link {
        display: block;
        padding: 10px;
        color: #333;
        text-decoration: none;
        /* border-left: 4px solid transparent; */
        transition: 0.3s;
    }

   .menu-link.active {
    font-weight: bold;
    color: #d9005f;
    border-bottom: 4px solid #055b5f;
    background: #f3f0ee;
}

    .static-content {
        display: none;
        padding: 20px;
        /* border: 1px solid #ccc; */
    }

    .static-content.active {
        display: block;
    }
    .accordion-button, .accordion-body{
        background-color: #f3f0ee
    }
    .custom-accordion .accordion-item {
        border: none;
        border-bottom: 1px solid black;
        border-radius: 0;
    }

    .custom-accordion .accordion-button {
        border: none;
        box-shadow: none;
    }

    .custom-accordion .accordion-button:not(.collapsed) {
        background-color: #f3f0ee;
        color: inherit;
    }
    .accordion-header{
        padding: 0% !important;
    }