@font-face {
  font-family: 'Anuphan';
  src: url('../font/anuphan.woff2') format('woff2');
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
body {
  background-image: url('../images/red-1920.jpg?t=2');
}
.card-trans {
  background-color: rgba(255, 255, 255, 0.0);
}
.card-gold {
  border-style: solid;
  border-color: #F4D073;
  border-width: 0.4em;
}
.font-th-default { 
  font-family: 'Anuphan', sans-serif;
}
.font-th-data { 
  font-family: 'Anuphan', sans-serif;
  color: #000;
  font-size: 18px;
}
.font-th-mini { 
  font-family: 'Anuphan', sans-serif;
  color: #000;
  font-size: 12px;
}
.font-th-btn { 
  font-family: 'Anuphan', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.font-th-bar { 
  font-family: 'Anuphan', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.font-th-dark-main { 
  font-family: 'Anuphan', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.font-th-dark-bold { 
  font-family: 'Anuphan', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.font-th-dark-bold { 
  font-family: 'Anuphan', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.font-th-yellow-bold { 
  font-family: 'Anuphan', sans-serif;
  color: #f7ce06;
  font-size: 18px;
  font-weight: bold;
}
.font-th-red-bold { 
  font-family: 'Anuphan', sans-serif;
  color: #f00;
  font-size: 18px;
  font-weight: bold;
}
.font-th-white-bold { 
  font-family: 'Anuphan', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.font-th-time { 
  font-family: 'Anuphan', sans-serif;
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
}
.navbar-lottery { 
  /*padding-top: 1.5rem;*/
  /*padding-bottom: 1.5rem;*/
  background-color: rgba(187, 0, 0, 0.9);
}
@media (max-width: 768px){
  .logo-topbar {
    width: 75%;
  }
}
@media (max-width: 512px){
  .logo-topbar {
    width: 75%;
  }
}
@media (max-width: 512px){
  .input_num {
    text-align: center;
    max-width: 30px; 
    font-size: 2rem !important
  }
  .input_check {
    text-align: center;
    font-size: 2rem !important
  }
}
@media (max-width: 768px){
  .input_num {
    text-align: center;
    max-width: 40px; 
    font-size: 2rem !important
  }
  .input_check {
    text-align: center;
    font-size: 2rem !important
  }
}
@media (min-width: 768px){
  .input_num {
    text-align: center;
    max-width: 90px; 
    font-size: 3rem !important
  }
  .input_check {
    text-align: center;
    font-size: 3rem !important
  }
}
.hr-border {
  border: 1px solid;
  color: #bb0000;
}
.profile-line {
  border-radius: 50%;
  height: 80px;
}
.disabled-bg {
  background: #6e6e6e;
}

::-webkit-scrollbar {
    width: 6px;
} 
::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
} 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.input-referral {
  height:2em; 
  text-align:center;
  display: none;
}
.display-none {
  display: none;
}