.game-box{
    border: 2px solid #d9aa0c;
}

.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: #d9aa0c;
}

#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;
    }
  }