* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto Slab", serif;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh; 
  background-image: url('https://media.istockphoto.com/id/1127756464/es/v%C3%ADdeo/4k-bolas-que-caen-del-lazo.jpg?s=640x640&k=20&c=5zMNvnO_6kyCQzbdaL2pPvLW_d7SeoytEhXchBg7OFg='); 
 /*  background-image: url('./images/casino.jpg'); */
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:cover;
}

body:focus {
  outline: none;
}
body h1 {
  position: relative;
  color: rgb(247, 248, 248);
  font-size: 3em;
  font-weight: 400;
  transform: translate(-50% -50%);
  text-shadow: 0px 0px 15px #00b3ff,
  0px 0px 30px #00b3ff;
  top: 15px;
  justify-content: center;
  align-items: center;
  text-align: center;    
  user-select: none;
  pointer-events: none;
  font-family: Caprasimo;
}
.container {
  width: 100vw;
  justify-content: center;
  align-items: center;
  position:absolute;
  top: 30px;
}
body .Apuestatipo {
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  width: 320px;
  height: 39px;
  top: 60px;
  right:0;
  bottom: 0;
  left: 0;
  margin:auto;  
  display: flex;
  background: transparent;
  transform: translate(-50% -50%);
  color: rgb(247, 248, 248);
  --glow-color: rgb(217,176,255);
--glow-spread-color:rgb(191,123,255,0.781);
--enhanced-glow-color:rgb(231,206,255);
  border: .20em solid var(--glow-color);
  box-shadow: 0 0 0.5em .11em var(--glow-color);    
  text-shadow: 0 0 1em var(--glow-color); 
  border-radius: 10px;
  backdrop-filter: blur(25px);
}
select option {
  color: #fc0808;
}
body .transmision {
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  width: 320px;
  height: 39px;
  top: 70px;
  right:0;
  bottom: 0;
  left: 0;
  margin:auto;  
  display: flex;
  background: transparent;
  transform: translate(-50% -50%);
  color: rgb(247, 248, 248);
  --glow-color: rgb(217,176,255);
--glow-spread-color:rgb(191,123,255,0.781);
--enhanced-glow-color:rgb(231,206,255);
  border: .20em solid var(--glow-color);
  box-shadow: 0 0 0.5em .11em var(--glow-color);    
  text-shadow: 0 0 1em var(--glow-color); 
  border-radius: 10px;
  backdrop-filter: blur(25px);
}
body .nparticipantes {
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  width: 320px;
  height: 39px;
  top: 80px;
  right:0;
  bottom: 0;
  left: 0;
  margin:auto;  
  display: flex;
  background: transparent;
  transform: translate(-50% -50%);
  color: rgb(247, 248, 248);
  --glow-color: rgb(217,176,255);
--glow-spread-color:rgb(191,123,255,0.781);
--enhanced-glow-color:rgb(231,206,255);
  border: .20em solid var(--glow-color);
  box-shadow: 0 0 0.5em .11em var(--glow-color);    
  text-shadow: 0 0 1em var(--glow-color); 
  border-radius: 10px;
  backdrop-filter: blur(25px);
}
body .sclave {
  display: none;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  width: 320px;
  height: 39px;
  top: 95px;
  right:0;
  bottom: 0;
  left: 0;
  margin:auto;  
  background: transparent;
  transform: translate(-50% -50%);
  color: rgb(247, 248, 248);
  --glow-color: rgb(217,176,255);
--glow-spread-color:rgb(191,123,255,0.781);
--enhanced-glow-color:rgb(231,206,255);
  border: .20em solid var(--glow-color);
  box-shadow: 0 0 0.5em .11em var(--glow-color);    
  text-shadow: 0 0 1em var(--glow-color); 
  border-radius: 10px;
  backdrop-filter: blur(25px);
}
body .sclave::placeholder{
  color:whitesmoke;
}

body .montop {
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  width: 320px;
  height: 39px;
  top: 90px;
  right:0;
  bottom: 0;
  left: 0;
  margin:auto;  
  display: flex;
  background: transparent;
  transform: translate(-50% -50%);
  color: rgb(247, 248, 248);
  --glow-color: rgb(217,176,255);
--glow-spread-color:rgb(191,123,255,0.781);
--enhanced-glow-color:rgb(231,206,255);
  border: .20em solid var(--glow-color);
  box-shadow: 0 0 0.5em .11em var(--glow-color);    
  text-shadow: 0 0 0.7em var(--glow-color); 
  border-radius: 10px;
  backdrop-filter: blur(25px);
}
body .montop::placeholder{
  color:whitesmoke;
}
#btn0{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  --glow-color: rgb(217,176,255);
--glow-spread-color:rgb(191,123,255,0.781);
--enhanced-glow-color:rgb(231,206,255);
--btn-color:rgb(22, 1, 41);
  padding: 0.4em 1em;
  border: .20em solid var(--glow-color);
  color: whitesmoke;
  font-size: 16px;    
  background-color: transparent;
  top: 115px;
  width: auto;
  height: auto;
  outline: none;   
  border-radius: 1em;   
  cursor: pointer;
  transition: all 0.3s;
  margin: auto;
  box-shadow: 0 0 0.7em .21em var(--glow-color);    
  text-shadow: 0 0 1em var(--glow-color);  
}


body .span1{
  background-color: transparent;
  color: #fff;
  text-shadow: 0px 0px 15px #00b3ff,
  0px 0px 30px #00b3ff,
  0px 0px 60px #00b3ff;
  font-size: 19px;
  padding: 14px;
  padding-bottom: 1%;
  font-weight: 400;
  text-align:center;
  justify-content: center;
  position:relative;
  top: -50px;
  display: flex;
  user-select: none;
  pointer-events: none;
}
body .span2{
  display: none;
  background-color: transparent;
  color: #fff;
  text-shadow: 0px 0px 15px #00b3ff,
  0px 0px 30px #00b3ff;
  font-size: 19px;
  padding: 14px;
  padding-bottom: 1%;
  font-weight: 400;
  text-align:center;
  justify-content: center;
  position:relative;
  top: 80px;
  user-select: none;
  pointer-events: none;
}

.totalp {
  display: none;
  font-size: 33px;
  font-weight:bold;
  color: rgb(241, 238, 247);
  text-align: center;
  top: 90px;
  background: transparent;
  letter-spacing: 0px;
  text-shadow: 0px 0px 15px #00b3ff,
  0px 0px 30px #00b3ff;
  position:relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  user-select: none;
  border: none;
  user-select: none;
  pointer-events: none;
}
.totalapu {
  display: none;
  font-size: 25px;
  font-weight:normal;
  color: rgb(241, 238, 247);
  text-align: center;
  top: 60px;
  background: transparent;
  letter-spacing: 0px;
  text-shadow: 0px 0px 15px #00b3ff,
  0px 0px 30px #00b3ff;
  position:relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  user-select: none;
  border: none;
  user-select: none;
  pointer-events: none;
}


.container .login-box {
  position: relative;
  width: 373px;
  height: 469px;
  background-color: transparent;
  border: 2px solid rgba(127, 238, 238, 0.5);
  border-radius: 20px;
  display: flex;
  justify-content:center;
  align-items: center;
  top: 40px;
  right:0;
  bottom: 0;
  left: 0;    
  margin:auto;
  transform: translate(-50% -50%);
}
.container button{
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  --glow-color: rgb(217,176,255);
--glow-spread-color:rgb(191,123,255,0.781);
--enhanced-glow-color:rgb(231,206,255);
--btn-color:rgb(22, 1, 41);
  padding: 0.4em 1em;
  border: .20em solid var(--glow-color);
  color: whitesmoke;
  font-size: 26px;    
  background-color: transparent;
  top: 610px;
  width: auto;
  height: auto;
  outline: none;   
  border-radius: 1em;   
  cursor: pointer;
  transition: all 0.3s;
  margin: auto;
  backdrop-filter: blur(25px);
  box-shadow: 0 0 0.7em .21em var(--glow-color);    
  text-shadow: 0 0 0.7em var(--glow-color);  
}
.container .send button{
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  --glow-color: rgb(217,176,255);
--glow-spread-color:rgb(191,123,255,0.781);
--enhanced-glow-color:rgb(231,206,255);
--btn-color:rgb(22, 1, 41);
  padding: 0.4em 1em;
  border: .20em solid var(--glow-color);
  color: var(--glow-color);
  font-size: 26px;    
  background-color: transparent;
  top: 120px;
  width: auto;
  height: auto;
  outline: none;   
  border-radius: 1em;   
  cursor: pointer;
  transition: all 0.3s;
  margin: auto;
  box-shadow: 0 0 1em .21em var(--glow-color);    
  text-shadow: 0 0 1em var(--glow-color);  
}

.send::placeholder{
  color: #00b3ff;
}
table {
    float:left;
    margin:20px;
    height: 467px;
    width: 371px;
    border-radius: 20px;
    background-color: #dd0909;
    backdrop-filter: blur(5px);
    user-select: none;
    pointer-events: none;
    font-family: Caprasimo;
  }
  table th {
    font-size: 85px;
    font-weight:bolder;
    justify-content: center;
    align-items: center;
    color: transparent;
    background: transparent url('https://thumbs.dreamstime.com/b/bolas-de-bingo-y-tarjetas-aisladas-en-fondo-color-coloridas-juego-un-plano-vibrante-ideal-para-los-juegos-el-entretenimiento-379961501.jpg') ;
    background-size:190px 160px;
    background-clip: text;
    background-position-y: center;
    background-position-x: center;
    font-family: Caprasimo;
  }
  table td {
    height: 69px;
    width: 69px;
    border:1px #410202 solid;
    border-radius: 20px;
    background-color: #fff;
    color: #520404;
    font-weight: bold;
    font-size: 37px;
    margin:1px;
    padding:3px 5px;
    text-align:center;
    font-family: Caprasimo;
  }
  table tr:nth-child(3) td:nth-child(3) {
    background:#2c0125;
    color: #2c0125;
    font-family: Caprasimo;
  }
  #ul{
    display: none;
    background-color: transparent;
    color: #fff;
    font-size: 19px;
    padding: 25px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    text-align: center;    
    user-select: none;
    border: none;
    position:relative;
    top: 190px;    
    user-select: none;
  pointer-events: none;
}

.footer{
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    padding: 14px;
    padding-bottom: 1%;
    font-weight: 300;
    text-align:center;
    justify-content: center;
    position:relative;
    top: 250px;
    user-select: none;
  pointer-events: none;
}

@media (max-width:560px) {
body h1 {
    top: 85px;    
}
body .container {
  top: 90px;
}
body .Apuestatipo {
  top: 80px;
}
body .transmision {
  top: 90px;
}
body .sclave {
  top: 120px;
}
body .nparticipantes{
    top: 100px;
}
.span2{
 top: 100px;
}
body .montop{
  top: 110px;
}
#btn0{
    top: 130px;
}
.totalp {
    top: 110px;
}
.container .login-box {
    top: 70px;
}
#ul{
 padding-right: 15px;
}  
.container button{
    width: 299px;
}
.container .send button{
  width: 35%;
}    
}

