@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2") format("woff2")
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

@supports (-ms-accelerator:true) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid rgba(50, 100, 150, .4)
    }
}

* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      outline: 0;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-touch-callout: none;
      -webkit-user-select: none
  }

html, body {
    height: 100%;
    overflow: hidden;
    position: relative
}

body {
    font-family: Arial, Helvetica;
    font-size: 15px;
    line-height: 1.3;
    background: #000;
    text-transform: capitalize
}

::-webkit-scrollbar {
    display: none
}

table {
    border-collapse: collapse
}

img, iframe {
    display: block;
    border: 0
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

li {
    text-transform: none
}

.btn {
    display: block;
    font-size: 15px;
    text-align: center;
    background-color: #4ba614;
    background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
    cursor: pointer;
    line-height: 20px
}

.btn.primary {
    border-color: #25729a;
    background-color: #3093c7;
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85)
}

.btn.warning {
    border-color: #cb9b14;
    background-color: #eab92d;
    background-image: -webkit-linear-gradient(top, #eab92d, #c79810)
}

.btn.danger {
    border-color: #C62828;
    background-color: #F44336;
    background-image: -webkit-linear-gradient(top, #F44336, #B71C1C)
}

.splide .splide__progress__bar {
    height: 2px;
    background: #ffc107;
    margin-top: -2px;
    z-index: 9;
    position: relative
}

.splide .splide__pagination {
    bottom: 10px
}

.splide .splide__pagination__page {
    width: 6px;
    height: 6px
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes move-to-left {
    0% {
        right: 0
    }
    100% {
        right: 100%
    }
}

var {
    font-style: normal
}

@keyframes blinker {
    50% {
        box-shadow: 0 0 15px #fff
    }
}

@keyframes blinkme {
    0% {
        opacity: 0
    }
    38% {
        opacity: 0
    }
    39% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes pulse {
    from {
        transform: scale(1)
    }
    to {
        transform: scale(0.8)
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%, 100% {
        transform: none
    }
    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #7ac142
    }
}

.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle
}

.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden
}

.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em
}

.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: max-content;
    will-change: transform
}

.splide.is-active .splide__list {
    display: flex;
    width: 100%
}

.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0
}

.splide, .splide__slide {
    position: relative;
    outline: 0
}

.splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    user-select: none
}

.splide__pagination {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    padding: 0
}

.splide__pagination__page {
    display: inline-block;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transform .2s linear;
    border: 0;
    opacity: .7
}

.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #fff
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus {
    outline: 0
}

@keyframes blink {
    50% {
        opacity: .3
    }
}

#home-balance > .A {
    overflow: hidden
}

#home-balance > .A .pinfo {
    border-bottom: 1px solid #fff;
    padding: 10px 0
}

#home-balance > .A .pinfo .welcome-name {
    font-size: 1.2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #FFC107
}

#home-balance > .A .pinfo .vc-username {
    font-size: 13px
}

#home-balance > .A .pinfo .links {
    overflow: hidden
}

#home-balance > .A .pinfo .links a {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 2px;
    text-transform: uppercase
}

#home-balance > .A .pbalance {
    overflow: hidden
}

#home-balance > .A .btns {
    float: right;
    width: 135px;
    padding: 0 0 5px 5px
}

#home-balance > .A .btns .btn {
    text-align: left;
    padding-left: 32px;
    text-transform: uppercase
}

#home-balance > .A .btns .btn i {
    position: absolute;
    font-size: 18px;
    margin: 1px -23px
}

#home-balance > .A .btns .btn i.fa-refresh {
    font-size: 15px;
    margin: 3px -21px
}

#home-balance > .A .t1 {
    margin-top: 10px
}

#home-balance > .A .vc-balance {
    font-size: 1.5em;
    margin: 5px 0;
    color: #FFC107;
    font-weight: 700
}

#home-balance > .A .vc-clear {
    text-decoration-line: underline;
    font-size: 11px;
    padding-top: 5px;
    cursor: pointer
}

#home-banner .banner {
    width: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer
}

#home-game {
    overflow: hidden
}

#home-game a {
    float: left;
    width: calc(16.6% - 10px);
    padding-top: calc(16.6% - 14px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #555;
    margin: 5px;
    position: relative
}

@media only screen and (max-width: 1200px) {
    #home-game a {
        width: calc(20% - 10px);
        padding-top: calc(20% - 14px)
    }
}

@media only screen and (max-width: 850px) {
    #home-game a {
        width: calc(25% - 10px);
        padding-top: calc(25% - 14px)
    }
}

@media only screen and (max-width: 500px) {
    #home-game a {
        width: calc(33.3% - 10px);
        padding-top: calc(33.3% - 14px)
    }
}

#home-game a.custom {
    border-color: transparent;
    background-color: transparent;
    border-radius: 0
}

#home-game .site-tabs {
    overflow: hidden;
    margin-top: 15px;
    position: relative;
    display: flex;
    justify-content: space-around;
}

#home-game .site-tabs:before {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 100%;
    bottom: 1px;
    z-index: -1
}

#home-game .site-tabs .cat-icon {
    float: left;
    max-width: 120px;
    padding-bottom: 30px;
    cursor: pointer
}

#home-game .site-tab {
    position: relative
}

#home-game .site-tab img {
    width: 100%
}

#home-game .site-tab.selected img.is-selected {
    display: block
}

#home-game .game-container {
    overflow: hidden;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#home {
    overflow: hidden
}

#home h1 {
    font-size: 30px
}

#home .leaderboard-banner {
    width: 100%;
    margin: 15px 0 0;
    border-radius: 8px;
    cursor: pointer
}

#home .box-3 {
    width: 100%;
    table-layout: fixed
}

#home .box-3-1 {
    vertical-align: top;
    width: 400px;
    background: rgba(0, 0, 0, .3);
    padding: 15px;
    border-right: 1px solid rgba(255, 255, 255, .5)
}

#home .box-3-1 .jackpot-wrapper {
    margin-top: 15px
}

#home .box-3-2 {
    vertical-align: top;
    width: auto;
    padding: 0 15px 15px
}

#home .box-3-3 {
    vertical-align: top;
    width: 400px;
    background: rgba(0, 0, 0, .3);
    padding: 10px 15px 15px;
    border-left: 1px solid rgba(255, 255, 255, .5)
}

#home-jackpot .jackpot {
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px
}

#home-jackpot .jackpot-odometer {
    position: absolute;
    font-weight: 700
}

#home-jackpot .odometer-digit {
    border-radius: 5px;
    margin: 3px;
    padding: 5px;
    border: 2px solid #f6c324;
    background-color: #fff;
    color: #000
}

#home-jackpot .odometer-value {
    padding: 5px
}

@media only screen and (max-width: 400px) {
    #home-jackpot .odometer-digit {
        padding: 3px
    }

    #home-jackpot .odometer-value {
        padding: 3px
    }
}

#home-livetx {
    margin-top: 10px;
    text-transform: uppercase
}

#home-livetx table {
    width: 100%
}

#home-livetx table td {
    position: relative;
    padding: 4px;
    font-size: 11px;
    background: #000;
    border: 1px solid #fff;
    line-height: 1
}

#home-livetx table td.title {
    color: #d3ab22;
    font-weight: 700
}

#home-livetx table td.green {
    background: #239809;
    color: #fff
}

#home-livetx table td.red {
    background: #d02c27;
    color: #fff
}

#home-livetx table td.amount {
    text-align: right;
    color: #d0ad25
}

#home-livetx table td .live {
    position: absolute;
    top: 3px;
    right: 3px;
    background: red;
    padding: 1px 3px;
    border-radius: 2px;
    color: #fff;
    font-weight: 400
}

#home-livetx table td .live span {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    float: right;
    border-radius: 10px;
    margin: 1px 1px 0 3px
}

#home-movie .movie {
    margin: 10px 0 0;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    cursor: pointer
}

#home-refer .wrapper {
    overflow: hidden;
    background: #FFECB3;
    color: #000;
    /*margin-top: 15px;*/
    border-radius: 8px
}

#home-refer .wrapper.bg {
    background-size: 100% 100%;
    background-color: transparent;
    /*padding: 12px 7px 12px 12px*/
}

#home-refer p {
    color: #000
}

#home-refer .btn {
    float: left;
    width: calc(50% - 5px);
    margin-top: 8px;
    margin-right: 5px;
    position: relative
}

#loading {
    z-index: 4;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0
}

#header {
    z-index: 2;
    position: relative;
    overflow: hidden;
    background-color: #000;
    background-size: cover;
    background-position: center;
    color: #fff
}

#header .logo {
    height: 46px;
    margin: 5px 10px
}

#header .link {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 15px
}

#header .link i {
    display: block;
    line-height: 32px;
    font-size: 28px
}

#marquee {
    z-index: 2;
    position: relative;
    overflow: hidden;
    background-size: 100% 100%;
    color: #fff;
    font-size: 13px;
    padding: 4px 0;
    line-height: 1;
    height: 21px
}

#marquee span {
    position: absolute;
    white-space: nowrap;
    animation-name: move-to-left;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

#content {
    z-index: 1;
    position: absolute;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    top: 77px;
    bottom: 55px;
    background-color: #000;
    background-size: cover;
    background-position: center;
    color: #fff
}

#footer {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-size: 100% 100%;
    color: #fff;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 1);
    font-size: 12px
}

#footer a {
    float: left;
    text-align: center;
    padding: 5px 0;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    line-height: 15px
}

#footer a i {
    position: relative;
    display: block;
    font-size: 27px;
    line-height: 27px;
    padding-bottom: 3px
}

@keyframes blink {
    50% {
        opacity: .4
    }
}
#header .link.currency {
              right: 60px;
              top: 11px;
              background-image: url("../../img/6a42cfb7c8666db36fe9e.png");
              background-size: 100% 100%;
              width: 75px;
              height: 34px
          }

body.C #footer a {
    background: url("../../img/6f1a736a836666119fa97.png") !important;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: transparent
}

body.C #footer a:nth-child(2) {
    background-image: url("../../img/bd27847a836668b8356c2.png") !important
}

body.C #footer a:nth-child(3) {
    background-image: url("../../img/bonus.webp") !important
}

body.C #footer a:nth-child(4) {
    background-image: url("../../img/c41c828a83666d04537af.png") !important
}

body.C #footer a:nth-child(5) {
    background-image: url("../../img/1281b63983666c091d3a1.png") !important
}

#home-balance > .A .btns .btn {
    background: url("../../img/7efc8d3704666d938b1b3.png");
    background-size: 100% 100%;
    border: 0;
    color: transparent;
    text-shadow: none;
    padding: 10px 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 2px
}

#home-balance > .A .btns .btn.vc-withdraw {
    background-image: url("../../img/46b11b57046668bb41a13.png")
}

#home-balance > .A .btns .btn.vc-refresh {
    background-image: url("../../img/38b3da67046664c002844.png")
}

body.C #home > .A .pinfo .links {
    text-align: center;
    margin: 0 -0px
}

body.C #home > .A .pinfo .links a {
    width: 280px;
    height: 65px;
    background-image: url("../../img/de38e9bb836665b2211a0.png");
    background-size: 100% 100%;
    color: transparent;
    text-shadow: none;
    margin: 0px 0px 0px;
    max-width: 320px
}

body.C #home > .A .pinfo .links a.register {
    background-image: url("../../img/fa452ccb83666bff4d18c.png")
}

#home-refer .btn {
    background: none;
    border: 0;
    color: transparent;
    text-shadow: none;
    padding: 5% 0;
    line-height: 0;
    border-radius: 0;
    box-shadow: none
}

#home-refer .refer {
    background-image: url("../../img/ac9aca2c83666697b0034.png");
    background-size: 85% auto;
    background-repeat: no-repeat;
    background-position: bottom
}

#home-refer .btn.downline {
    background-image: url("../../img/78dd083c836666801e528.png");
    background-size: 85% auto;
    background-repeat: no-repeat;
    background-position: bottom
}

#home-refer .copy {
    background-image:  url("../../img/5bc6124c83666f9a94f56.png");
    background-size: 85% auto;
    background-repeat: no-repeat;
    background-position: bottom
}

#home-refer .btn.more {
    background-image: url("../../img/c45f515c83666d1dbee80.png");
    background-size: 85% auto;
    background-repeat: no-repeat;
    background-position: bottom
}

/*#home-game a.custom {*/
/*    animation: gameani 1.5s linear infinite*/
/*}*/

@keyframes gameani {
    50% {
        transform: scale(0.90)
    }
}

#home-game .site-tab.selected img.is-selected {
    border-bottom: none;
    padding: 0px 0px 3px 0px;
    /*animation: mymove 0.3s infinite*/
}

@keyframes mymove {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-3px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes movemove {
                      0% {
                          transform: translateY(0)
                      }
                      50% {
                          transform: translateY(-300px)
                      }
                      100% {
                          transform: translateY(300)
                      }
                  }
.sf-hidden {
     display: none !important
 }

img[src="data:,"], source[src="data:,"] {
     display: none !important
 }


#wp-admin-bar-aioseo-main .ab-item {
    display: flex !important;
    align-items: center;
}

#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg {
    height: 21px !important;
}

.description {
    font-size: 14px;
}

.s-block-content {
    height: auto;
    overflow: hidden;
    position: relative;
    max-height: 700px;
}

.show-more {
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
}

.s-block-content.height-auto {
    max-height: none !important;
}

.s-block-content.toggle-active:before {
    display: block;
}

.description td {
    border: solid 0.01rem;
    padding: 0.3rem;
}

.description table {
    margin: 0.7rem 0;
}

.description p {
    padding: 2px 0;
}

.s-block-content:before {
    display: none;
    bottom: 0;
    box-shadow: 0 0 20px 20px #080101;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.s-block-content.toggle-active:before {
    display: block;
}

#seo-block {
    margin-top: 20px;
}

.description h2 {
    padding: 5px 0;
}

.nav_menu {
    margin: 20px;
    line-height: 21px;
}

.gold-button, .ref_button {
    background: linear-gradient(90deg, #f8c110, #dfc167, #f8c110);
    border: 1px solid #a67c00;
    color: #3d2a05;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border-radius: 12px;
    box-shadow: 3px 3px 5px #888888;
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s;
    margin: 10px 0;
}

.gold-button:hover, .ref_button:hover  {
    background: linear-gradient(145deg, #dfc167, #f8c110);
    box-shadow: 2px 2px 4px #555555;
}

.gold-button:active, .ref_button:active  {
    background: linear-gradient(145deg, #a68a27, #f8c110);
    box-shadow: inset 2px 2px 4px #555555;
}

.show-more {
    background: linear-gradient(135deg, #f9d423 0%, #fafafa 100%);
    border: 2px solid #e0a800;
    color: #8a4f01;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.show-more::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) scale(0);
}

.show-more:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.show-more:active {
    background: linear-gradient(135deg, #e0a800 0%, #fafafa 100%);
    box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.2);
}

img.ref_bonus {
    width: 100%;
    margin-top: 15px;
}

a.youtubeblock img {
    width: 100%;
}

.description ol, .description ul{
    padding-left: 18px;
}

@media (max-width: 1400px) {
    #home .box-3-1, #home .box-3-3  {
        width: 350px;
    }
}

@media (max-width: 1200px) {
    .box-3 .blocks {
        display: flex;
        flex-direction: column;
    }

    #home .box-3-1 , #home .box-3-2 , #home .box-3-3 {
        width: 100%;
    }

    #home .box-3-1 {
        order: 1;
        padding: 0 10px 15px;
        border: 0;
    }

    #home .box-3-2 {
        order: 3;
        padding: 0 10px 15px;
    }

    #home .box-3-3 {
        order: 2;
        padding: 0 10px 15px;
        border: 0;
    }

    a.youtubeblock img {
        width: 50%;
        margin: 0 auto;
    }

    #home .box-3-1 .jackpot-wrapper {
        margin-top: 0;
    }

}

@media (max-width: 550px) {
    body.C #home > .A .pinfo .links {
        display: flex;
    }

    #home-game a {
        width: calc(33.3% - 10px);
        padding-top: calc(33.3% - 14px);
    }

    a.youtubeblock img {
        width: 100%;
        margin: 0 auto;
    }

}