.noBg{
    background: transparent!important;
    box-shadow: none!important;
}
.noBg svg{
    color:white!important;
}

.noBg:hover svg{
    color:var(--color-secondary)!important;
}