


.btnzo {
    width: 300px;
    height: 70px;
    border-radius: 10px;
    cursor: pointer;
    background: #fff;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modalzo {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: 300ms;
    transform: translateY(200px);
    z-index: 9999;
    

}
.modalzo2 {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: 300ms;
    transform: translateY(200px);
    z-index: 9999;

}


.modalzo-bg2 {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    background: rgba(28, 2, 32, 0.7);
}
.modalzo-card2{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 900px;
    border-radius: 10px;

    z-index: 10;
    margin: 1.75rem auto;
    padding: 20px;

}


.modalzo-bg {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    background: rgba(9, 9, 9, 0.8)
}
.modalzo-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 600px;
    border-radius: 10px;
    background: #343442;
    z-index: 10;
    padding: 20px;
    margin: 1.75rem auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
   
}
@media screen and (max-width: 640px) {
 .modalzo-card {
  max-width: calc(100% - 40px); /* ให้ความกว้างเต็มจอของมือถือ ลบ 40px เพื่อให้เหลือระยะขอบ */
  margin: 1.5rem auto; /* ปรับระยะขอบให้เหมาะสม */
  }
}

@media screen and (min-width: 780px) {
  .modalzo-card {
    width: 100%;
    margin: 1.5rem auto; /* ปรับระยะขอบให้เหมาะสม */
  }
}
video.yourx{
  width: 100%;
  height: auto;
  margin: 1.75rem auto;
  padding: 0px 0px 0px 0px;
  border-radius: 20px;
  border: 5px solid rgb(49, 49, 49);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
 
}




 


iframe.yourx{
    width: 100%;
    height: 500px;
    margin: 1.75rem auto;
    padding: 0px 15px 0px 15px;
    border-radius: 10px;
    border: none;
   
}
.form-control-zo{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 0;

}
.form-control-zo2{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 0;

}
.zotext{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: #a4a4a4;
    outline: none;
    border: none;

}

.form-buttonzo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    
}


/* arrows */

  
  
  
  select.zotext {
    background-image:
      linear-gradient(45deg, transparent 50%, rgb(0, 0, 0) 50%),
      linear-gradient(135deg, rgb(0, 0, 0) 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
  }
  
  select.zotext:focus {
    background-image:
      linear-gradient(45deg, rgb(53, 0, 128) 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, rgb(53, 0, 128) 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: rgb(0, 0, 0);
    outline: 0;
  }
  
  
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
  



.form-buttonzo2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.btnzo-cancel{
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    background: #626262;
    color: #fff;
    margin: 5px;
    font-weight: 600;
    transition: 0.5s;
}
.btnzo-cancel:hover {
    transition: 0.5s;
    background-color: #f14c23;
    color: #fff;
    opacity: 1;
  }


.btnzo-cancel2{
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    background: #fff;
    color: black;
    margin: 5px;
}
.btnzo-cancel2:hover {
    transition: 0.5s;
    background-color: #f14c23;
    color: #fff;
    opacity: 1;
  }

.btnzo-buy{
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    background: #29b474;
    color: #fff;
    margin: 5px;
    font-weight: 600;
    transition: 0.5s;
}


.btnzo-buy:hover {
    transition: 0.5s;
    background-color: #a782e9;
    color: #fff;
    opacity: 1;
  }




.modalzo-tm {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
   color: #fff;
    opacity: 1;
    transition: 300ms;

}


.modalzo-bg-tm {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    background: rgba(9, 9, 9, 0.8)
}
.modalzo-card-tm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  /* height: 100%;  */
  border-radius: 10px;
  background: #343442;
  z-index: 10;
  padding: 20px;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  flex-direction: column;
}

/* เพิ่ม Media Queries เพื่อปรับการแสดงผลในรูปแบบมือถือ */
@media only screen and (max-width: 600px) {
  .modalzo-card-tm {
      max-width: calc(100% - 40px); /* ให้ความกว้างเต็มจอของมือถือ ลบ 40px เพื่อให้เหลือระยะขอบ */
      margin: 1.5rem auto; /* ปรับระยะขอบให้เหมาะสม */
  }
}


.form-control-zo-tm{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 0;

}

.zotext-tm{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: #a4a4a4;
    outline: none;
    border: none;

}

.form-buttonzo-tm{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    
}

.btnzo-cancel-tm{
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    background: #626262;
    color: #fff;
    margin: 5px;
    font-weight: 600;
    transition: 0.5s;
}
.btnzo-cancel-tm:hover {
    transition: 0.5s;
    background-color: #f14c23;
    color: #fff;
    opacity: 1;
  }


.btnzo-buy-tm{
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    background: #29b474;
    color: #fff;
    margin: 5px;
    font-weight: 600;
    transition: 0.5s;
}


.btnzo-buy-tm:hover {
    transition: 0.5s;
    background-color: #a782e9;
    color: #fff;
    opacity: 1;
  }


  

.img-tmt-up{
    display: block;
margin-left: auto;
margin-right: auto;
width: 48px;
height: 48px;
position: relative;}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
}


/* .loading-spinner  {
    display: block;
    position: relative;
    height: 12px;
    width: 80%;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 10px;
  }
  .loading-spinner:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #FF3D00;
    animation: 6s prog ease-in infinite;
  }
  
  @keyframes prog {
    to  {   width: 100%;}
  } */
      
  /* .loading-spinner {
    width: 100%;
    height: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin: auto;
  } */
  .loading-spinner {
    width: 150px;
    height: 150px;
    background-color: #ffcc00;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.5) inset,
      0 5px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin: auto;
    margin-bottom: 20px;
  }


  .loading-spinner:before,
  .loading-spinner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 45%;
    top: -40%;
    background-color: #ffffff;
    animation: wave 5s linear infinite;
  }
  .loading-spinner:before {
    border-radius: 30%;
    background: rgba(255, 255, 255, 0.4);
    animation: wave 5s linear infinite;
  }
  @keyframes wave {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Arial', sans-serif; /* Modern and readable */
    color: #ffffff; /* Bright color for visibility */
    text-shadow: 0 0 20px #ffff00, 0 0 30px #ffff00, 0 0 40px #ffff00, 0 0 50px #ffaa00, 0 0 70px #ffaa00; /* Glow effect */
    font-size: 24px; /* Larger font size */
    font-weight: bold; /* Bolder font */
    animation: textGlow 3s linear infinite, glitch 1s linear infinite;
  }
  
  @keyframes textGlow {
    0%, 100% {
      text-shadow: 0 0 20px #ffff00, 0 0 30px #ffff00, 0 0 40px #ffff00, 0 0 50px #ffaa00, 0 0 70px #ffaa00;
    }
    50% {
      text-shadow: 0 0 20px #ffff88, 0 0 30px #ffff88, 0 0 40px #ffff88, 0 0 50px #ffcc66, 0 0 70px #ffcc66;
    }
  }
  
  @keyframes glitch {
    0%, 100% {
      transform: translate(-50%, -50%) skew(0deg);
    }
    10%, 30%, 50%, 70% {
      transform: translate(-50%, -50%) skew(5deg);
    }
    20%, 40%, 60% {
      transform: translate(-50%, -50%) skew(-5deg);
    }
    80%, 90% {
      transform: translate(-50%, -50%) skew(3deg);
    }
  }

  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  .warning-text, .warning-subtext {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    
  }
  
  .warning-text {
    color: #fff700; /* Bright yellow for visibility */
    font-size: 18px; /* Slightly larger font size */
    font-weight: bold;
    animation: fadeIn 2s ease-in-out infinite;
  }
  
  .warning-subtext {
    color: #ffffff; /* White for contrast */
    background-color: #444; /* Dark background for readability */
    border-radius: 5px;
    padding: 8px;
    font-size: 14px; /* Smaller font size */
  }
  .warning-text-copy {
    color: #fff; /* Bright yellow for visibility */
    font-size: 18px; /* Slightly larger font size */
    font-weight: bold;
    animation: neonFlicker 1.5s ease-in-out infinite, smoothFadeInOut 3s infinite;
  }
  .warning-text-copy2 {
    color: #fff; /* Bright yellow for visibility */
    font-size: 18px; /* Slightly larger font size */
    font-weight: bold;
    animation: neonFlicker2 1.5s ease-in-out infinite, smoothFadeInOut 3s infinite;
  }
  @keyframes neonFlicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
      text-shadow:
        0 0 3px #fff, /* reduce glow size */
        0 0 6px #ff6666, /* change color to softer red and reduce size */
        0 0 10px #ff6666, /* same as above */
        0 0 20px #ff6666; /* same as above */
      color: #ffffff;
    }
    20%, 24%, 55% {
      text-shadow:
        0 0 2px #fff, /* slightly reduced glow size */
        0 0 5px #ff4444, /* softer and less intense red */
        0 0 8px #ff4444, /* same as above */
        0 0 15px #ff4444; /* same as above */
      color: #ff4444;
    }
  }



  @keyframes neonFlicker2 {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
      text-shadow:
        0 0 3px #fff, /* reduce glow size */
        0 0 6px #059513, /* change color to softer red and reduce size */
        0 0 10px #039208, /* same as above */
        0 0 20px #024f06; /* same as above */
      color: #ffffff;
    }
    20%, 24%, 55% {
      text-shadow:
        0 0 2px #fff, /* slightly reduced glow size */
        0 0 5px #03a152, /* softer and less intense red */
        0 0 8px #44ff4a, /* same as above */
        0 0 15px #4aff44; /* same as above */
      color: #087b04;
    }
  }
  
    





.xentzer-tm{font-size: 18px;
    display:  inline-block;
    position: relative;
    font-weight: bold;
 color:#000;
 padding:5px;
 border-radius: 5px;
 background-color: #ff4f5e;}


 .rexs:hover{background-color: #424242;
    color: #fff;
}
.rexs {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    background-color: #c12323;
    -webkit-transition: color .2s,background-color .2s;
    transition: color .2s,background-color .2s;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 2px;
}
.w-button-zer {
    display: inline-block;
    padding: 9px 15px;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
   cursor: pointer;
    border-radius: 10px;;
}




img.yourx{
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 1.75rem auto;
  padding: 0px 15px 0px 15px;
  border-radius: 10px;
  border: none;
 
}

.zotext3 {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  outline: none;
  border: none;
  color:#000;
}











