body {background-color: #000000; color: #FFFFFF; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;}
table {border-collapse: collapse; width: 100%; border:0px;}
td, th {text-align: center; font-size: 16px; padding: 3px;}
        
a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  font-weight: 600;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width:100%;
}

button {
    color: #000000;
    background-color: #FFFFFF;
    cursor: pointer;
    border: none;
}

button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

button:hover {
  background-color: green;
}
        
        .tableaddr {max-width: 0; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 70%;}
        

.hdr {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.small {
    font-size: 12px;
}

.btna {
    font-size: 36px;
    width: 150px;
    padding: 5px 20px;
    margin: 10px;
}

.btnb {
    font-size: 50px;
    text-align: center;
    vertical-align: middle;
    width: 70px;
    height: 60px;
    margin: 10px;
}

.btnp {
    font-size: 50px;
    width: 300px;
    padding: 10px;
    margin: 10px;
}

input[type=number] {
    width: 170px;
    font-size: 50px;
    margin: 0;
    text-align: center;
    color: inherit;
    background-color: inherit;
    -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
  border:10px solid transparent;
}

[type=radio]:checked + img {
  border-color: green;
  border-radius: 75px;
}

* {
  box-sizing: border-box;
}

.animate-coin,
.defcoin {
    width: 240px;
    height: 240px;
}

.side {
    height: 150px;
    width: 150px;
}

.tag {
    height: 32px;
    width: 32px;
}  

.messages {
    text-align: center;
}

.gamemessage {
    background-color: green;
    width: 100%;
}

.play,
.jp,
.coin,
.prize,
.btnamount,
.amount,
.btnplay,
.footer {
    display: block;
    text-align: center;
}

.coinarea {
    width: 700px;
}

.tab {
  overflow: hidden;
  text-align: center;
}

.tab button {
  color: inherit;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 20px;
  font-size: inherit;
  transition: 0.3s;
}


.tab button:hover {
  font-weight: 600;
}

.tab button.active {
  color: #000000;
  background-color: #FFFFFF;
}

.tabcontent {
  height: 400px;
  padding: 6px 12px;
  overflow: auto;
  position: relative;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.tabcontent::-webkit-scrollbar {width: 0px; /* For Chrome, Safari, and Opera */
}

#coin {margin-bottom:10px;}

.animate-coin {animation: flip 1.4s 1;}
@keyframes flip {
  0% {transform: scale3d(1,1,1) rotateX(0deg);}
  50% {transform: scale3d(2,2,2) rotateX(3600deg);}
  100% {transform: scale3d(1,1,1) rotateX(7200deg);}
}


/* ---------------------------------------------------------------- 950 ------------------------------------------------------------------ */

@media (max-width: 950px) {

table {
    font-size: 24px;
}

.tag {
    height: 22px;
    width: 22px;
}
    
}

@media (max-width: 800px) { /* -----------------------------------------800 --------------------------------------------------------   */


body {
    font-size: 24px;
}

.btna {
    font-size: 32px;
    width: 120px;
    padding: 5px 10px;
    margin: 10px;
}

.btnb {
    font-size: 50px;
    width: 70px;
    height: 60px;
    margin: 10px;
}

.btnp {
    font-size: 50px;
    width: 300px;
    padding: 10px;
    margin: 10px;
}


[type=radio]:checked + img {
  border-radius: 75px;
}


table {
  font-size: 20px;
}

.animate-coin,
.defcoin {
    width: 240px;
    height: 240px;
}

.side {
    height: 150px;
    width: 150px;
}

.tag {
    height: 18px;
    width: 18px;
}

.coinarea {
    width: 600px;
}

.tabcontent {
  height: 400px;
}

}

/* ---------------------------------------------------------------- 700 ------------------------------------------------------------------ */

@media (max-width: 700px) {

table {
    font-size: 18px;
}

.tag {
    height: 16px;
    width: 16px;
}

.btna {
    font-size: 32px;
    width: 120px;
    padding: 5px 5px;
    margin: 5px;
}

}

@media (max-width: 600px) {/* -----------------------------------------620 --------------------------------------------------------   */
    
 
body {
    font-size: 24px;
}

.btna {
    font-size: 30px;
    width: 100px;
    padding: 5px 5px;
    margin: 5px;
}

.btnb {
    font-size: 50px;
    width: 70px;
    height: 60px;
    margin: 10px;
}

.btnp {
    font-size: 50px;
    width: 300px;
    padding: 10px;
    margin: 10px;
}

[type=radio]:checked + img {
  border-radius: 50px;
}

table {
  font-size: 16px;
}


.animate-coin,
.defcoin {
    width: 200px;
    height: 200px;
}

.side {
    height: 100px;
    width: 100px;
}

.tag {
    height: 14px;
    width: 14px;
}

.coinarea {
    width: 500px;
}

.tabcontent {
  height: 400px;
}

}

@media (max-width: 550px) {/* -----------------------------------------550 --------------------------------------------------------   */
    

.btna {
    font-size: 28px;
    width: auto;
    padding: 5px 5px;
    margin: 5px;
}

.btnb {
    font-size: 50px;
    width: 60px;
    height: 60px;
    margin: 5px;
}

.btnp {
    font-size: 50px;
    width: 250px;
    padding: 10px;
    margin: 10px;
}

.animate-coin,
.defcoin {
    width: 180px;
    height: 180px;
}

[type=radio]:checked + img {
  border-radius: 45px;
}

.side {
    height: 90px;
    width: 90px;
}

.coinarea {
    width: 400px;
}


}

@media (max-width: 420px) {/* -----------------------------------------420 --------------------------------------------------------   */

h1 {
    font-size: 32px;
}

.btna {
    font-size: 24px;
    padding: 10px 3px;
    margin: 10px 5px;
}

.btnb {
    font-size: 45px;
    width: 55px;
    height: 55px;
    margin: 5px;
}

.btnp {
    font-size: 50px;
    width: 230px;
    padding: 10px;
    margin: 10px;
}

input[type=number] {
    width: 150px;
    font-size: 45px;
}

.animate-coin,
.defcoin {
    width: 150px;
    height: 150px;
}

[type=radio]:checked + img {
  border-radius: 40px;
}

.side {
    height: 80px;
    width: 80px;
}

.coinarea {
    width: 350px;
}

}
