.vad-player-container *,
.vad-player-container *::before,
.vad-player-container *::after {
  box-sizing: border-box;
}

/* .e-grid:has(.elementor-widget-vadvideo){ display: flex;} */

.vad-full-div{
    min-height: 100vh;
}
.vad-vd-wpr{
  display: block;
  margin: auto;
  background: black;
  overflow: hidden;
}

/*
#vadExitModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;  
  z-index: 10000;
}

#vadExitModalBox{
    padding: 0;
    margin: 0;
    box-shadow: 3px 3px 7px 2px rgba(0, 0, 0, 0.5);
}
*/


#vadExitModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* impede scroll fora do modal */
  z-index: 99999;
  padding: 0;
}

#vadExitModalBox {
  position: relative;
  background: white;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

#vadExitLoading {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: red;
  font-size: 16px;
  padding: 40px;
  height: 100%;
  width: 100%;
}

#vadExitLoading .spinner {
  width: 40px;
  height: 40px;
  top : 200px;
  border: 4px solid #ccc;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 10px;
}
#vadExitLoading .spinner-text{
    padding: 15px 30px 15px 30px;
    font-size: 20px;
    border-radius: 30px;
    margin: 30px;
    text-align: center;    
}


#vadExitLoading .text{
    background: rgba(0, 0, 0, 0.5);
    padding: 0px 12px 3px 12px;
    border-radius: 15px;
    color: #007bff;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#vadExitModalBox iframe {
  flex: 1;
  width: 100%;
  height: 100%;
  border: none;
  display: none;
  overflow: auto;
}

#vadExitCloseBtn {
  position: absolute;
  top: 10px;
  right: 17px;
  color:white;
  padding: 13px 14px 14px 14px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  font-size: 14px;
  line-height: 0;
  cursor: pointer;
  z-index: 2;
}


.videolist-wpr{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 15px;
    justify-content: initial;
    align-items: initial;
    justify-items: initial;
}
.videolist{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color:green;
    flex-grow: 1;
    margin-bottom: 5px;
    box-shadow: inset 0 0 5px 1px green;
}
.videolist span{
    cursor: pointer;
}
.videolist span:hover{
    color:white;
}
.vad-initial-frame{
    margin: auto;
    overflow: hidden;
}
.vad-wraper-player{
    display:flex;
    justify-content: center;
    align-items: center;
    max-width:  100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    cursor: pointer;
}
.vad-casing-player{
    display:flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.vad-if-player{
    overflow: hidden;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.vad-num-player{
    position: absolute;
    background: red;
    font-size: 1em;
    color: white;
    line-height: 1;
    border-radius: 8px;
    border: 2px solid white;
    padding: 3px 10px 5px 10px;    
    margin: 10px;
}
.vad-div-sup-bk:before{
    content: '';
    display:flex;
    position: absolute;
    top:0;
    width: 100%;
    padding: 20px;
}
.selectbartime{
    box-shadow: 0px 0px 5px 3px white;
    z-index: 2;
}
.vad-static {
  background-image: repeating-radial-gradient(circle at 17% 32%, white, black 0.00085px);
}
.vadstatic1 {
  animation: static1 1.5s linear infinite;
}
.vadstatic2 {
  animation: static2 1.5s linear infinite;
}
.vadstatic3 {
  animation: static3 1.5s linear infinite;
}
@keyframes static1 {
  0% { 
    background-size: 100% 100%; 
}
  100% {
    background-size: 99% 100%;
  }
}
@keyframes static2{
  0% { 
    background-size: 100% 100%; 
    box-shadow: inset 0px 0px 100px 80px #000000;}
  50%{ box-shadow: inset 0px 0px 100px 0px #000000; }
  100% {
    background-size: 99% 100%;
    box-shadow: inset 0px 0px 100px 80px #000000;
  }
}

@keyframes bs0{
    0% {background: var(--vadefcolorload); box-shadow: inset 0px 0px 200px 200px var(--vadefcolorld1);}
    50% {background: var(--vadefcolorload); box-shadow: inset 0px 0px 0px 0px var(--vadefcolorld2);}
    100% {background: var(--vadefcolorload); box-shadow: inset 0px 0px 200px 200px var(--vadefcolorld1);}
    
}
@keyframes bs0dw{
    0% {background:  rgba(220, 220, 220, 0.5)}
    100% {background:  var(--vadefcolorload);}
}

@keyframes bs{
    0% {background: var(--vadefcolorload); box-shadow: inset 0px 0px 5px 5px black;}
    50% {background:  rgba(220, 220, 220, 0.5);  box-shadow: inset 0px 0px 25px 25px black;}
    100% {background: var(--vadefcolorload); box-shadow: inset 0px 0px 5px 5px black;}
}

@keyframes static3{
  0% { 
    background-size: 100% 100%; 
    box-shadow: inset 0px 0px 5px 10px rgba(0, 0, 0, 0);}
  50%{ box-shadow: inset 0px 0px 80px 40px rgba(0, 0, 0, 1.0); }
  100% {
    background-size: 99% 100%;
    box-shadow: inset 0px 0px 5px 10px rgba(0, 0, 0, 0);
  }
}
.vad-custom-screen{
    width: 0;
    height: 0;
    font-size: 30px;
    cursor: pointer;
    display: none;
    background: transparent;
    opacity: 1;
    touch-action: manipulation;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari, Chrome, Opera, Samsung */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Edge, IE */
    user-select: none; /* Modern browsers */
}
.vad-wpr-volume{
    flex-direction: column;    
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    pointer-events: none;
    display: none;
    z-index: 2;
}
.vad-volume{
    display: flex;
    flex-direction: column;
    min-width: 30%;
    justify-content: center;
    align-items: center;
    align-self: center;
    justify-self: center;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    color: white;
    padding: 10px;
    font-size: 30px;
    box-shadow:  0 0 8px 1px #E94747;
    animation: vadvolumesh 0.6s ease-out forwards;
}
.vad-volume.anup{
    animation: vadvolumedw 0.6s ease-out forwards;
}
.vad-volume.andonw{
    animation: vadvolumeup 0.6s ease-out forwards;
}
@keyframes vadvolumeup {
  from {
    transform: scale(5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes vadvolumedw{
  0% {
    transform: scale(0);
    opacity: 0;
  }
  70% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.vad-vol-text{
    font-size: 0.9em;
    text-shadow: 2px 2px 4px red;
}
.vad-volume .ef1{
    font-size: 3em;
    animation: vad-ef-ic 2s infinite;
}
.vad-volume .ef2{
    font-size: 3em;
    animation: vad-ef-ib 2s infinite;
}
.vad-volume .ef3{
    font-size: 3em;
    animation: vad-ef-in 2s infinite;
}
.vad-coninter{
    position: absolute;
    display: flex;
    top: 0;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: none;
    z-index: 1;
    font-size: 18px;
    box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.5);
    background: red;
}
.nettext{
    position: relative;
    font-size: 1em;
    color: blue;
    animation: loadserv 1s ease-in-out infinite;
}

.vad-counter{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    right: 3%;
    bottom: 3%;
    cursor: pointer;
    pointer-events: none;
    font-size: 10px;
    color: black;
    border-radius: 5px;
    padding: 0px 10px 0px 10px;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 0.8);   
}
.vad-wpr-legend-at{
    display: flex;
    justify-content: center;
    text-align: center; 
    font-size: 18px;
    font-weight: 900;
    text-stroke: 1px white;
    -webkit-text-stroke: 1px white;
    color: red;
    padding: 10px;
    pointer-events: none;
    z-index: 5000;
}
.legend-at-leg{
    position: relative;
    display: flex;
    background: transparent;
    border-radius: 10px;
    z-index: 1;
    padding: 5px;
    font-size: 1.2em;
}
.circles{
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index:0;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    animation: animate 8s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1){
    left: 5%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 80px;
    height: 60px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.vad-qualy, .vad-views{
    background:white; 
    color:black;
    position:absolute;
    font-weight: bold;
    border-radius: 15px;
    padding: 2px 10px 2px 10px;
    line-height: 1;
    opacity: 0.5;
    top:10px;
    font-size:15px;
    z-index:2
}
.vad-qualy{ right:5px;}
.vad-views{
    left:5px;
    border-radius: 20px;
    text-shadow: 2px 2px 2px black;
    animation: vad-raio 1s ease-in-out infinite;
    top:5px;
    lft:3px;
    font-weight: 0;
    font-size: 1rem;
    padding: 5px 10px 5px 10px;
    background:red;
    color: white;
    opacity: 0.8;
}

.vad-bar{}
.vad-custom-screen.view,
.vad-wpr-legend-at.view,
.vad-wpr-volume.view, 
.vad-display-load.view,
.vad-click-screen.view,
.vadquestionid.view{
    position: absolute;
    display: flex;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    cursor: pointer;
}
.vad-display-load{
    display: flex;
    flex-grow: 1;
    min-width: 100%;
    min-height: 100%;
    align-self: center;
    justify-self: center;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 10;
}
.vad-load-ef{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vadquestionid{
    display: flex; 
    flex-direction: column;
    justify-content: center;
    padding:  0 10% 0 10%;
    width: 100%;
    flex: 1;
    background:black;
    background-color: rgba(0,0,0,0.8); /* preto semi-transparente */
}
.vadquestionid div{
  font-size: clamp(9px, 3.5vw, 14px);
  padding: 5px;
  color: white;
}
.vadquestionid button{
    position: relative;
    font-size: clamp(9px, 3.5vw, 14px);
    display: flex;    
    flex: 0;
    white-space: normal; 
    text-align: left;
    color:black;
    opacity: 1;
    margin: 5px;
    background: white; 
    border: 0;
    box-shadow: 0 0 0 0;
}
.vad-load-ef.ef1{
    animation: bs 1.7s infinite alternate;
}
.shimmer {
 background: linear-gradient(
    90deg,
    #000000 0%,
    #555555 25%,
    #808080 50%,
    #555555 75%,
    #000000 100%
  );
  background-size: 200% 100%;
  animation: bg-shimmer 3s linear infinite;
}

@keyframes bg-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.vad-load-ef.ef0{
    animation: bs0 4.5s  linear infinite;
}
.vad-loadcirc.ef1, .vad-loadcirc.efv{
  width: 70px;
  height: 70px;
  border: 5px solid #4f4f4f;
  border-top-color: #000000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.vad-loadcirc.ef1{
    width: 60px;
    height: 60px;  
    border: 7px solid var(--vadefcolorld1);
    border-top-color: var(--vadefcolorld2);
}
.vad-loadcirc.efv{
    border: 10px solid var(--vadefcolorld1);
    border-top-color: var(--vadefcolorld2);
}


.vad-loadcirc[class*="efr"]{
  position: relative;
  width: 60px;
  height: 60px;
  background: var(--vadefcolorload);  
}
.vad-loadcirc[class*="efr"].efrw{
    animation: spinv 2s linear infinite;
}

.vad-loadcirc[class*="efr"].efrdef{
    width: 100%;
    height: 100%;
    animation: spindef 3s linear infinite;
}

.vad-loadcirc[class*="efr"].efrrisk{
  width: 100%;
  height: 100%;
  background: linear-gradient(
    130deg,
    transparent 45%,
    var(--vadefcolorload) 50%,
    transparent 55%
  );
  background-repeat: no-repeat;
  background-size: 200% 200%; /* bem maior para suavidade */
  animation: reflexoDiagonal 4s ease-in-out infinite;
  position: relative;
  z-index: 1;
}

.vad-loadcirc[class*="efr"]::before, .vad-loadcirc[class*="efr"]::after{
  content: '';
  position: absolute;
  width: 30px;
  height: 20px;
}

.vad-loadcirc.efrw::before{
    width: 20px;
    background:  var(--vadefcolorld1);
    box-shadow: 0px 0px 10px 2px var(--vadefcolorld1) ;
    border-radius: 25px;
}

.vad-loadcirc.efrw::after {
    width: 20px;
    background: var(--vadefcolorld2);
    box-shadow: 0px 0px 10px 2px var(--vadefcolorld2) ;
    border-radius: 25px;
}
.vad-loadcirc.efrrisk::before{
  background: linear-gradient(to right, transparent, var(--vadefcolorld1));
  border-radius: 0 25px 25px 0 ;
}

.vad-loadcirc.efrrisk::after {
  background: linear-gradient(to right, var(--vadefcolorld2), transparent);
  border-radius: 25px 0 0 25px;
}

.vad-loadcirc[class*="efrw"]::before {
  top: 30px;
  left: -50%;
  animation: raio-esq-dir 1.5s ease-in-out infinite;
}

.vad-loadcirc[class*="efrw"]::after {
  bottom: 30px;
  right: -100%;
  animation: raio-dir-esq 1.8s ease-in-out infinite;
  animation-delay: 0.5s;
}

.vad-loadcirc[class*="efrrisk"]::before {
  top: 30%;
  left: -100%;
  width: 100%;
  animation: efrb-esq 2s infinite;
}

.vad-loadcirc[class*="efrrisk"]::after {
  bottom: 30%;
  right: -100%;
  width: 100%;
  animation: efrb-dir 1.5s infinite;
  animation-delay: 0.5s;
}

@keyframes efrb-dir {
  0% {
    right: -100%;
  }  
  100% {
    right: 100%;
  }
}
@keyframes efrb-esq {
  0% {
    left: -100%;
  }  
  100% {
    left: 100%;
  }
}
@keyframes reflexoDiagonal {
  0% {
    background-position: 100% 100%;
  }
  50%{
    background-position: 0% 0%;
  }
  100%{
    background-position: 100% 100%;
  }
}
@keyframes raio-esq-dir {
  0% {
    left: -50%;
  }  
  50% {
    left: 100%;
  }
  100% {
    left: -50%;
  }
}

@keyframes raio-dir-esq {
  0% {
    right: -100%;
  }
  50% {
    right: 120%;
  }
  100% {
    right: -100%;
  }
}

.elementor-element.vad-space{ padding: 0; margin: 0;}
.elementor-element.vad-space.t{ padding: 10px 0 15px 0; margin: 0;}
.vad-vd-title{color: #F7F9F9;}
.vad-progress-bar-wpr{flex-grow: 1; margin: 0; padding:0 ; width: 100%;background: rgba(165,42,42, 0.5) }
.vad-progress-bar{
    display: flex;
    position: relative;
    width: 100%;
    background: red;    
    flex-direction: row;
    justify-content: flex-end;
}
.vad-progress-mark{
    display: flex;
    z-index: 2;
    position: relative;
    opacity: 1;
}
.vad-progress-ct{
    display: flex;
    align-items: center; 
    justify-content:flex-end;
    flex-grow: 1; 
    flex-wrap: wrap; 
    min-height: 35px;
}
.vad-progress-ct span{display: flex; color: gray;margin: 0 4px 0 4px;}

.ea-dashboard-link {
   display: none !important;
}
/*  pointer-events: none não funciona na div sobreposta no safari android */

.wrp-bar{min-width:100%}
.e-ai-button{
 display: none !important;   
}

.progresscontrol.ic{
    padding: 0px 5px 0px 5px;
}
.progresscontrol{
    text-shadow: 0 5px 5px black;
}
.vadiconplay{
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    font-size: 2.5em;
    pointer-events: none;
    transform: translate(-50%,-50%);
}
.leftb{ top: 80%; left: 12%;}
.leftt{ top: 20%; left: 12%;}
.rigthb{ top: 80%; left: 85%;}
.rigtht{ top: 20%; left: 85%;}

.portrait.leftb{ top: 93%; left: 15%;}
.portrait.leftt{ top: 8%; left: 15%;}
.portrait.rigthb{ top: 93%; left: 82%;}
.portrait.rigtht{ top: 8%; left: 82%;}


.vad-loading-container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.vad-content{
    display: flex;
    justify-content: center;
    align-items: center; 
}
.noisetv{
    background: 
    repeating-radial-gradient(#000 0 0.0001%,#fff 0 0.0002%) 50% 0/2500px 2500px,
    repeating-conic-gradient(#000 0 0.0001%,#fff 0 0.0002%) 60% 60%/2500px 2500px;
    background-blend-mode: difference;
    animation: b .2s infinite alternate;
}
@keyframes b{
  100% {background-position: 50% 0, 60% 50%}
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinv {
  0% {
    transform: rotate(0deg);
  }
  10% {
    border-radius: 15px;
  }
  20% {
    border-radius: 10px;
  }
  30% {
    border-radius: 25px;
  }
  40% {
    border-radius: 15px;
  }
  100% {
    border-radius: 0;
    transform: rotate(360deg);
  }
}



@keyframes spindef {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
    border-radius: 25% 20% 25% 75%;
  }
  20% {
    transform: scale(0.6);
    border-radius: 75% 45% 35% 50%;
  }
  30% {
    transform: scale(0.3);
    border-radius: 12% 20% 75% 10%;
  }
  50% {
    transform: scale(0);
    border-radius: 50% 45% 70% 40%;
  }
  60% {
    transform: scale(0.2);
  }
  70% {
    transform: scale(0.5);
    border-radius: 25% 20% 25% 75%;
  }
  80% {
    transform: scale(0.7);
    border-radius: 75% 45% 35% 50%;
  }
  90% {
    transform: scale(0.9);
    border-radius: 12% 20% 75% 10%;
  }
  100% {
    transform: scale(1.3);
  }
}

.vp-bed{
    position: absolute;
    display: flex;
    align-items: flex-start;
    flex-grow: 1;
    min-height:30px;
    width: 100%;
    padding: 0px 10px 0px 10px;;
    background: rgba(0, 0, 0, 0.8);    
    cursor:not-allowed;
}
.vp-bed span{
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #808080;
    font-size: 15px;
    animation: jump 1s ease-in-out infinite;
    display: inline-block;
    color: transparent;
}
.progresscontrol.ctlblock{
    opacity: 0.3;
}
.seebackbuttom{
    animation: jumpb .5s ease-in-out 4;
}
.efectClick{
    animation: jumpb .5s ease-in-out 1;
}

@keyframes jump {   
   0%,100%
 {
  text-shadow: -1.5px -1.5px 0 white,1.5px 1.5px 0 #808080;
  -webkit-text-shadow:-1.5px -1.5px 0 white,1.5px 1.5px 0 #808080;
    -moz-text-shadow:-1.5px -1.5px 0 white,1.5px 1.5px 0 #808080;
 }
 25%
 {
  text-shadow: 1.5px 1.5px 0 white,-1.5px -1.5px 0 #808080;
  -webkit-text-shadow: 1.5px 1.5px 0 white,-1.5px -1.5px 0 #808080;
    -moz-text-shadow: 1.5px 1.5px 0 white,-1.5px -1.5px 0 #808080;
 }
 50%
 {
  text-shadow: 1.5px 1.5px 0 white,-1.5px 1.5px 0 #808080;
  -webkit-text-shadow:1.5px 1.5px 0 white,-1.5px 1.5px 0 #808080;
    -moz-text-shadow:1.5px 1.5px 0 white,-1.5px 1.5px 0 #808080;
 }
 75%
 {
  text-shadow: -1.5px 1.5px 0 red,1.5px -1.5px 0 #808080;
  -webkit-text-shadow:-1.5px 1.5px 0 red,1.5px -1.5px 0 #808080;
    -moz-text-shadow:-1.5px 1.5px 0 red,1.5px -1.5px 0 #808080;    
 }
}
.animeLoad{
    display: flex;
    align-self: center;
    justify-self: center;
    font-size: 1.3rem;
    text-align: center;
    padding: 7px;
    animation: loadserv 1s ease-in-out infinite;
}
@keyframes loadserv{   
0% { color:black;text-shadow: 0px 0px 0px red;}
50% { color:#808080; text-shadow: 0px 0px 20px red;}
100% { color:white; text-shadow: 0px 0px 0px red}
}
.cred{
    color: red;
}
@keyframes showAnimation {
  0% {
    opacity:  0;
    width: 0%;
    height: 0%;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
.show-animation {  
  animation: showAnimation 1s;
}

@keyframes jumpb{   
   0%,100%
 {
  text-shadow: -1.5px -1.5px 0 red,1.5px 1.5px 0 blue;
  -webkit-text-shadow:-1.5px -1.5px 0 red,1.5px 1.5px 0 blue;
    -moz-text-shadow:-1.5px -1.5px 0 red,1.5px 1.5px 0 blue;
 }
 25%
 {
  text-shadow: 1.5px 1.5px 0 red,-1.5px -1.5px 0 blue;
  -webkit-text-shadow: 1.5px 1.5px 0 red,-1.5px -1.5px 0 blue;
    -moz-text-shadow: 1.5px 1.5px 0 red,-1.5px -1.5px 0 blue;    
    transform: scale(2);
 }
 50%
 {
  text-shadow: 1.5px 1.5px 0 red,-1.5px 1.5px 0 blue;
  -webkit-text-shadow:1.5px 1.5px 0 red,-1.5px 1.5px 0 blue;
    -moz-text-shadow:1.5px 1.5px 0 red,-1.5px 1.5px 0 blue;
 }
 75%
 {
  text-shadow: -1.5px 1.5px 0 red,1.5px -1.5px 0 blue;
  -webkit-text-shadow:-1.5px 1.5px 0 red,1.5px -1.5px 0 blue;
    -moz-text-shadow:-1.5px 1.5px 0 red,1.5px -1.5px 0 blue;
 }
}
.jumpbocx{
    animation: jumpbox .5s ease-in-out 1;
}
@keyframes jumpbox{   
   0%,100%
 {
  box-shadow: -1.5px -1.5px 0 red,1.5px 1.5px 0 blue;
  -webkit-box-shadow:-1.5px -1.5px 0 red,1.5px 1.5px 0 blue;
    -moz-box-shadow:-1.5px -1.5px 0 red,1.5px 1.5px 0 blue;
 }
 25%
 {
  box-shadow: 1.5px 1.5px 0 red,-1.5px -1.5px 0 blue;
  -webkit-box-shadow: 1.5px 1.5px 0 red,-1.5px -1.5px 0 blue;
    -moz-box-shadow: 1.5px 1.5px 0 red,-1.5px -1.5px 0 blue;    
    transform: scale(1.1);
 }
 50%
 {
  box-shadow: 1.5px 1.5px 0 red,-1.5px 1.5px 0 blue;
  -webkit-box-shadow:1.5px 1.5px 0 red,-1.5px 1.5px 0 blue;
    -moz-box-shadow:1.5px 1.5px 0 red,-1.5px 1.5px 0 blue;
 }
 75%
 {
  box-shadow: -1.5px 1.5px 0 red,1.5px -1.5px 0 blue;
  -webkit-box-shadow:-1.5px 1.5px 0 red,1.5px -1.5px 0 blue;
    -moz-box-shadow:-1.5px 1.5px 0 red,1.5px -1.5px 0 blue;
 }
}

.vadiconplay.efp{
    animation: vad-ef-p 1s infinite;
}
.vadiconplay.efpa{
    animation: vad-ef-p_a 1s infinite;
}
.vadiconplay.efb{
    animation: vad-ef-br 1s infinite;
}
.vadiconplay.efba{
    animation: vad-ef-br_a 1s infinite;
}
.vadiconplay.efn{
    animation: vad-ef-n 1s infinite;
}
.vadiconplay.efna{
    animation: vad-ef-n_a 1s infinite;
}

@keyframes vad-raio {
  0%, 100% {
    text-shadow: 0 0 0 black;
  }
  10% {
    text-shadow: 0 0 5px #fff, 0 0 10px black, 0 0 20px black;
  }
  30% {
    text-shadow: 0 0 15px black;
  }
  50% {
    text-shadow: 0 0 35px white, 0 0 50px black;
  }
  70% {
    text-shadow: 0 0 10px black;
  }
  90% {
    text-shadow: 0 0 25px black;
  }
}

@keyframes vad-ef-p{
    0%{ text-shadow: 0 0 0 black; }
    50%{ text-shadow: 0 0 35px black;}
    75%{ text-shadow: 0 0px 50px black;}
    100%{ text-shadow: 0 0px 0 black;}
}
@keyframes vad-ef-p_a{
    0%{ text-shadow: 0 0 0 black; }
    50%{ text-shadow: -1px 8px 8px black;}
    100%{ text-shadow: 0 0 0 black;}
}
@keyframes vad-ef-br{
    0%{ text-shadow: 0 0 0 white; }
    50%{ text-shadow: 0 0 50px white;}
    75%{ text-shadow: 0 0px 100px white;}
    100%{ text-shadow: 0 0px 0 white;}
}
@keyframes vad-ef-br_a{
    0%{ text-shadow: 0 0 0 white; }
    50%{ text-shadow: -1px 8px 8px white;}
    100%{ text-shadow: 0 0 0 white;}
}
@keyframes vad-ef-n{
    0%{ text-shadow: 0 0 0 #1b03a3; }
    50%{ text-shadow: 0 0 35px #1b03a3;}
    75%{ text-shadow: 0 0px 50px #1b03a3;}
    100%{ text-shadow: 0 0px 0 #1b03a3;}
}
@keyframes vad-ef-n_a{
    0%{ text-shadow: 0 0 0 #1b03a3; }
    50%{ text-shadow: -1px 8px 8px #1b03a3;}
    100%{ text-shadow: 0 0 0 #1b03a3;}
}
@keyframes vad-ef-in{
    0%{ text-shadow: 0 0 10px #1b03a3;}
    5.16129% { transform:rotate(0deg) }
    6.45161% { transform:rotate(6deg) }
    11.6129% { transform:rotate(-6deg) }
    12.90323% { transform:rotate(-6deg) }
    18.06451% { transform:rotate(6deg) }
    19.35484% { transform:rotate(6deg) }
    24.51613% { transform:rotate(-6deg) }
    25%{ text-shadow: 0 0 100px #1b03a3;}
    25.80645% { transform:rotate(-6deg) }
    30.96774% { transform:rotate(6deg) }
    32.25807% { transform:rotate(6deg) }
    37.41935% { transform:rotate(-6deg) }
    50%{ text-shadow: 0 0 0px #1b03a3;}
    38.70968% { transform:rotate(-6deg) }
    43.87097% { transform:rotate(6deg) }
    48.3871% { transform:rotate(0deg) }    
    100%{ text-shadow: 0 0 100px #1b03a3;}
}
@keyframes vad-ef-ib{
    0%{ text-shadow: 0 0 10px white;}
    5.16129% { transform:rotate(0deg) }
    6.45161% { transform:rotate(6deg) }
    11.6129% { transform:rotate(-6deg) }
    12.90323% { transform:rotate(-6deg) }
    18.06451% { transform:rotate(6deg) }
    19.35484% { transform:rotate(6deg) }
    24.51613% { transform:rotate(-6deg) }
    25%{ text-shadow: 0 0 100px white;}
    25.80645% { transform:rotate(-6deg) }
    30.96774% { transform:rotate(6deg) }
    32.25807% { transform:rotate(6deg) }
    37.41935% { transform:rotate(-6deg) }
    50%{ text-shadow: 0 0 0px white;}
    38.70968% { transform:rotate(-6deg) }
    43.87097% { transform:rotate(6deg) }
    48.3871% { transform:rotate(0deg) }    
    100%{ text-shadow: 0 0 100px white;}
}
@keyframes vad-ef-ic{
    0%{ text-shadow: 0 0 10px black;}
    5.16129% { transform:rotate(0deg) }
    6.45161% { transform:rotate(6deg) }
    11.6129% { transform:rotate(-6deg) }
    12.90323% { transform:rotate(-6deg) }
    18.06451% { transform:rotate(6deg) }
    19.35484% { transform:rotate(6deg) }
    24.51613% { transform:rotate(-6deg) }
    25%{ text-shadow: 0 0 100px black;}
    25.80645% { transform:rotate(-6deg) }
    30.96774% { transform:rotate(6deg) }
    32.25807% { transform:rotate(6deg) }
    37.41935% { transform:rotate(-6deg) }
    50%{ text-shadow: 0 0 0px black;}
    38.70968% { transform:rotate(-6deg) }
    43.87097% { transform:rotate(6deg) }
    48.3871% { transform:rotate(0deg) }    
    100%{ text-shadow: 0 0 100px black;}
}

.vad-pl-bar-bk-t{
    position: absolute;
    display: flex;
    align-items: flex-start;
    flex-grow: 1;
    min-height:35%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.vad-pl-bar-bk-b{
    position: absolute;
    display: flex;
    align-items: flex-start;
    flex-grow: 1;
    min-height:20%;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.vad-clickable{
    min-height: 100%;
    min-width : 100%;
}
.clicked, .clickable{
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;  
}
.flex-fr{
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}
.vad-hide{
    display: none;
}
.elementor-editor-active .elementor-element .vad-show-adm{
    display: flex;
}
.nc{
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari, Chrome, Opera, Samsung */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Edge, IE */
  user-select: none; /* Modern browsers */
}
.lkaffiliate{
    display: flex;
    flex-grow: 1;
    align-self: center;
    padding-left: 5px;
    font-size: 12px;
    flex-wrap: wrap;
}

.vad-countdown{
    min-width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.8);
}

/* Estilização do contador */
.countdown{
    display: flex;
    font-weight: bold;
    color: white;
    background: transparent;
    animation: vad-ef-n 1s infinite;    
}
.vad-loading-icon{
  width: 15px;
  height: 15px;
  padding: 10px;
  border: 3px solid #ccc;
  border-top: 3px solid red;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@media only screen and (max-width: 765px){
    .e-grid:has(.elementor-widget-vadvideo) {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 600px){
    .vad-div-sup-bk:before{padding: 20px;}
}

@media only screen and (max-width: 450px){
    #vadExitLoading .spinner-text{
        font-size: 15px;
    }
}
@media only screen and (max-width: 350px){
    .legend-at-leg{
        font-size: 0.8em;
    }
    .nettext{
        font-size: 0.8em;
    }
}
