
 
@font-face
{
font-family: myriadpro;
src: url(fonts/MyriadPro-Regular.otf);
font-weight: normal;
}

@font-face
{
font-family: myriadpro;
src: url(fonts/MyriadPro-Bold.otf);
font-weight: bold;
}

@font-face
{
font-family: myriadpro;
src: url(fonts/MyriadPro-It.otf);
font-weight: normal;
font-style: italic;
}

@font-face
{
font-family: gotham;
src: url(fonts/Gotham-Medium.otf);
font-weight: normal;
}

@font-face
{
font-family: gotham;
src: url(fonts/Gotham-Ultra.otf);
font-weight: bold;
}




 html, body {
  background-color: #fff;
  width: 100%;
  height:100%;
  margin: 0;
  font-family: gotham;
  color: #333;
  font-size: 14pt;
  position: relative;
  touch-action: manipulation;
}

body, html, div, li, a
{
  touch-action: manipulation;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

a, a:visited
{
  color: #333;
}

#main-hand
{
  display: block;
  width: 500px;
  height: 500px;
  transform:  translate(-50%, -50%) scaleX(-1);
  top:45%;
  left: 25%;
  position: absolute;
  opacity: 0;

}
#enemy-hand
{
  display: block;
  width: 500px;
  height: 500px;
  transform:  translate(-50%, -50%);
  top:45%;
  left: 75%;
  position: absolute;
  opacity: 0;
}

.container
{
  position: fixed;
  width: 100%;
  height: 100%;
}

.btn-contaner
{
  position: absolute;
  width: 500px;
  height: 120px;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 50%);
  display: block;
  text-align: center;
  vertical-align: bottom;
}

.btn
{
  width: 100px;
  height: 100px;
  border: 5px solid #333;
  background: #fff;
  border-radius: 15px;
  display: inline-block;
  margin: 5px;
  position: relative;
  touch-action: manipulation;
  cursor: pointer;
}

.hide
{
  display: none!important;
}
.btn::before
{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  border: 5px solid #333;
  border-radius: 15px;
  top: 10px;
  left: -5px;
  z-index: -1;
  background: #eee;
}

.bbtn:active, .press
{
  top: 12.5px;
  
}

.bbtn:active::before, .press::before
{
  top: -2.5px;
}

.btn img
{
  width: 85%;
  height: auto;
  top:-5%;
  position: absolute;
  left: 7.5%;
}

.btn .arrow
{
  width: 30%;
  top: 68%;
  left: 50%;
  transform: translate(-50%, 0);
}

.keo .arrow
{
  transform: translate(-50%, 0) rotate(90deg);
}

.bao .arrow
{
  transform: translate(-50%, 0) rotate(-90deg);
}

.start-btn .btn
{
  width:450px;
  line-height: 100px;
  font-size: 16pt;
  animation: btnanim 500ms ease-in-out;
  animation-iteration-count: infinite;
}

.start-btn .btn::before
{
  animation: shadowanim 500ms ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes btnanim {
  0%, 100% {
    top: 0px;
  }
  
  40% {
    top: 5px;
  }
}

@keyframes shadowanim {
  0%, 100% {
    top: 10px;
  }
  
  40% {
    top: 5px;
  }
}

.start-btn .btn:active, .start-btn .press
{
  top: 12.5px;
  animation: none;
  
}

.start-btn .btn:active::before, .start-btn .press::before
{
  top: -2.5px;
  animation: none;
}

.bg
{
  display: block;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  background: #f8f8f8;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.slide-bg
{
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  left:0;
  top:0;
  transform: none;
  position: absolute;
  background: #f8f8f8;
  display: block;
}
.hands
{
  position: absolute;
  min-width: 1280px;
  height: 100%;
  top:56%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.text
{
  display: block;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #999;
  font-weight: bold;
  font-size: 500px;
  text-align: center;
  line-height: 1050px;
  opacity: 0.2;
}

.title
{
  text-transform: uppercase;
  font-size: 300px;
  color: #fff;
  opacity: 0;
  letter-spacing: 00px;
  
}

.title:after { 
  -webkit-text-stroke: 30px #333;
  content: attr(value);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 300px;
  text-align: center;
  line-height: 1050px;
  letter-spacing: 0px;
}

.log
{
  display: block;
  width: 400px;
  position: absolute;height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.03);  
  overflow-y: scroll; 
}

.log #messages-top
{
  margin: 20px;
  width: calc(100% - 40px);
}
.log p
{
  font-size: 10pt;
  margin: 20px;
  opacity: .5;
}

.naming::before
{
  display: block;
  content: "";
  position: absolute;
  width: 450px;
  height: 100px;
  border: 5px solid #333;
  background: #fff;
  border-radius: 15px;
  top:20px;
  left: 5px;
  z-index: -2;
}

.naming .btn
{
  display: block;
  position: absolute;
  top: 0px;
  right: 30px;
  line-height: 105px;
  font-weight: bold;
  font-size: 18pt;
}

.naming .btn:active, .naming .press
{
  top: 12.5px;
  
}

.naming .btn:active::before, .naming .press::before
{
  top: -2.5px;
}

.naming
{
  opacity: 0;
  margin-left: 15px;
}

.description
{
  bottom: 26%;
    z-index: 0;
    height: 50px;
}

.guide-link
{
  bottom: 2.5%;
}
.guide-link b
{
  cursor: pointer;
}

textarea:focus, input:focus{
    outline: none;
}

.invisible
{
  width: 300px;
    height: 110px;
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    border: none;
    background: none;
}

.waitmsg
{
  color: #999;
  font-size: 24pt;
  text-align: center;
  line-height: 150px;
  animation: waitanim 3000ms ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes waitanim {
  0%, 100% {
    opacity: 1;
  }
  
  50% {
    opacity: .5;
  }
}

.myname
{
  font-size: 200px;
  color: rgba(0,0,0,0.1);
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%) rotate(90deg); 
  display: block;
  margin: 0;
  transition:all .3s ease-in-out;
  min-width: 1200px;
  text-align: center;
}

.hidemyname
{
  left: -10%;
}

.enemyname
{
  font-size: 200px;
  color: rgba(0,0,0,0.1);
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%) rotate(-90deg); 
  display: block;
  margin: 0;
  transition:all .3s ease-in-out;
  min-width: 1200px;
  text-align: center;
}
.hideenemyname
{
  left: 110%;
}

.gametitle 
{
  display: block;
  position: absolute;
  width: 800px;
  height: 800px;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-6deg) scale(0.9);
  display: none;
  z-index: 15;
}

.gametitle .boldtitle
{
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 200px;
  position: absolute;
  color: #fff;

}



.gametitle .boldtitle:after { 
  -webkit-text-stroke: 30px #333;
  content: attr(value);
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 200px;
  text-align: center;
  letter-spacing: 0px;
    stroke-linecap: round;

}

.bold-01
{
    top: 32%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 15;
}
.bold-02
{
  top: 52%;
    left: 63.6%;
    transform: translate(-50%, -50%);
    z-index: 14;
}


.gametitle .subtitle
{
  font-size: 40px;
  
  color: #fff;
  display: block;
  width: 270px;
  height: 60px;
  line-height: 67px;
    text-align: center;
    background: #333;
    border-radius: 15px;
    position: absolute;
    top: 46.2%;
    left: 20%;
    transform: translate(-50%, -50%) scale(0.8);
}

.overlaybg
{
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);

}

.overlaybg .guide-box,
.overlaybg .list-box,
.overlaybg .self-box,
.overlaybg .share-box {
    display: block;
    width: calc(100% - 40px);
 max-width: 600px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: #333 5px solid;
  border-radius: 25px;
}

.center
{
  text-align: center;
}

.scroll-box
{
  margin: 10px;
  overflow-y: scroll;
  width: calc(100% - 20px);
  height:  calc(100% - 20px);
  position: absolute;
  top:0 ;
  left: 0;
}
.guide-box-inner
{
  margin: 65px 50px;
}
.guide-box-inner h2
{
  text-align: center;
}

.small-text
{
  font-size: 80%;
}

b.small-text
{
  font-weight: normal;
}

.after-h2
{
  margin-top: -1.2em;
}

.space-after
{
  margin-bottom: 40px;
}

.space-before
{
  margin-top: 50px;
}



.tab-title
{
  width: calc(100% - 40px);
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  height: 80px;
  padding-top: 20px;
}
.tab-title h2
{
  display: inline-block;
  width: 49%;
  line-height: 80px;
  height: 100%;
  color: #999;
  cursor: pointer;
  margin: 0;
  padding:0;
  text-align: center;
}

.tab-title h2.active
{
  color: #333;
}

.tab-title h1
{
  display: block;
  width: 100%;
  line-height: 80px;
  height: 100%;
  color: #333;
  
  margin: 0;
  padding:0;
  text-align: center;
}
.overlaybg .self-box
{
  max-height: 450px;
}
.list-box .scroll-box,
.self-box .scroll-box
{
  height: calc(100% - 200px);
  top: 49%;
  transform: translate(0, -50%);
}
.self-box .scroll-box {
    height: calc(100% - 250px);
    display: flex;
    justify-content: center;
    top: 51%;
}
.share-box .scroll-box {
    height: calc(100% - 100px);
    display: flex;
    justify-content: center;
    top: 30px;
    transform: translate(0,0);
    display: flex;
    justify-content: center;
}
.share-box
{
  max-height: 450px;
}
.share-content
{
  width: calc(100% - 100px);
  display: block;
}
.share-content h2
{
  text-align: center;
}
.lobby-link
{
  text-align: center;
  text-decoration: underline;
  font-size: 18pt;
  margin: 25px auto;
    display: block;

}

.btn-copy
{
  text-align: center;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    background: #333;
    width: 180px;
    padding: 10px 0 8px 0;
    border-radius: 12px;
    cursor: pointer;
}
.online-container
{
  width: calc(100% - 100px);
  margin: 10px 50px;
}


.stat-container
{
  width: calc(100% - 100px);
  margin: 10px 50px;
}
.stat-container div
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin: 10px 0;
}
.stat-container div span
{
  font-size: 20pt;
  display: block;
  width: 49%;
}
.stat-container div span:nth-child(2)
{
  
  width: 30%;
}
.self-box .tab-title
{
  padding-top: 40px;
  padding-bottom: 20px;
}

.online-container div
{
  display: block;
  width: 100%;
  height: 60px;
  font-size: 20pt;
  font-weight: 500;
  line-height: 64px;
  text-align: center;
  margin: 10px 0;
  background: #efefef;
  border-radius: 15px;
}

.hiscore div
{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.hs-name
{
  margin-left: 20px;
}

.hs-rate
{
  margin-right: 40px;
  position: relative;
  font-weight: bold;
  font-size: 24pt;
}
.hs-rate::after
{
  content: "%";
  display: block;
  position: absolute;
right: -20px;
    top: -8%;
    font-size: 10pt;
    font-weight: bold;
    color: #777;
}
.hs-rate::before
{
  content: "ĂN";

  display: block;
  position: absolute;
  right: -20px;
    top: 14%;
    font-size: 7pt;
    font-weight: bold;
    color: #777;
}


.close-box
{
  width: 50px;
  height: 50px;
  
  position: relative;
  text-align: right;
  margin: -20px 30px 30px auto;
  cursor: pointer;
}

.list-box .close-box,
.self-box .close-box,
.share-box .close-box
{
  position: absolute;
  bottom: 30px;
  right: 30px;
  margin: 0;
}
.close-box::before
{
  width: 5px;
  height: 40px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  background: #333;
  transform: translate(-50%, -50%) rotate(45deg);

}

.close-box::after
{
  width: 5px;
  height: 40px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  background: #333;
  transform: translate(-50%, -50%) rotate(-45deg);

}

.side-btn
{
  width: 300px;
  height: 80px;
  padding-top: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 17;
  text-align: center;
}

.small-btn
{
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: #333 4px solid;
}



.small-btn img
{
  width: 100%;
  top: 0;
  left: 0;
}
.list img
{
  width: 100%;
  left: -0%;
  top: -2%;
}

.small-btn:active, .side-btn .press
{
  top: 10px!important;
}

.small-btn::before
{
  height: calc(100% + 12px);
  top: -4px;
  left:-4px;
  border-radius: 50px;
  border: #333 4px solid;
}

.small-btn:active::before, .side-btn .press::before
{
  top: -2px;
  height:100%;
}

.dots
{
  display: block;
  width: 320px;
  height: 100px;
  position: absolute;
  left: 50%;
  bottom: 17%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.dot
{
  width: 60px;
  height: 60px;
  margin: 20px;
  background: rgba(0,0,0,0.05);
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

.dot-win,
.dot-lose,
.dot-draw
{
  background: #333;
}
.dot-win::before
{
  content: "";
  width: 6px;
  height: 30px;
  background: #fff;
  display: block;
  position: absolute;
  top: 53%;
    left: 58%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 10px;
}
.dot-win::after
{
  content: "";
  width: 6px;
  height: 15px;
  background: #fff;
  display: block;
  position: absolute;
  top: 60%;
    left: 36%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 10px;
}

.dot-lose::before
{
  content: "";
  width: 6px;
  height: 30px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
    left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 10px;
}
.dot-lose::after
{
  content: "";
  width: 6px;
  height: 30px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
    left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 10px;
}
.dot-draw::before
{
  content: "";
  width: 6px;
  height: 25px;
  background: #fff;
  display: block;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%)  rotate(90deg);
  border-radius: 10px;
}
.dot-draw::after
{
  content: "";
  width: 6px;
  height: 25px;
  background: #fff;
  display: block;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  border-radius: 10px;
}

.private-lob
{
  display: flex;
  width: 100%;
  position: absolute;
  background: rgba(0,0,0,0.6);
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  justify-content: center;
  flex-direction: row;
  z-index: 17;
  top: -100px;
  left: 0;
}
.private-lob p
{
  margin: 0;
  display: block;
  font-size: 12pt;
}
.private-lob .close-box
{
  display: block;
  margin: 0 10px;
  transform: scale(0.65);
}

.private-lob .close-box::before,
.private-lob .close-box::after
{
  background: #fff;

}

.out-lob
{
  margin: 0 30px;
    font-weight: bold;
    cursor: pointer;
}

@media screen and  (max-width: 1366px) and  (min-width: 1023px)  
{
body, html
{
  font-size: 12pt;
}

.hands
{
  min-width: 90%;
}

.gametitle
{
  transform: translate(-50%, -50%) rotate(-6deg) scale(0.65);
}

#main-hand,
#enemy-hand
{
  width: 400px;
  height: 400px;
}

.btn-contaner
{
  transform: translate(-50%, 50%) scale(0.8);
  bottom: 16.5%;
}
.description {
    bottom: 29%;
    font-size: 12pt;
}
.guide-link
{
  bottom: 2%;
}
}

@media screen and (max-width: 1023px) and (min-width: 769px) 
 {
  
}

@media screen and (max-width: 768px)   
{
    
.hands
{
  top: 40%;
  transform: translate(-50%, -50%) rotate(-90deg);
  min-width: 1150px;
}

#enemy-hand
{
  width: 380px;
  height: 380px;
  transform: translate(-50%, -30%) scale(1,-1)
}
#main-hand
{
  top: 48%;
  width: 380px;
  height: 380px;
}

.gametitle
{
    transform: translate(-50%, -50%) rotate(-6deg) scale(0.75);
    top: 43%;
}


.side-btn {
    width: 80px;
    height: 200px;
    padding-top: 0px;
    padding-right: 20px;
    top: 40%;
    left: 100%;
    transform: translate(-100%, -50%) scale(.95);

}

.small-btn
{
  margin-top: 20px;
}
 .text:not(.title), .bg
 {
     top: 40%;
 }
 .title
{
    font-size: 250px;
    top: 50%;
    margin-top: -14%;
}
 .title:after
 {
     font-size: 250px;
 }

}

@media screen and (max-width: 460px)  
{
  
body, html
{
  font-size: 12pt;
}  

.bg
{
  
  width: 500px;
  height: 500px;
  top: 40%;
  }
.gametitle
{
  transform: translate(-50%, -50%) rotate(-6deg) scale(0.5);
  top: 44%;
}

.gametitle .subtitle
{
  padding-top: 15px;
    
    width: 190px;
    height: 110px;
    line-height: 46px;
    top: 52.2%;
    left: 21%;
}
.bold-02
{
  left: 56%;
  z-index: 16;
}
.bold-01
{
  left: 44%;
}

.btn-contaner
{
  transform:translate(-50%, 50%);
  width: 100%;
  bottom: 10%;
}

.main-btn
{
transform:translate(-50%, 50%) scale(1);
}


.naming::before
{
  width: calc(100% - 48px);
  height: 80px;
  border: 4px solid #333;

}

.btn
{
  width: 80px;
  height: 80px;
  border: 4px solid #333;
}
.btn::before
{
  height: 80px;
  border: 4px solid #333;
  left: -4px;
}
.naming .btn
{
  line-height: 84px;
  font-size: 16pt;
}
.start-btn .btn
{
  width: calc(100% - 50px);
  line-height: 84px;
  font-size: 14pt;
}

.btn .arrow
{
  display: none;
}

.btn img
{
  top: 6%;
}



.description:not(.guide-link)
{
  display: none!important;
}

.invisible
{
  width: calc(100% - 150px);
  left: 15px;
  height: 80px;
}
.guide-link {
   
    text-align: left;
    margin-left: 30px;
    bottom: 19%;
    height: 15px;
    width: 50%;
    left: 0;
    transform: translate(0%, 50%);
  }
.hands
{
  top: 40%;
  transform: translate(-50%, -50%) rotate(-90deg);
  min-width: 850px;
}
.myname
{
  font-size: 100px;
  text-align: right;
  min-width: 620px;
}
.enemyname
{
  font-size: 100px;
  text-align: right;
  min-width: 620px;
}

#enemy-hand
{
  width: 320px;
  height: 320px;
  transform: translate(-50%, -30%) scale(1,-1)
}
#main-hand
{
  top: 48%;
  width: 320px;
  height: 320px;
}
.btn:active, .btn:hover
{
  //background: #555;
}

.waitmsg
{
  bottom: 75%;
}

.overlaybg .guide-box,
.overlaybg .list-box,
.overlaybg .self-box {
  border-radius: 15px;
  border: 4px #333 solid;
}
.scroll-box {
    margin:10px  0px;
    overflow-y: scroll;
    width: 100%;
    height: calc(100% - 20px);
}
.guide-box-inner {
    margin: 25px 20px;

}
.close-box
{
  margin :00px 20px 10px auto;
}

.title, .title::after
{
  font-size: 90pt;
}



.side-btn {
    width: 80px;
    height: 200px;
    padding-top: 0px;
    padding-right: 10px;
    top: 40%;
    left: 100%;
    transform: translate(-100%, -50%) scale(.85);

}

.small-btn
{
  margin-top: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: #333 4px solid;
}



.small-btn img
{
  width: 100%;
  top: 0;
  left: 0;
}
.list img
{
  width: 100%;
  left: -0%;
  top: -2%;
}

.small-btn:active
{
  top: 10px!important;
}

.small-btn::before
{
  height: calc(100% + 12px);
  top: -4px;
  left:-4px;
  border-radius: 50px;
  border: #333 4px solid;
}

.small-btn:active::before
{
  top: -2px;
  height:100%;
}

.stat-container {
    width: calc(100% - 20px);
    margin: 10px 10px;
}
.stat-container div span {
    font-size: 18pt;
    display: block;
    width: 55%;
}
.stat-container div span:nth-child(2) {
    width: 30%;
    margin-right: -20px;
}
.online-container {
    width: calc(100% - 40px);
    margin: 10px 20px;
}
.online-container div {
  font-size: 18pt;
    margin-right: -10px;
}
.stat-container div span:nth-child(2) {
    width: 36%;
    margin-right: -20px;
}
.title
{
  margin-top: -20%;
}

.share-box
{
  max-height: 480px;
}

.share-content {
    width: calc(100% - 40px);
    display: block;
}

.lobby-link
{
  font-size: 13pt;
}
.dots {
   
    bottom: 9%;
    transform: translate(-50%, -50%) scale(0.6);
}
.dot
{
  margin: 20px 10px;
}

.private-lob {
  height: 30px;
  line-height: 31px;
  justify-content: space-between;
}
.private-lob p
{
  font-size: 10pt;
  margin-left: 10px;
}
.out-lob {
  margin: 0 15px;
}

.text:not(.title)
{
  top: 40%;
  font-size: 350px;
}

}

@media screen and (max-width: 400px)  
{
  #enemy-hand
{
  width: 300px;
  height: 300px;
  transform: translate(-50%, -30%) scale(1,-1)
}
#main-hand
{
  top: 48%;
  width: 300px;
  height: 300px;
}
.hands
{
  top: 40%;
  transform: translate(-50%, -50%) rotate(-90deg);
  min-width: 800px;
}

.side-btn {
    width: 80px;
    height: 200px;
    padding-top: 0px;
    padding-right: 10px;
    top: 40%;
    left: 100%;
    transform: translate(-100%, -50%) scale(.85);

}

.small-btn
{
  margin-top: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: #333 4px solid;
}

.title, .title::after {
    font-size: 80pt;
}

.small-btn img
{
  width: 100%;
  top: 0;
  left: 0;
}
.list img
{
  width: 100%;
  left: -0%;
  top: -2%;
}

.small-btn:active
{
  top: 10px!important;
}

.small-btn::before
{
  height: calc(100% + 12px);
  top: -4px;
  left:-4px;
  border-radius: 50px;
  border: #333 4px solid;
}

.small-btn:active::before
{
  top: -2px;
  height:100%;
}

.stat-container div span {
    font-size: 15pt;
    width: 60%;
}
.online-container div {
    font-size: 15pt;
    margin-right: -10px;
}
.stat-container div span:nth-child(2) {
    width: 36%;
    margin-right: -20px;
}

}

@media screen and (max-width: 360px)  
{

html, body
{
  font-size: 11pt;
}  
#enemy-hand
{
  width: 280px;
  height: 280px;
  transform: translate(-50%, -30%) scale(1,-1)
}
#main-hand
{
  top: 48%;
  width: 280px;
  height: 280px;
}
.hands
{
  top: 40%;
  transform: translate(-50%, -50%) rotate(-90deg);
  min-width: 700px;
}

.gametitle
{
  transform: translate(-50%, -50%) rotate(-6deg) scale(0.41);
  top: 44%;
}

.main-btn
{
transform:translate(-50%, 50%) scale(1);
}
.naming::before
{
  width: calc(100% - 48px);
  height: 60px;
  border: 3px solid #333;
}

.btn
{
  width: 60px;
  height: 60px;
  border: 3px solid #333;
}
.btn::before
{
  height: 60px;
  border: 3px solid #333;
  left: -3px;
}
.naming .btn
{
  line-height: 64px;
  font-size: 15pt;
}
.start-btn .btn
{
  width: calc(100% - 50px);
  line-height: 64px;
  font-size: 14pt;
}
.guide-link {
   
    text-align: left;
    margin-left: 30px;
    bottom: 21%;
    height: 15px;
    width: 50%;
    left: 0;
    transform: translate(0%, 50%);
  }
.invisible {
     width: calc(100% - 120px);
    height: 65px;
    }


.side-btn {
    width: 80px;
    height: 200px;
    padding-top: 0px;
    padding-right: 10px;
    top: 40%;
    left: 100%;
    transform: translate(-100%, -50%) scale(.8);

}

.small-btn
{
  margin-top: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: #333 4px solid;
}



.small-btn img
{
  width: 100%;
  top: 0;
  left: 0;
}
.list img
{
  width: 100%;
  left: -0%;
  top: -2%;
}

.small-btn:active
{
  top: 10px!important;
}

.small-btn::before
{
  height: calc(100% + 12px);
  top: -4px;
  left:-4px;
  border-radius: 50px;
  border: #333 4px solid;
}

.small-btn:active::before
{
  top: -2px;
  height:100%;
}

.self-box .tab-title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.self-box .scroll-box {
    height: calc(100% - 200px);
  }

.dots {
   
    bottom: 7%;
    transform: translate(-50%, -50%) scale(0.5);
}
.naming::before {
  top: 18px;
}

}











  