.list .item {
    cursor: pointer;

}

.list .item:active {
    background-color:var(--bs-secondary-background);
}

[data-bs-theme=dark] {

    .icon-arrow svg{
        fill: #A5A5A5!important;
    }
}