@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.eot') format('eot'), url('../fonts/Impact.ttf') format('ttf'), url('../fonts/Impact.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body,
html {
  width: 100%;
  height: auto;
}

body {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  background-color: #ffffff;
  background-image: url("../img/bg3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

hr {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

hr.big-margin {
  margin-top: 60px;
  margin-bottom: 60px;
}

hr.mobile {
  display: none;
}

hr.light {
  border-color: #fff;
}

.bdr-right {
	border-right: solid 1px #ffffff;
}
.bdr-bottom {
	border-bottom: solid 1px #ffffff;
}

a {
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

a:hover {
  color: #0090da;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 40px;
}

h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}

.bg-primary {
	/* background: rgba(135,14,38,1);
background: -moz-linear-gradient(left, rgba(135,14,38,1) 0%, rgba(105,8,27,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,14,38,1)), color-stop(100%, rgba(105,8,27,1)));
background: -webkit-linear-gradient(left, rgba(135,14,38,1) 0%, rgba(105,8,27,1) 100%);
background: -o-linear-gradient(left, rgba(135,14,38,1) 0%, rgba(105,8,27,1) 100%);
background: -ms-linear-gradient(left, rgba(135,14,38,1) 0%, rgba(105,8,27,1) 100%);
background: linear-gradient(to right, rgba(135,14,38,1) 0%, rgba(105,8,27,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#870e26', endColorstr='#69081b', GradientType=1 ); */
  background-color: rgba(73,212,200,1) !important;
}

.bg-dark {
  background-color: #0090da !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.9);
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-90 {
	margin-bottom: 90px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

section {
  padding: 30px 0;
}

.section-heading {
  margin-top: 0;
}

p {
	line-height: 1.5;
	margin-bottom:;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.center {
	margin: auto;
}

::-moz-selection {
  color: #fff;
  background: #0090da;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #0090da;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#content {
	padding: 0;
	background-image: url("../img/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#content a:hover {
	opacity: 0.5;
}
.banner-margin {
	margin-top: 300px;
}

.banner-bg {
	min-height: 450px;
	background-image: url("../img/bg1.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
}

.text-primary {
  color: #000 !important;
}
.text-muted {
    color: #666 !important;
}

.btn {
  font-weight: normal;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  border: none;
  border-radius: 100px;
  font-family: 'Lato', Arial, sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 20px;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-default {
  color: #000;
  background-color: transparent !important;
  border: solid thin #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
  color: #000 !important;
  background-color: #0090da !important;
  border: solid thin #0090da !important;
}

.btn-default:active, .btn-default:focus {
  box-shadow: 0 0 0 0.4rem rgba(255, 242, 0, 0.5) !important;
}

.btn-primary {
  color: #fff;
  background-color: #1dbecb !important;
  border: solid thin #1dbecb !important;
  font-weight: bold;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
   color: #fff;
  background-color: #1dbecb !important;
  border: solid thin #1dbecb !important;
  opacity: 0.5;
}

/* .btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.4rem rgba(14, 57, 85, 0.5) !important;
} */

.btn-primary:not(:disabled):not(.disabled).active {
	color: #fff !important;
	background-color: #0090da !important;
	border-color: #0090da !important;
}

.btn-facebook {
  color: #fff;
  background-color: transparent !important;
  border: solid thin #fff;
  width: 40px;
  height: 40px;
  padding: 7px 7px;
  border-radius: 100px;
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
  color: #fff !important;
  background-color: #3a559f !important;
  border: solid thin #3a559f !important;
  opacity: 1 !important;
}
.btn-twitter {
  color: #fff;
  background-color: transparent !important;
  border: solid thin #fff;
  width: 40px;
  height: 40px;
  padding: 7px 7px;
  border-radius: 100px;
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active {
  color: #fff !important;
  background-color: #2daae1 !important;
  border: solid thin #2daae1 !important;
  opacity: 1 !important;
}
.btn-instagram {
  color: #fff !important;
  background-color: transparent !important;
  border: solid thin #fff;
  width: 40px;
  height: 40px;
  padding: 7px 7px;
  border-radius: 100px;
}

.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active {
  color: #fff !important;
  background-color: #000 !important;
  border: solid thin #000 !important;
  opacity: 1 !important;
}
.btn-youtube {
  color: #fff;
  background-color: transparent !important;
  border: solid thin #fff;
  width: 40px;
  height: 40px;
  padding: 7px 7px;
  border-radius: 100px;
}

.btn-youtube:hover, .btn-youtube:focus, .btn-youtube:active {
  color: #fff !important;
  background-color: #e02f2f !important;
  border: solid thin #e02f2f !important;
  opacity: 1 !important;
}

/* Custom */
#scroll::-webkit-scrollbar {
  width: 10px;
}
 
#scroll::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background: rgba(0, 0, 0, 0.3);
}
 
#scroll::-webkit-scrollbar-thumb {
  background: #0090da;
}
::-webkit-scrollbar-button {background-color: rgba(0, 0, 0, 0.3);}
/* Only IE */
.container {scrollbar-face-color: #0090da; scrollbar-shadow-color: rgba(0, 0, 0, 0.3); scrollbar-highlight-color: rgba(0, 0, 0, 0.3);}
/* Only FireFox */
.container {scrollbar-color: #0090da rgba(0, 0, 0, 0.3);}
/* View Scrollbar */
.container {overflow-y: auto;overflow-x: hidden;}
.border {
	border: solid 1px #fff;
}

ul#countdown, ul#countdown2 {
	list-style: none;
	margin: 0px 0;
	padding: 0;
	display: block;
	text-align: center;
	font-family: 'Impact', 'Lato', Arial, sans-serif;
	font-weight: normal;
}
ul#countdown li, ul#countdown2 li {
	display: inline-block;
}
ul#countdown li span, ul#countdown2 li span {
	font-size: 84px;
	font-weight: 600;
	line-height: 1.5;
}
ul#countdown li.seperator, ul#countdown2 li.seperator {
	font-size: 84px;
	line-height: 1.5;
	vertical-align: top;
}

.content-box {
	padding: 5px;
}
.countdown-left-content-box {
	padding: 5px 0 5px 5px;
	/* background-image: url("../img/countdown-bg.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; */
}
.countdown-left-content-box h2 {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -180px;
	font-size: 56px;
	font-family: 'Impact', 'Lato', Arial, sans-serif;
	font-weight: normal;
	color: #014463;
}
.countdown-right-content-box {
	padding: 5px 5px 5px 0px;
	/* background-image: url("../img/countdown-bg.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; */
}
.countdown-right-content-box ul#countdown, .countdown-right-content-box ul#countdown2 {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin-top: -85px;
	margin-left: -140px;
	color: #014463;
}
.countdown-content-box {
	padding: 5px 5px 5px 5px;
}
.countdown-content-box ul#countdown, .countdown-content-box ul#countdown2 {
	position: absolute;
	z-index: 99;
	top: 120px;
	left: 50%;
	margin-left: -150px;
	color: #014463;
}
.countdown-content-box h2 {
	position: absolute;
	z-index: 99;
	top: 80px;
	left: 50%;
	margin-left: -145px;
	font-family: 'Impact', 'Lato', Arial, sans-serif;
	font-weight: normal;
	color: #014463;
}

button {
   background: #000;
   color: #fff;
   text-align: center;
   font-weight: bold;
   padding: 10px 30px;
   border-radius: 3px;
}
.overlay {
   position: fixed;
   height: 100%; 
   width: 100%;
   top: 0;
   right: 0;  
   bottom: 0;
   left: 0;
   background: rgba(0,37,153,0.8);
   display: none;
   z-index: 99;
}
.popup {
   max-width: 900px;
   max-height:;
   min-height:;
   width: 100%;
   height: 90%; 
   padding: 0px;
   position: fixed;
   background-color:;
   margin: 0px auto;
   top: 5%;
   /* margin-top: -250px; */
   left: 50%;
   margin-left: -450px;
   overflow-y:;
   overflow-x:;
   z-index: 100;
   display: none;
   /* -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px; */
}
.popup-container {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	border-radius: 20px;
}
.close {
   font-size: inherit;
   position: absolute;
   top: -10px;
   right: -10px;
   cursor: pointer;
   color: #000;
   z-index: 999;
   opacity: 1;
   padding: 10px;
   background-color: #ffffff;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}
.close:hover {
	opacity: 0.5;
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.popup h1 {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	font-size: 36px;
}
.popup p {
	color: #0090da;
	text-align: justify;
}
.popup li {
	color: #0090da;
	text-align: justify;
	margin-left: -20px;
}
.popup a.link {
	color: #0090da;
	text-align: justify;
	text-decoration: underline;
}
.popup a.link:hover {
	text-decoration: none;
}
.popup .popup-content {
	padding: 30px 15px 0px 15px;
}
.popup .popup-content.padding-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.popup .popup-img {
	overflow: hidden;
}
.popup .popup-content-scroll {
	padding: 0px 20px 20px 0;
	height: 380px;
	overflow-x: hidden;
	overflow-y: auto;
}



#content.mobile, .mobile {
	display: none !important;
}

/* WC */

.news {
	min-height: 395px;
	padding: 20px;
	margin-bottom:;
	background-color: #ffffff;
	border: 10px solid #1dbecb;
	border-radius: 20px;
}
.news ol {
	list-style: none; counter-reset: li;
	margin-bottom: 0;
}
.news li::before {
	content: counter(li); 
	color: #fff; 
	text-align: center;
	background-color: #001eff;
	display: inline-block; 
	width: 25px;
	height: 25px;
	margin-left: -30px;
	margin-right: 10px;
	border-radius: 100%;
}
.news li {counter-increment: li}
.news ol li {
	font-size: 18px;
	font-weight: bold;
	color: #15a2ff;
	text-align: left;
	margin-bottom: 4px;
}
.news ol li a {
	color: #15a2ff;
}
.banner-mobile {
	display: none;
}
/* .banner img {
	border: solid 10px #fff;
	border-radius: 20px;
} */
.banner .banner-top {
	border-top: solid 10px #fff;
	border-left: solid 10px #fff;
	border-right: solid 10px #fff;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.banner .banner-bottom {
	border-bottom: solid 10px #fff;
	border-left: solid 10px #fff;
	border-right: solid 10px #fff;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.box img {
	border-radius: 20px;
}
.banner, .box {
	margin-bottom:;
}

.gila-bola, .biy-d, .biy {
	min-height: 141px;
	border-radius: 20px;
}
#box2 {
	background: rgb(5,220,185);
	background: linear-gradient(180deg, rgba(5,220,185,1) 0%, rgba(3,177,178,1) 100%);
	border-radius: 20px;
	display: block;
}
#box3, #box3m {
	background: rgb(254,237,0);
	background: linear-gradient(180deg, rgba(254,237,0,1) 0%, rgba(255,176,0,1) 100%);
	border-radius: 20px;
	display: block;
}
#box1m, #box11m {
	background: rgb(137,21,56);
	background: linear-gradient(180deg, rgba(137,21,56,1) 0%, rgba(86,0,63,1) 100%);
	border-radius: 20px;
	display: block;
}
.gila-bola {
	margin-bottom: 10px;
	background-image: url("../img/gila-bola-101.png");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.biy-d {
	background-image: url("../img/biy.png");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.biy {
	background-image: url("../img/biy.png");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.biy-m {
	display: none;
}
a .gila-bola:hover, a .biy:hover {
	opacity: 0.5;
}

.live-score, .team-ranking {
	color: #ffffff;
	background-image: url("../img/live-score-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 292px;
	border-radius: 20px;
	padding: 10px;
}
.team-ranking-m {
	color: #ffffff;
	background-image: url("../img/team-rankingm.png");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 141px;
	border-radius: 20px;
	display: none;
}

#live-score1, #live-score2 {
	min-height: 131px;
	padding: 10px;
	background-color: #550a1f;
	border-radius: 10px;
	display: block;
}
#live-score1 {
	margin-bottom: 10px;
}
.score {
	font-size: 36px;
	font-weight: bold;
}

.team-ranking-row {
	background-color: #4a0853;
}
.team-ranking-row-a {
	background-color: #ff8603;
}
.team-ranking-row-b {
	background-color: #0600ff;
}
.team-ranking-row-c {
	background-color: #1dbecb;
}
.team-ranking-row-d {
	background-color: #ec008c;
}
.team-ranking-row-e {
	background-color: #00aeff;
}
.team-ranking-row-f {
	background-color: #ff8603;
}
.team-ranking-row-g {
	background-color: #0600ff;
}
.team-ranking-row-h {
	background-color: #8b088a;
}
.team-ranking-row-white {
	color: #4a0853;
	background-color: #fff;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.team-ranking-row-img {
	padding: 0;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}
.team-ranking-popup table tr {
	width: 100%;
	margin-bottom: 5px;
	display: inline-table;
}
.team-ranking-popup h3 {
	margin-bottom: 0;
}

.mobile-visibility {
	display: none;
}

/* POPUP */
.team-ranking-popup {
	background: rgb(132,23,58);
	background: linear-gradient(180deg, rgba(132,23,58,1) 0%, rgba(185,13,139,1) 100%);
}
.team-ranking-popup h1, .team-ranking-popup h3 {
	color: #ffffff;
	/* text-shadow: 2px 3px 0px #0151af; */
}

.gila-bola-101-popup {
	background: rgb(5,224,187);
	background: linear-gradient(180deg, rgba(5,224,187,1) 0%, rgba(0,196,197,1) 100%);
}
.gila-bola-101-popup h1 {
	color: #9a02a8;
	/* text-shadow: 2px 3px 0px #0151af; */
}
.biy-popup {
	background: rgb(232,175,0);
	background: linear-gradient(180deg, rgba(232,175,0,1) 0%, rgba(255,138,0,1) 100%);
}
.biy-popup h1 {
	color: #9a02a8;
	text-transform: capitalize;
	/* text-shadow: 2px 3px 0px #0151af; */
}
.biy-popup h3 {
	color: #9a02a8;
	text-align: center;
	text-transform: capitalize;
	/* text-shadow: 1px 2px 0px #0151af; */
}
img.biy-5 {
	width: 60%;
}
.gila-bola-pros-popup {
	background: rgb(212,249,255);
	background: linear-gradient(180deg, rgba(212,249,255,1) 0%, rgba(47,160,255,1) 100%);
}
.gila-bola-pros-popup h1 {
	color: #0057eb;
	/* text-shadow: 2px 3px 0px #003bad; */
}
.gila-bola-pros-popup h3 {
	color: #0057eb;
	text-align: center;
	text-transform: capitalize;
	/* text-shadow: 1px 2px 0px #003bad; */
}
.gila-bola-pros-popup .jersey {
	min-height: 400px;
	padding: 10px;
	border-radius: 10px;
}
.gila-bola-pros-popup .jersey img {
	margin-bottom: 20px;
}
.gila-bola-pros-popup .jersey p {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

.joget-like-juara-popup {
	background: rgb(0,83,254);
	background: linear-gradient(180deg, rgba(0,83,254,1) 0%, rgba(0,37,154,1) 100%);
}
.joget-like-juara-popup h1 {
	color: #ffffff;
	/* text-shadow: 2px 3px 0px #003bad; */
}
.joget-like-juara-popup h3 {
	color: #fe8103;
	text-align: center;
	text-transform: capitalize;
	/* text-shadow: 1px 2px 0px #003bad; */
}
.joget-like-juara-popup .joget {
	min-height:;
	padding: 30px;
	border-radius: 10px;
}
.joget-like-juara-popup .joget img {
	margin-bottom: 20px;
}
.joget-like-juara-popup .joget h3 {
	color: #ffffff;
	text-shadow: 0px 0px 0px #ffffff;
}
.joget-like-juara-popup .joget p {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

.celebrate-with-gifs-popup {
	background-color: #ffffff;
}
.celebrate-with-gifs-popup-bg {
	background: rgb(253,4,157);
	background: linear-gradient(180deg, rgba(253,4,157,1) 0%, rgba(223,1,9,1) 100%);
	padding: 30px 30px 30px 30px;
}
.celebrate-with-gifs-popup h1 {
	color: #fffc00;
	margin-bottom: 15px;
	/* text-shadow: 2px 3px 0px #003bad; */
}
.celebrate-with-gifs-popup h3 {
	color: #2758ed;
	text-align: center;
	text-transform: capitalize;
	/* text-shadow: 1px 2px 0px #003bad; */
}
.celebrate-with-gifs-popup p {
	font-size: 21px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 0;
}
.btn-primary-title {
  color: #fff;
  background-color: #1dbecb !important;
  border: solid thin #1dbecb !important;
  font-weight: bold;
  cursor: default !important;
  border-radius: 100px;
  padding: 8px 20px;
  margin: auto;
  margin-bottom: -20px;
  width: 200px;
}
.gif-container {
	width: 100%;
	padding: 0 25px;
}

.spin-to-score-popup {
	background-color: #ffffff;
}
.spin-to-score-popup-bg {
	background: rgb(255,144,0);
	background: linear-gradient(180deg, rgba(255,144,0,1) 0%, rgba(255,75,14,1) 100%);
	padding: 30px 30px 30px 30px;
}
.spin-to-score-popup h1 {
	font-size: 48px;
	color: #0600ff;
	text-shadow: 0px 0px 0px #003bad;
	margin-bottom: 10px;
}
.spin-to-score-popup h2 {
	font-size: 36px;
	color: #8d288f;
	text-align: center;
	text-transform: capitalize;
	text-shadow: 0px 0px 0px #003bad;
}
.spin-to-score-popup h3 {
	color: #ffffff;
	text-align: center;
	text-transform: capitalize;
	/* text-shadow: 1px 2px 0px #003bad; */
}
.stc-container {
	width: 100%;
	padding: 0 15px;
}

.bolaverse-popup {
	background-color: #ffffff;
}
.bolaverse-popup-bg {
	background: rgb(1,92,230);
	background: linear-gradient(180deg, rgba(1,92,230,1) 0%, rgba(2,3,99,1) 100%);
	padding: 30px 60px 0px 60px;
}
.bolaverse-popup h1 {
	font-size: 56px;
	color: #fffc00;
	text-shadow: 0px 0px 0px #003bad;
	margin-bottom: 20px;
}
.bolaverse-popup h2 {
	font-size: 36px;
	color: #0143c2;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px #003bad;
}
.bolaverse-popup p {
	font-size: 21px;
	color: #565656;
	text-align: center;
}
.bolaverse-container {
	width: 100%;
	padding: 0 60px;
}
.btn-primary-title-2 {
  color: #fff;
  background: rgb(195,203,214);
  background: linear-gradient(180deg, rgba(195,203,214,1) 0%, rgba(160,171,183,1) 100%);
  border: solid 0 #1dbecb !important;
  font-weight: normal;
  font-style: italic;
  cursor: default !important;
  border-radius: 10px;
  padding: 8px 20px;
  display: inline-block;
}
.btn-enter {
  color: #fff;
  background: rgb(21,189,255);
  background: linear-gradient(180deg, rgba(21,189,255,1) 0%, rgba(65,106,255,1) 100%);
  border: solid 0 #1dbecb !important;
  font-weight: bold;
  border-radius: 10px;
  display: none;
}
.btn-enter:hover {
	color: #fff;
	opacity: 0.5;
}

.teh-tarik-session-popup {
	background-color: #ffc501;
}
.teh-tarik-session-popup-bg {
	background: rgb(237,10,106);
	background: linear-gradient(180deg, rgba(237,10,106,1) 0%, rgba(131,9,140,1) 100%);
	padding: 30px 60px 0px 60px;
}
.teh-tarik-session-popup h1 {
	font-size: 56px;
	color: #fffc00;
	text-align: left;
	text-shadow: 0px 0px 0px #003bad;
	margin-bottom: 20px;
}
.teh-tarik-session-popup h2 {
	font-size: 36px;
	color: #0143c2;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px #003bad;
}
.teh-tarik-session-popup h3 {
	color: #87098c;
	text-align: center;
	text-transform: capitalize;
	/* text-shadow: 1px 2px 0px #003bad; */
}
.teh-tarik-session-popup p {
	font-size: 21px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.teh-tarik-session-popup .teh-tarik-session-container p {
	color: #87098c;
}
.teh-tarik-session-popup-bg img {
	margin-top: -200px;
}
.teh-tarik-session-container .padding {
	width: 100%;
	padding: 0 60px;
}

.mall-showcase-popup {
	background-color: #c8f8ff;
}
.mall-showcase-popup-bg {
	background-image: url("../img/celcom-mall-showcase-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 30px 60px 30px 60px;
}
.mall-showcase-popup h1 {
	font-size: 56px;
	color: #fffc00;
	text-align: center;
	text-shadow: 0px 0px 0px #003bad;
	margin-bottom: 20px;
}
.mall-showcase-popup h2 {
	font-size: 36px;
	color: #8b088a;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px #003bad;
}
.mall-showcase-popup p {
	font-size: 21px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.mall-showcase-popup .mall-showcase-container {
	color: #8b088a;
}
.mall-showcase-popup .mall-showcase-container span {
	font-weight: bold;
	color: #b32eb2;
}
.mall-showcase-popup .mall-showcase-container .date {
	text-align: right;
	padding: 5px 10px;
}
.mall-showcase-popup .mall-showcase-container .venue {
	text-align: left;
	padding: 5px 10px;
}
.mall-showcase-container {
	width: 100%;
	padding: 30px 60px 0 60px;
}	

.padding-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

/* Viewing Party */
.viewing-party-popup {
	background: rgb(95,254,253);
	background: linear-gradient(180deg, rgba(95,254,253,1) 0%, rgba(33,215,255,1) 100%);
}
.viewing-party-popup-bg {
	background-image: url("../img/viewing-bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 30px 60px 0px 60px;
}
.viewing-party-popup h1 {
	font-size: 56px;
	color: #ff5f19;
	text-shadow: 0px 0px 0px #003bad;
	margin-bottom: 20px;
}
.viewing-party-popup p {
	font-size: 21px;
	color: #003792;
	text-align: center;
}
.viewing-party-container {
	width: 100%;
	padding: 30px 60px 0 60px;
	background-color: #ffffff;
}

/* Round16 */
.koround {
	border-radius: 10px;
	padding: 10px 10px 0 10px;
	width: 100%;
	display: inline-block;
}
.koround-inner {
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 5px;
	width: 100%;
	display: inline-block;
}
.round16 {
	background-color: #ff9b2f;
}
.round16-inner {
	background-color: #ff8603;
}
.round8 {
	background-color: #5ed2db;
}
.round8-inner {
	background-color: #1dbecb;
}
.round4 {
	background-color: #be45bd;
}
.round4-inner {
	background-color: #a12aa0;
}
.round3-4 {
	background-color: #4945ff;
}
.round3-4-inner {
	background-color: #2a25ef;
}
.round2 {
	background-color: #2ebdff;
}
.round2-inner {
	background-color: #00aeff;
}
.team-ranking-popup.standing16 h3 {
	margin-bottom: 10px;
}
.team-ranking-popup.standing16 table tr {
    width: 100%;
    margin-bottom: 0px;
    display: inline-table;
}
.koround .score {
	font-size: 36px;
	font-weight: bold;
}
	
@media all and (max-width: 1200px) {
.countdown-left-content-box h2 {
	font-size: 46px;
	margin-top: -65px;
	margin-left: -150px;
}
.countdown-right-content-box ul#countdown, .countdown-right-content-box ul#countdown2 {
	margin-top: -65px;
	margin-left: -100px;
}
ul#countdown li span, ul#countdown2 li span {
	font-size: 60px;
}
ul#countdown li.seperator, ul#countdown2 li.seperator {
	font-size: 60px;
}
}
@media all and (max-width: 1024px) {
.countdown-left-content-box h2 {
	font-size: 36px;
	margin-top: -55px;
	margin-left: -115px;
}
.countdown-right-content-box ul#countdown, .countdown-right-content-box ul#countdown2 {
	margin-top: -55px;
	margin-left: -90px;
}
ul#countdown li span, ul#countdown2 li span {
	font-size: 48px;
}
ul#countdown li.seperator, ul#countdown2 li.seperator {
	font-size: 48px;
}
}
@media all and (max-width: 991px) {
.popup {
	top: 5%;
	left: 5%;
	margin-left: 0;
	width: 90%;
	height: 90%;
	overflow-y:;
}
.yt-video {
	height: 450px;
}

/* WC */
#content, body {
	-webkit-background-size: 150% auto;
	-moz-background-size: 150% auto;
	-o-background-size: 150% auto;
	background-size: 150% auto;
}
body {
	background-repeat: repeat-y;
}
.banner-margin {
	margin-top: 220px;
}

.banner-mobile {
	display: block;
}
.banner-desktop {
	display: none;
}

.gila-bola {
	margin-bottom: 0px;
}
.biy-d {
	display: none;
}
.biy-m {
	display: block;
}

.team-ranking-m {
	display: block;
}
.team-ranking {
	display: none;
}
.team-ranking img {
	height: 292px;
}

.team-ranking-m, .gila-bola, .biy {
	min-height: 180px;
}
}
@media all and (max-width: 767px) {
/* #content.mobile, .mobile {
	display: block !important;
}
#content.desktop, .desktop {
	display: none;
} */
.popup {
	top: 5%;
	left: 5%;
	margin-top: 0;
	width: 90%;
	height: 90%; 
	max-height: 100%;
	/* background-image: url("");
  background-position: bottom center;
  background-repeat: repeat-x; */
}
.popup .popup-content {
	padding: 30px 15px 0 15px;
}
.countdown-content-box h2 {
	font-size: 36px;
	top: 60px;
	margin-left: -190px;
}
.countdown-content-box ul#countdown, .countdown-content-box ul#countdown2 {
	top: 110px;
}
ul#countdown li span, ul#countdown2 li span {
	font-size: 84px;
}
ul#countdown li.seperator, ul#countdown2 li.seperator {
	font-size: 84px;
}

/* WC */
#content, body {
	-webkit-background-size: 200% auto;
	-moz-background-size: 200% auto;
	-o-background-size: 200% auto;
	background-size: 200% auto;
}
.banner-margin {
	margin-top: 200px;
}

hr.big-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

hr.mobile {
  display: block !important;
}

.bdr-right {
	border-right: solid 0px #ffffff;
}
.bdr-bottom {
	border-bottom: solid 1px #ffffff;
}
.bdr-bottom-mobile {
	border-bottom: solid 1px #ffffff;
}

img.biy-5 {
	width: 100%;
}

img.mobile-full-size-img {
	width: 100%;
}

.teh-tarik-session-popup-bg {
	padding: 30px 15px 0px 15px;
}
.mall-showcase-popup-bg {
	padding: 30px 30px 30px 30px;
}
.bolaverse-container, .teh-tarik-session-container .padding {
	padding: 0 30px;
}
.bolaverse-popup-bg {
	padding: 30px;
}

/* Party Viewing */
.viewing-party-container {
	padding: 0 30px;
}
.viewing-party-popup-bg {
	padding: 30px;
}

.teh-tarik-session-popup h1 {
	text-align: center;
}
.teh-tarik-session-popup-bg img {
	margin-top: 0px;
	width: 80%;
}

.desktop-visibility {
	display: none;
}
.mobile-visibility {
	display: block;
}

.mall-showcase-popup .mall-showcase-container .date {
	text-align: center;
	padding: 5px 10px 0 10px;
}
.mall-showcase-popup .mall-showcase-container .venue {
	text-align: center;
	padding: 0px 10px 10px 10px;
}
.mall-showcase-popup-bg {
	background-image: url("../img/celcom-mall-showcase-bg-m.jpg");
}
.mall-showcase-container {
	padding: 30px 15px 0 15px;
}

.gila-bola, .biy, .team-ranking-m {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

/* Round16 */
.match-date {
	font-size: 14px;
}
.koround .score {
	font-size: 27px;
}
}
@media all and (max-width: 575px) {
.countdown-content-box h2 {
	font-size: 30px;
	top: 30px;
	margin-left: -155px;
}
.countdown-content-box ul#countdown, .countdown-content-box ul#countdown2 {
	top: 80px;
	margin-left: -100px;
}
ul#countdown li span, ul#countdown2 li span {
	font-size: 56px;
}
ul#countdown li.seperator, ul#countdown2 li.seperator {
	font-size: 56px;
}
.m-yt-video {
	height: 230px;
}
}
@media all and (max-width: 480px) {
h2 {
	font-size: 30px;
}
.countdown-content-box h2 {
	font-size: 24px;
	top: 20px;
	margin-left: -125px;
}
.countdown-content-box ul#countdown, .countdown-content-box ul#countdown2 {
	top: 60px;
	margin-left: -86px;
}
ul#countdown li span, ul#countdown2 li span {
	font-size: 48px;
}
ul#countdown li.seperator, ul#countdown2 li.seperator {
	font-size: 48px;
}
.btn-facebook, .btn-twitter, .btn-instagram, .btn-youtube {
}
.banner-margin {
	margin-top: 120px;
}
}
@media all and (max-width: 360px) {
.countdown-content-box h2 {
	font-size: 21px;
	top: 10px;
	margin-left: -110px;
}
.countdown-content-box ul#countdown, .countdown-content-box ul#countdown2 {
	top: 40px;
	margin-left: -80px;
}
ul#countdown li span, ul#countdown2 li span {
	font-size: 36px;
}
ul#countdown li.seperator, ul#countdown2 li.seperator {
	font-size: 36px;
}
.btn-facebook, .btn-twitter, .btn-instagram, .btn-youtube {
}
.banner-margin {
	margin-top: 100px;
}
}
@media all and (max-width: 280px) {
.banner-margin {
	margin-top: 60px;
}
}
@media all and (min-width: 768px) {

}
@media all and (min-width: 1024px) {

}
@media all and (max-height: 900px) and (max-width: 767px) {
.popup .popup-content-scroll {
	height: 300px;
}
.popup .popup-content {
	padding: 30px 15px 0px 15px;
}
}
@media all and (max-height: 900px) and (max-width: 575px) {
.popup .popup-content-scroll {
	height: 400px;
}
.popup .popup-content {
	padding: 30px 15px 0px 15px;
}
}
@media all and (max-height: 900px) and (max-width: 480px) {
.popup .popup-content-scroll {
	height: 500px;
}
.popup .popup-content {
	padding: 30px 15px 0px 15px;
}
}
@media all and (max-height: 767px) and (max-width: 767px) {
.popup .popup-content-scroll {
	height: 230px;
}
.popup .popup-content {
	padding: 30px 15px 0px 15px;
}
}
@media all and (max-height: 767px) and (max-width: 575px) {
.popup .popup-content-scroll {
	height: 330px;
}
.popup .popup-content {
	padding: 30px 15px 0px 15px;
}
}
@media all and (max-height: 767px) and (max-width: 480px) {
.popup .popup-content-scroll {
	height: 410px;
}
.popup .popup-content {
	padding: 30px 15px 0px 15px;
}
}
@media all and (max-height: 680px) and (max-width: 767px) {
.popup .popup-content-scroll {
	height: 370px;
}
.popup .popup-content {
	padding: 30px 15px 0px 15px;
}
}
@media all and (max-height: 500px) and (max-width: 767px) {
.popup {
	top: 5%;
	left: 5%;
	margin-top: 0;
	width: 90%;
	height: 90%; 
}
.popup .popup-img {
	display: none;
}
.popup .popup-content {
	padding: 30px 15px 0px 15px;
}
}
@media all and (max-height: 400px) and (max-width: 767px) {
.popup {
	max-height: 400px;
    min-height: 400px; 
}
.popup .popup-content-scroll {
	height: 280px;
}
}

@media all and (max-height: 300px) and (max-width: 767px) {
.popup {
	max-height: 300px;
    min-height: 300px; 
}
.popup .popup-content-scroll {
	height: 180px;
}
}