/* .planePath {
  position: fixed;
  left: 10vw;
  top: 10vh;
  width: 80vw;
  height: 80vh;
} */

.fil1 {
    fill: #D9DADA;
}

.fil2 {
    fill: #C5C6C6;
}

.fil4 {
    fill: #9D9E9E;
}

.fil3 {
    fill: #AEAFB0;
}

.svg_frame {
    width: 100%;
    height: 100vh;
}

svg text,
svg textpath {
    alignment-baseline: central;
    text-rendering: geometricPrecision;
}

.svg_meet {}

.svg_txt {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0px;
}

.svg_txt_winner {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 30px;
}

.ecg {
    position: absolute;
    left: -5%!important;
    top: 40px!important;
    display: block;
    height: 105px;
    z-index: 1;
}
