/* Default background state */
.scoop {
background-color: #213648;
}

/* default icon color */
.side-navigation-wrapper svg.scoop path{
fill: #6EB53E !important;
}

/* hover/focus the whole row */
.side-navigation-wrapper:hover svg.scoop path,
.side-navigation-wrapper:focus-within svg.scoop path{
fill: #213648 !important;
}

.reets-section-logo {
    display: none;
}
