@charset "utf-8";
/* CSS Document */
body{
	margin: 0 auto;
  background: radial-gradient(circle, rgba(0, 202, 124, 1) 0%, rgba(33, 103, 76, 1) 100%) !important;
}
.wrapper{
	width: 100%;
	height: auto;
	text-align: left;
	margin:  0 auto;
	font-family: Roboto;
	font-size: 0.9rem;
	color: #19723c;
	display: block;
}
.w-100{
	width: 100%;
	height: auto;
	text-align: left;
	margin:  0 auto;
	font-family: Roboto;
	font-size: 0.9rem;
	display: block;
}
.top-header{
	background: #13242c;
}
.poker-lobby {
    background: url(../../images/v1/lobby/poker/bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
/*--------------  date time -------------------*/
#clock {
  font-family: Roboto;
  font-size: 1.2em;
  color: #49ad57;
	display: inline-block;
}
#location{
  font-family: Roboto;
  font-size: 1.2em;
  color: #49ad57;
  display: inline-block;
}
.icon-menu-mobile img{
	width: 25px;
	height: auto;
}
/*-----------  end date time --------------*/
.bg-nav{
      background: #227351;
	/* background: linear-gradient(100deg, #fff 0%, #fff 20%, #19723c 20%, #19723c 100%); */

}
.header-top{
  height: 131px;
  position: relative;
}
.nav ul{
	display: flex;
}
.nav ul li{
	flex: 1;
  text-align: center;
}
.nav ul li a{
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
  text-transform: uppercase;
}
.logo span.logo-web{
	background: #ffffff;
    overflow: hidden;
	margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
.logo span.logo-web a img{
	width: 50px;
	padding: 5px 0;
  
}
.logo span.separator img{
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
	width: auto;
	margin: 0 auto;
	height: 64px;
	margin-left: -5px;
}
.bg-m-01 img{ 
	height: 64px;
}
.card {
  position: relative;
  height: auto;
	width: 100%;
  overflow: hidden;
   background: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);
    background-size: 50% 100%;
  cursor: pointer;
}

.intro {
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background:url("../../images/v1/games/bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 10px 0;
  color: #fff;
  transition: 0.4s ease-in-out;
}
.card:hover .intro {
	padding-top: 20px;
  height: 120px;
    bottom: 0;
	left: 0;
	background:url("../../images/v1/games/bg-hover.png") no-repeat;
	background-size: 100% 100%;
}

.card:hover .text-p {
  opacity: 1;
  visibility: visible;
}

.card:hover img {
  transform: scale(1.1) /*rotate(-3deg)*/;
}

.card img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.4s ease-in-out;
}

.text-h1 {
  margin: 0 auto !important;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
.text-p {
  font-size: 16px;
  padding: 10px 0;
  visibility: hidden;
	color: #ffffff;
	line-height: 24px;
  opacity: 0;
  text-align: center;
}
.section{
	width: 100%;
	padding: 10px 0;
	display: block;
}
.sidecontact_left {
    background: url("../../images/v1/download/download_app_en.png") no-repeat;
    position: fixed;
    margin-top: 5px;
    left: -156px;
    top: 30%;
    width: 306px;
    height: 360px;
    cursor: pointer;
    z-index: 999999;
    -moz-transition-duration: .7s;
    -o-transition-duration: .7s;
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

.sidecontact_left:hover {
    left: 0
}
.sidecontact {
    background: url("../../images/v1/contact/contact_us_en.png") no-repeat;
    position: fixed;
    margin-top: 5px;
    right: -165px;
    top: 30%;
    width: 221px;
    height: 439px;
    cursor: pointer;
    z-index: 999999;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    webkit-transition-duration: .5s;
    transition-duration: .5s
}

.sidecontact:hover {
    right: 0
}

.sidecontact .joinsekarang {
    width: 130px;
    height: 34px;
    position: absolute;
    top: 126px;
    left: 81px
}

.sidecontact ul {
    display: inline-block;
    width: 165px;
    position: absolute;
    top: 77px;
    right: 0
}

.sidecontact ul li {
    text-align: left;
    padding: 2px 5px
}

.sidecontact ul li a {
    color: #fff;
    font-size: 13px;
    text-align: left;
    border: 1px solid #7c7c7c;
    display: block;
    border-radius: 5px
}

.sidecontact ul li a img {
    width: 20px;
    margin: 5px 8px
}
.sidecontact_left:hover {
    left: 0
}
.hot-game-item {
  	position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00526c82;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.hot-game-item:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.btn-palynow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.title-hot-game{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 0;
	background-image: linear-gradient(#46558600 0, #001e7e 100%);
	overflow: hidden;
	z-index: 1;
	display: block;
}
.title-hot-game h1{
	font-size: 1.2rem;
	font-weight: bold;
	white-space: nowrap;
	color: #ffffff;
  text-align: center;
}
.header-section h1{
	font-size: 1.2rem;
	text-align: left;
	padding: 10px 0;
  color: #ffffff;
}
/*------------------ footer --------------------*/
.info-footer h3, .community h3 {
    text-align: left;
    color: #ffffff;
    font-size: 0.9rem;
    padding: 5px 0;
    display: block;
}
.info-footer ul {
    width: 100%;
    height: auto;
    display: block;
}
.info-footer ul li {
    display: block;
    padding: 2px 2px;
    text-align: left;
}
.info-footer ul li a {
    color: #ffffff;
    font-size: 0.7rem;
}
.community ul li {
    display: inline-block;
    padding: 2px;
    text-align: left;
}
.community ul li a img {
    width: 40px;
    text-align: center;
}
.title-section {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1.0rem;
    font-weight: bold;
    padding: 5px 15px;
    color: #ffffff;
    display: block;
}
.networks ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.networks ul li {
    display: inline-block;
    margin: 5px;
}
.networks ul li a img {
    width: 35px;
    height: auto;
}
.sponsorship ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.sponsorship ul li {
    display: inline-block;
    padding: 5px 15px;
}
.sponsorship ul li a img {
    height: 70px;
    width: auto;
}
.bg-footers{
	background: #00260f;
	padding-top: 10px;
	margin-top: 20px;
}
.icon-sound{
	background: #ffffff;
	z-index: 1;
	padding: 0 15px;
}
.news{
	width: 100%;
	height: auto;
  color: #fff;
	padding-top: 5px;
	display: block;
}
.btn-block{
	width: 100%;
}
.btn-lo-re{
	border-radius: 0 !important;
}

.thumbnails-bg {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto; }
.thumbnails-bg a {
  position: relative;
  display: block;
  height: 245px;
  background-size: cover; }
.thumbnails-bg a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }
.thumbnails-bg a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 15px;
  transition-duration: 0.3s;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold; }
.thumbnails-bg a:hover {
  transform: translateY(5px); }
.thumbnails-bg a:hover > span {
  transform: translateY(-10px); }
.bg-slots {
    background: url(../../images/v1/lobby/slot/slot-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.sport-lobby {
    background: url(../../images/v1/lobby/sport/sport-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.casino-lobby {
    background: url(../../images/v1/lobby/casino/casino-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.box {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: right;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 10px;
  margin-bottom: 7px;
  background: #198754 url("../../images/v1/lobby/getimgs.svg") no-repeat; }
.box img {
  width: 100%;
  height: 100%; }
.box:before, .box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #146c43;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }
.box:before {
  -webkit-transform: skew(30deg) translateX(80%);
  transform: skew(30deg) translateX(80%); }
.box:after {
  -webkit-transform: skew(-30deg) translateX(70%);
  transform: skew(-30deg) translateX(70%); }
.box:hover:before, .box.hover:before {
  -webkit-transform: skew(30deg) translateX(30%);
  transform: skew(30deg) translateX(30%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }
.box:hover:after, .box.hover:after {
  -webkit-transform: skew(-30deg) translateX(20%);
  transform: skew(-30deg) translateX(20%); }
.box .box-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px 20px 20px 40%; }
.box .box-content:before, .box .box-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1c975d;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  opacity: 0.5;
  z-index: -1;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }
.box .box-content:before {
  -webkit-transform: skew(30deg) translateX(100%);
  transform: skew(30deg) translateX(100%); }
.box .box-content:after {
  -webkit-transform: skew(-30deg) translateX(90%);
  transform: skew(-30deg) translateX(90%); }
.box:hover .box-content:before, .box.hover .box-content:before {
  -webkit-transform: skew(30deg) translateX(50%);
  transform: skew(30deg) translateX(50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }
.box:hover .box-content:after, .box.hover .box-content:after {
  -webkit-transform: skew(-30deg) translateX(40%);
  transform: skew(-30deg) translateX(40%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }
.box h3, .box p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px; }
.box h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase; }
.box p {
  font-size: 15px; }
.box:hover h3, .box.hover h3, .box:hover p, .box.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9; }
.pc{
	display: inline-block;
}
	.m{
		display: none;
	}
@media (max-width: 600px){
	.pc{
	display: none;
}
	.m{
		display: inline-block !important;
	}
	.slider{
		margin-top: 47px;
	}
	.bg-nav {
    background: linear-gradient(100deg, #fff 0%, #fff 10%, #19723c 10%, #19723c 100%);
}
	.bg-m-01 img {
    height: 43px;
}
	.logo span.logo-web a img {
    width: 135px;
    padding: 5px 0;
}
	.text-h1 {
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 16px;
}
	.intro {
    position: absolute;
    height: 35px;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    background: url(../../images/v1/games/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 0;
    color: #fff;
    transition: 0.4s ease-in-out;
}
	.title-hot-game h1 {
    font-size: 0.7rem;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
}
.sponsorship ul li a img {
    height: 35px;
    width: auto;
}
.logo span.separator img {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0 auto;
    height: 47px;
    margin-left: -5px;
}
	.offcanvas{
		max-width: 200px;
		background: #13232e;
	}
	.offcanvas-title img{
		width: 100%;
		max-width: 140px;
		padding: 0px 0;
		margin: 0 auto;
		display: block;
	}
	.offcanvas-header{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		background: #162936;
		display: block;
	}
	.nav-mobile ul{
		width: 100%;
		height: auto;
		display: block;
		text-align: left;
	}
	.nav-mobile ul li{
		width: 100%;
		height: auto;
		display: block;
		padding: 7px 0;
		vertical-align: middle;
		margin: 5px auto;
		text-align: left;
	}
	.nav-mobile ul li a{
		font-size: 1.0rem;
		color: #39b549;
	}
	.nav-mobile ul li span{
		margin-right: 10px;
	}
	.nav-mobile ul li span img{
		max-width: 25px;
	}
}
 /* login */
   .login-page-box .login-popup .msg-box{margin-top: 0;}
   .login-page-box .login-popup{    height: 6rem;}
   
   .modal-register .modal-content {
    padding: 20px;
    border: none;
    background: rgb(15, 15, 15, 0.85);
    border-radius: 25px;
    border: 2px solid #0c926d;
    box-shadow: 0 3px 15px #0c926d;
    }
    .modal-register .modal-header {
        border-bottom: none;
        position: relative;
        justify-content: center;
        padding: 0px 1rem 1rem 1rem;
    }

    .modal-register h4 {
        text-align: center;
        font-size: 38px !important;
        margin: 0px;
        color: #0c926d;
    }

    .form-control {
        background:#fff;
        color:#000;
        border: 1px solid #777777;
    }
   
    .modal.show .modal-dialog {
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    }

    .modal-register .form-control:focus {
        border-color: rgba(0, 0, 0, .5);
        box-shadow: 0 0 0 2px rgb(255, 245, 32, 0.19);
    }

    .form-control:focus {
        background-color: rgb(52, 52, 52, 0.52);
    }
    input.form-control:hover{
        background:#fff;
    }
    .modal-register .form-control,
    .modal-register .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    input.form-cptcha {
        background-color: #fff;
        border: 1px solid #4f4b50;
        min-height: 40px;
        border-radius: 3px;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        width: 68%;
        display: inline-block;
        vertical-align: bottom;
    }

    span#code_match {
        width: 30%;
        line-height: 40px;
        text-align: center;
        background: #12d2db;
        color: #1e1623;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        display: inline-block;
    }

    .modal-register .close {
        position: absolute;
        top: -23px;
        right: -5px;
        text-shadow: 0 1px 0 #1b1b23;
        color: #00f2fd;
        font-size: 3rem;
        background:none;
    }

    .modal-register .close:hover {
        color: red;
    }

    .modal-register .modal-footer {
        border-top: none;
        text-align: center;
        justify-content: center;
        margin: 0 -20px -20px;
        border-radius: 5px;
        font-size: 13px;
    }

    .modal-register .modal-footer a {
        color: #999;
    }

    .modal-register .btn,
    .modal-register .btn:active {
        color: #fff;
        background: #0c926d;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border: none;
        border-radius: 35px;
        width: 150px;
        padding: 10px;
    }

    .modal-register .btn:hover,
    .modal-register .btn:focus {
        background: #947233 !important;
        outline: none;
    }

    #regisModal,
    #loginModal,
    .modal-open {
        padding-right: 0px !important;
    }
    .form-group {
        margin-bottom: 0.7rem;
    }
    .language{
          position: absolute;
          right: 120px;
    }
    .btn {
      font-size: 15px !important;

    }
    button.btn.btn-warning{
      color: #000;
      -webkit-text-fill-color: black;

    }
    div#account-box {
    text-align: right;
    margin-top: 15px;
    }
    .user-deposit {
    gap: 0 5px;
    padding: 10px;
    }
    .icon_deposit {
    border-radius: 5px;
    padding: 10px 18px 10px 18px;
    /* height: 40px; */
    color: #fff;
    background: #0c926d;
    transition: all 0.2s ease-in-out;
    }
  .user-deposit li a,.user-deposit li a span,span#member_bonus{
    color: #fff;
  }
 
  .center-select.s_statement{
    display: flex;
    justify-content: left;
  }
  .sports.afb2_sports.main {
  margin-top: 0 !important;
  }
  .de-bank-list .de-bank {
    width: 173px;
    margin-top: 10px;
}
.de-bank {
    display: inline-block;
}
.de-bank-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.bank-na {
  display: flex;
  width: 134px;
}
.de-bank img {
  width: 50px;
}
.de-bank-list .de-bank:not(:last-child) .bank-na div {
  margin-top: 10px;
  margin-left: 3px;
}
.de-bank-list .de-bank .bank-na div {
  width: 134px;
}
label.banl .de-bank img {
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
#promoPage .btn-clear, #promoPage .btn-default{
  background: transparent linear-gradient(180deg, #4ad9b2, #198754 48%, #198754 100%) !important;
    width: 130px;
}