.accordion-item {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.accordion-button {
    color: #fff !important;
    background-color: transparent !important;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #0dcaf0 !important;
    box-shadow: none !important;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-body {
    color: #fff !important;
}

.text-muted-custom {
    color: rgba(255, 255, 255, 0.5) !important;
}