<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*General.css*/
* {
    padding:0;
    margin:0;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-family:Time New Roman
    }
    
    .wrapper {
    width:990px!important;
    margin:0 auto;
    position:relative
    }
    
    body {
    background:#000 url(../../images/bg.jpg) center top no-repeat;
    }
    
    .clear {
    clear:both
    }
    
    .pull-left {
    float:left
    }
    
    .pull-right {
    float:right
    }

    /*reset.css*/

    /* css rest */
    
    html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline
    }
    
    article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block
    }
    
    body {
    line-height:1
    }
    
    ol,ul {
    list-style:none
    }
    
    blockquote,q {
    quotes:none
    }
    
    blockquote:before,blockquote:after,q:before,q:after {
    content:'';
    content:none
    }
    
    table {
    border-collapse:collapse;
    border-spacing:0
    }

    /*end reset*/

    /*Content.css*/
    
    .content #header {
    border:1px solid #fff;
    border-radius:5px 5px 0 0;
    color:#fff;
    font-size:20px;
    padding:10px;
    margin-top:10px;
    background:none repeat scroll 0 0 rgba(0,0,0,0.4);
    border-bottom:1px #999 solid
    }
    
    .content #body {
    border:1px solid #fff;
    border-radius:0 0 5px 5px;
    color:#fff;
    border-top:none;
    padding:10px;
    min-height:150px;
    margin-bottom:10px;
    background:none repeat scroll 0 0 rgba(0,0,0,0.4)
    }

    /*uibase.css*/
    
    @font-face {
    font-family:RobotoSlab;
    src:url(../font/RobotoSlab-Regular.ttf)
    }
    
    @font-face {
    font-family:Play;
    src:url(../font/Play-Regular.ttf)
    }

    @font-face {
    font-family: CenturyGothic;
    src:url(../font/century-gothic.ttf)
    }

    @font-face {
    font-family: CCap;
    src:url(../font/ccaps.ttf)
    }
    
    h1 {
    font-size:24px
    }
    
    h2 {
    font-size:22px
    }
    
    h3 {
    font-size:18px
    }
    
    h4 {
    font-size:16px
    }
    
    h5 {
    font-size:12px
    }
    
    h6 {
    font-size:10px
    }

    /* Header */
    .header {
    height:auto
    }
    /* Header */

     /* Logo */
     .logo {
    float: left;
    margin: 10px 0 0 70px;
    }
    /* Logo */

    /* Form */
    form.my-form {
    float: right;
    width: 428px;
    margin: 45px 70px 0 0;
    }
    
    form.my-form input[name="txtUsername"],form.my-form input[name="txtPassword"] {
    float: left;
    width:124px;
    height:32px;
    background:url(../../images/textbox.png) center no-repeat;    
    border:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight: bold;
    color:#606060;
    outline:none;
    margin: 0 3px 0 3px;
    text-align: center;
    text-transform: uppercase;
    }

    form.my-form input:focus {
    outline:none
    }
    
    form.my-form input::-webkit-input-placeholder {
    color:#606060
    }
    
    .btnLogin,.btnDaftar {
    float:left;
    width:77px;
    height:31px;
    border:none;
    display:block;
    margin: 0 3px 0 3px;
    text-align: center;
    text-decoration: none;
    padding-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    }

    .btnLogin{
    background:url(../../images/login.png) center no-repeat; 
    }

    .btnDaftar{
    background:url(../../images/daftar.png) center no-repeat; 
    }

    .btnLogin:hover, .btnDaftar:hover {
    -webkit-mask-image:linear-gradient(-75deg,rgba(0,0,0,.6) 30%,#000 50%,rgba(0,0,0,.6) 70%);
    -webkit-mask-size:200%;
    animation:shine 1s infinite
    }
     @-webkit-keyframes shine {
    from {
    -webkit-mask-position:150%
    }
    
    to {
    -webkit-mask-position:-50%
    }
    }
    /* Form */

    /* Menu */
    .menu{
    width: 790px;
    margin: 0 auto;
    margin-top: 25px;
    }
    .menu li {
    float: left;
    }
    .menu li a {
    display: block;
    font-family: CCap;
    font-size:17px;
    background: -webkit-linear-gradient(#f7e002 50%, #fecf03);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align:center;
    text-decoration:none;
    text-transform: uppercase;
    margin: 0 32px;
	cursor: pointer;
    }
    .menu li a span{
    margin-left: 5px;
    }
    .menu li:first-child a{
    width: 40px;
    margin: 0 32px 0 0;
    }
    .menu li:last-child a{
    margin: 0 0 0 32px;    
    }
    .menu li:hover a {
    -webkit-mask-image:linear-gradient(-75deg,rgba(0,0,0,.6) 30%,#000 50%,rgba(0,0,0,.6) 70%);
    -webkit-mask-size:200%;
    animation:shine 1s infinite
    }

    .sub-menu{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
    display: block;
    margin-top: 0;
    }
    .panduan{
    white-space: normal;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 390px;
    width: auto;
    height: auto;
    }
    .panduan&gt;li {
    width: 190px;
    display: block;
    background-color: #f28b0b;
    }
    .panduan&gt;li:hover&gt;a{
        color: #fff;
    }
    .panduan&gt;li&gt;a{
    display: block;
    font-family: CCap;
    font-size:13px;
    color:#f7e002;
    text-decoration:none;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
	cursor: pointer;
    }
    /* Menu */

    /* Running Text */
    .marquee-div {
    width: 82%;
    height: auto;
    color: #fff;
    margin: 0 auto;
    margin-top: 8px;
    }

    .info{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    margin: 5px 0 0 10px;
    }

    #runningText {
    width:92%; 
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: italic;
    margin:5px 0 0 5px;
    }
    /* Running Text */

    /* Content */
    .content {
    height:auto
    }
    /* Content */
    
    /* Slide Show */
    .slideshow {
    float: right;
    width: 990px;
    height: 281px;
    margin-top: 40px;
    }
    /* Slide Show */

    /* Jakpot */
    .jackpot-wrap{
    float: left;
    width: 990px;
    height: 171px;
    background:url(../../images/jackpot.png) center no-repeat; 
    margin-top: 20px;
    }
    .poker-wrap, .domino-wrap{
    width: 350px;
    text-align: center;
    margin-top: 88px;
    }
    .poker-wrap{
    float: left;
    margin-left: 15px;
    }
    .domino-wrap{
    float: right;
    margin-right: 20px;
    }
    .poker-wrap .num, .domino-wrap .num{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: bold;
    background: -webkit-linear-gradient(#f7e002 40%, #fecf03);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 5px;
    }
    /* Jakpot */

    /* Fivelast */
    .transaction-table {
    float:left;
    width:990px;
    height: auto;
    margin-top: 10px;
    }
    .transaction-table #five-last:first-child{
    margin: 8px 0 0 0;
    }
    #five-last {
    float: left;
    width: 326px;
    height: 239px;
    background:url(../../images/fivelast.png) center repeat;    
    position:relative;
    margin: 8px 0 0 6px;
    }
    .deposit-head, .contact-head, .withdraw-head{
    color: #fff;
    font-family: CCap;
    font-size: 19px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    }
    #little-table {
    width:75%;
    height:auto;
    text-align: center;
    margin: 30px 0 0 40px;
    }
    #little-table tbody tr td {
    height:30px;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    }
    /* Fivelast */

    /* Contact */
    .contact{
    float: left;
    margin: 25px 0 0 40px;
    }
    .contact li{
    float: left;
    width: 246px;
    height: 38px;
    background:url(../../images/contact-item.png) center repeat;  
    display: block;
    margin-left: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 5px 0 0 50px;
    }
    .contact li img{
    float: left;
    vertical-align: middle;
    }
    .contact li span{
    float: left;
    margin: 10px 0 0 20px;
    }
    /* Contact */

    /* bank */
    .bank{
    float: left;
    margin-top: 10px;
    }
    /* /bank */
    
    /* Content Text */
    .content-text {
    float:left;
    width: 990px;
    height: auto;
    display:block;
    margin:0 0 0;
    text-align:center
    }
    
    .content-text h1, .content-text h2, .content-text h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: bold;
    background: -webkit-linear-gradient(#f7e002 20%, #d7870d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top:20px;
    }
    
    .content-text p {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight: bold;
    color: #fff;
    line-height:20px;
    margin-top:10px;
    text-align: center;
    padding: 0 40px;
    }

    .content-text .title-text, .content-text .bold-text{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: -webkit-linear-gradient(#f7e002 20%, #d7870d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    .content-text .title-text{
    text-transform: uppercase;
    }
    /* Content Text */

    /* Footer */
    .footer {
    height:auto
    }
    /* Footer */

    /* copyright */
    .copyright{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: -webkit-linear-gradient(#f7e002 40%, #dbb302);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 15px 0;
    }
    /* /copyright */</pre></body></html>