label {
    color:white;
}
.register-container{
    width: 90%;
    margin: auto;
    padding:50px 0;
    display:flex;
}
.register-container div{
  margin: 0 4px;
}
.register-container input,.register-container select{
 width: 100%;
 background: #ffffff12;
 margin: 4px 0;
 border: 1px solid rgba(255,255,255,0.5);
 border-radius: 6px;
 height:32px;
 font-size:19px!important;
 padding:0 5px;
}
.register-footer{
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  right: 0;
}
.register-footer button{
 text-transform:uppercase;
 padding:6px 12px;
 min-width:125px;
 color:white;
 font-size:12px!important;
}
#underage-notice{
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size:12px;
}
.myButton {
    box-shadow: 0px 1px 0px 0px #fff6af;
    background:linear-gradient(to bottom, #f5d90e 5%, #ca7d00 100%);
    background-color:#ffec64;
    border-radius:6px;
    border:1px solid #ffaa22;
    display:inline-block;
    cursor:pointer;
    color:#333333;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffee66;
    outline:none;
}
button:focus {outline:0;}
.myButton:hover {
    background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    background-color:#ffab23;
}
.myButton:active {
    position:relative;
    top:1px;
}
.myButton.disable {
  background:linear-gradient(to bottom, #afa240 5%, #7c5312 100%);
  background-color:#afa344;
}

.mytab{
  background-color:rgba(0, 0, 0, 0);
  border: 0;
  background-image: url(/src/public/images/tab_active.png);
  background-size: 100% 100%;
  color: white;
}
.mytab.disable{
  background-image: url(/src/public/images/tab_inactive.png);
}
#moneyCancelButton{
  background-image: url(/src/public/images/btn_close_normal.png);
  background-size: 100%;
  border: 0;
}
#changeFromMoney,#changeToMoney,#changeMoney{
  background-image: url(/src/public/images/input_detail.png);
  background-size: cover;
  border-radius: 5px;
}





p {
    margin:5px 0px 0px 0px;
}


.input {
    position: relative;
    font-size: 1em;
    background: linear-gradient(21deg, #10abff, #1beabd);
    padding: 0px 3px 2px 3px;
    display: inline-block;
    border-radius: 9999em;
  }
  .input *:not(span) {
    position: relative;
    display: inherit;
    border-radius: inherit;
    margin: 0;
    border: none;
    outline: none;
    padding: 0 0.5em;
    z-index: 1;
    width:180px;
  }
  .input *:not(span):focus + span {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .input span {
    -webkit-transform: scale(0.993, 0.94);
            transform: scale(0.993, 0.94);
    -webkit-transition: opacity 0.25s, -webkit-transform 0.5s;
    transition: opacity 0.25s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.25s;
    transition: transform 0.5s, opacity 0.25s, -webkit-transform 0.5s;
    opacity: 0;
    position: absolute;
    z-index: 0;
    margin: 4px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 0 3px #fff, 0 0 0 4px #fff, 3px -3px 30px #1beabd, -3px 3px 30px #10abff;
  }
  
  html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    font-size: 1em;
  }
  
  body {
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  
  html,
  body {
    height: 100%;
    /* touch-action: none; */
  }
  /* canvas{
    z-index: -10; 
    position: fixed;
  } */
  
  input,select {
    font-family: inherit;
    line-height: inherit;
    color: #fff;
    background-color: transparent;
    /* min-width: 12em; */
    border: 0;
  }
  input:focus{
    outline: none;
  }
  ::-webkit-input-placeholder {
    color: #cbd0d5;
  }
  
  ::-moz-placeholder {
    color: #cbd0d5;
  }
  
  :-ms-input-placeholder {
    color: #cbd0d5;
  }
  
  ::-ms-input-placeholder {
    color: #cbd0d5;
  }
  
  ::placeholder {
    color: #cbd0d5;
  }
  
  html::after {
    content: "";
    /* height: 3px; */
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .logincontainer {
    position:absolute;
    bottom:25%;
    width:100%;
    display: flex;
    /* display: grid; */
    justify-content: center;
  }
  #loginform{
    max-width:600px;
    position:relative;
    padding:2% 2%;
    background-image: url(/src/public/images/bg_login_box0.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }


  #loginButton,#registerButton{
    font-size:18px!important;
    color:white;
    text-transform:uppercase;
    padding:0;
    width:23%;
    height:100%;
    margin: 0 4px;
  }
 #registerButton{
  background:#28a745;
  background: linear-gradient(to bottom, #28a745 5%, #246b34 100%);
  border-color:#28a745;
 }
 #registerButton:hover{
  background: linear-gradient(to bottom, #246b34 5%, #28a745 100%);
 }
  #registerOkButton{

  }
  #registerCancelButton{
    background:#7f0800;
    background: linear-gradient(to bottom, red 5%, #7f0800 100%);
    border-color:#7f0800;
    color:white;
  }
  .myButton.popupBtn{
    background-image: url(/src/public/images/betting_button_back.png);
    background-size: 100% 100%;
    width: 10%;
    height: 100%;
	padding: 0;
  }
  .registercontainer {
    position:absolute;
    width:100%;
    display: flex;
    justify-content: center;
  }
  .chargecontainer{
    position:absolute;
    top:10%;
    width:100%;
    display: flex;
    justify-content: center;
  }
  .dischargecontainer{
    position:absolute;
    top:10%;
    width:100%;
    display: flex;
    justify-content: center;
  }
  .moneychangecontainer{
    position:absolute;
    top:10%;
    width:100%;
    display: flex;
    justify-content: center;
  }
  #registerformparentdiv{
    background:rgba(0,0,0,0.2);
    backdrop-filter: blur(2px);
  }
  #registerform{
    max-width: 600px;
    width: 100%;
    position:relative;
    padding:1% 1%;
    background-image: url(/src/public/images/bg_login_box0.png);
    margin-top:10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height:280px;
}
#chargeform{
  width: 90%;
  position:relative;
  padding:1% 1%;
  background-image: url(/src/public/images/result_back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#dischargeform{
  width: 90%;
  position:relative;
  padding:1% 1%;
  background-image: url(/src/public/images/result_back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#moneychangeform{
  /* width: 60%;
  position:relative;
  padding:1% 1%; */
  background-image: url(/src/public/images/pop_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.money-box{
  background-image: url(/src/public/images/box.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.askanswercontainer{
	position:absolute;
	top:10%;
	width:100%;
	display: flex;
	justify-content: center;
}
#askanswerform{
	width: 80%;
	position:relative;
	padding:1% 1%;
	background-image: url(/src/public/images/result_back.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#askanswerOkButton{
	background-image: url(/src/public/images/betting_button_back.png);
	background-size: 100% 100%;
	width: 10%;
	height: 100%;
}
#askanswerCancelButton{
	background-image: url(/src/public/images/betting_button_back.png);
	background-size: 100% 100%;
	width: 10%;
	height: 100%;
}
/* me */
.login-input{
  width: 100%;
  background: #ffffff12;
  margin: 4px 0;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 6px;
  height:32px;
  font-size:19px!important;
  padding:0 5px;
  /* font-size:18px!important; */
}
.rotate{
  position: absolute;
  display: flex;
  height: 100%;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction:column;
}
#installpwa,#turnscreenimg,#loading{
  z-index:20;position:absolute;width:100%;height:100%;background:rgba(255,255,255,1);display:none; pointer-events: none;
}
#loading{
  background:black;
}
#installpwa {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#installpwa button{
  min-width:150px;
  margin-top:10px;
}

/* pwa */
._4e96{overflow:hidden}._132a{background-color:rgba(0,0,0,0.8);left:0;min-height:100vh;min-height:-webkit-fill-available;opacity:0;position:fixed;top:0;transition:opacity 0.2s ease-in;width:100vw;z-index:999999}._132a._7c0e{opacity:1;display:block}._132a.efc7{pointer-events:none;touch-action:none}@media (prefers-color-scheme: dark){._132a._20ef{background:rgba(10,10,10,0.5);color:rgba(235,235,245,0.6)}}._6733{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(250,250,250,0.8);border-radius:10px;bottom:0;color:black;filter:brightness(1.1);left:0;margin:0 8px 10px;overflow:hidden;position:fixed;transform:translateY(calc(100% + 10px));transition:transform 0.4s cubic-bezier(0.4, 0.24, 0.3, 1);width:calc(100vw - 16px);z-index:999999}._6733._7c0e{transform:translateY(0);display:block}._6733.efc7{pointer-events:none;touch-action:none}._6733._20ef{background:rgba(255,255,255,0.6);filter:brightness(1.6)}@media (prefers-color-scheme: dark){._6733._20ef{background:rgba(65,65,65,0.7);filter:brightness(1.1)}}._199d{align-items:center;border-bottom:1px solid rgba(0,0,0,0.1);border-top:0px;border-left:0px;border-right:0px;border-width:0.5px;display:flex;flex-flow:row nowrap;justify-content:space-between;padding:13px 16px}._20ef ._199d{border-color:rgba(60,60,67,0.29)}@media (prefers-color-scheme: dark){._20ef ._199d{border-color:rgba(140,140,140,0.7)}}._199d .ab5d{color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:18px;font-weight:500;line-height:1.125;margin:0;padding:0}._20ef ._199d .ab5d{color:#000}@media (prefers-color-scheme: dark){._20ef ._199d .ab5d{color:#fff}}._199d ._6a7e{color:#2d7cf6;font-size:16px;padding:0;margin:0;border:0;background:transparent}._20ef ._199d ._6a7e{color:#0055b3}@media (prefers-color-scheme: dark){._20ef ._199d ._6a7e{color:#0984ff}}.ebda{display:flex;width:100%}.ebda .a91e{border-bottom:1px solid rgba(0,0,0,0.1);border-top:0px;border-left:0px;border-right:0px;border-width:0.5px;color:inherit;margin:0 16px;padding:16px;width:100%}._20ef .ebda .a91e{border-color:rgba(60,60,67,0.29)}@media (prefers-color-scheme: dark){._20ef .ebda .a91e{border-color:rgba(140,140,140,0.7)}}._7d3c{color:#7b7b7a;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:13px;line-height:17px;margin:0;padding:0}._7d3c.e161{font-weight:600}._20ef ._7d3c{color:rgba(60,60,67,0.6)}@media (prefers-color-scheme: dark){._20ef ._7d3c{border-color:rgba(235,235,245,0.6);color:rgba(235,235,245,0.6)}}.e6cc{color:inherit;margin:0 16px;padding:16px}.e6cc ._3183{align-items:center;display:flex;flex-flow:row nowrap;justify-content:flex-start;text-align:left;margin-bottom:16px}.e6cc ._3183:last-of-type{margin-bottom:0}.e6cc ._4408,.e6cc ._4b98{flex:0 0 auto;height:30px;margin-right:32px;width:25px}.e6cc ._4b98{color:#2d7cf6}._20ef .e6cc ._4b98{color:black;fill:black}@media (prefers-color-scheme: dark){._20ef .e6cc ._4b98{color:white;fill:white}}.e6cc ._4408{color:#2d7cf6;fill:#2d7cf6}._20ef .e6cc ._4408{color:#0055b3;fill:#0055b3}@media (prefers-color-scheme: dark){._20ef .e6cc ._4408{color:#0984ff;fill:#0984ff}}
