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

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

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

/*  Reets section logo */
.reets-section-logo {
    display: none;
}