/* W3.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html,body{font-family:'Noto Sans',sans-serif;line-height:1.5}html{overflow-x:hidden;scroll-behavior:smooth;}
h1,h2,h3,h4,h5,h6,#articleTitle{font-family:'Noto Sans Display',sans-serif;font-weight:700;margin:10px 0}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
img{vertical-align:middle}a{color:inherit}

/* ======================== General ======================== */

body { color: #fff; background-color: #111; }
a, a:hover { text-decoration: none; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
hr { margin: 20px 0; border: 0; border-top: 1px solid #1a73e8; }

.style-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.style-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

/* ======================== Header ======================== */

header {
  border-bottom: 2px solid #1a73e8;
  padding-bottom: 5px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 0 0 10px 10px;
}
header:before, header:after { content:"";display:table;clear:both }

.web-logo-style { float: left; }
.web-logo-style img { height: 64px; width: auto; }

.reg-topbtn-style { 
  background-color: #1a73e8;
  border-radius: 16px;
  margin-top: 15px;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14.08px;
  float: right;
  animation: activeregtop 3s ease alternate;
  transition: all .3s ease;
}
.reg-topbtn-style:active, .reg-topbtn-style:hover {
  background-image: linear-gradient(to bottom, #673ab7 10%, #2c184e 100%); 
  padding: 6px 10px;
}
@keyframes activeregtop {
  from { color: transparent; background-color: #673ab7; }
  to { color: #fff; background-color: #1a73e8; }
}
.reg-topbtn-style svg { 
  fill: #fff;
  margin-left: 2px;
  width: auto;
  vertical-align: middle; 
  border-radius: 100%; 
  animation: activeregtopsvg 3s ease alternate;
}
@keyframes activeregtopsvg {
  from { fill: transparent; }
  to { fill: #fff; }
}

header, .banner {
  box-shadow: 0 -2px 10px 0 rgba(26,115,232,0.5), 0 -2px 10px 0 rgba(26,115,232,0.49);
  animation: danceoldgirl 1s ease-in-out infinite alternate-reverse;
}

@keyframes danceoldgirl {
  from { 
    box-shadow: 0 -2px 10px 0 rgba(46,128,234,0.4), 0 -2px 10px 0 rgba(46,128,234,0.39);
  }
  to {
    box-shadow: 0 -2px 10px 0 rgba(26,115,232,0.5), 0 -2px 10px 0 rgba(26,115,232,0.49);
  }
}

/* ======================== Banner and Announcement ======================== */

.banner { margin: 0 6px; }
.banner img { height: auto; width: 1920px; max-width: 100%; object-fit: cover; }
.announcement {
  background: #1a73e8;
  margin: 0 6px;
  padding: 8px 32px;
  text-align: center;
  font-size: 16.88px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 10px 0 rgba(26,115,232,0.5), 0 2px 10px 0 rgba(26,115,232,0.49);
  animation: sexyeoldgirl 1s ease-in-out 5s infinite alternate-reverse;
}
.announcement h1 { font-size: 22.88px; }
@keyframes fromzerotozoro {
  from { color: transparent; }
  to { color: #fff; }
}
@keyframes sexyeoldgirl {
  from { 
    box-shadow: 0 2px 10px 0 rgba(46,128,234,0.4), 0 2px 10px 0 rgba(46,128,234,0.39);
  }
  to {
    box-shadow: 0 2px 10px 0 rgba(26,115,232,0.5), 0 2px 10px 0 rgba(26,115,232,0.49);
  }
}

/* ======================== Full Article ======================== */

.full-article-overlay { 
  background-color: transparent;
  margin: auto;
  width: 98%;
  position: relative;
}

.full-article-panel {
  border-top: 2px solid #1a73e8;
  border-bottom: 2px solid #1a73e8;
  border-right: none;
  border-left: none;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1366px;
  position: relative;
  border-radius: 12px;
}
.full-article-panel.active { border-bottom: 2px solid transparent; }
@keyframes hidebtnfulart {
  from { border-bottom: 2px solid #1a73e8; }
  to { border-bottom: 2px solid transparent; }
}
@keyframes showbtnfulart {
  from { border-bottom: 2px solid transparent; }
  to { border-bottom: 2px solid #1a73e8; }
}

.full-article-button {
  border: none;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  background-color: #111;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;  
  font-size: 16.48px;
  border-radius: 12px;
  transition: all .5s ease;
}
.full-article-button:hover { 
  background-color: #0d0d0d;
  box-shadow: 0 0 10px 0 rgba(26,115,232,0.5), 0 0 10px 0 rgba(26,115,232,0.49); 
}
.full-article-button.active { 
  background-color: rgba(17, 17, 17, 0.99);
  border-radius: 12px 12px 0 0;
  box-shadow: 0 2px 5px 0 rgba(26,115,232,0.3), 0 2px 10px 0 rgba(26,115,232,0.29); 
}

/* ======================== Full Article Button Event ======================== */

#openArtText.hide, #closeArtText.hide { display: none; } /* Event hide */

#oparSvg svg { fill: #fff; vertical-align: middle; }
#hiarSvg svg { fill: #f32617; vertical-align: middle; }

@keyframes openartbtnani {
  from { color: transparent; border-radius: 12px; box-shadow: 0 2px 5px 0 transparent, 0 2px 10px 0 transparent; }
  to { color: #fff; border-radius: 12px 12px 0 0; box-shadow: 0 2px 5px 0 rgba(26,115,232,0.2), 0 2px 10px 0 rgba(26,115,232,0.19); }
}
@keyframes closeartbtnani {
  from { color: transparent; border-radius: 12px 12px 0 0; border-radius: 12px 12px 0 0; box-shadow: 0 2px 5px 0 rgba(26,115,232,0.2), 0 2px 10px 0 rgba(26,115,232,0.19); }
  to { color: #fff; border-radius: 12px; box-shadow: 0 2px 5px 0 transparent, 0 2px 10px 0 transparent; }
}
@keyframes openartsvgani {
  from { fill: transparent; }
  to { fill: #fff; }
}
@keyframes closeartsvgani {
  from { fill: transparent; }
  to { fill: #f32617; }
}

/* ======================== End Event ======================== */

.fa-content {
  border-radius: 12px;
  background-color: rgba(17, 17, 17, 0.99);
  text-align: justify;
  font-size: 15.08px;
  line-height: 1.8;
  padding-right: 32px;
  padding-left: 32px;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}
.fa-content.active { 
  border-radius: 0 0 12px 12px;
  border-bottom: 2px solid #1a73e8; 
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 2px 5px 0 rgba(26,115,232,0.2), 0 2px 10px 0 rgba(26,115,232,0.19);
}

/* ======================== Full Article Content Event ======================== */

#faContent.hide { height:0; }

@keyframes openartani {
  from { height: 0; color: transparent; border-radius: 12px; padding-top: 0; padding-bottom: 0; border-bottom: 2px solid #1a73e8; box-shadow: 0 2px 5px 0 rgba(26,115,232,0.1), 0 2px 10px 0 rgba(26,115,232,0.09); }
  to { height: 1080px; color: #fff; border-radius: 0 0 12px 12px; padding-top: 8px; padding-bottom: 8px; border-bottom: 2px solid #1a73e8; box-shadow: 0 2px 5px 0 rgba(26,115,232,0.2), 0 2px 10px 0 rgba(26,115,232,0.19); }
}
@keyframes closeartani {
  from { height: 1080px; color: #fff; border-radius: 0 0 12px 12px; padding-top: 8px; padding-bottom: 8px; border-bottom: 2px solid #1a73e8; box-shadow: 0 2px 5px 0 rgba(26,115,232,0.2), 0 2px 10px 0 rgba(26,115,232,0.19); }
  to { height: 0; color: transparent; border-radius: 12px; padding-top: 0; padding-bottom: 0; border-bottom: 2px solid transparent; box-shadow: 0 2px 5px 0 rgba(26,115,232,0.1), 0 2px 10px 0 rgba(26,115,232,0.09); }
}

/* ======================== End Event ======================== */

.fa-content div.article-title { 
  font-size: 22.88px; 
  text-align: center; 
  display: block;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.fa-content h2 { font-size: 20.88px; text-align: center; }
.fa-content h3 { font-size: 17.48px; }
table.mousebet138 {
  color: #bfbfbf;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: left;
  font-size: 13.88px;
  max-width: 480px;
}
table.mousebet138 td, table.mousebet138 th {
  border: 1px solid #1a73e8;
  padding: 10px 5px 10px;
}
table.mousebet138 tbody td {
  padding: 10px;
  font-weight: 500;
  font-size: calc(1vh+8px);
}		
table.mousebet138 thead { background: #ffd410; }
table.mousebet138 thead th {
  color: #fff;
  background: radial-gradient(circle 214px at 46.5% 54.2%, #1a73e8 0, #000 96%);
  text-align: center;
  font-weight: 700;
  font-size: 14.88px;
}
@keyframes colortable {
  from { color: transparent; }
  to { color: #bfbfbf; }
}

/* ======================== Provider Gallery ======================== */

.provider-panel { 
  padding: 24px 16px; 
  text-align: center; 
  white-space: nowrap;
  overflow: auto;
   
}
.provider-panel::-webkit-scrollbar { width: 0; }
.provider-button {
  padding: 4px 8px;
  background-image: linear-gradient(to bottom, #1a73e8 10%, #160c27 100%);
  border-radius: 16px;
  transition: box-shadow .5s ease-out;
}
.provider-button:hover {
  background-image: linear-gradient(to bottom, #1a73e8 0, #160c27 50%);
  box-shadow: 0 0 16px 1px rgba(26,115,232,0.5), 0 0 2px 1px rgba(26,115,232,0.5);
}
.provider-panel img { margin: 8px; width: auto; height: 56px; object-fit: cover; }

/* ======================== Slot Gallery ======================== */

.slot-panel {
  margin: 0 auto;
 /* white-space: nowrap;*/
  max-width: 993px;
  overflow: hidden;
}
.slot-panel iframe { 
  border: none; 
  padding: 0 3px;
  height: 0;
  width: 100%;
}
.slot-hide { display: none; }

/* ======================== Scroll Top ======================== */

.scroll-gotop-panel, .scroll-cloart-panel { 
  background-color: transparent;
  padding: 0;  
  display: block;
  position: fixed;
  right: 24px; 
  bottom: -74px;
  z-index: 2;
  transition: bottom .3s;
}
.scroll-gotop-panel { width: 50px; transition-delay: .5s; }
.scroll-cloart-panel { width: 58px; }
.scroll-gotop-panel.active, .scroll-cloart-panel.active { bottom: 24px; }

.scroll-gotop-button, .scroll-cloart-button {
  margin-right: auto;
  margin-left: auto;
  padding: 4px;  
  width: 46px;
  display: block;
  max-width: 100%;
  border-radius: 100%;
}
.scroll-gotop-button { background-color: #1a73e8; } 
.scroll-gotop-panel.active .scroll-gotop-button { animation: botrigbtn1 .5s; }
.scroll-cloart-button { background-color: #f32617;  }
.scroll-cloart-panel.active .cloart-gotop-button { animation: botrigbtn2 .5s; }

.scroll-gotop-button svg, .scroll-cloart-button svg { 
  fill: #fff; 
  vertical-align: middle; 
}
.scroll-gotop-panel.active .scroll-gotop-button svg, 
.scroll-cloart-panel.active .scroll-cloart-button svg { animation: botrigsvg .5s; }

.scroll-gotop-text, .scroll-cloart-text { 
  color: #fff;
  background-color: #f32617;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  padding: 2px 8px;
  font-weight: 700;
  font-size: 13.48px;
  display: block;
  max-width: 100%;
  border-radius: 32px;  
}
.scroll-gotop-text { width: 50px; }
.scroll-cloart-text { width: 58px; }
.scroll-gotop-panel.active .scroll-gotop-text, 
.scroll-cloart-panel.active .scroll-cloart-text { animation: botrigtextpadding .5s; }
.scroll-gotop-panel.active .scroll-gotop-text span, 
.scroll-cloart-panel.active .scroll-cloart-text span { animation: botrigtextcolor .5s; }

@keyframes botrigsvg {
  from { fill: transparent; }
  to { fill: #fff; }
}

@keyframes botrigbtn1 {
  from { background-color: transparent; padding: 2px; }
  to { background-color: #1a73e8; padding: 4px; }
}

@keyframes botrigbtn2 {
  from { background-color: transparent; padding: 2px; }
  to { background-color: #f32617; padding: 4px; }
}

@keyframes botrigtextpadding {
  from { background-color: transparent; padding: 0 0; }
  to { background-color: #f32617; padding: 2px 8px; }
}

@keyframes botrigtextcolor {
  from { color: transparent; }
  to { color: #fff; }
}


/* ======================== Registration Button ======================== */

.registration-button {
  border: 2px solid #ffc107;
  display: inline-block;
  padding: 10px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;  
  
  background-image: linear-gradient(to bottom, #3f51b5 10%, #000000 100%);
  font-size: 15px;
  font-weight: 500;
  position: fixed;
  left: -200px;
  bottom: 40px;
  z-index: 1;
  border-radius: 24px;
  box-shadow: 0 0 10px 0 rgba(204,0,0,0.5), 0 0 20px 0 rgba(244,67,54,0.49);
  transition: all .3s ease-out;
  animation: danceregbtn 1s ease-in-out infinite alternate-reverse;
}
.registration-button.active { left: 8px; }
@keyframes danceregbtn {
  from { 
    box-shadow: 0 0 16px 0 transparent, 0 0 24px 0 transparent;
    border: 2px solid #ffd24d;
  }
  to { 
    box-shadow: 0 0 10px 0 rgba(204,0,0,0.5), 0 0 20px 0 rgba(244,67,54,0.49);
    border: 2px solid #ffc107;
  }
}

/* ======================== Footer Page ======================== */

footer { padding: 0.01em 0; margin: 0 8px; }
footer #copyright { text-align: center; font-size: 12px; }

/* ======================== Maximum Width 600px ======================== */

@media (max-width:600px) {
  .fa-content { padding-right: 16px; padding-left: 16px; }

  .scroll-gotop-panel, .scroll-cloart-panel { right: 16px; }
  .scroll-gotop-panel.active, .scroll-cloart-panel.active { bottom: 16px; }
  .registration-button { bottom: 32px; }
}

/* ======================== Minimum Width 1400px ======================== */

@media (min-width: 1400px) { .registration-button.active { left: 80px; bottom: 64px; } }

/* ======================== Maximum Width 840px ======================== */

@media (max-width:840px) {
  .provider-panel { padding: 16px 8px; } 
}

/* ======================== Maximum Width 600px and Minimum Width 420px ======================== */

@media (max-width:600px) and (min-width: 421px) {  
  .web-logo-style img { height: 62px; }  
  
  .announcement { font-size: 15.28px; }
  .announcement h1 { font-size: 21.28px; }
  
  .full-article-button { font-size: 15.28px; }
  .fa-content div.article-title { font-size: 17.88px; }
  .fa-content h2 { font-size: 19.08px; }
  .fa-content h3 { font-size: 17.08px; }
  table.mousebet138 thead th { font-size: 14.98px; }
  table.mousebet138 { font-size: 13.48px; }
  
  .provider-panel img { height: 52px; }

  .registration-button.active { font-size: 14px; }
}

/* ======================== Maximum Width 420px ======================== */

@media (max-width:420px) {
  header { padding-right: 10px; padding-left: 10px; }

  .web-logo-style img { height: 52px; }
  .reg-topbtn-style { margin-top: 12px; padding: 3px 7px; font-size: 12.08px; }  
  
  .announcement { padding: 8px 16px; font-size: 15.08px; }
  .announcement h1 { font-size: 18.58px; }
  
  .full-article-overlay.active { width: 100%; }

  .full-article-button { font-size: 15.08px; }
  .fa-content div.article-title { font-size: 18.08px; }
  .fa-content h2 { font-size: 17.88px; }
  .fa-content h3 { font-size: 16.48px; }
  table.mousebet138 { font-size: 12.48px; }
  table.mousebet138 thead th { font-size: 14.48px; }
  
  .provider-panel img { height: 42px; }

  .scroll-gotop-panel { width: 46px; }
  .scroll-cloart-panel { width: 58px; }
  .scroll-gotop-button { width: 40px; }
  .scroll-cloart-button { width: 40px; }
  .scroll-gotop-button svg, .scroll-cloart-button svg { height: 32px; width: 32px; }
  .scroll-gotop-text, .scroll-cloart-text { font-size: 11.88px }
  .scroll-gotop-text { width: 46px; }
  .scroll-cloart-text { width: 58px; }

  .registration-button.active { font-size: 12px; }
}

/* ======================== Maximum Width 348px ======================== */

@media (max-width:380px) {
  .web-logo-style { margin-right: 24px; text-align: center; display: block; float: unset; }
  .right-header-panel { margin-top: -10px; margin-bottom: 2px; text-align: center; float: unset; }
  .reg-topbtn-style { margin: -8px auto 4px; width: 100px; display: block; float: unset; }
  .announcement { padding: 8px; }
}