
VoiceIcon {
    position: absolute;
    bottom: 24px;
    right: 32px;
    opacity: 0.0;
    font-size: 30px;
    color: white;
    text-shadow: 0px 0px 2px rgba( black, 0.25 );
    border-radius: 50%;
    background-image: url("ui/hud/mic.png");
    background-size: 100%;
    width: 128px;
    height: 128px;
    text-align: center;
    align-items: center;

    &.active {
        opacity: 1;
    }
}
