.game-box{
    border: 2px solid #ff7695;
}

.messagebleft-container {
    transition: all 500ms ease;
    transition-property: top, right, bottom, left, opacity;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    min-height: 14px;
    background-color: #070b0e;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    line-height: 22px;
    padding: 12px 18px;
    bottom: -100px;
    top: -100px;
    opacity: 0;
    z-index: 5;
}

.messagebleft-container .action {
    background: inherit;
    display: inline-block;
    font-size: inherit;
    text-transform: uppercase;
    color: #4caf50;
    margin: 0 0 0 24px;
    padding: 0;
    min-width: min-content;
    cursor: pointer;
}

.messagebleft-pos.bottom-left {
    top: auto !important;
    bottom: 6.5vh;
    left: 0;
}

@media(min-width:640px) {
    .messagebleft-container {
        min-width: 288px;
        max-width: 568px;
        display: inline-flex;
        border-radius: 2px;
        margin: 24px;
    }
}

@media only screen and (max-width:768px) {
    .messagebleft-pos.bottom-left {
        right: 0 !important;
        left: auto !important;
        width: 100% !important;
    }
}

@media only screen and (max-width:768px) {
    .navbar-grid>li {
        width: 20% !important
    }

    @keyframes mymove {
        0% {
            background-color: #0070a4;
        }

        100% {
            background-color: #000;
        }
    }

    @keyframes tada {

        0%,
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }

        10%,
        20% {
            -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
        }

        30%,
        50%,
        70%,
        90% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
        }

        40%,
        60%,
        80% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
        }
    }

    .tada {
        animation: tada 1.5s infinite, mymove 0.7s infinite;
    }
}

html,
body {
    background-color: #000 !important;
    color: #fff !important;
}

.bank-info {
    background-color: #9353db;
}

#page-content-wrapper>div>div>ul:first-child {
    background-color: #E9ECEF;
}

h5.game-title {
    background-color: #000;
    color: #fff;
}

#slot-games-wrapper .game-title-slots {
    color: #fff !important;
}

div.game-box img[src*="idnlive"] {
    object-fit: cover;
}

div.tab-pane span,
div.tab-pane div,
div.tab-pane p,
div.tab-pane strong {
    background: none !important;
    color: #fff !important;
}

div.tab-pane table,
div.tab-pane table td,
div.panel table,
div.panel table td {
    background: none !important;
}

div.tab-pane table td,
div.panel table td {
    border: 1px solid #fff !important;
}

div.panel {
    background-color: #111 !important;
}

div.panel span,
div.panel div,
div.panel p,
div.panel strong {
    background: none !important;
    color: #fff !important;
}

div.panel-heading {
    border: 1px solid #491F71 !important;
    background: #000 !important;
}

form table td,
form table span {
    color: #fff !important;
}

table.table-history>tbody>tr {
    background: none !important;
}

div.slots-bg-container-popular {
    display: none;
}

a {
    transition: all linear 200ms !important;
}

#loginLabel {
    color: #000 !important;
}

div#slot-games-wrapper {
    background-color: black;
}

#pola-modal {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
}

#pola-modal>div {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    width: 90%;
    max-width: 500px;
    overflow: hidden;
}

#pola-modal>div>h3 {
    background: linear-gradient(to bottom, #fffea6, #8f702f);
    margin-bottom: 0;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

#pola-modal>div>div {
    padding: 20px;
}

#pola-modal>div>div>img {
    width: 100%;
    margin-bottom: 10px;
}

#pola-modal>div>div>table {
    width: 100%;
    border-collapse: collapse;
}

#pola-modal>div>div>table td {
    border: 1px solid #000;
    padding: 8px;
    font-size: 12px;
}

#pola-modal>div>div>table td:first-child {
    width: 30%;
    font-weight: 700;
}

#pola-modal>div>div>table td:last-child {
    font-family: monospace;
}

#pola-modal>div>div>button {
    cursor: pointer;
    display: block;
    background-color: #0073a8;
    color: #fff;
    border: none;
    border-radius: 2px;
    margin: 10px auto 0 auto;
    padding: 6px 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 1px 1px rgba(0, 0, 0, .075);
    text-transform: uppercase;
}


div.rtp-bar {
    background-color: #E9ECEF;
    width: calc(100% - 10px);
    height: 20px;
    margin: 5px auto;
    overflow: hidden;
  }

  div.rtp-bar>div {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    --bs-bg-opacity: 1;
    height: 100%;
    animation: 1s linear infinite progress-bar-stripes;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  div.rtp-bar>div>div {
    color: #fff;
    font-weight: 700;
  }

  button.rtp-button {
    display: block;
    background-color: #0073a8;
    color: #fff;
    border: none;
    border-radius: 2px;
    width: calc(100% - 10px);
    margin: 0 auto 10px auto;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 1px 1px rgba(0, 0, 0, .075);
  }

  @media screen and (min-width: 768px) {
    div.rtp-bar {
      margin-top: 0 !important;
      margin-bottom: 10px !important;
    }

    .game-box-glow-in-purple {
      display: none;
    }
  }

  .fixed-left {
    position: fixed;
    z-index: 99;
    bottom: 15vh;
    left: -10px;
    width: 85px;
    padding: 15px 15px 15px 20px;
    background-color: #262626;
    border-radius: 10px;
    border: 3px solid hsla(49, 100%, 50%);
    transition: .5s ease-in-out
}

.fixed-left a,
main {
    display: block
}

.fixed-img-100,
.fixed-div,
.fixed-wa {
    width: 100%;
}

.fixed-div {
    margin-bottom: 10px;
    /* Properti margin-bottom untuk menambahkan jarak */
}

.fixed-div .animated,
.fixed-wa .animated {
    -webkit-animation: 1s ease-in-out infinite alternate;
    animation: 1s ease-in-out infinite alternate
}

.fixed-arrow {
    position: absolute;
    right: -25px;
    top: 10px;
    bottom: 10px;
    background-color: hsla(49, 100%, 50%);
    width: 25px;
    border-radius: 0 10px 10px 0;
    cursor: pointer
}

.vertical-align-center {
    align-items: center
}

.dflex {
    display: flex !important
}

.justify-content-center {
    justify-content: center !important
}

.fixed-arrow img {
    transform: rotate(270deg);
    filter: invert(1)
}

.img-xxs {
    height: 20px
}

@media (max-width:1366px) {
    .img-xxs {
        height: 15px
    }
}

.fixed-left.nganu {
    left: -85px
}

.linkalte {
    color: black;
    text-decoration: none;
}

.linkalte:visited {
    color: #e6bf44;
}

.linkalte:hover {
    color: rgb(113, 113, 113);
}

.linkalte {
    text-decoration: none;
    color: #FFFFFF;
    font-family: arial;
    font-weight: bold;
}

#fl_menu {
    position: fixed;
    top: 50px;
    right: 0px;
    z-index: 9999;
    width: 180px;
    height: 42px;
    display: block;
    overflow: visible;
    -webkit-transition: height 0.5s;
}

#fl_menu:hover {
    height: 190px;
}

.menuaa {
    width: 182px;
    background: rgba(0, 0, 0, 0.6);
}

.menu_item {
    display: block;
    background: rgba(224, 224, 224, 0);
    color: #003300;
    border-top: 0px ;
    border-color: #ff7695;
    padding: 8px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    width: 201px;
    border-bottom: 1px #FFFFFF solid;
    padding: 10px;
}

.menu_item:hover {
    background: rgb(224 220 133 / 50%);
    text-decoration: none;
    color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    #fl_menu {
        display: none;
    }
}

footer#footer .footer-main .widget a:hover {
    color: #f7fafc;
    text-shadow: 0px 0px 8px rgb(234 232 108);
}

.menuaa table,
.menuaa table tbody tr td {
    border: 0px;
}

img.responsive-image.game-image {
    border: 2px solid #ff7695;
}

.forms {
    color: #c3c3c3 !important;
}

.tabs .nav-tabs,
.nav-tabs {
    background-color: #0092b1 !important;
}

.modal-header > button{
    z-index: 999;
    right: 0.5rem;
    top: 0.5rem;
}

.account-note{
    color: #ffe832;
    font-size: 1.2em;
}

.progresif-jackpot {
    font-size: 1.6em;
    font-weight: bold;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    color: rgb(255, 255, 255);
    background: url(https://blogger.googleusercontent.com/img/a/AVvXsEj9TFS-Cik2X1d5pCnM7HE0d3kgNV_xppcSjMzr9guoxFMDCIHNu1GXCenupNKfnRvS_Qj-pHwUxXb5sfgFLLHR5xO5HQIi3jEdsQEV5pYM2-J9vieTqDEJtre5cupCCx0S2r74JxHr9H-vfh3EvCrml6vIOh9bUrqEaBJnqEcvnB1-dNLOQaO62lHhdb8) center;
    background-size: 100%;
    width: 100%;
    margin: 10px auto;
}

.slider-hotgames {
    width: 85%;
    margin: 0 auto;
}

.slick-slide img {
    max-width: 32vw;
    width: 100%;
    padding: 1vw;
}

.slick-dots {
    display: none !important;
}

.slick-dotted.slick-slider {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.col.apkTitle {
    font-weight: bold;
    color: #f5cc00;
    margin-bottom: 0.5vh;
    font-size: 1.2em;
}

.col.apkDesc {
    font-size: 0.8em;
}