.info-svg { 
    width: 17px;
    height: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

[data-theme='light'] .info-svg {
    background-image: url('../static/info_light.svg');
}

[data-theme='dark'] .info-svg {
    background-image: url('../static/info_dark.svg');
}
