/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}


nav ul li:hover, nav ul li.active {
    background-color: #4746f0;
}

nav
{
    background: #444444;
    background: -moz-linear-gradient(top, #444444 0%, #131313 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#131313));
    background: -webkit-linear-gradient(top, #444444 0%,#131313 100%);
    background: -o-linear-gradient(top, #444444 0%,#131313 100%);
    background: -ms-linear-gradient(top, #444444 0%,#131313 100%);
    background: linear-gradient(to bottom, #444444 0%,#131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#131313',GradientType=0 );
    border-top: solid 0px;
    border-bottom: solid 0px;
}

footer{
  background-image: -moz-linear-gradient( 45deg, rgba(112,20,190,0.349) 0%, rgba(0,97,187,0.349) 100%);
  background-image: -webkit-linear-gradient( 45deg, rgba(112,20,190,0.349) 0%, rgba(0,97,187,0.349) 100%);
  background-image: -ms-linear-gradient( 45deg, rgba(112,20,190,0.349) 0%, rgba(0,97,187,0.349) 100%);
  border-bottom:0px;
  border-top:0px;
}

@media only screen and (min-width: 601px){
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
      height: 69px;
      line-height: 64px;
  }
}

body{
  background-image:  url(../images/dwpkBg.jpg), url(../images/simple_dashed.png);
  background-position: 0px 23px, 0px 0px;
  background-repeat: no-repeat, repeat;
  background-position: top middle, middle;
}

.row{
  margin-bottom: 10px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #6f1da8;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #6f1da8;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #6f1da8;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #6f1da8;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    border: none;
    border-bottom: 2px solid #585858;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0;
    padding: 0 20px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
    transition: all .3s;
    color: #6f1da8;
    line-height: 44px;
    background-color: black;
}

input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #585858;
    box-shadow: 0 1px 0 0 #585858;
  -webkit-box-shadow: 0 0 5px 2px rgba(149,72,243,0.52);
  box-shadow: 0 0 5px 2px rgba(149,72,243,0.52);
}

.loginArea{
  padding: 1rem 4rem;
  box-sizing: border-box;
  margin-top: 5px;
  border-radius: 49px;
  -webkit-box-shadow: 0 0 5px 1px rgba(149,72,243,0.52);
  box-shadow: 0 0 5px 1px rgba(149,72,243,0.52);
  background-image: url(../images/bg-header.png);
  background-size: 1px 100%;
}

@media only screen and (max-width: 701px){
  .loginArea{
    padding: 1rem 2rem;
  }
}

@media only screen and (min-width: 1200px){
  html {
      font-size: 15px;
  }
}


.frem{
  font-size: 2rem;
}

.loginArea > form > div{
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.loginArea form > div > input[type=text],
.loginArea form  > div > input[type=password]{
  border-radius: 20px;
}

 .slider.slideratas .indicators {
    text-align: left;
    top: 100%;
    position: absolute;
    text-align: left;
    left: 0;
    right: 0;
}

.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 5rem;
    margin: 0px;
    background-color: #e0e0e0;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 0%;
    opacity: .5;
}

.slider .indicators .indicator-item.active{
  opacity: 1;
  border: solid 2px rgba(149,72,243,0.92); 
}

.slider{
  height: 420px !important;
  background-color: rgba(0,0,0, 0.50);
  -webkit-box-shadow: 0 0 5px 1px rgba(149,72,243,0.52);
  box-shadow: 0 0 5px 1px rgba(149,72,243,0.52);
}

.steps{
  width: 30%;
  max-width: 52px;
  height: 52px;
  display: inline-block;
  background-image: url(../images/navBG.png);
}

.stepsArea{
  background-image: url(../images/bg-steps.png);
  background-size: 1px 100%;
}

.steps.one{
  background-position: 0px;
}
.steps.two{
  background-position: -52px 0px;
}
.steps.three{
  background-position: -104px 0px;
}
.steps.four{
  background-position: 52px 0px;
}

.menang{
  background-image: url(../images/bg-steps-p.png);
}

.sWrap > .text{
  position: absolute;
  left: 56px;
}

.sWrap > .text:nth-child(2){
  font-size: 1.5rem;
}

.sWrap > .text:last-child{
    top: 30px;
    font-size: .9rem;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 17px;
}

.posrel{
  position: relative;
}

.posAb{
  position: absolute;
}

.dpInBlock{
  display: inline-block;
}

.container > .jcpktWrapper{

}

.jpckArea > h4{
  font-size: 1.5rem;
  position: relative;
}

.jpckArea > h4 > .bfr,
.jpckArea > h4 > .aftr{
  position: absolute;
  top: 0;
}

.jpckArea > h4 > .bfr{
  left: 0;
}

.jpckArea > h4 > .aftr{
  right: 4px;
}

.sprtr > div{
  width: 99%;
  height: 1px;
  background-color: rgba(149,72,243,.7);
  -webkit-box-shadow: 0 0 5px 1px rgba(149,72,243,0.52);
  box-shadow: 0 0 5px 1px rgba(149,72,243,0.52);
  display: inline-block;
}

.jpckArea > p{
  line-height: 132px;
  background-image: url(../images/jackpot-frame.png);
  background-position: center;
  background-repeat: no-repeat;
}

.roundPur{
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 1px rgba(149,72,243,0.52);
  box-shadow: 0 0 5px 1px rgba(149,72,243,0.52);
  padding: 10px;
  overflow: hidden;
}

.ctct{
  line-height: 69px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
}

.ctct:hover{
  color: #9f1ec6;
}

.ctct.header{
    background-image: url(../images/custService.png);
      font-weight: bold;
      line-height: 56px;
}

.ctct.one{
    background-image: url(../images/Call.png);
}
.ctct.one:hover{
    background-image: url(../images/Call_on.png);
}

.ctct.two{
    background-image: url(../images/bbm.png);
}
.ctct.two:hover{
    background-image: url(../images/bbm_on.png);
}

.ctct.three{
    background-image: url(../images/ym1.png);
}
.ctct.three:hover{
    background-image: url(../images/ym1.png);
}

.ctct.four{
    background-image: url(../images/facebook.png);
}
.ctct.four:hover{
    background-image: url(../images/facebook_on.png);
}


.ctct.five{
    background-image: url(../images/twitter.png);
}
.ctct.five:hover{
    background-image: url(../images/twitter_on.png);
}

.contactPict{
  background-image: url(../images/contactPictTemplate.png);
  width: 49px;
  height: 49px;
  display:  block;
}

div.carousel1 > ul.slides > li,
div.carousel2 > ul.slides > li
{
  width: 100%;
}

div.carousel1,
div.carousel2
{
  padding: 0;
  height: 100px !important;
  background-color: rgba(43,43,43, 0.7);
}

div.carousel1 h5,
div.carousel2 h5{
  margin-top: 0.52rem;
}

.pad0{
  padding: 0;
}

.mar0{
  margin: 0;
}
.mb0{
  margin-bottom: 0;
}

.bankArea > h4{
  font-size: 1.5rem;
}

.bankArea > div > p{
  margin: 8px 0;
}

.bankArea > div > p > img{
  display: inherit;
  width: 140px;
}

.top10px{
  margin-top: 10px;
  box-sizing:border-box;
}

/*statusbank*/
  .status{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0px, -7px);
  }
  .statusOn{
    background-color: #65d41b;
    -webkit-box-shadow: 0 0 5px 1px rgba(101,212,27,0.52);
    box-shadow: 0 0 5px 1px rgba(101,212,27,0.52);
  }
  .statusOff{
    background-color: #ff0000; 
    -webkit-box-shadow: 0 0 5px 1px rgba(255,0,0,0.52);
    box-shadow: 0 0 5px 1px rgba(255,0,0,0.52);
  }
  .statusGang{
    background-color: #ffea00;
    -webkit-box-shadow: 0 0 5px 1px rgba(255,234,0,0.52);
    box-shadow: 0 0 5px 1px rgba(255,234,0,0.52);
  }
/*statusbank*/

.Rectangle_4 {
  background-image: -moz-linear-gradient( 45deg, rgba(112,20,190,0.349) 0%, rgba(0,97,187,0.349) 100%);
  background-image: -webkit-linear-gradient( 45deg, rgba(112,20,190,0.349) 0%, rgba(0,97,187,0.349) 100%);
  background-image: -ms-linear-gradient( 45deg, rgba(112,20,190,0.349) 0%, rgba(0,97,187,0.349) 100%);
}

footer.page-footer {
    margin-top: 20px;
    padding-top: 20px;
    background-color: rgba(112,20,190,0);
}

.loginBtn{
  background-image: -moz-linear-gradient( 90deg, rgb(255,90,0) 0%, rgb(255,186,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,90,0) 0%, rgb(255,186,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,90,0) 0%, rgb(255,186,0) 100%);
  padding-top: 8px;
  padding-bottom: 8px;
  width: auto;
  height: auto;
  border-radius: 15px;
}

footer.page-footer .footer-copyright {
  background-color: rgba(51, 51, 51, 0.0);
}

.pendaftaranArea{
  background-image: url(../images/dark_embroidery.png);
}

.otherWrapper{
  background-image: -moz-linear-gradient( 90deg, rgba(48,48,48,.5) 0%, rgba(0,0,0,0.5) 27%, rgba(0,0,0,0.5) 73%, rgba(48,48,48,.5) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(48,48,48,.5) 0%, rgba(0,0,0,0.5) 27%, rgba(0,0,0,0.5) 73%, rgba(48,48,48,.5) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(48,48,48,.5) 0%, rgba(0,0,0,0.5) 27%, rgba(0,0,0,0.5) 73%, rgba(48,48,48,.5) 100%);
  padding: 1rem 4rem;
  overflow: hidden;
}

.simpleDashed{
  background-image: url(../images/simple_dashed.png);
  background-repeat: repeat;
}

.pendaftaranArea h1{
  font-size: 2.6rem;
      margin: 10px;
}

.pendaftaranArea h5{
  padding: 1.2rem 0;
  font-size: 1.3rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: bold;
}

.pendaftaranArea input[type=text],
.pendaftaranArea input[type=password]
{
  background-color: #fff;
  border-radius: 5px;
}

.pendaftaranArea p{
  margin: 6px 4px;
}

.pendaftaranHeader{
  background-image: -moz-linear-gradient( 90deg, rgb(255,181,0) 0%, rgb(0,0,0) 0%, rgb(193,86,0) 0%, rgb(255,166,38) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,181,0) 0%, rgb(0,0,0) 0%, rgb(193,86,0) 0%, rgb(255,166,38) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,181,0) 0%, rgb(0,0,0) 0%, rgb(193,86,0) 0%, rgb(255,166,38) 100%);
}

.Rounded_Rectangle_2_copy {
  background-image: -moz-linear-gradient( 90deg, rgb(255,181,0) 0%, rgb(0,0,0) 0%, rgb(193,86,0) 0%, rgb(255,166,38) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,181,0) 0%, rgb(0,0,0) 0%, rgb(193,86,0) 0%, rgb(255,166,38) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,181,0) 0%, rgb(0,0,0) 0%, rgb(193,86,0) 0%, rgb(255,166,38) 100%);
}

.padremleftRight{
  padding: 0 1rem;
}

.padrem{
  padding: .8rem;
}

.pad30b{
  padding-bottom: 2rem;
}

.roundOrange{
    -webkit-box-shadow: 0 0 5px 1px rgba(254,164,37,0.52);
    box-shadow: 0 0 5px 1px rgba(254,164,37,0.52);
    border-radius: 8px;
}

.roundOrange.black.pad30b{
  margin-bottom: 2rem;
}

.roundOrange.black.pad30b:last-child{
  margin-bottom: 0;
}

select{
  display: block;
  border-radius: 6px;
}

.roundOrange.padrem{
  margin-bottom: 1rem;
  border: 1px solid rgba(255,181,0,0);
  transition: border ease-in-out .4s;
}

.roundOrange.padrem:hover{
  transition: border ease-in-out .4s;
  box-sizing:border-box;
  border: 1px solid rgba(255,181,0,1);
}

.tabs {

    background-color: rgba(0,0,0,0);

}

.tabs .tab a {
    color: #fff;
    font-size: 1.53rem;
      text-shadow: 0 0 4px #861ede;
}

.purpleText{
  color: #861ede;
}

.tabs .indicator{
  background-color: #ffb500;
  -webkit-box-shadow: 0 0 5px 2px rgba(255,181,0,0.32);
  box-shadow: 0 0 5px 2px rgba(255,181,0,0.32);

}

.nexPrevArea{
  z-index: 3;
  right: 0;
}

.nexPrevArea > span{
  cursor: pointer;
}
.pad0{
  padding: 0 !important;
}

.tabs .tab {
    text-transform: none;
    font-size: 1rem;
}

.tabs .tab a {
    font-size: 1.1rem;
}

.collapsible {
    border-top: 0px solid #ddd;
    border-right: 0px solid #ddd;
    border-left: 0px solid #ddd;
}

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

.collapsible-header{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  border: 0px;
  background-image: -moz-linear-gradient( 90deg, rgb(106,12,171) 0%, rgb(193,86,0) 0%, rgb(49,1,145) 0%, rgb(106,54,223) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(106,12,171) 0%, rgb(193,86,0) 0%, rgb(49,1,145) 0%, rgb(106,54,223) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(106,12,171) 0%, rgb(193,86,0) 0%, rgb(49,1,145) 0%, rgb(106,54,223) 100%);
}

.collapsible-header.active{
    background-image: -moz-linear-gradient( 90deg, rgb(255,181,0) 0%, rgb(0,0,0) 0%, rgb(193,86,0) 0%, rgb(255,166,38) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,181,0) 0%, rgb(0,0,0) 0%, rgb(193,86,0) 0%, rgb(255,166,38) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,181,0) 0%, rgb(0,0,0) 0%, rgb(193,86,0) 0%, rgb(255,166,38) 100%);
    -webkit-box-shadow: 0 0 5px 1px rgba(254,164,37,0.52);
    box-shadow: 0 0 5px 1px rgba(254,164,37,0.52);
    border:solid 1px #b37812;
    color: #000;
}

.collapsible-body {
    border-bottom: 0px;
    border:solid 1px #b37812;
    -webkit-box-shadow: 0 0 5px 1px rgba(254,164,37,0.52);
    box-shadow: 0 0 5px 1px rgba(254,164,37,0.52);    
}

.darkFishSkin{
  background-image: url(../images/dark_fish_skin.png);
}

.tabs .tab {
    text-transform: none;
    font-size: 1rem;
}

.tabs .tab a {
    font-size: 1.1rem;
}

.slider.slideratas h1,
.slider.slideratas h2,
.slider.slideratas h3,
.slider.slideratas h5
{
  margin-top: 200%;
}


@media only screen and (max-width: 800px){
  .otherWrapper{
    background-image: -moz-linear-gradient( 90deg, rgba(48,48,48,.5) 0%, rgba(0,0,0,0.5) 27%, rgba(0,0,0,0.5) 73%, rgba(48,48,48,.5) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(48,48,48,.5) 0%, rgba(0,0,0,0.5) 27%, rgba(0,0,0,0.5) 73%, rgba(48,48,48,.5) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(48,48,48,.5) 0%, rgba(0,0,0,0.5) 27%, rgba(0,0,0,0.5) 73%, rgba(48,48,48,.5) 100%);
    padding: 1rem 1rem !important;
    overflow: hidden;
  }
}