.accordion-button.anidado:not(.collapsed)::before {
    background-color: var(--mme-blue);
    padding:0.3rem 0.95rem !important;
    border-radius: 50% !important;
    content: "" !important;
    margin-left: auto !important;
    align-self: center !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 1.5rem !important;
    background-position: center !important;
    transition: transform 0.2s ease-in-out !important;
    margin-right: 1rem !important;
    transform: rotate(90deg) !important;

}
.accordion-button.anidado::after {
    background-color: unset;
    padding: unset !important;
    border-radius: unset !important;
    content: "" !important;
    margin-left: unset !important;
    width: unset !important;
    height: unset !important;
    align-self: unset !important;
    background-image: unset!important;
    background-repeat: unset;
    background-size: unset;
    background-position: unset;
    transition: unset;
}

.accordion-button.anidado:not(.collapsed)::after {
    background-color: unset;
    padding: unset !important;
    border-radius: unset !important;
    content: "" !important;
    margin-left: unset !important;
    width: unset !important;
    height: unset !important;
    align-self: unset !important;
    background-image: unset!important;
    background-repeat: unset;
    background-size: unset;
    background-position: unset;
    transition: unset;
}
.accordion-button.anidado::before {
    background-color: var(--mme-blue);
    padding:0.3rem 0.95rem !important;
    border-radius: 50% !important;
    content: "" !important;
    margin-left: auto !important;
    align-self: center !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 1.5rem !important;
    background-position: center !important;
    transition: transform 0.2s ease-in-out !important;
    margin-right: 1rem !important;


}
.accordion-button.anidado:not(.collapsed) {
    background-color: var(--bs-white) !important;
    color: var(--mme-green);
    font-weight: bold !important;
}

.accordion-button.anidado {
    margin-bottom: 1rem !important;
    background-color: #fff;
    border: none  !important;
    display: block !important;
    padding: 0 !important;
}
.accordion-item {
    border: 0 !important;
}
.accordion-button.anidado {
    color: var(--mme-black) !important;
    font-weight: 500 !important;
    padding-bottom: 1rem!important;
    padding-top: 1rem!important;
}

.left-dotted-border {
    border-style: none none none dashed;
    border-width: 2px;
    border-color: gray;
}
