/*-------- CSS -------------*/
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

body {
  margin: auto;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  cursor: default;
}

.bg-logo {
  width: 100%;
  background: white;
  text-align: center;
  margin: auto;
}

.logo {
  display: block;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
}

.logo img {
  width: 18%;
}

.bg-body {
  width: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0.3)), url('/assets/public/img/bg.jpeg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.body {
  width: 70%;
  display: block;
  margin: auto;
  text-align: center;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

.body p {
  font-size: 18px;
  padding: 3px;
}

.menu {
  display: inline-block;
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
  vertical-align: bottom;
}

.menu a {
  display: inline-block;
  width: 24%;
  text-align: center;
  font-size: 24px;
  color: white;
  text-decoration: none;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: linear-gradient(to bottom, #63b3fa, #2f83dd);
  border-radius: 5px;
}

.menu a:hover {
  color: black;
}

#date {
  display: inline-block;
  color: white;
  text-align: center;
  width: 70%;
  padding: 20px;
}

.contain {
  width: 80%;
  display: block;
  text-align: center;
  margin: auto;
}

.contain h2 {
  font-size: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.contain img {
  width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.winnum {
  width: 100%;
  display: block;
  text-align: center;
  margin: auto;
  background: linear-gradient(0deg, rgba(0,0,0,0.9), rgba(0,0,0,0.6)), url('/assets/public/img/result-bg.jpeg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.result {
  width: 100%;
  display: block;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
}

.result td {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.result td:first-child {
  text-align: center;
  font-size: 32px;
}

.first td:first-child {
  width: 1%;
  text-align: center;
  font-size: 32px;
  vertical-align: middle;
  line-height: 100px;
  height: 100px;
  background: -webkit-linear-gradient(#ff1a00, white);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.first td:not(:first-child) {
  width: 1%;
  text-align: center;
  font-size: 36px;
  vertical-align: middle;
  background-image: url('/assets/public/img/ball-red.png');
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  line-height: 100px;
  height: 100px;
}

.second td:first-child,
.third td:first-child {
  width: 1%;
  text-align: center;
  font-size: 32px;
  vertical-align: middle;
  line-height: 100px;
  height: 100px;
  background: -webkit-linear-gradient(#0065ff, white);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.second td:not(:first-child),
.third td:not(:first-child) {
  width: 1%;
  text-align: center;
  font-size: 36px;
  vertical-align: middle;
  background-image: url('/assets/public/img/ball-blue.png');
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  line-height: 100px;
  height: 100px;
}

.prize {
  width: 100%;
  display: block;
  text-align: center;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.prize h2 {
  font-size: 36px;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: red;
  margin: auto;
  border-radius: 5px;
}

.jackpot {
  width: 30%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  border-radius: 5px;
}

.jackpot th {
  text-align: center;
  font-size: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.jackpot td {
  width: 30%;
  text-align: center;
  font-size: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.one {
  background-image: linear-gradient(to bottom, #ff1a00, #b11200);
}

.two,
.three {
  background-image: linear-gradient(to bottom, #0065ff, #0040a1);
}

#copy {
  font-size: 16px;
}

.history {
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: auto;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}

.history th {
  font-size: 28px;
  background-image: linear-gradient(to bottom, #63b3fa, #2f83dd);
  border: 1px solid white;
  padding-top: 10px;
  padding-bottom: 10px;
}

.history td {
  width: 1%;
  font-size: 26px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid white;
  background: rgba(0,0,0,0.25);
}

.action-button-wrap {
  text-align: center;
  margin: 12px 12px 24px;
}

.navigation li {
  display: inline;
  margin-left: 0 !important;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration:none;
}
 
.navigation li {
  display: inline;
	margin-left: 0 !important;
}

.navigation li span {
	padding: 8px 12px;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background: linear-gradient(to bottom, #0065ff 30%, #0040a1 100%);
  border-bottom: 2px solid #838282;
  cursor: pointer;
  padding: 8px 12px;
}
 
.navigation li a:hover,
.navigation li.active a {
  background-color: #3C8DC5;
}


@media only screen and (max-device-width: 1000px) {
  .logo img {
    width: 60%;
  }

  .body {
    width: 100%;
    min-height: 100%;
  }

  .body p {
    font-size: 18px;
    padding: 3px;
  }

  .contain {
    width: 95%;
  }

  .menu a {
    font-size: 32px;
  }

  #date {
    font-size: 26px;
  }

  .result td {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .result td:first-child {
    font-size: 42px !important;
  }

  .first td {
    font-size: 42px !important;
  }

  .first td:not(:first-child) {
    background-size: 80% !important;
  }

  .second td {
    font-size: 42px !important;
  }

  .second td:not(:first-child) {
    background-size: 80% !important;
  }

  .third td {
    font-size: 42px !important;
  }

  .third td:not(:first-child) {
    background-size: 80% !important;
  }

  .prize {
    margin-top: 12px;
  }

  .prize h2 {
    font-size: 42px;
  }

  .jackpot th {
    font-size: 42px;
  }

  .jackpot td {
    font-size: 42px;
  }

  #copy {
    font-size: 14px;
  }

  .history th {
    font-size: 36px;
  }

  .history td {
    font-size: 32px;
  }
}
