.icon-interactive {
fill: #6A6976;
fill-rule: evenodd;
height: 32px;
width:32px;
background:none;
cursor:pointer;
}
.icon-interactive:hover {
fill: #363545;
height: 32px;
width:32px;
background:#e2e2e7;
border-radius: 4px;
}
.icon-interactive:active {
fill: #0D6AA8;
height: 32px;
width:32px;
background:#CFE1EE;
border-radius: 4px;
}