﻿.accordion-button-not-active{
    background-color:whitesmoke;
}

.accordion-button-not-active:not(.collapsed) {
    color: #0c63e4;
    background-color: lightgrey;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
