<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
      .jR3DCarouselGallery,.jR3DCarouselGalleryCustomeTemplate {
        margin: 0 auto; /* optional - if want to center align */
      }
      .jR3DCarouselGalleryCustomeTemplate .captions{
        position: relative;
        padding: 4px 0;
        bottom: 27px;
        background: #ec1c8e;
        display:block			
      }
      .jR3DCarouselGalleryCustomeTemplate a{
        text-decoration: none;			
      }
      .img-sss {
        width: 100%;
        height: 115px;
      }
      .slot-info {
        background: #0f2f26 !important;
        background: -moz-linear-gradient(top, #0f2f26 0%, #16654e 100%) !important;
        background: -webkit-linear-gradient(top, #0f2f26 0%,#16654e 100%) !important;
        background: linear-gradient(to bottom, #0f2f26 0%,#16654e 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2f26', endColorstr='#16654e',GradientType=0 ) !important;
      }
      .table tr td{
        padding: 0px;
      }
      .col-md-12{
        /*padding-left: 0px;
        padding-right: 0px;*/
      }
      .container {
        width: 100%;
        /* padding-right: 5px;
         padding-left: 5px;*/
        margin-right: auto;
        margin-left: auto;
      }
      article&gt;section{
        /*padding-left: 0px;*/
      }

      
      
      .nav-tabs {
        border-bottom: 1px solid #dee2e6;
      }
      .table-responsive {
        min-height: .01%;
        overflow-x: visible;
      }
      body{
        font-family: 'supermarket';
      }
    
    
      @media (max-width: 768px) and (min-width: 581px){
        .regiss  {
          display: none !important;
        }
      }
      @media (max-width: 470px) and (min-width: 0px){
        .regiss  {
          display: none !important;
        }
      }
      .btn-primary i {
        color: #fff;
      }
      .btn-success i {
        color: #fff;
      }
      .btn-danger i {
        color: #fff;
      }
      .btn-info i {
        color: #fff;
      }
    
    
      html {
        /*background: url("../../dist/bg-slot.jpg") no-repeat 50% fixed / cover;*/
       background: linear-gradient(to bottom, #000000 0%,#534994 50%,#000000 100%);
      }
      .fix_footer {
        position: fixed;
        bottom: 0px;
        z-index: 99999999;
        width: 100%;
        left: 0px;
        /*min-height: 50px;*/
        text-align: center;
        color: #fff414 !important;
        border-top: 1px solid #d49792;
        /* background: #9d0300;
         background: -moz-linear-gradient(top, #9d0300 0%, #be000c 35%, #db0018 100%);
         background: -webkit-linear-gradient(top, #9d0300 0%,#be000c 35%,#db0018 100%);*/
        background: linear-gradient(to bottom, #5C258D 0%, #4389A2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0300', endColorstr='#db0018',GradientType=0 );
      }
      .fix_footer a {
        display: inline-block;
        color: #fff !important;
        margin-left: -3px;
        font-size: 22px;
        line-height: 28px;
        padding: 8px 50px 10px 50px;
        border-right: 1px solid #d49792;
        cursor: pointer;
      }
      .fix_footer i {
        color: #fff !important;
      }
      .fix_footer a  strong{
        color: #fff !important;
      }
      @media screen and (max-width: 980px){
        .fix_footer a {
          float: left;
          width: 20%; 
          font-size: 18px;
          line-height: 18px;
          padding: 8px 0px 10px 0px;
          text-align: center;
          margin-left: 0px;
        }
      }
      @media screen and (max-width: 620px)
      {.fix_footer a {
         padding: 3px 0px 10px 0px;
         width: 20%;
       }
      }
      @media screen and (max-width: 620px)
      {.fix_footer a {
         padding: 3px 0px 10px 0px;
         width: 20%;
       }}
      @media screen and (max-width: 620px)
      {.fix_footer a.last {
         display: none;
       }
      }
      .register_cc {
        text-align: center;
        color: #000;
        padding: 10px 10px 10px;
        cursor: pointer;
        /* font-size: 1.3em; */
        border-radius: 6px;
        /* margin-bottom: -15px; */
        box-shadow: 0 2px 15px #000;
        font-weight: 700;
        text-shadow: 1px 1px 0 #fffcb1;
        /* margin-top: -2%; */
        line-height: 1.1;
        border: 2px solid #6c0002;
        background: rgba(139,75,19,1);
        background: -moz-linear-gradient(top,rgba(139,75,19,1) 0,rgba(192,137,54,1) 9%,rgba(193,142,55,1) 19%,rgba(255,250,174,1) 42%,rgba(193,142,55,1) 66%,rgba(125,69,0,1) 83%,rgba(193,142,55,1) 98%,rgba(193,142,55,1) 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(139,75,19,1)),color-stop(9%,rgba(192,137,54,1)),color-stop(19%,rgba(193,142,55,1)),color-stop(42%,rgba(255,250,174,1)),color-stop(66%,rgba(193,142,55,1)),color-stop(83%,rgba(125,69,0,1)),color-stop(98%,rgba(193,142,55,1)),color-stop(100%,rgba(193,142,55,1)));
        background: -webkit-linear-gradient(top,rgba(139,75,19,1) 0,rgba(192,137,54,1) 9%,rgba(193,142,55,1) 19%,rgba(255,250,174,1) 42%,rgba(193,142,55,1) 66%,rgba(125,69,0,1) 83%,rgba(193,142,55,1) 98%,rgba(193,142,55,1) 100%);
        background: -o-linear-gradient(top,rgba(139,75,19,1) 0,rgba(192,137,54,1) 9%,rgba(193,142,55,1) 19%,rgba(255,250,174,1) 42%,rgba(193,142,55,1) 66%,rgba(125,69,0,1) 83%,rgba(193,142,55,1) 98%,rgba(193,142,55,1) 100%);
        background: -ms-linear-gradient(top,rgba(139,75,19,1) 0,rgba(192,137,54,1) 9%,rgba(193,142,55,1) 19%,rgba(255,250,174,1) 42%,rgba(193,142,55,1) 66%,rgba(125,69,0,1) 83%,rgba(193,142,55,1) 98%,rgba(193,142,55,1) 100%);
        background: linear-gradient(to bottom,rgba(139,75,19,1) 0,rgba(192,137,54,1) 9%,rgba(193,142,55,1) 19%,rgba(255,250,174,1) 42%,rgba(193,142,55,1) 66%,rgba(125,69,0,1) 83%,rgba(193,142,55,1) 98%,rgba(193,142,55,1) 100%);
      }
    
    
      .column {
        padding: 0;
        margin-bottom: 20px;
      }
      .column div {
        -ms-flex: 0 0 25;
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
        float: left;
      }
      .column div span {
        position: absolute;
        bottom: -20px;
        left: 0;
        z-index: -1;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #444;
        font-size: 18px;
        text-decoration: none;
        text-align: center;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        opacity: 0;
      }
      @media only screen and (max-width: 576px) {
        .column div {
          -ms-flex: 0 0 25;
          flex: 0 0 25%;
          max-width: 25%;
          position: relative;
          min-height: 1px;
          padding-right: 2px;
          padding-left: 2px;
          padding-bottom: 0px;
          float: left;
        }
        .column{
          padding: 0px 15px 0px 15px;
        }
      }
      .hover img:hover{
        /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
        filter: gray; /* IE5+ */
        -webkit-filter: grayscale(1); /* Webkit Nightlies &amp; Chrome Canary */
      }
      figure {
        width: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
        overflow: hidden;
      }
      figure:hover+span {
        bottom: -36px;
        opacity: 1;
      }
      .hover figure {
        position: relative;
      }
      .hover figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
      }
      .hover figure:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
      }
      @-webkit-keyframes shine {
        100% {
          left: 125%;
        }
      }
      @keyframes shine {
        100% {
          left: 125%;
        }
      }
    
    
      .game-slot {
        display: grid;
        text-align: center;
        align-items: center;
        width: 100%;
        max-width: 1200px;
        margin: 10px auto 30px;
        padding: 3% 0% 0% 0%;
      }
      .slot-box {
        display: grid;
        width: 100%;
        min-height: 200px;
        border-radius: 30px 30px 8px 8px;
        /* background: #490000; */
        grid-template-columns: 1fr;
        grid-template-areas: "slot-cover""slot-info""slot-btn";
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
        align-items: start;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
      }
      .slot-cover {
        z-index: 70;
        display: grid;
        grid-area: slot-cover;
        background: none;
        grid-template-columns: 100%;
        grid-template-areas: "sl-cv-bg""sl-chr";
        position: relative;
        align-items: start;
      }
      .sl-cv-bg {
        z-index: 71;
        grid-area: sl-cv-bg;
        grid-row: 1/2;
        border-radius: 30px 30px 0 0;
        overflow: hidden;
      }
      img {
        max-width: 100%;
      }
      .sl-chr {
        z-index: 72;
        grid-area: sl-chr;
        grid-row: 1/2;
        position: absolute;
        top: -20px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
      }
      /*.slot-box:hover {
          box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2);
      }*/
      .slot-cen{margin-top:-10%;-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
                -webkit-filter:contrast(80%);filter:contrast(80%);-webkit-filter:brightness(80%);filter:brightness(80%);}
      .slot-intro:hover .slot-cen{-webkit-filter:contrast(120%);filter:contrast(120%);-webkit-filter:brightness(110%);filter:brightness(110%);}
      .slot-content{text-align:center;min-height:600px;background:#f4f4f4;width:100%;margin:0 auto;padding:30px;}
      .game-slot{display:grid;text-align:center;/*grid-gap:30px;grid-template-columns:1fr 1fr 1fr 1fr;*/align-items:center;
                 width:100%;max-width:1200px;margin:10px auto 30px;padding:3% 0% 0% 0%;}
      .slot-box{display:grid;width:100%;min-height:200px;border-radius:30px 30px 8px 8px;/*background:#490000;*/grid-template-columns:1fr;
                grid-template-areas:"slot-cover""slot-info""slot-btn";box-shadow:0 10px 30px rgba(0, 0, 0, 0.03);align-items:start;
                -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;position:relative;}
      .slot-cover{z-index:70;display:grid;grid-area:slot-cover;background:none;grid-template-columns:100%;
                  grid-template-areas:"sl-cv-bg""sl-chr";position: relative;align-items:start;}		
      .sl-cv-bg{z-index:71;grid-area:sl-cv-bg;grid-row: 1/2;border-radius:30px 30px 0 0;overflow:hidden;}
      .sl-chr{z-index:72;grid-area:sl-chr;grid-row: 1/2;position: absolute;top:-20px;
              -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
      .slot-box:hover .sl-chr{position: absolute;top:-45px;}	
      .slot-info{z-index:73;grid-area:slot-info;padding:10px 20px 20px;grid-row: 2/3;margin-top:-20%;border-radius: 0 0 8px 8px;
                 background: #f97d1d;
                 background: -moz-linear-gradient(top,  #f97d1d 0%, #44110a 100%);
                 background: -webkit-linear-gradient(top,  #f97d1d 0%,#44110a 100%);
                 background: linear-gradient(to bottom,  #f97d1d 0%,#44110a 100%);
                 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f97d1d', endColorstr='#44110a',GradientType=0 );
      }
      .sl-logo{z-index:75;margin-top:-20%;margin-bottom: -5%;}
      .slot-btn{z-index:74;grid-area:slot-btn;display:grid;margin-top:-10%;padding:10px 10px 20px;grid-row: 2/3;background:#fff;width:100%;opacity:0;
                border-radius: 0 0 7px 7px;-webkit-transition: all .5s ease-out; transition: all .5s ease-out;align-items:end;}
      .slot-box:hover .slot-btn{opacity:1;}
      /*.slot-box:hover{box-shadow:0 -10px 40px rgba(0, 0, 0, 0.2);} */
      .slot-box:hover .sl-chr{-webkit-filter:contrast(120%);filter:contrast(120%);-webkit-filter:brightness(130%);filter:brightness(130%);}
      .tx-name-slot{font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;color:#444;}
      .tx-slot{font-family: 'Kanit', sans-serif;font-size: 14px;line-height: 20px;color:#fff;overflow: hidden;max-height: 39px;}
      .slot-eff{-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
                -webkit-filter:contrast(80%);filter:contrast(80%);
                -webkit-filter:brightness(200%);filter:brightness(200%);
                -webkit-filter: grayscale(100%);filter: grayscale(100%);
      }		
      .slot-box:hover	.slot-eff{
        -webkit-filter:contrast(110%);filter:contrast(110%);
        -webkit-filter:brightness(115%);filter:brightness(115%);
        -webkit-filter: grayscale(0%);filter: grayscale(0%);
      }
      .slot-box{
        margin-bottom: 20px;
      }
      body{
        font-family: rsufont;
      }
    </pre></body></html>