/* SVG-icons - Access and style*/

.rmf_svg_ic {
    width: 32px;
    height: 32px;
    fill: rgb(255, 255, 255);
    margin-top: -2px !important;
}

.rmf_svg_ic:hover {
    fill: rgb(255, 174, 0);
}