
.pupforamp_apf.popup_form {
background: hsl(0deg 0% 100%);
padding: 42px 10px 10px 10px;
}
.pupforamp_afwp{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
width: 100%;
height: 100%;
background: hsla(0,0%,100%,0.7);
z-index:9999999999999;
}
.tickerforamp_x {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0px;
  padding: 0px;
  background-color: red;
  color: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  right: 2px;
}

@keyframes amp-Pop-up-delay {
    to {
      visibility: visible;
    }
  }
  
  .popup_delay{
    visibility: hidden;
    animation: 0s linear 3s forwards amp-Pop-up-delay;
  }