html{
	overflow-x: hidden;
}
body {
    background-color: #FFFFFF;
    background-repeat: repeat-x;
	overflow-x: hidden;
}
header {
    width: 100%;
    background: #e7f5eb;
}
.bg_mobile, .logo_mobile{
	display: none;
}
a{color: #fff;text-decoration: none}
.ticker {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin-top: 7px;
}
.news {
    width: 488px;
    background: #ffffff;
    padding: 0 5px 0 20px;
    height: 23px;
    line-height: 20px;
}
.title{width: 62px;text-align: center;position: relative}
.title:after {
    position: absolute;
    content: "";
    right: -28%;
    border-left: 7px solid #00000029;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    top: 4px;
}
.title h5 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}
.news marquee{font-size: 15px;}
.news-content p {
    margin-right: 41px;
    display: inline;
    color: #4e6950;
    font-size: 13px;
    font-weight: 400;
}
.btn-default, .btn-join, .btn-more, .btn-submit, .btn-cancel, .btn-show-less, .btn-login, .btn-signup, .btn-secondary, .btn-quick {
    line-height: 44px;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    font-size: .8125rem;
    padding: 0 10px;
    cursor: pointer;
    transition: all .2s ease-out;
}

.top_nav [class^=btn-] {
    line-height: 30px;
    min-width: 114px;
    transition: all .3s ease-out;
}
.btn-signup {
    background-color: #ff7f00;
    color: #ffffff;
}
.btn-login {
    background-color: #ffce00;
    color: #313131;
}
.box_login {
    display: flex;
    height: 30px;
    margin-top: 3px;
    justify-content: flex-end;
}
.col.box_login div {
    margin-right: 5px;
}
.form-floating>.form-control,
.form-floating>.form-control-plaintext {
  padding: 0px!important;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: 30px!important;
    min-height: 30px;
    border-radius: 0px;
    font-size: 14px;
    width: 130px;
    padding-top: 9px!important;
    padding-left: 5px!important;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    transform: scale(0.6) translateY(-6.5px) translateX(0.15px);
    height: 28px;
    line-height: 34px;
    margin-left: 4px;
    font-size: 15px;
    color: #79bf7c;
}
.form-floating>label {
    padding: 0px!important;
    font-size: 13px;
    line-height: 29px;
    margin-left: 6px;
    color: #b1afaf;
}
.btn-livechat a {
    display: inline-flex;
    color: #ff4900 !important;
    font-size: 14px;
}
img.iright {
    height: 29px;
    margin-top: 1px;
    margin-left: 6px;
}
.btn-livechat:hover{
    transform: scale(1.1)
}
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}
@media (hover: hover) {
    .btn-default:hover,.btn-join:hover,.btn-more:hover,.btn-submit:hover,.btn-cancel:hover,.btn-show-less:hover,.btn-login:hover,.btn-signup:hover,.btn-secondary:hover,.btn-quick:hover {
        font-size:.875rem;
        letter-spacing: .3px
    }
}
@media (hover: hover) {
    .btn-secondary:hover {
        background-color: #00c20e;
    }

    .btn-signup:hover {
        background-color: #ffe500;
        color: #b62222;
    }

    .btn-login:hover {
        background-color: #ff8700;
        color: #fff;
    }

    .btn-default:hover {
        background-color: #dce1e5;
        color: #343434;
    }

    .btn-default.submit:hover {
        background-color: #24ae61;
        color: #ffffff;
    }

    .btn-default.verify:hover {
        background-color: #00a14b;
        color: #fff;
    }

    .btn-quick:hover {
        background-color: #f9d623;
    }
}
.main_nav {
    height: 70px;
    background: linear-gradient(to bottom,#64c30e,#408b04);
}
.logo {
    padding-top: 9px;
    float: left;
}

.main_nav .container div {
    display: flex;
    justify-content: flex-end;
}
.nav div {
    width: 16%;
    text-align: center;
    display: block!important;
	cursor: pointer;
}
.nav div span {
    color: #fff;
}
.nav div img {
    display: flex;
    width: 35px;
    margin: 0 auto;
    padding-top: 6px;
}
.nav div:hover img{
    transform: scale(1.3)
}
.nav div img, .form-floating>label {
    transition: transform 330ms ease-in-out
}
.nav div:hover {
    background: linear-gradient(to bottom,#d5903e,#ffa000)
}
::marker {
	content: ""
}
img.d-block {
    max-height: 613px;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
.main_slide {
    background: #112402;
}
._promo img{
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(10deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-10deg); }
  100% { transform: rotate(0deg); }
}
.judulfoot {
    text-transform: uppercase;
    display: block;
    justify-content: space-between;
    font-size: 18px;
    color: #5db70c;
    font-weight: 500;
    padding: 20px 0px 15px 29px;
    border: 6px solid #5db70c;
    border-radius: 22px;
    margin: 21px 0;
}
.buttonlanjut {
    border: 1px solid #079f0c;
    border-radius: 19px;
    padding: 7px 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to bottom,#64c30e,#408b04);
    text-decoration: none;
    margin-top: -10px;
    font-size: 16px;
    position: absolute;
    margin-left: 30px;
}

.referral {
    width: 100%;

}
.game-item img {
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

.jackpot {
    border-radius: 33px;
    border: 6px solid #5db70c;
    text-align: center;
    max-width: 681px;
    padding: 0px 110px 0px;
    height: 114px;
    margin-left: 0px;
    margin-top: 50px;
}
.jp {
    font-size: 55px;
    display: inline-flex;
    color: #5db70c;
    font-weight: bold;
    height: 47px;
    position: relative;
    margin-top: -13px;
}
.title_jp {
    background: #fff;
    padding: 2px 10px;
    color: #53a707;
    font-size: 38px;
    margin: 0 auto;
    text-align: center;
    width: 187px;
    font-weight: bold;
    position: relative;
    margin-top: -38px;
}
// Mixin itself
@mixin clearfix() {
  &::after {
    display: block;
    content: "";
    clear: both;
  }
}

// Usage as a mixin
.element {
  @include clearfix;
}

div#dpwd {
    max-width: 712px;
    margin-top: 30px;
    display: block;
    position: relative;
}
.con-dpwd div div {
    padding-bottom: 6px;
}
.con-dpwd {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}
.dp.left {
    border-right: 5px solid #5db70c;
    margin-right: 33px;
}
.con-dpwd>div {
    width: 50%;
}
div#dpwd table{
    width: 100%;
    font-size: 14px;
    color:#5db70c;
}
div#dpwd table td{
    line-height: 40px;
    }
div#dpwd table td:nth-child(1){
    width: 35%;
    text-align: left;
}
div#dpwd table td:nth-child(2){
    width: 30%;
    text-align: center;
}
div#dpwd table td:nth-child(3){
    width: 35%;
    padding-right: 30px;
    text-align: right;
}
.member div {
    display: inline-block;
    color: #727272;
    vertical-align: middle;
    font-weight: 500;
    padding: 0 15px;
}
.Nama {
    padding-left: 27px;
    line-height: 20px;
    width: 130px;
    height: 21px;
}
.icon-rp {
    background: url(../img/arrow-bullet.png) no-repeat;
    height: 18px;
    width: 16px;
}
.nominal {
    line-height: 20px;
    width: 130px;
    height: 21px;
    text-align: right;
}
.dp.left span:after, .wd.right span:after{
    position: absolute;
    left: 0;
    top: -6px;
    height: 32px;
    width: 4px;
    background: #ffe200;
    content: "";
}
.dp.left span, .wd.right span{
    color: #479606;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
    font-family: "Oswald", sans-serif;
}
.icon-point {
    background: url(../img/point.png) no-repeat;
    height: 18px;
    width: 16px;
}
.referral .container {
    display: grid;
    grid-template-columns: 55% 45%;
}
.img_link {
    width: 32px;
    margin-right: 13px;
}
.alternatif_link {
    margin-top: 30px;
}
.sub_alt {
    margin-left: 44px;
}
.sub_alt div {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 40%;
    position: relative;
}
.sub_alt div a {
    color: #000000;
    font-size: 15px;
}
.alternatif_link span {
    color: #254f00;
}
.con_jackpot{
	padding-bottom: 5px;
}
img.img_ios {
    width: 290px;
}
img.img_lc {
    width: 55px;
}
.ios_android {
    margin-top: 27px;
}
.lc_24hour{
    margin-top: 16px;
}
.lc_01_title{
	color: #254f00;
    margin-top: -7px;
    position: absolute;
    margin-left: 10px;
}
.lc_02_title{
    font-size: 28px;
    position: absolute;
    margin-top: -39px;
    margin-left: 64px;
}
.font_20{font-size:20px}
.font_22{font-size:22px}
.font_23{font-size:23px}
.games {
    background: #e5e5e5;
}
.games .container h2 {
    text-align: center;
    padding: 32px 0 5px;
    color: #53a707;
}
.game_provider_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2px;
    padding: 10px 10px 30px 10px;
}
span.title_games {
	color: #2e6101;
    line-height: 20px;
    font-size: 96%;
    font-family: helvetica;
    text-align: center;
    padding-right: 5px;
    text-transform: uppercase;
    border: 3px solid #53a707;
    padding: 6px 0px;
    border-radius: 15px;
    width: 100%;
    font-weight: bold;
}
.game-item img {
    max-width: 210px;
    width: 99%;
}

.game_provider_box div {
    display: inline-grid;
    justify-content: space-evenly;
    justify-items: end;
    margin-bottom: 16px;
}

.bankSupport-section {
    background: #fff;
    color: #53a707;
    text-align: center;
    margin-bottom: 30px;
}
p.section-subtitle {
    max-width: 80%;
    margin: 0 auto;
    font-size: 18px;
}

h2.section-title {
    padding: 32px 0 5px;
    color: #2e6101;
}
.bank_support img {
    margin: 20px 0px;
    border-radius: 24px;
}
footer {
    background: #e7f5eb;
    height: 60px;
}
.copyright {
    text-align: center;
    padding: 16px 0;
    color: #2e6101;
    font-size: 15px;
    letter-spacing: 1px;
}
@media (max-width: 1400px){
.news {width: 366px;}
.jackpot {
    max-width: 527px;
	padding: 0px 15px 0px;
}
.member div {
    padding: 0 8px;
}
.Nama {
    width: 103px;
}
.nominal {
    width: 114px;
}	
.judulfoot {
    font-size: 14px;
}
.font_20{font-size:18px;}
.font_22{font-size:18px;}
.font_23{font-size:19px;}
.buttonlanjut {
    font-size: 15px;
    margin-left: 8px;
}
.sub_alt {
    margin-left: 0px;
}
.sub_alt div {
    width: 37%;
}
}
@media (max-width: 1200px){
.news {width: 210px;}
.jackpot {
    max-width: 430px;
	height: 95px;
}
.con-dpwd {
    font-size: 16px;
}
.jp {
    font-size: 40px;
}
.member div {
    padding: 0 8px;
}
.Nama {
    width: 80px;
}	
.nominal {
    width: 97px;
}
.buttonlanjut {
    font-size: 14px;
    margin-top: 10px;
    position: relative;
    display: block;
    width: 68%;
    margin: 0 auto;
}
.game_provider_box {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
@media (max-width: 992px){
.container {
    padding: 0 12px;
    margin: 0;
    max-width: 100%;
}
.ticker {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin-top: 7px;
    width: 100%;
	flex: none;
}
.box_login {
    display: flex;
    height: 30px;
    margin-top: 3px;
    justify-content: center;
	flex: none;
	margin-bottom: 10px;
}
.news {
    width: 90%;
}
.referral .container {
    display: grid;
    grid-template-columns: 100%;
    padding: 0;
}
.jackpot {
    height: 95px;
    text-align: center;
    width: 95%;
    margin: 50px auto 0 auto;
}
.Nama {
    width: 40%;
}
.nominal {
    width: 40%;
}
div#dpwd {
    max-width: 712px;
    margin: 30px auto 0 auto;
    display: block;
    position: relative;
}
.judulfoot {
    padding: 20px 0px 15px 0px;
    text-align: center;
}
.sub_alt div {
    width: 17%;
	justify-content: space-evenly;
}
.lc_24hour {
    margin: 16px auto 0 auto;
    display: block;
    width: 289px;
    position: relative;
    text-align: left;
}
img.img_lc {
    width: 46px;
    display: inline-block;
}
.lc_01_title {
    margin-top: -3px;
    margin-left: 14px;

}
.lc_02_title {
    margin-top: -28px;
    margin-left: 59px;
	font-size: 23px;
}
span.title_games {
    width: 85%;
    margin: 0 auto;
}
}
@media (max-width: 768px){

span.title_games {
    border: none;
    border-radius: 0;
	padding: 0;
	font-weight: 500;
}
.copyright {
    height: 130px;
}
.logo {
    display: none!important;
}
.bg_mobile {
    display: block;
}
.logo_mobile {
    display: block;
    background: linear-gradient(to bottom,#64c30e,#408b04);
    padding: 15px 0;
    text-align: center;
}
.main_nav .container div {
    justify-content: space-between;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    width: 100%;
}
.col.box_login div {
    margin: 3px 0;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: 40px!important;
    min-height: 40px;
	font-size: 15px;	
}
.form-floating>label {
    font-size: 15px;
    line-height: 39px;
}
.top_nav [class^=btn-] {
    line-height: 40px;
    min-width: 114px;
	font-size: 15px;
}
img.iright {
    height: 29px;
    margin-top: 1px;
    margin-right: 3px;
    margin-left: 0px;
}
.btn-livechat a {
    display: inline-flex;
    color: #ffffff !important;
    font-size: 17px;
    letter-spacing: 1px;
}
.title {
     display: none;
}
.news {
	padding: 0 ;
    width: 100%;
}
.box_login {
    display: flex;
    height: auto;
    padding: 0;
    justify-content: center;
    flex: none;
    flex-direction: column;
    text-align: center;
    min-width: 265px;
    margin: 0 auto;
    width: 50%;
}

p.section-subtitle {
    font-size: 16px;
}
.container {
    padding: 0 0px;
    margin: 0;
    max-width: 100%;
}
.ticker {
    margin: 0;
}
.game_provider_box {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.con-dpwd {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    flex-wrap: wrap;
}
.dp.left span, .wd.right span {
    height: 29px;
    display: block;
    border-bottom: 3px solid #ffe200;
    text-align: center;
}
.wd.right {
    margin-top: 23px;
}
.dp.left span:after, .wd.right span:after {
     content: none;
}
.con-dpwd>div {
    width: 90%;
	max-width: 400px;
    margin: 0 auto;
}
.dp.left {
    border: none;
    margin: 0;
}
.icon-point, .icon-rp {
    width: 10%;
}
header {
    background: #439005;
}
.sub_alt div {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}
.sub_alt div a {
    color: #000000;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 2px 0px 0 14px;
}
}
@media (max-width: 444px){
li.nav-item a {
    font-size: 13px!important;
}
.game_provider_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2px;
    padding: 10px 10px 30px 10px;
}

.nav div {
    font-size: 12px;
}
p.section-subtitle {
    font-size: 14px;
}
.copyright {
    font-size: 12px;
}
.jp {
    font-size: 35px;
}
.game-item img {
    width: 99%;
}
span.title_games {
	color: #2e6101;
    line-height: 11px;
    font-size: 70%;
    height: 30px;
    font-family: helvetica;
    text-align: center;
    padding-right: 5px;
    text-transform: uppercase;
    border: none;
    padding: 0px 0px;
    border-radius: 8px;
    width: 90%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.judulfoot {
    font-size: 100%;
}
}
.bottom_btn {
    margin-top: 24px;
}

.blink_me {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-name: blinker;
	-moz-animation-duration: 3s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@keyframes blinker {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

.nav-footer {
    background: linear-gradient(to bottom,#64c30e,#408b04);
}
.nav-link{
	color: #ffffff;
}
.nav-link img {
    width: 37px;
}
li.nav-item a {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
}
a.nav-link {
    padding: 0;
}
#btn-back-to-top {
	position: fixed;
	bottom: 94px;
	right: 20px;
	display: none;
	padding: 0;
}
}
#btn-back-to-top img {
    border-radius: 20px;
}
.to-top {
    opacity: 0.6;
    width: 46px;
    border-radius: 5px;
}
