


.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;
    z-index: 999;
   color: #fff;
    opacity: 0;
    transition: 300ms;
    transform: translateY(200px);
    

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

}


.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: #242424;
    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 {
  width: 100%;
  }
}

@media screen and (min-width: 780px) {
  .modalzo-card {
    width: 100%;
  }
}
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: 999;
   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;
    flex-direction: column-reverse;
    max-width: 600px;
    border-radius: 10px;
    background: #242424;
    z-index: 10;
    padding: 20px;
    margin: 3.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;
}

.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;
}


/* .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;
  }
  .loading-spinner::before {
    content: '';  
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.15);
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    z-index: 10;
  }
  .loading-spinner::after {
    content: '';  
    box-sizing: border-box;
    width: 0%;
    height: 100%;
    background-color: #f93e00;
    position: absolute;
    border-radius: 0 4px 4px 0;
    top: 0;
    left: 0;
    animation: animFw 5s ease-in infinite;
  }
  
  
  @keyframes animFw {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
      
    





.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: #ff6000;
    -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;
}











