﻿.indicatorSvg {
    width: 1.5rem;
    height: 1.5rem;
}

.tagSetSteamSvg {
    width: 15rem;
    height: 15rem;
}

.tagSetRadialGauge {
    width: 15rem;
    height: 15rem;
}

.tagSetLinearGagueVertical {
    width: 15rem;
    height: 15rem;
}

.tagSetLinearGagueHorizontal {
    width: 15rem;
    height: 7.5rem;
}


.tagSetIndicatorIcon {
    width: 2rem;
    height: 2rem;
    color: green;
}

.tagSetAlarmIndicator {
    width: 2.5rem;
    height: 2.5rem;
}

.gauge_value_noblink {
    color: black; 
}

.gauge_value_blink {
    color: black;
    
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}