@font-face {
  font-family: "SmoochSans";
  src: url('../fonts/SmoochSans.ttf');
}
body {
  background-color: #000;
  color: #fafafa;
  font-family: "SmoochSans","Verdana";
  background: url('../images/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 24px;
}
.border_info {
  max-height: 350px;
  width: 100%;
}
.brand {
  text-align: center;
}
.brand img {
  width: 120px;
}
.home_header {
  text-align: center;
  height: fit-content;
}
.home_header h1 {
  color: #CFB627;
  text-shadow: 2px 2px #ccc;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  margin-top: -130px;
  margin-bottom: 100px;
  animation: 
    typing 3.5s steps(40, end) infinite,
    blink-caret .75s step-end infinite;
}
.menu {
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.menu li {
  list-style-type: none;
}
.menu li a {
  display: block;
  padding: 20px 15px;
  text-decoration: none;
  color: #fff;
}
.menu li a.active {
  color: #009cff;
  background-color: rgba(0,0,0,.5);
  border: 1px solid #009cff;
  border-radius: 15px;
  margin: 5px;
}
.sidebar {
  height: 100%;
  padding: 35px 0;
  border-right: 3px solid #009cff;
}
.home_pack{
  background-color: rgba(0,0,0,.5);
  border-radius: 10px;
}
.content {
  padding: 35px 0;
}
.home_pack {
  padding: 0;
}
.home_ld_table {
  text-align: center;
}

.section {
  text-align: center;
}
.tshadow {
  /* text-shadow: 2px 2px 3px #000; */
}
footer {
  text-align: center;
  padding: 15px 0;
  margin-top: 15px;
  text-shadow: 2px 2px 5px #000;
}
#preloader {
  overflow: hidden;
  background-image: linear-gradient(135deg, #A8A45B 0%, #CFB627 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}
.changeLang {
  padding: 5px 15px;
}
@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.next_ld_info {
  text-align: center;
  margin: 0 auto;
}
.next_ld_info h3 {
  animation: blinking 4s linear infinite;
  margin-bottom: 25px;
}
.hour, .minute, .second {
  display: inline-block;
}
.last_result_title img {
  width: 80px;
}
.last_result_table {
  text-align: center;
}
.last_result_title {
  text-align: center;
  color : #7A58FC ;
  animation : blinking linear 4s infinite;
  text-shadow: 2px 2px 5px#7a7a7a;
  margin-bottom: 30px;
  min-width: 600px;
}
.livedraw_title {
  text-align: center;
  padding : 30px 0 10px 0;
  color : #7A58FC ;
  animation : blinking linear 4s infinite;
  text-shadow: 2px 2px 5px#7a7a7a;
}
.table {
  color: #fff;
}
.home_ld_table {
  margin-right: 30px;
}
.table th {
  background-color: #009cff;
}
.table tbody tr td {
  vertical-align: middle;
  color: #000;
}
.table tbody tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
.table tbody tr:nth-child(even) td {
  background-color: #eaeaea;
}

.result_num {
  width: 40px;
}

.last_result_page {
  overflow-x: scroll;
}
.last_result_page::-webkit-scrollbar {
  display: none;
}
.last_result_table {
  min-width: 800px;
}
.livedraw_title img {
  width: 80px;
}
.livedraw_table {
  text-align: center;
}
.livedraw_table thead tr th{
  padding : 25px 0px;
  border-radius: 15px 15px 0 0;
}
.livedraw_table tbody tr td{
  padding : 25px 0px;
  background-color: #40e808;
}
.livedraw_table tbody tr:nth-child(3) td{
  padding : 25px 0px;
  border-radius: 0 0 15px 15px;
}
.consolation, .starter {
  width: 49%;
  display: inline-block;
  text-align: center;
}
.consolation .table tr td , .starter .table tr td{
  background-color: #009cff;
}
.about_title {
  background-color: #009cff;
  text-align: center;
  border-radius: 25px;
  box-shadow: 2px 2px 5px #000;
  padding: 10px 15px;
  color: #fff;
}
.about_content {
  margin: 20px 0;
  background-color: #009cff;
  border: 2px solid #009cff;
  padding: 15px;
  color: #fff;
  border-radius: 15px;
  text-align: left;
}
.about_content h3 {
  margin: 15px 0;
}
.about_list li{
  list-style-type:none;
}
/* Adding icon before each list icon */
.about_list > li:before{
  content: 'arrow_right';
  font-family: 'Material Icons';
  font-size: 25px;
  vertical-align: middle;
}
.home_pack .row:nth-child(1) {
  border-bottom: 2px solid #009cff;
  margin: 0;
}
@media screen and (max-width : 1199px) {
  .home_header h1 {
    margin-top: -110px;
  }
}
@media screen and (max-width : 991px) {
  .home_header h1 {
    margin-top: -80px;
    font-size: 32px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width : 767px) {
  .sidebar {
    border-right: none;
    border-bottom: 2px solid #362530;
  }
  .last_result_table .result_num {
    width: 40px;
  }
  .livedraw_title img {
    display: none;
  }
  .menu li{
    display: inline-block;
    width: 100%;
    text-align: center;
 }
 .home_header h1 {
   font-size: 24px;
   margin-top: -60px;
   margin-bottom: 60px;
 }
 .home_ld_table {
   margin: 15px;
 }
}
@media screen and (max-width : 575px) {
  .result_num {
    width: 35px;
  }
}
@media screen and (max-width : 470px) {
  .consolation, .starter {
    width: 100%;
  }
  .home_header h1 {
    font-size: 16px;
    margin-top: -50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width : 417px) {
  .last_result_title img {
    display: none;
  }
}
@media screen and (max-width : 375px) {
  .result_num {
    width: 30px;
  }
  .home_header h1 {
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
@keyframes blink {
  25% {
    border: 4px solid #7A58FC;
  }
  75% {
    border: 4px solid #588EFC;
  }
}
@keyframes ballblink {
  25% {
    background-color: #55B2F2;
  }
  75% {
    background-color: #a055f2;
  }
}
@keyframes blinking {
  25% {
    color: #CFB627;
  }
  75% {
    color: #009cff;
  }
}
/* The typing effect */
@keyframes typing {
  0% { width: 0 }
  75% { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}