/* ===============================================================
 * Base
 * =============================================================== */

html { font-size: 14px; }
body { font-family: 'Kanit', sans-serif; color: #2c3e50; background-color: #25024d; }

/* ===============================================================
 * Root
 * =============================================================== */

.ss-root { display: block; }
.ss-font-kanit { font-family: 'Kanit', sans-serif; }
.ss-margin-clear { margin-left: 0; margin-right: 0; }
.ss-padding-clear { padding-left: 0; padding-right: 0; }

.ss-container { padding-right: 0; padding-left: 0; width: 100%; }

/* ===============================================================
 * Header
 * =============================================================== */

/* Header */
.ss-header { display: none; position: relative; width: 100%; background-color: transparent; }
.ss-header-background { z-index: 20; width: 100%; max-width: 100%; visibility: hidden; }
.ss-header-background-over { position: absolute; top: 0; left: 0; z-index: 20; width: 100%; max-width: 100%; }

@media only screen and (min-width: 768px) { 
  .ss-header { display: block; }
}

.ss-header-mobile { display: block; background-image: url('./../../src/imgs/img-header-mobile.webp'); background-repeat: repeat; background-size: 100%; background-color: #25024d; }
.ss-header-mobile button { padding: 10px 20px; background-color: transparent; border: none; color: #fff; outline: none; }
.ss-header-mobile .switch-lang{margin-top:0px;}

@media only screen and (min-width: 400px) { 
  .ss-header-mobile button { font-size: 1.5em; }
}

@media only screen and (min-width: 580px) { 
  .ss-header-mobile button { padding: 17px 25px; font-size: 1.6em; }
    .ss-header-mobile .switch-lang{margin-top:14px;}
}

@media only screen and (min-width: 768px) { 
  .ss-header-mobile { display: none; }
}

/* Navbar */
.ss-header .ss-navbar { z-index: 40; position: fixed; top: 0; left: 0; /*display: none;*/ padding: 10px 0 0; width: 100%; background-color: rgba(0, 0, 0, 0.6); }

@media only screen and (min-width:  992px) { 
  .ss-header .ss-navbar { display: block; }
}

.ss-header .ss-name { margin-bottom: 0; padding: 8px 0 2px; font-size: 1rem; color: #fff; font-weight: 400; }

@media only screen and (min-width: 1200px) { 
  .ss-header .ss-name { margin-bottom: 0; padding: 8px 0 2px; font-size: 1.3rem; }
}

.ss-input-group { padding-right: 10px; }
.ss-input-group .input-group-prepend { border-color: #7100d7; }
.ss-input-group .input-group-prepend .input-group-text { border-color: #7100d7; color: #fff; background-color: #440093; }
.ss-input-group .form-control { border-color: #7100d7; }
.ss-input-group input { font-family: 'Kanit', sans-serif; font-weight: 200; }

.ss-btn { padding-right: 10px; }
.ss-btn-login, .ss-btn-register { display: block; width: 100%; }
.ss-btn-login { border-color: #7100d7; background-color: #7100d7; outline: none; box-shadow: none; }
.ss-btn-login:hover { border-color: #7100d7; background-color: #7100d7; }
.ss-btn-login:focus, .ss-btn-login.focus { box-shadow: none; }
.ss-btn-login:not(:disabled):not(.disabled):active, .ss-btn-login:not(:disabled):not(.disabled).active { background-color: #F3BD00; border-color: #F3BD00; }
.ss-btn-login:not(:disabled):not(.disabled):active:focus, .ss-btn-login:not(:disabled):not(.disabled).active:focus { box-shadow: none; }
.ss-btn-register { border-color: #F3BD00; background-color: #F3BD00; outline: none; box-shadow: none; }
.ss-btn-register:hover { border-color: #F3BD00; background-color: #F3BD00; }
.ss-btn-register:focus, .ss-btn-register.focus { box-shadow: none; }
.ss-btn-register:not(:disabled):not(.disabled):active, .ss-btn-register:not(:disabled):not(.disabled).active { background-color: #7100d7; border-color: #7100d7; }
.ss-btn-register:not(:disabled):not(.disabled):active:focus, .ss-btn-register:not(:disabled):not(.disabled).active:focus { box-shadow: none; }

.ss-link-password { display: block; padding: 9px 0 5px; font-weight: 200; color: #fff; text-decoration: underline; }
.ss-link-password:hover { color: #fff; }

.ss-btn-primary { border-color: #F3BD00; background-color: #F3BD00; outline: none; box-shadow: none; }
.ss-btn-primary:hover { color:#fff; }

.ss-btn-real { border-color: #EB2B5E; background-color: #EB2B5E; outline: none; box-shadow: none; }
.ss-btn-real:hover { color: #fff;}
.ss-btn-demo { border-color: #4C3170; background-color: #4C3170; outline: none; box-shadow: none; }


@media only screen and (min-width:  992px) {
  .ss-btn-login, .ss-btn-register { display: block; width: 100%; font-size: 12px; }
  .ss-btn-login, .ss-btn-register { padding: .51rem .55rem; }
}

/* Hide */
.ss-header .ss-input-hide { display: none; }

@media only screen and (min-width:  992px) { 
  .ss-header .ss-input-hide { display: block; }
}

/* Logo */
.ss-header .ss-logo { z-index: 30; position: absolute; top: 30px; margin: 0 auto; width: 100%; text-align: center; }
.ss-header .ss-logo img { width: 15%; }

@media only screen and (min-width:  992px) { 
  .ss-header .ss-logo { top: 55px; }
  .ss-header .ss-logo img { width: 12%; }
}

@media only screen and (min-width:  1200px) { 
  .ss-header .ss-logo { top: 50px; }
  .ss-header .ss-logo img { width: 15%; }
}

@media only screen and (min-width:  1679px) {
  .ss-header .ss-logo { top: 60px; }
}

/* Navs */
.ss-header .ss-navs { z-index: 30; position: absolute; bottom: 0.5vh; left: 0; margin: 0 auto; width: 100%; text-align: center; }
.ss-header .ss-navs a { display: inline; padding: 0 0.5rem; font-size: 14px; color: #000; font-weight: 400; text-decoration: none; }
.ss-header .ss-navs a.auto-hide { display: inline; }
.ss-header .ss-navs a:hover{text-decoration:underline}
.ss-header .ss-navs a:hover{text-decoration:underline}
.ss-header .ss-navs a.active {color: #CB2826;text-decoration:underline;}

@media only screen and (min-width:  678px) { 
  .ss-header .ss-navs { bottom: 0.8vh; }
}

@media only screen and (min-width:  768px) { 
  .ss-header .ss-navs { bottom: 22px; }
  .ss-header .ss-navs a { padding: 0 0.2rem; font-size: 13px; }
}

@media only screen and (min-width:  850px) { 
  .ss-header .ss-navs { bottom: 26px; }
}

@media only screen and (min-width:  992px) { 
  .ss-header .ss-navs a { padding: 0 0.5rem; font-size: 14px; }
}

@media only screen and (min-width:  1100px) { 
  .ss-header .ss-navs { bottom: 33px; }
}

@media only screen and (min-width: 1200px) {
  .ss-header .ss-navs { bottom: 41px; }
  .ss-header .ss-navs a { padding: 0 0.8rem; }
}

@media only screen and (min-width: 1366px) {
  .ss-header .ss-navs { bottom: 42px; }
  .ss-header .ss-navs a { /*padding: 0 1.5rem;*/ font-size: 18px; }
}

@media only screen and (min-width: 1679px) {
  .ss-header .ss-navs { bottom: 53px; }
  .ss-header .ss-navs a { /*padding: 0 1.5rem;*/ font-size: 20px; }
}

@media only screen and (min-width: 1780px) {
  .ss-header .ss-navs { bottom: 54px; }
  .ss-header .ss-navs a { padding: 0 0.8rem; font-size: 22px; }
}

@media only screen and (min-width: 1920px) {
  .ss-header .ss-navs { bottom: 59px; }
}

@media only screen and (min-width: 2200px) {
  .ss-header .ss-navs { bottom: 40px; }
  .ss-header .ss-navs a { padding: 0 2.5rem; font-size: 24px; }
}

@media only screen and (min-width: 2600px) {
  .ss-header .ss-navs { bottom: 5.5vh; }
}

@media only screen and (min-width: 2800px) {
  .ss-header .ss-navs { bottom: 6vh; }
}

@media only screen and (min-width: 3000px) {
  .ss-header .ss-navs { bottom: 7vh; }
}

@media only screen and (min-width: 3300px) {
  .ss-header .ss-navs { bottom: 8vh; }
}

/* ===============================================================
 * Navbar
 * =============================================================== */

/* Dropdown */
.ss-navbar-dropdown { z-index: 9999; display: inline-block; }
.ss-navbar-dropdown button { padding: 0; color: #fff; }
.ss-navbar-dropdown .dropdown-menu { z-index: 9999; margin: 10px 20px 0 0; padding: 0; min-width: 12rem; border-radius: 5px; background-color: #1e023f; }
.ss-navbar-dropdown .dropdown-menu a.dropdown-item { padding: .85rem 1.5rem; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.ss-navbar-dropdown .dropdown-menu a.dropdown-item:hover { cursor: pointer; }
.ss-navbar-dropdown .dropdown-menu a.dropdown-item:first-child { padding-top: .85rem; border-radius: 4px 4px 0 0; }
.ss-navbar-dropdown .dropdown-menu a.dropdown-item:last-child { padding-bottom: .85rem; border-bottom: 1px solid transparent; }
.ss-navbar-dropdown .dropdown-menu a.dropdown-item.active { background-color: #fdb201; color: #170721; }
.ss-navbar-dropdown .dropdown-menu a.dropdown-item:hover { background-color: #fdb201 }
.balance-text{ display: inline-block}
/* ===============================================================
 * Cover
 * =============================================================== */

/* Cover */
.ss-cover { margin-top: 0; width: 100%; margin-bottom: -10px;}
.ss-cover-background {
    z-index: 10;
    width: 100%;
    max-width: 100%;
    max-height: 612px;
}
#cover {
    border-bottom: 3px solid #FCB200;
    max-height: 614px;
}
.ss-body-no-cover #cover {
    max-height: 325px;
}
.ss-header-background, .ss-header-background-over {
    max-height: 307px;
}

@media only screen and (min-width:  768px) {
  .ss-cover { margin-top: -38px; }
}

@media only screen and (min-width:  1679px) {
  .ss-cover { margin-top: -45px; }
}

/* ===============================================================
 * Slide
 * =============================================================== */

/* Slide */
.ss-slide { position: absolute; top: 0; left: 0; width: 100%; }
.ss-slide img { width: 100%; }
/*.ss-slide video { width: 100%; }*/

/* ===============================================================
 * Jackpot
 * =============================================================== */

/* Jackpot */
.ss-jackpot { position: absolute; bottom: 0; left: 0; width: 100%; }
.ss-jackpot img { display: inline-block; margin-bottom: -8px; max-width: 60%; }
.ss-jackpot p { display: block; margin-top: -20px; margin-bottom: 7px; padding-left: 70px; font-size: 14px; color: #fff; }

@media only screen and (min-width: 768px) {
  .ss-jackpot img { margin-bottom: -4px; max-width: 100%; }
  .ss-jackpot p { margin-top: -35px; margin-bottom: 12px; padding-left: 90px; font-size: 18px; }
}

/* ===============================================================
 * body
 * =============================================================== */

/* Body */
.ss-body { /*margin-top: -30px;*/
    padding-bottom: 0;
    background-image: url('./../../src/imgs/bg.webp?v=1.6');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #000;
    background-position: top 150px;
}
.ss-body .container { padding-right: 0; /*padding-top:30px;*/ padding-left: 0; max-width: 100%; background-color: rgba(0, 0, 0, 0.8); }
.ss-body .container .row { margin: 0; }
.ss-body a{ color:#ffffff;}
.ss-body-no-cover{
    margin-top:-55px;
}

@media only screen and (min-width: 1366px) {
  .ss-body { padding-bottom: 2rem; }
  .ss-body .container { max-width: 1140px; /*padding-right: 15px; padding-left: 15px;*/ }
    
}
@media only screen and (max-width: 1366px) {   
        .ss-body .container {
            max-width: 1080px;
        }
}

/* Welcome */
.ss-welcome { padding: 20px 15px 5px; font-size: 12px; line-height: 1.8; color: #fff; font-weight: 400; }
.ss-welcome span, .ss-welcome span a {color: #FCB200;}

@media only screen and (min-width:  768px) { 
  .ss-welcome { padding: 20px 20px 5px; font-size: 14px; }
  .ss-body-no-cover .container {padding-top: 40px;}
}

/* Tabs */
.ss-nav-tabs { border-bottom: 1px solid transparent; }
.ss-nav-tabs .nav-item { position: relative; /*width: 14.2857143%;*/ }
.ss-nav-tabs .nav-item a { padding: 0; text-align: center; font-size: 12px; font-weight: 400; color: #000; border-radius: 0; }
.ss-nav-tabs .nav-item a:hover { border: 1px solid transparent; }
.ss-nav-tabs .nav-item a p { margin-left: 1px; padding: .72rem 0 .9rem; background-image: linear-gradient(#FCC200, #FEDE00);  }
.ss-nav-tabs .nav-item .tab-active { position: absolute; bottom: 9px; left: 0; width: 100%; }
.ss-nav-tabs .nav-item a img { width: 20px; margin-right: 5px; }
.ss-nav-tabs .nav-item a > img { visibility: hidden; }

.ss-nav-tabs .nav-item a.active { background: transparent; border: 1px solid transparent; color: #000; }
.ss-nav-tabs .nav-item a.active p { background-image: none; background-color: #FCB200; }
.ss-nav-tabs .nav-item a.active > img { visibility: initial; }
.ss-nav-tabs .nav-item a.active .tab-active { bottom: 10px; }

.ss-nav-tabs .nav-item:first-child a p { padding: .85rem 0 .9rem; }
.ss-nav-tabs .nav-item:first-child a.active .tab-active { bottom: 9px; }

.ss-nav-tabs .showDesktop { display: none; }

@media only screen and (min-width:  768px) { 
  /*.ss-nav-tabs .nav-item a.active .tab-active { bottom: 9px; }*/
  .ss-nav-tabs .showDesktop { display: block; }
  .ss-nav-tabs .showMobile { display: none; }
}

@media only screen and (min-width:  992px) { 
  .ss-nav-tabs .nav-item a { font-size: 16px; }
  /*.ss-nav-tabs .nav-item a.active .tab-active { bottom: 8px; }*/
  .ss-nav-tabs .nav-item:first-child a p { padding: .70rem 0 .9rem; }
  /*.ss-nav-tabs .nav-item:first-child a.active .tab-active { bottom: 8px; }*/
  /*.ss-body { margin-top: -38px;}*/ 
}

@media only screen and (min-width: 1200px) { 
  .ss-nav-tabs .nav-item a { font-size: 18px; }
  .ss-nav-tabs .nav-item:first-child a p { padding: .75rem 0 .9rem; }
  /*.ss-body { margin-top: -43px;}*/ 
}

@media only screen and (min-width: 1366px) { 
  .ss-nav-tabs .nav-item a { font-size: 20px; }
  .ss-nav-tabs .nav-item:first-child a p { padding: .70rem 0 .9rem; }
  /*.ss-nav-tabs .nav-item:first-child a.active .tab-active { bottom: 8px; }*/
}

/* Grame Filter */
.ss-game-filter { margin: 0 15px 0px; padding: 10px 0px 5px; overflow: auto; max-width: 100%; }
.ss-game-filter .btn-filter { /*min-width: 540px;*/ min-width:100%;}
.ss-game-filter .btn-filter button,.ss-game-filter .btn-filter a { display: inline-block; padding: 10px 30px 10px 0px; font-size: 1.4rem; color: #fff; border: none; background: transparent; }
.ss-game-filter .btn-filter button.active,.ss-game-filter .btn-filter a.active  { color: #FCB200; }

.ss-game-filter::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #141414; }
.ss-game-filter::-webkit-scrollbar { height: 3px; background-color: #141414; border-radius: 10px; }
.ss-game-filter::-webkit-scrollbar-thumb { background-color: #2f2f2f; border: 2px solid #555555; border-radius: 10px; }

@media only screen and (min-width:  541px) { 
  .ss-game-filter { border-bottom: 2px solid #FCB200; }
}

@media only screen and (min-width:  768px) { 
  .ss-game-filter { padding: 10px 0px 5px; }
}

@media only screen and (min-width:  992px) {
  .ss-game-filter .btn-filter button { font-size: 1.3rem; }
}

@media only screen and (min-width: 1200px) {
  .ss-game-filter .btn-filter button { font-size: 1.4rem; }
}

@media only screen and (min-width: 1366px) {
  .ss-game-filter { margin: 0; }
}

/* Game Search */
.ss-game-search { display: none; position: absolute; top: 15px; right: 15px; }
.ss-game-search input { padding-left: 15px; background-color: #252525; border: none; border-top-left-radius: 20px; border-bottom-left-radius: 20px; }
.ss-game-search .input-group-prepend .input-group-text { background-color: #252525; border: transparent; border-top-right-radius: 20px; border-bottom-right-radius: 20px; }

@media only screen and (min-width:  768px) {
  .ss-game-search { display: block; }
}

@media only screen and (min-width: 1200px) { 
  .ss-game-search { right: 15px; }
}

@media only screen and (min-width: 1366px) { 
  .ss-game-search { top: 15px; right: 0; }
}

/* Type Filter */
.ss-type-filter { overflow: auto;  margin-left: 15px; }
.ss-type-filter ul { margin: 20px 0 0; padding-left: 0; min-width: 720px; list-style: none; }
.ss-type-filter ul li { display: inline-block; margin-bottom: 10px; padding-right: 15px; width: auto; font-size: 1.2rem; color: #656565; }
.ss-type-filter ul li img.icon-filter { display: initial; }
.ss-type-filter ul li img.icon-filter-active { display: none; }
.ss-type-filter ul li:hover { cursor: pointer; }
.ss-type-filter ul li.active { color: #FCB200; }
.ss-type-filter ul li.active img.icon-filter { display: none; }
.ss-type-filter ul li.active img.icon-filter-active { display: initial; }

.ss-type-filter::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #141414; }
.ss-type-filter::-webkit-scrollbar { height: 3px; background-color: #141414; border-radius: 10px; }
.ss-type-filter::-webkit-scrollbar-thumb { background-color: #2f2f2f; border: 2px solid #555555; border-radius: 10px; }

@media only screen and (min-width: 992px) {
  .ss-type-filter ul li { padding-right: 50px; width: auto; }
}

@media only screen and (min-width: 1366px) {
  .ss-type-filter ul { padding-left: 0; }
}

/* Game List */
.ss-game-list-group { padding: 15px 0px 0px 0px; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; flex-wrap: wrap; align-content: flex-start; align-items: stretch; clear: both;width:100%; }
.ss-game-list-group .ss-game-list { position: relative; padding: 5px; min-height: 5px; flex: none; width: 16.66666%; max-width: 50%; text-align: center; }
.ss-game-list-group .ss-game-list a { /*display: block;*/ text-decoration: none; color: #fff; overflow: auto; }

.ss-game-list-group .ss-game-list div.games { min-height:175px; display:block;}
.ss-game-list-group .ss-game-list .games img { /*width: 100%; max-width: 100%; */height:175px;width:192px;object-fit: cover; }

.ss-game-list-group .ss-game-list .prices { position: relative; margin-top: 10px; text-align: center; }
.ss-game-list-group .ss-game-list .prices p { position: absolute; top: 0.3em; width: 100%; }
.ss-game-list-group .ss-game-list .prices img { max-width: 100%; /*min-height:191px;*/ }

.ss-game-list-group .ss-game-list .names { position: relative; margin-top: 5px;  }

.ss-game-list-group .ss-game-list img.hot { position: absolute; left: 0.5em; top: 0; }
.ss-game-list-group .ss-game-list img.new { position: absolute; left: 0.5em; top: 0; }
/*.ss-game-list-group .ss-game-list img.pay { position: absolute; left: 31%; top: 40%; width: 40%; visibility: hidden; transition-delay: 0.05s; }*/

/*@media only screen and (min-width:  768px) {
  .ss-game-list-group .ss-game-list { width: 25%; max-width: 25%;}
}*/


/* Game List Home */
.ss-game-list-group-home { padding: 0px 0px 0px 0px; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; flex-wrap: wrap; align-content: flex-start; align-items: stretch; clear: both;width:100%; }
.ss-game-list-group-home .ss-game-list { position: relative; padding: 0px 0px 10px 10px; min-height: 5px; flex: none; width: 25%; max-width: 50%; text-align: center; }
.ss-game-list-group-home .ss-game-list a { /*display: block;*/ text-decoration: none; color: #fff; overflow: auto; }

.ss-game-list-group-home .ss-game-list div.games { min-height:175px; display:block;}
.ss-game-list-group-home .ss-game-list .games img { /*width: 100%; max-width: 100%; */height:175px;width:192px;object-fit: cover; }

.ss-game-list-group-home .ss-game-list .prices { position: relative; margin-top: 10px; text-align: center; }
.ss-game-list-group-home .ss-game-list .prices p { position: absolute; top: 0.3em; width: 100%; }
.ss-game-list-group-home .ss-game-list .prices img { max-width: 100%; /*min-height:191px;*/ }

.ss-game-list-group-home .ss-game-list .names { position: relative; margin-top: 0px;  }

.ss-game-list-group-home .ss-game-list img.hot { position: absolute; left: 0.5em; top: 0; }
.ss-game-list-group-home .ss-game-list img.new { position: absolute; left: 0.5em; top: 0; }
    .ss-game-list-group-home .centered {
       margin-left:5px;
    }
    /*.ss-game-list-group-home .ss-game-list .games {*/
        /*position: absolute;
        width: 100%;
        color: #ffffff;*/
        /*Background: #25024d;*/
        /*padding: 2px;*/
        /*overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/

    .ss-game-list-group-home .ss-game-list .names {
        /*position: absolute;
        width: 100%;
        color: #ffffff;*/
        Background: #1f072b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 40px;
        font-weight:100;
    }
#carousel-slot .names {
    background: #1f072b;
}
#carousel-live .names {
    background: #19376e;
}
#carousel-fishing .names {
    background: #0b1731;
}
#carousel-sport .names {
    background: #414c6c;
}
#carousel-casino .names {
    background: #342b58;
}
#carousel-poker .names {
    background: #033c4d;
}
#carousel-arcade .names {
    Background: #5d0221;
}
#carousel-other .names {
    background: #57270a;
}


.ss-game-list-group-home .ss-game-list .names p {
    margin-top: 5px;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game-type-cover{
    padding-bottom:50px;
    padding-right:5px;
}
.game-type-cover a {
    padding: 5px 20px 5px 20px;
    background: #9C27B0;
    text-decoration:none;
}
.game-type-cover-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    padding: 15px;
}
.game-carousel{
    padding-right:0px;
}
.game-carousel .carousel-control-prev,
.game-carousel .carousel-control-next {
    align-items: flex-end;
    margin-bottom: -20px;
    width:20px;
}

.game-carousel .carousel-indicators {
    margin-bottom: -30px;
    margin-bottom: 0px;
    z-index:1;
}
.game-carousel .carousel-indicators li {
    margin-bottom: -30px;
}
.game-carousel .carousel-indicators .active {
    background-color: #f3be00;
}
.game-type-row{
    padding-left:0px;
    padding-right:0px;
    padding-bottom:40px;
}
#carousel-slot, #carousel-live, #carousel-fishing, #carousel-casino, #carousel-poker, #carousel-arcade, #carousel-other {
    min-height: 450px;
}

@media screen and (max-width: 768px) {
    .game-type-cover {
        padding-bottom: 20px;
        padding-left:0px;
        padding-right:0px;
        text-align:center;
    }
    .game-type-cover  h1{
       margin-top:40px;
    }

    .row-game {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
   .ss-game-list-group .ss-game-list {width: 25%;max-width: 25%;}
    .ss-game-list-group .ss-game-list div.games {min-height: 150px;display: block;}
    .ss-game-list-group .ss-game-list .games img {height: 140px;width: 140px;object-fit: cover;}
    .ss-game-list-group-home .ss-game-list{padding: 0px 10px 10px 10px;}
    .ss-game-list-group-home .ss-game-list div.games {min-height: 140px;display: block;}
    .ss-game-list-group-home .ss-game-list .games img {height: 140px;width: 140px;object-fit: cover;}
    #carousel-slot, #carousel-live, #carousel-fishing, #carousel-casino, #carousel-poker, #carousel-arcade, #carousel-other {
        min-height: 248px;
    }
    
  
}

   

@media only screen and (min-width:  992px) {
  .ss-game-list-group .ss-game-list { width: 16.6666667%; max-width: 16.6666667%; }
  /*#row-game .ss-game-list-group .ss-game-list { width: 16.6666667%; max-width: 16.6666667%; }*/

}

@media only screen and (max-width: 414px) {
    .ss-game-list-group .ss-game-list {width: 25%;max-width: 25%;}
    .ss-game-list-group .ss-game-list div.games {min-height: 80px;display: block;}
    .ss-game-list-group .ss-game-list .games img {height: 80px;width: 80px;object-fit: cover;}
    .ss-game-list-group .ss-game-list .names p{font-weight:100;font-size:90%;}
    .ss-game-list-group .ss-game-list .btn{font-size:90%;}

    .ss-game-list-group-home .ss-game-list {width: 25%;max-width: 25%;}
    .ss-game-list-group-home .ss-game-list{padding: 0px 2px 4px 2px;}
    .ss-game-list-group-home .ss-game-list div.games {min-height: 80px;display: block;}
    .ss-game-list-group-home .ss-game-list .games img {height: 96px;width: 96px;object-fit: cover;}
    .ss-game-list-group-home .ss-game-list .names p{font-weight:100;font-size:70%;}
    .ss-game-list-group-home .ss-game-list .btn{font-size:90%;}

    .ss-game-list-group-home .ss-game-list .names {
        height: 34px;
    }
    #carousel-slot, #carousel-live, #carousel-fishing, #carousel-casino, #carousel-poker, #carousel-arcade, #carousel-other {
        min-height: 248px;
    }

    .ss-footer-mobile .btn-footer-list {
        font-size: 10px;
    }

        .ss-footer-mobile .btn-footer-list i {
            font-size: 22px;
        }
    .game-type-cover {
        padding-bottom: 5px;
    }
}


/* Game All */
.ss-game-all { padding: 0px 0 40px; }
.ss-game-all img { width: auto; max-width: 200px; }

@media only screen and (min-width:  768px) { 
  .ss-game-all { padding: 20px 0 70px; }
}

@media only screen and (min-width: 1200px) { 
  .ss-game-all { padding: 30px 0 50px; }
}

/* Blog */
.ss-blog { /*padding: 20px 15px 0;*/ }
.ss-blog .ss-blog-title { /*padding: 10px 0px 15px;*/ width: 100%; font-size: 1.6rem; color: #FCB200; font-weight: 400; border-bottom: 2px solid #FCB200; }
.ss-blog p { padding-top: 20px; font-size: 1.2rem; font-weight: 200; color: #fff; }

@media only screen and (min-width: 1366px) { 
  /*.ss-blog { padding: 20px 10px 0; }*/
}

/* Play Game */
/*.ss-play { padding: 0px 15px 0; }
.ss-play .ss-play-title {
        padding: 0px 0px 15px;
        width: 100%;
        font-size: 1.6rem;
        color: #FCB200;
        font-weight: 400;
}
    .ss-play .ss-play-title-right {        
        position: absolute;
        top: 20px;
        right: 15px;
    }
.ss-play p {
    padding-top: 0px;
    font-size: 1.2rem;
    font-weight: 200;
    color: #fff;
}*/

.ss-play {
    position: relative;
    padding: 0px 15px 0;
}

    .ss-play .ss-play-title {
        padding: 10px 0px 15px;
        width: 100%;
        font-size: 1.6rem;
        color: #FCB200;
        font-weight: 400;
        border-bottom: 1px solid #555555;
    }

    .ss-play .ss-play-more {
        position: absolute;
        right: 20px;
        top: 13px;
        font-size: 1.2rem;
        color: #ffffff;
    }
/*#add-favorite {
    top: 18px;
}*/

.ss-page {
    position: relative;
    padding: 0px 15px 0;
}

    .ss-page .ss-page-title {
        padding: 10px 0px 15px;
        width: 100%;
        font-size: 1.6rem;
        color: #FCB200;
        font-weight: 400;
        border-bottom: 1px solid #555555;
    }

    .ss-page .ss-page-more {
        position: absolute;
        right: 20px;
        top: 12px;
        font-size: 1.2rem;
        color: #ffffff;
    }
        

/*@media only screen and (max-width: 1367px) {
    .ss-play .ss-play-more { 
        top: 13px;        
    }    
}*/
@media only screen and (min-width: 1366px) {
    .ss-play {padding: 0px 10px 5px;}
}

/* Promotion */
.ss-promotion { position: relative; padding: 30px 0 0; }
.ss-promotion .ss-promotion-title { padding: 10px 0px 15px; width: 100%; font-size: 1.6rem; color: #FCB200; font-weight: 400; border-bottom: 2px solid #FCB200; }
.ss-promotion .ss-promotion-more { position: absolute; right: 0px; top: 40px; font-size: 1.2rem; color: #FCB200; }

.ss-promotion-list { padding: 0; }
.ss-promotion-list img { max-width: 100%; }
.ss-promotion-list .col-4 { padding: 10px 5px 20px; }

@media only screen and (min-width:  576px) {
  .ss-promotion .ss-promotion-more { top: 45px; }
}

@media only screen and (min-width:  992px) { 
  .ss-promotion .ss-promotion-more { top: 40px; }
}

@media only screen and (min-width: 1200px) {
  .ss-promotion { padding: 40px 0 0; }
  .ss-promotion-list { padding: 10px 0px 0px; }
  .ss-promotion .ss-promotion-more { top: 50px; }
}

/* ===============================================================
 * Footer
 * =============================================================== */

/* Footer */
.ss-footer { margin-bottom: 80px; padding-top: 10px; background-image: url('./../../src/imgs/img-footer.webp'); background-repeat: no-repeat; background-size: 100%; background-color: #25024d; background-position:center;background-size: cover;border-top:3px solid #fcb200; }

@media only screen and (min-width: 768px) { 
  .ss-footer { margin-bottom: 0px; }
  .ss-footer .ss-footer-body .container { margin: 0px; max-width: 100%; }
}

@media only screen and (min-width:  1200px) {
  .ss-footer .ss-footer-body .container { margin: 0px auto; max-width: 1140px; }
}

/* Logo */
.ss-footer-logo { display: block; max-width: 100%; }
.ss-footer-logo img { width: 120px; max-width: 100%; }

@media only screen and (min-width:  768px) { 
  .ss-footer-logo { padding: 15px 0 0 0; }
  .ss-footer-logo img { width: 100px; }
}

/* Contact */
.ss-footer-contact { padding: 10px 0 5px; }
.ss-footer-contact p { margin-bottom: 0.8rem; font-size: 1rem; font-weight: 400; color: #fff; }

@media only screen and (min-width:  768px) { 
  .ss-footer-contact { padding: 15px 0 5px 15px; text-align: left; }
  .ss-footer-contact p { display: inline-block; margin-bottom: 0.1rem; }
}

.ss-footer-tel { padding: 0 0 5px 15px; }
.ss-footer-tel p { margin-bottom: 0.8rem; font-size: 1rem; font-weight: 400; color: #fff; }
.ss-footer-tel p span, .ss-footer-tel p span a {color: #FCB200;}

@media only screen and (min-width:  768px) { 
  .ss-footer-tel { text-align: left; }
  .ss-footer-tel p { display: inline-block; margin-bottom: 0.1rem; }
}

/* Payment */
.ss-footer-payment p { margin-bottom: 0.5rem; font-size: 1rem; font-weight: 400; color: #fff; }
.ss-footer-payment a { display: inline-block; margin: 5px 5px 0 0; }
.ss-footer-payment a:first-child { margin: 0 5px 0 10px; }

@media only screen and (min-width:  768px) { 
  .ss-footer-payment { padding: 5px 0 0 0; text-align: left; }
  .ss-footer-payment a { margin: 0; margin-bottom: 0.2rem; }
  
}

@media only screen and (min-width: 1200px) { 
  .ss-footer-payment { padding: 5px 0 0 15px; }
}

/* Copyright */
.ss-footer-copyright { padding: 20px 0px 10px 0px; }
.ss-footer-copyright p { margin-bottom: 0.5rem; font-size: 1rem; font-weight: 200; color: #fff; }

@media only screen and (min-width:  768px) { 
  .ss-footer-copyright { padding: 10px 0px 10px 10px; text-align: center; }
  .ss-footer-copyright p { display: inline-block; margin-bottom: 0.1rem; }
}

@media only screen and (min-width:  992px) {
  .ss-footer-copyright { text-align: left; }
}

/* Provider */
.ss-footer-provider { padding: 0px 0px 20px 0px; }

@media only screen and (min-width:  768px) {
  .ss-footer-provider { padding: 10px 0px 0px 0px; text-align: center; }
  .ss-footer-provider p { display: inline-block; }
}

@media only screen and (min-width:  992px) {
  .ss-footer-provider { padding: 15px 0px 0px 0px; }
}
.ss-footer-provider img{
    max-height:47px;
    margin-top:20px;
}

.ss-footer-mobile {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    max-width: 100%;
    background-color: #25024d;
    z-index: 3;
} 
.ss-footer-mobile .btn-footer-list { display: inline-block; padding: 10px 0 10px; width: 20%; text-align: center;margin-right:-5px; }
.ss-footer-mobile .btn-footer-list:first-child { border-left: 0.5px solid transparent; }
.ss-footer-mobile .btn-footer-list a { margin: 0; padding: 0; width: 100%; color: #fff; }
.ss-footer-mobile .btn-footer-list a:hover { text-decoration: none; }
.ss-footer-mobile .btn-footer-list p { margin: 0; padding: 5px 0 0; }
.ss-footer-mobile .btn-footer-list i { font-size: 26px; color: #FCB200; }
    .ss-footer-mobile .btn-footer-list.active {
        background-color: #2c0757;
       
    }
    .ss-footer-mobile .btn-footer-list.active a {
        color: #FCB200; 
    }

@media only screen and (min-width: 768px) { 
  .ss-footer-mobile { display: none; }
}
@media only screen and (max-width: 320px) {
    .ss-footer-mobile .btn-footer-list {
    font-size: 90%;
    font-weight: 100;
    }

    .ss-footer-mobile .btn-footer-list p {
    padding: 0px;
    }

    .ss-footer-mobile .btn-footer-list i {
    font-size: 20px;
    }
}
/* Navbar */
.ss-footer .ss-navbar { margin-top: 5px; padding: 10px 0; width: 100%; background-color: rgba(0, 0, 0, 0.5); text-align: center; overflow-y: auto; }
.ss-footer .ss-navbar a { display: inline-block; padding: 5px 5px; font-weight: 200; color: #fff; text-decoration: none; }
.ss-footer .ss-navbar a.active { color: #FCB200; }

.ss-footer .ss-navbar::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #200247; }
.ss-footer .ss-navbar::-webkit-scrollbar { height: 5px; background-color: #200247; border-radius: 10px; }
.ss-footer .ss-navbar::-webkit-scrollbar-thumb { background-color: #200247; border: 2px solid #555555; border-radius: 10px; }

@media only screen and (min-width: 768px) { 
  .ss-footer .ss-navbar { margin-top: 25px; }
}

/* ========================================================================
 * Sidenav
 * ======================================================================== */

.ss-sidenav-left { height: 100%; width: 0; position: fixed; z-index: 16; top: 0; left: 0; background-color: #25024d; overflow-x: hidden; transition: 0.5s; }

.ss-sidenav-left .menu { width: 100%; clear: both; overflow: hidden; }
.ss-sidenav-left .menu p { float: left; padding-top: 20px; padding-left: 32px; font-size: 1.2em; color: #fff; }
.ss-sidenav-left .menu a { float: right; margin-right: 20px; color: #fff; font-size: 42px; text-align: right; }

.ss-sidenav-left ul { margin: 0; padding: 0; list-style: none; clear: both; }
.ss-sidenav-left ul li { margin: 0 0 1px; padding: 0; background-color: #200247; }
.ss-sidenav-left ul li a { display: block; padding: 10px 10px 10px 32px; font-size: 1.1em; color: #fff; text-decoration: none; transition: 0.3s; }
.ss-sidenav-left ul li a:hover { color: #f1f1f1; }

@media screen and (max-height: 450px) {
  .ss-sidenav-left { padding-top: 15px; }
  .ss-sidenav-left ul li a { font-size: 18px; }
}

.ss-sidenav-right { height: 100%; width: 0; position: fixed; z-index: 16; top: 0; right: 0; background-color: #25024d; overflow-x: hidden; transition: 0.5s; }

.ss-sidenav-right .menu { position: relative; padding-top: 15px; padding-bottom: 15px; width: 100%; clear: both; overflow: hidden; text-align: center; }
.ss-sidenav-right .menu img { padding-bottom: 10px; }
.ss-sidenav-right .menu p { margin: 0; padding: 0; font-size: 1.2em; color: #fff; }
.ss-sidenav-right .menu a { position: absolute; top: 0; right: 0; margin-right: 20px; color: #fff; font-size: 42px; text-align: right; }

.ss-sidenav-right ul { margin: 0; padding: 0; list-style: none; clear: both; }
.ss-sidenav-right ul li { margin: 0 0 1px; padding: 0; background-color: #200247; }
.ss-sidenav-right ul li a { display: block; padding: 10px 10px 10px 32px; font-size: 1.1em; color: #fff; text-decoration: none; transition: 0.3s; }
.ss-sidenav-right ul li a:hover { color: #f1f1f1; text-decoration: none; }
.ss-sidenav-right ul li.active a { color: #FCB200; }

@media screen and (max-height: 450px) {
  .ss-sidenav-right { padding-top: 15px; }
  .ss-sidenav-right ul li a { font-size: 18px; }
    .ss-body {
        margin-top: -4px;
    }

   
}

@media screen and (max-width: 576px) {
    .ss-body {
        margin-top: -14px;
    }
    .ss-body-no-cover {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 766px) {
    .ss-body {
        margin-top: -14px;
    }
    .ss-body-no-cover {
        margin-top: -15px !important;
    }
    .ss-game-search {
        display: block;
        position: relative;
        margin-left: 15px;
        margin-bottom: 10px;
        margin-top: -20px;
        width:100%
    }

    .ss-game-filter {
        text-align: center;
        border-bottom: none;
        overflow:hidden;
        margin:0;
    }
    
    .ss-game-filter .btn-filter button, .ss-game-filter .btn-filter a {
        font-size: 100%;
        font-weight:100;
        padding: 10px 10px 10px 10px;
    }
    .ss-footer-provider img {
        max-height: 24px;
        margin-top: 10px;
    }
    .ss-footer-provider{
        padding:0px;
    }
}

.line {
    border-top: 1px solid #555555;
    height: 10px;
    display: block;
}

.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.padding-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.padding-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.padding-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.button-container {
    position: relative;
    text-align: center;
    color: white;
    width: 100%;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /*margin-left:5px;*/
    margin-right:0px;
}

.button-container .button {
    display: none;
}

.button-container:hover .button {
    display: block;
    margin-top:-20px;
}

.button-container .btn {
    padding: 5px 10px !important;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight:100;
    width:90% !important;
}

.ss-card {
    border: none;
    background: #170721;
    color: #707070;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fcb200;
    border: 0px;
    font-size: 1.4rem;
    color: #000000;
    -webkit-border-radius: 10px 10px 0 0 !important;
    -moz-border-radius: 10px 10px 0 0 !important;
    border-radius: 10px 10px 0 0 !important;   
    text-align:center;
}
/*.ss-form input, .ss-form select, .ss-form textarea,
.ss-form:active,.ss-form:focus:active{
    background: #363636 !important;
    border: 1px solid #707070;
}*/

.ss-form input, .ss-form select, .ss-form textarea {
    background: #ffffff !important;
    border: 1px solid #8a0e88;
    color: #13071d !important;
}
.ss-form select {
    background: #ffffff !important;
    border: 1px solid #8a0e88;
    color: #13071d;
}
.ss-form .input-group-append span {
    color: #fff;
    border: 1px solid #8a0e88;
    cursor:pointer;
}
.ss-form .input-group-append span:hover {
    background-color: #7100d7;
}


.ss-form select:required:invalid {
    color: #6c757d !important;
    /*background: #363636;
    border: 1px solid #707070;*/
}

.ss-form select:required {
    color: #13071d !important;
    /*background: #363636;
    border: 1px solid #707070;*/
}

.ss-form option[value=""][disabled] {
    display: none;
    /*background: #363636;
    border: 1px solid #707070;*/
}
.ss-form .text-desc {   
    margin-bottom: 10px;   
}

.ss-form .ss-btn {
    border-color: #F3BD00;
    background-color: #F3BD00;
    outline: none;
    box-shadow: none;
    color: #000000;
}
.ss-form .ss-btn:hover {
    border-color: #F3BD00;
    background-color: #FCB200;   
}
.ss-form .ss-btn:active {
    border-color: #7100d7;
    background-color: #7100d7;
}

.ss-form .input-placeholder {
    position: relative;
}

.ss-form .input-placeholder input {
    padding: 2px;
}

    .ss-form .input-placeholder input:valid + .placeholder, .ss-form .input-placeholder select:required:valid + .placeholder {
        display: none;
    }

.ss-form .placeholder {
    position: absolute;
    pointer-events: none;
    top: 7px;
    bottom: 2px;
    left: 10px;
    margin: auto;
    color: #6c757d;
}

.ss-form .placeholder span {
    color: #FCB200;
}


textarea, select, input, button {
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-outline-style: none;
    box-shadow: none;
}
textarea:focus,
.ss-form select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #8a0e88;
    box-shadow: 0 1px 1px #8a0e88 inset, 0 0 8px #8a0e88;
    /*box-shadow: none;
    border: 1px solid #707070;*/
    outline: 0 none;
}



.ss-form .ss-checkbox input[type="checkbox"] {
    display: none;    
}

.ss-form .ss-checkbox input + label {
    display: inline-block;
    width: 100%;
    height: 16px;
    cursor: pointer;
    background-image: url(./../../src/imgs/icon-filter.png);
    background-repeat: no-repeat;
    padding-bottom: 20px;
}
.ss-form .ss-checkbox input[type="checkbox"]:checked + label {
    background-image: url(./../../src/imgs/icon-filter-active.png);
    background-repeat: no-repeat;
}
.ss-form .ss-checkbox span, .ss-form .ss-checkbox div {
    padding-left: 20px;
    margin-top: -3px !important;
    display: block;
}
.ss-form .btn-outline-secondary {   
    border-color: #707070;
}
.scroll {
    overflow-y: scroll;
}

.scroll::-webkit-scrollbar {
    width: 5px;
    height:5px;
    background-color: #252422;
    border-radius: 4px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(229, 229, 229);
    background-color: #878785;
}

.scroll::-moz-scrollbar-thumb {
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 6px rgb(229, 229, 229);
    background-color: #878785;
}


.ss-form-login .modal-header {
    background-color: #F0B118;
    border: none;
}

/*.ss-btn-login .modal-body {
    background: #170721;
}*/

.ss-btn-login .modal-header .modal-title {
    color: #ffffff;
}

.ss-btn-login .modal-header button {
    color: #000000 !important;
}

.ss-btn-login .modal-body button.btn-primary {
    background: #F0B118;
    border-color: #F0B118;
}

.ss-text-primary, .ss-text-primary a, a.ss-text-primary {
    color: #FCB200 !important;
}

em.error {
    color: #FCB200;
    font-weight: 100;
    font-size: 90%;
}

#link-favorite .badge, #link-message .badge {
    position: absolute;
    font-size: 100%;
    font-weight: 100;
    top: 2px;
}
#player-control {
    display: none;
    width: 6%;
    z-index: 102;
    position: absolute;
    top: 47%;
    left: 47%;
    cursor: pointer;
}

.ss-slide:hover #player-control {
    display: block;
    opacity:0.5;
}

video {
    object-fit: inherit;
}
.pagination a, .pagination a.page-link, .pagination input {
    color: #cd00f3;
    margin-right: 8px;
    text-align: center;
    background-color: #180032;
    border: none;
}

.pagination li.disabled a {
    color: #ED9720;
    background: none;
}

.pagination li.active a.page-link {
    color: #fff;
    background: #cd00f3;
    border: none;
    z-index: 0;
}

.bunny-text-primary {
    color: #cd00f3;
}

#ss-frame-play.fullscreen {
    z-index: 10001;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*padding-bottom:50px !important;*/
}

#ss-frame-play {
    background-color: #000000;
    height: 550px;
}

#ss-frame-play button {
    position: absolute;
    margin: 20px;
    opacity:0.4;
    /*bottom:0;*/
}

#ss-frame-play button.bottom-right {
    bottom: 0;
    margin-right: 30px;
    right: 0;
}
#ss-frame-play button.bottom-left {
    bottom: 0;
    margin-right: 30px;
    left: 0;
}
#ss-frame-play button.top-right {
    /*top: 30px;*/
    margin-right: 30px;
    right: 0;
}
#ss-frame-play button.center-left {
    /*top: 30px;*/
    margin-right: 30px;
    top:40%;
}
/*option {
    color: #fff;
}*/

/* ========================================================================
 * Web Responsive
 * ======================================================================== */

/*
@media only screen and (min-width:  576px) { }
@media only screen and (min-width:  768px) { }
@media only screen and (min-width:  992px) { }
@media only screen and (min-width: 1200px) { }
@media only screen and (min-width: 1366px) { }
*/

.player-alert {
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
    border: none;
    padding: 19px;
    /*background: #DC3545;*/
    background-color:#8a0e88;
    color: #ffffff;
    border-radius: unset !important;
}
.player-alert button i, .player-alert a {
    color: #ffffff;
}
.datepicker table th {
    font-weight:400 !important;
    color: #200247;
}
.select2-results li[aria-selected="true"] {
    display: none;
}
.loading-text {
    font-size: 120% !important;
    color: #FCB200
}
.switch-lang img {
    width: 24px;
}
.switch-lang .dropdown-toggle {
    color: #ffffff;
}
.switch-lang .dropdown-item {
    padding: 5px;
}
.switch-lang {
    list-style: none;
}

.ss-header .wallet img, .ss-sidenav-right .wallet img {
    margin-top: 4px;
    width: 34px;
}
.ss-header .wallet .dropdown-toggle {
    color: #ffffff;
}
.ss-header .wallet .dropdown-item {
    padding: 5px;
}
.ss-header .wallet {
    list-style: none;
    
}
.ss-header .wallet .dropdown-item{
    height:50px;
}
.ss-header .wallet .dropdown-menu {
    background: #1e023f;
}
.ss-header .wallet .dropdown-menu span {
    color: #fcb200;
    font-size: 90%;
}
.ss-header .wallet .dropdown-item:hover {
    background: #1e023f
}

.ss-sidenav-right .wallet img {
    margin-top: 4px;
    width: 34px;
}
.ss-sidenav-right .wallet {
margin:10px;
font-size:90%;
opacity:0.8;
color: #fcb200;
}



.navbar-provider .nav-link .badge {
    /*position: absolute;*/
    float: right;
    font-size: 80%;
    font-weight: 100;
    margin-top: 2px;
}


.cr {
    width: 240px;
    padding: 10px;
    position: absolute;
    text-align: center;
    color: #f0f0f0;
    z-index:9999999;
}

.cr-sticky {
    position: fixed;
}

/* Positions */

.cr-top {
    top: 25px;
}

.cr-right {
    right: -50px;
}
.cr-top.cr-left,
.cr-bottom.cr-right {
    transform: rotate(-45deg);
}

.cr-top.cr-right,
.cr-bottom.cr-left {
    transform: rotate(45deg);
}
.cr-red {
    background-color: #e43;
    font-size:110%;
}

#btn-go-home {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
   /* background-color: red;
    color: white;*/
    cursor: pointer;
  /*  padding: 15px;*/
   /* border-radius: 4px;*/
}
@media screen and (max-width: 768px) {
    #btn-go-home {
        display: none !important;
    }
}
.btn-hide{
    display:none;
}

.m-mega-menu {
    height: 260px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    z-index: 19;
    margin-top: -36px;
}

.owl-carousel .item a {
    text-align: center;
    color: #ffffff;
}


.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 70px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}

.owl-carousel .next-slide {
    background: url(nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

.owl-carousel .owl-item img {
    display: block;
   /* height: 100%;*/
    height: 170px;
    width: 170px;
}

.owl-carousel .owl-stage-outer {
    height: 100% !important;
}

.owl-stage-outer * {
    height: 100%;
}

@media screen and (max-width: 1366px) {
    #slider-slot img {
        height: 100px;
        width: 100px;
    }
    .m-mega-menu{
        height:180px;
    }
    .owl-carousel .nav-btn {
        top: 40px !important;
    }
    .owl-carousel .owl-item img {
        max-width: 100px;
        max-height: 100px;
    }
}
/*@media all and (max-width: 800px) {
    .owl-carousel img {
        max-height: 10% !important;
        max-height: 10% !important;
    }
}*/
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
}

.ss-frame-play-need-authen {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
    object-fit: cover;
}

.navbar-provider{
    padding:0px;
    margin:0px;
}
.navbar-provider a img {
    width: 20px;
    margin-right: 5px;
    margin-top: -3px;
}
.nav-item {
    font-size: 16px;
}
.navbar-provider .navbar-text {
    width: 0px;
    display:none;
}
.navbar-provider .nav-item {
    border:1px solid #000000;
    padding: 0px;
    background-image: linear-gradient(#FCC200, #FEDE00);
    text-align:center;
}
  
.navbar-provider {
    /*  background: #FEDE00;*/
    /* background: linear-gradient(to right, rgba(0, 45, 165, 0.97), rgba(10, 88, 157, 0.97), rgba(10, 88, 157, 0.97), rgba(0, 45, 165, 0.97));*/
}

.navbar-provider .navbar-toggler {
    color: #000000;
    border: none;
}

.navbar-provider .navbar-nav .nav-link, .navbar-provider .navbar-nav .nav-link.active, .navbar-provider .navbar-nav .nav-link:hover {
    color: #000000;
    text-decoration: none;
    transition: all .05s ease-in-out;
    text-decoration: none;
    /* color:#000000;*/
    /*padding-left: 20px;
    padding-right: 20px;*/
}

.navbar-brand {
    margin-right: 20px;
}

.navbar-provider .nav-item{
    width:12.5%;
}

.navbar-provider .navbar-nav .nav-link.active {
    background-color: #FCB200;
    height:100%;
}

@media screen and (max-width: 1365px) {
    .navbar-provider .nav-item {
        width: 16.6666667%;
    }
}
@media screen and (max-width: 858px) {
    .navbar-provider .nav-item {
        width: 20%;
    }
}


@media screen and (max-width: 768px) {
    .navbar-provider {
        background-image: linear-gradient(#FCC200, #FEDE00);
    }
    .navbar-provider .navbar-text {
        color:#000000;
        padding:10px 10px 10px 20px;
        width: 120px;
        display: block;
        font-size:120%;
    }

    .navbar-provider .nav-item {
        width: 100%;
        border-left: none;
        border-right: none;
        border-bottom: none;
        background: #FEDE00;
        text-align: left;
    }
    .navbar-provider .nav-item a{
        padding-left:20px;
    }
    .ss-game-list-group-home .centered {
       margin-left:0px;
    }
}

.notification {
    position: relative;
}


.notification .red {
    position: absolute;
    top: -10px;
    right: -10px;
    /*padding: 5px 2px;
    border-radius: 50%;
    background: red;*/
    /* border:1px solid #fff;*/
    /*color: white;
    font-size: 90%;*/
    z-index: 1;
}
    .notification .red img{
        width:32px;
    }

.modal-full {
    max-width: calc(100vw - 66px);
    height: 100vh;
    max-height: calc(100vh - 76px);
    min-height: 100px;
    overflow: hidden;
    margin-top: 40px;
}

    .modal-full .modal-body {
        height: 100vh;
        max-height: calc(100vh - 140px);
        padding: 0;
    }

@media screen and (max-width: 1024px) {

    .modal-full {
        max-width: calc(100vw - 10px);
    }
}

#modal-account .modal-header {
    padding: 6px 5px 8px 1rem;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    font-weight: 100 !important;
}



#hero {
    width: 100%;
    /* height: 100vh;*/
    height: 100%;
    /*  background-color: rgba(17, 17, 17, 0.8);*/
    overflow: hidden;
    padding: 0;
    margin-top:-46px;
}

    #hero .carousel-item {
        width: 100%;
        /*  height: 100vh;*/
        height: 470px;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat;
        position: relative;
    }

        #hero .carousel-item::before {
            content: '';
            /*  background-color: rgba(0, 0, 0, 0.5);*/
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

    #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero .carousel-content {
        text-align: right;
    }

    #hero h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
    }

    #hero h3 {
        margin-top: 30px;
        color: #fff;
        margin-bottom: 30px;
        font-size: 28px;
        font-weight: 700;
    }

    #hero h2 span {
        color: #035f6e;
    }

    #hero p {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        margin: 0 auto 15px auto;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
    }

        #hero p span {
            font-size: 45px;
            font-weight: 500;
        }

        #hero p:first-child {
            font-size: 32px;
        }

    #hero h4 {
        color: #ffffff;
        font-size: 24px;
    }

    #hero img {
        width: 300px;
    }

    #hero .carousel-inner .carousel-item {
        transition-property: opacity;
        background-position: center top;
    }

    #hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right {
        opacity: 0;
    }

    #hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-left, #hero .carousel-inner .carousel-item-prev.carousel-item-right {
        opacity: 1;
        transition: 0.5s;
    }

        #hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 10%;
        opacity: 1;
    }

    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        background: none;
        font-size: 36px;
        line-height: 1;
        width: 56px;
        height: auto;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        padding: 10px;
        transition: 0.3s;
        color: rgba(255, 255, 255, 0.5);
    }

        #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
            background: rgba(255, 255, 255, 0.2);
            color: rgba(255, 255, 255, 0.8);
        }

    #hero .carousel-indicators li {
        cursor: pointer;
        background: #fff;
        overflow: hidden;
        border: 0;
        width: 12px;
        height: 12px;
        border-radius: 50px;
        opacity: .6;
        transition: 0.3s;
    }

        #hero .carousel-indicators li.active {
            opacity: 1;
            background: #035f6e;
        }

    #hero .btn-get-started {
        /*  font-family: "Roboto", sans-serif;
        font-weight: 400;*/
        font-size: 24px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 32px 12px 32px;
        border-radius: 4px;
        transition: 0.5s;
        line-height: 1;
        margin: 10px;
        color: #fff;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        text-transform: uppercase;
        /* border: 2px solid #7100d7;*/
        background: #EB2B5E;
    }

        #hero .btn-get-started:hover {
            background: #7100d7;
            /*  border-color: #6ab82a;*/
            color: #fff;
        }

@media (max-width: 768px) {
    #hero{
        margin-top:0px;
    }
    #hero h2 {
        font-size: 28px;
    }

    #hero .carousel-item {
        height: 300px;
    }

    #hero p {
        font-size: 18px;
        font-weight: 400;
        margin: 15px auto 15px auto;
    }

        #hero p span {
            font-size: 28px;
            font-weight: 400;
        }

    #hero img {
        width: 180px;
    }

    #hero .btn-get-started {
        font-size: 20px;
        padding: 8px 22px 8px 22px;
    }

    #hero p:first-child {
        font-size: 20px;
    }

    #hero h4 {
        color: #ffffff;
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    /*  #hero p {
    width: 60%;
  }*/
    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 5%;
    }
}

/* RIBBON */
.ribbon {
    position: absolute;
    z-index: 10;
    padding: 0px 7px;
    /* margin-left: 62.5%; */
    /* margin-right: 12.0%; */
    /*border-top-left-radius: 5px;*/
    /*border-bottom-left-radius: 15px;*/
    font-size: 14px;
    line-height: 32px;
    /*  font-weight: bold;*/
    text-align: center;
    font-style: italic;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    zoom: 1;
    top: 6%;
    right: 0%;
    /* left: 61%; */
    min-width: 40%;
  /*  max-width: 60%;*/
}

.orange {
    background: #FF9600;
}

.blue {
    background: #3398d9
}

.green {
    background: #66b94d;
}

.purple {
    background: #AC59FF;
}
/*.ribbon:after {
    content: "";
    position: absolute;
    z-index: -20;
    top: 100%;
    left: auto;
    border-style: solid;*/
/* border-width: 0 0 10px 10px;*/
/*right: 0;
}*/
.orange:after {
    border-color: transparent #DC5F0B;
}

.blue:after {
    border-color: transparent #1e5b82;
}

.green:after {
    border-color: transparent #3e7030;
}


/*END OF RIBBON */

@media screen and (max-width: 1024px) {

    .ribbon {
        line-height: 22px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .ribbon {
        line-height: 22px;
        max-width: 100%;
    }
}

@media (max-width: 545px) {
    .ribbon {
        line-height: 12px;
        max-width: 100%;
        font-size: 8px;
    }
}
