/*******************************
DAFTAR
********************************/

div.daftar_content {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    /*background-color: #000000a3;*/
    /* margin-top: 20px; */
}

div.daftar_content div.banner {
    margin-top: 0;
    float: left;
    width: 30%;
}

div.daftar_content div.banner img {
    width: 100%;
}

div.daftar_content div.reg_form {
    float: left;
    margin-top: 20px;
    margin-left: 50px;
    width: 600px;
}

div.daftar_content div.reg_form .register_logo {
    float: right;
    width: 98px;
    margin-top: -80px;
    margin-right: 40px;
}


div.daftar_content div.reg_form input[type=text]{
    width: 100%;
}

div.daftar_content div.reg_form input[type=password] {
    /* width: 85%; */
}

.input-group.password {
    /* width: 86%; */

}

.input-group.password>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -44px;
    z-index: 9999;
}


div.daftar_content div.reg_form #validasi {
    width: 61px;
}

/* div.daftar_content div.reg_form #submit {
    background-color: #19ea16;
    color: #565656;
	width:100px;
	font-family: 'LaoUIb Bold', sans-serif;
	font-weight:700;
} */

div.daftar_content div.reg_form img {
    margin-bottom: -6px;
}

div.daftar_content div.reg_form label {
    font-size: 12px;
}

div.daftar_content div.reg_form h1 {
    color: #ffc10e;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
    background-size: 86px;
    background-repeat: no-repeat;
    padding-top: 46px;
    margin-top: -30px;
}

div.daftar_content div.reg_form h3 {
    color: #ffc10e;
    margin-top: 30px;
    font-size: 20px;
    font-family: 'LaoUIb Bold', sans-serif;
    font-weight: 700;
}

div.daftar_content div.reg_form p {
    margin-bottom: 12px;
    font-style: italic;
    font-size: 11px;
    margin-top: 20px;
}

div.daftar_content div.reg_form th {
    text-align: left;
}

div.daftar_content div.reg_form table {
    width: 100%;
}

div.daftar_content div.reg_form td:first-child,
div.daftar_content div.reg_form th:first-child {
    padding-left: 10px;
}

div.daftar_content div.reg_form td {
    padding-bottom: 2px;
}

div.daftar_content div.reg_form td i {
    font-size: 10px;
    font-style: italic;
    color: #CCC;
}

div.daftar_content .registration_banner {
    display: inline-block;
    width: 300px;
    padding-top: 110px;
    padding-left: 50px;
}

div.daftar_content .registration_banner img {
    width: 100%;
    padding-bottom: 10px;
}



/*******************************
PERATUAN
********************************/

div.peratuan_content {
    margin-left: auto;
    margin-right: auto;
    /*background-color: #000000a3;*/

}

div.peratuan_content .innerContent {
    /* padding: 40px; */
    text-align: justify;
}


div.peratuan_content h1 {
    color: #ffc10e;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}

div.peratuan_content ol {
    list-style: decimal;
}

div.peratuan_content ol li {
    margin-bottom: 8px;
    margin-left: 16px;
    font-weight: 100;
    line-height: 1.6;
    padding-left: 8px;
    text-align: justify;
}


/*******************************
CARA BERMAI
********************************/

div.cara_wrapper {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
}

div.cara_content {
    min-height: 770px;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

div.cara_content h1 {
    color: #fcb414;
    font-size: 20px;
}

div.cara_content p {
    font-size: 12px;
}

div.cara_content div.cara_btns {
    /*    text-align: center;*/
    margin-bottom: 30px;

}

div.cara_content div.cara_btns ul {
    list-style: none;
}

div.cara_content div.cara_btns ul li {
    display: inline-block;
    margin: 0 9px;
}


.dropdown li a {
    /*
    border: 1px solid #DCDDDE;
    padding: 10px;
    line-height: 50px;   
    margin-right: 10px;
    height: 200px;
    color: #000;
    background: red; /* For browsers that do not support gradients */
    /*
    background: -webkit-linear-gradient(right, #9F4F26, #F7BD2D); /* For Safari 5.1 to 6.0 */
    /*
    background: -o-linear-gradient(left, #9F4F26, #F7BD2D); /* For Opera 11.1 to 12.0 */
    /*
    background: -moz-linear-gradient(left, #9F4F26, #F7BD2D); /* For Firefox 3.6 to 15 */
    /*
    background: linear-gradient(to left, #9F4F26, #F7BD2D); /* Standard syntax (must be last) */


    /*
    background: rgba($white, 0);
    border-bottom: 1px solid;
    color: $white;
    line-height: 1.4;
    padding: .25em;
    text-decoration: none;
    
    &:hover {
        //background: rgba($white, 1);
        color: $red;
    }
*/
    color: #000 !important;
}





/*********************/

.btn1 {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

@media (min-width: 400px) {
    .btn1 {
        display: inline-block;
        margin-right: 2.5em;
    }

    .btn1:nth-of-type(even) {
        margin-right: 0;
    }
}

@media (min-width: 600px) {
    .btn1:nth-of-type(even) {
        margin-right: 2.5em;
    }

    .btn1:nth-of-type(5) {
        margin-right: 0;
    }
}

.btn1:hover {
    text-decoration: none;
}

.btn-1 {
    background: red;
    background: -webkit-linear-gradient(right, #9F4F26, #F7BD2D);
    background: -o-linear-gradient(left, #9F4F26, #F7BD2D);
    background: -moz-linear-gradient(left, #9F4F26, #F7BD2D);
    background: linear-gradient(to left, #9F4F26, #F7BD2D);
    font-weight: bolder;
    padding: 11px 3px;
    text-align: center;
    margin: 1px 12px 8px 0px;
    color: #000 !important;
    letter-spacing: 1.2px;
}

.btn-1 svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-1 rect {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
}

.btn-1:hover {
    background: rgba(225, 51, 45, 0);
    /*  font-weight: 900;*/
    /*  letter-spacing: 1px;*/
}

.btn-1:hover rect {
    stroke-width: 4;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

div.mobileCara_btns {
    display: none;
}

div.siho table {
    border: 1px solid #fff;
    width: 480px;
}

div.siho table tr {
    border: 1px solid #fff;
}

div.siho table th {
    border: 1px solid #fff;
    text-align: left;
    padding: 5px;
    color: #fcb414;
}

div.siho table td {
    border: 1px solid #fff;
    padding: 5px;
}

div.d24 table {
    width: 340px;
}


div.d24 table th {
    text-align: center;
    padding-bottom: 10px;
}

div.d24 p.contoh {
    background-color: #c1fdff;
    border-radius: 10px;
    width: 50%;
    padding: 10px;
    color: #000;
}






/*******************************
live streaming
********************************/

div.liveStreaming_content {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    min-height: 770px;
}

div.liveStreaming_content h1 {
    color: #ffc20e;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}

div.liveStreaming_content p {
    color: #fff;
}

/*******************************
PROMOSI
********************************/

div.promosi_content {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    min-height: 300px;
}

div.promosi_content h1 {
    color: #ffc20e;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}

div.promosi_content p {
    color: #fff;
}

/* FOOTER */
#footer {
    padding-top: 60px;
}

#footer .icon_games img {
    width: 100%;
}


#footer .icon_games .gameDisplay div {
    padding-bottom: 30px;
    text-align: center;

}

#footer div.bank {
    padding: 50px 50px 10px;
}

#footer div.bank .gameDisplay {
    list-style: none;
    width: 960px;
    margin: 0 auto;
}

#footer div.bank ul li {
    display: inline;
    padding: 0 10px 0 10px;
    height: 39px;
}

#footer div.bank img {
    height: 26px;
    margin-bottom: 18px;
    vertical-align: baseline;
}

#footer div.bank p {
    color: #fff;
    text-align: center;
}

/* input {
    border-style: none;
    border: 1px solid #fff;
    background-color: #404041;
    padding: 5px;
    margin-right: 10px!important;
	color:#FFF;
} */

/* .reg_form select {
	margin-bottom: 3px;
	background-color: #404041;
	color:#FFF;
	border: 1px solid #fff;
	height: 25px !important;
} */



div.bank ul li span {
    color: #fff;
    background-color: #0F0;
    /*border-radius:10px;*/
    padding: 0px 8px 0px 10px;
    text-shadow: 1px 1px 1px #000000;
    border: 11px solid white;
    margin-top: 2px;

}

div.bank ul li.offline span {
    background-color: #ff0000;

}

div.daftar_content div.reg_form select {
    width: 330px;
}

div.daftar_content div.reg_form select option {
    /* Whatever color  you want */
    background-color: #000000;
}


/* INFO PAGE */

div.info_content {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

div.info_content h1 {
    color: #fcb414;
}

div.info_content p {
    margin: 10px 0;
    line-height: 17px;
    font-size: 12px;
}

div.info_content table {
    margin: 10px 0;
    text-align: left;
    width: 800px;
    font-size: 12px;
}

div.info_content td {
    border: 1px solid #fff;
    padding: 5px;
}



/*slot jackpot mini game */

#home_aboutus .jSlots-wrapper {
    overflow: hidden;
    height: 36px;
    display: inline-block;
    margin-top: -7px;
}



#home_aboutus #playNormal {
    border-style: none;
    background-image: url("../images/btn_lucky_tekan.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 23px;
    width: 80px;
    position: absolute;
    cursor: pointer;
    background-position: center;
    top: 240px;
    left: 110px;

}

#home_aboutus .lucky_4d {
    float: left;
    margin-top: 36px;
    margin-left: 11px;
    width: 292px;
    position: relative;
}

#home_aboutus .lucky_4d {
    background-image: url(../images/slot01.png);
    background-size: 100%;
    float: right;
    margin-top: 37px;
    background-repeat: no-repeat;
    height: 229px;
}

#home_aboutus .slot {
    float: left;
}

#home_aboutus .lucky_4d li {
    font-size: 30px;
    padding-right: 37px;
    color: #cd0a0c;
    font-weight: bold;
}

#latestResult .result_display {
    border: 1px solid #dc3545;
    padding: 6px 12px;
    margin: 5px;
    border-radius: 6px;
}

#latestResult .result_display div {
    display: inline-block;
    margin-bottom: auto;
}

#latestResult .result_display .numberResult_format {
    text-align: right;
}

#latestResult .result_display .numberResult_format div {
    border: 1px solid white;
    padding: 2px 4px;
    margin: 0 2px;
}

#latestResult .title {
    color: #ffc10e;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
}