
#fvg_blue .fvg-shape { 
    fill: #1e85d9; 
    stroke: #fff;
    stroke-width: 0.01vw;
    transform: translateY(0.004vw);
}
  /* 
.zoom-country #fvg_blue .fvg-shape {
    transition: stroke-width 2000ms ease;
    transition-delay: 500ms;
    stroke-width: 0.01vw;
}
  
.zoom-europe #fvg_blue .fvg-shape {
    transition: stroke-width 2000ms ease;
    transition-delay: 500ms;
    stroke-width: 0.01vw;
}
  
.zoom-fvg #fvg_blue .fvg-shape {
    transition: stroke-width 2000ms ease;
    transition-delay: 500ms;
    stroke-width: 0.003vw;
    fill: #BCCED6;
}
  
.video-layer #fvg_blue .fvg-shape {
    transition: stroke-width 2000ms ease, fill-opacity 2000ms ease;
    transition-delay: 500ms;
    stroke-width: 0.003vw;
    stroke-opacity: .8;
    fill: #FFF;
    fill-opacity: .2;
} */
  
.map-wrapper svg { 
    transition: background-color 1000ms ease;
}

