.button-register {
    padding: 17px 40px;
    border-radius: 10px;
    border: 0;
    background-color: #deb355;
    letter-spacing: 1.5px;
    font-size: 15px;
    transition: all .3s ease;
    box-shadow: #b7832f 0px 10px 0px 0px;
    color: hsl(0, 0%, 100%);
    margin-bottom: 1rem;
}

.button-register:hover {
    box-shadow: #b7832f 0px 7px 0px 0px;
}

.button-register:active {
    background-color: #deb355;
    /*50, 168, 80*/
    box-shadow: #b7832f 0px 0px 0px 0px;
    transform: translateY(5px);
    transition: 200ms;
}


.button-login {
    padding: 17px 40px;
    border-radius: 10px;
    border: 0;
    background-color: #deb355;
    letter-spacing: 1.5px;
    font-size: 15px;
    transition: all .3s ease;
    box-shadow: #b7832f 0px 10px 0px 0px;
    color: hsl(0, 0%, 100%);
    margin-bottom: 1rem;
}

.button-login:hover {
    box-shadow: #b7832f 0px 7px 0px 0px;
}

.button-login:active {
    background-color: #deb355;
    /*50, 168, 80*/
    box-shadow: #b7832f 0px 0px 0px 0px;
    transform: translateY(5px);
    transition: 200ms;
}


.brands {
    width: 100%;
    padding-top: 0rem;
    padding-bottom: 0rem
}

.brands_slider_container {
    height: 120px;
    border: solid 1px #2f3640 box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 2px;
    background: linear-gradient(90deg,#490609 0,#44262c 49%,#490609);
    background-blend-mode: overlay, normal, normal;
    box-shadow: none;
}

.brands_slider {
    height: 100%;
    margin-top: 10px
}

.brands_item {
    height: 100%
}

.brands_item img {
    max-width: 100%
}

.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.brands_nav i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.brands_nav:hover i {
    color: #999
}

.brands_prev {
    left: 20px
}

.brands_next {
    right: 20px
}

.owl-item {
    background-color: rgba(0,0,0,.8);
	color:#fff;
    height: 6rem;
    border-radius: 5px;
}

.owl-item:hover, .owl-item.active {
    background: linear-gradient(135deg,#150004,#490609 76%);
}

.owl-item span{
	color:#fff;
}

.logo_provider {
    background-image: url(https://files.sitestatic.net/sprites/providers.png?v=15.6);
    width: 100px;
    height: 90px;
    background-repeat: no-repeat;
}

.active .logo_provider_pragmatic-play,
.btn-box:hover .logo_provider_pragmatic-play,
.logo_provider_pragmatic-play,
.logo_provider_pragmatic-play:hover,
.mobile .logo_provider_pragmatic-play {
    background-position: -565px -1317px;
}

.hide {
    white-space: nowrap;
    overflow-x: hidden;
    text-align: center;
    color: #000;
}

.background-game {
    background-color: rgb(51, 49, 49);
}

body {
    background-color: #2f3640
}

@media (max-width: 767px) {
    .hide {
        white-space: nowrap;
        overflow-x: hidden;
        text-align: center;
        font-size: 0.7rem;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .hide {
        white-space: nowrap;
        overflow-x: hidden;
        text-align: center;
        font-size: 0.7rem;
    }
}

.titleProvider {
    font-size: 1.5rem;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: 1rem;
    font-weight: 500;
}

.footerText {
    background-color: #1e1e1e;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

a .hide {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

a .owl-item {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.bg-titleprovider {
    background: #f4f3f1;
    background: linear-gradient(to right, #f4f3f1 0%, #ff3856 100%);
}

.bg-listgame {
    background-color: rgb(217, 217, 217);

}

.card-game {
    background-color: #ffffff;
}

a .persenan {
    color: #000;
}

.card-game .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    transition: opacity 0.15s ease-in;
    opacity: 0;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15)
}

.card-game:hover .cover {
    opacity: 1;
}

.button-play {
    background-color: #ff3856;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button-play,
a {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.button-play,
a:hover {
    color: rgb(255, 255, 255);
}

html {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}


a,
a:active,
a:focus {
    outline: 0;
    text-decoration: none
}

a {
    color: #fff
}

* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin: 0 0 10px
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

.clear {
    clear: both
}

.konten-bola {
    text-align: center
}

.align-middle {
    vertical-align: middle
}

body {
    background-color: #020202
}

.container {
	background-color: #230007;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.marquee-text {
    height: auto;
    display: block;
    line-height: 30px;
    overflow: hidden;
    position: relative
}

.marquee-text div {
    height: auto;
    line-height: 22px;
    font-size: 13px;
    white-space: nowrap;
    color: #fff;
    z-index: 1;
    font-weight: 600;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    animation: marquee 20s linear infinite;
    margin-top: 3px
}

.marquee-text:hover div {
    animation-play-state: paused
}

@keyframes marquee {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    font: 250 22px BebasNeue;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 3px #000;
    letter-spacing: 1px
}

.login-judi {
    background: linear-gradient(to bottom, #fdbf02 0, #774200 100%);
    transition: all .4s
}

.login-judi:hover {
    opacity: .7
}

.daftar-judi {
    background: linear-gradient(to bottom, #774200 0, #fdbf02 100%);
    animation: blinking 0.5s infinite;
    transition: all .4s
}

@keyframes blinking {
    0% {
        border: 5px solid #ffffff
    }

    100% {
        border: 5px solid #a88030;
    }
}

.bola-casino {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.anim {
    animation: blinkings 1s infinite
}

@keyframes blinkings {
    0% {
        border: 2px solid #fff
    }

    100% {
        border: 2px solid #fdbf02
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.p-0 {
    padding: 0
}

.col-md-12,
.col-md-4,
.col-md-6,
.col-md-8,
.col-xs-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-6 {
    float: left;
    width: 50%
}

@media (min-width:768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }

    .order-first {
        -ms-flex-order: -1;
        order: -1
    }

    .logomobi {
        display: none
    }

    .logform {
        padding-top: 2rem
    }

    .nopadding {
        padding: 0
    }
}

@media (max-width:768px) {
    .logo {
        display: none
    }

    .navbar {
        position: fixed
    }

    .border-bt {
        border-bottom: 1px solid #fdbf02;
        border-top: 1px solid #fdbf02;
        padding: 5px 15px
    }
}

.pt-1,
.py-1 {
    padding-top: .25rem
}

.pb-1,
.py-1 {
    padding-bottom: .25rem
}

.pt-2,
.py-2 {
    padding-top: .5rem
}

.pb-2,
.py-2 {
    padding-bottom: .5rem
}

.mt-2,
.my-2 {
    margin-top: .5rem
}

.mb-2,
.my-2 {
    margin-bottom: .5rem
}

.bartender,
.my-3 {
    margin-top: .75rem
}

.mb-3,
.my-3 {
    margin-bottom: .75rem
}

.mt-4 {
    margin-top: 1.1rem
}

.mt-5,
.my-5 {
    margin-top: 2rem
}

.mb-5,
.my-5 {
    margin-bottom: 2rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.mx-5 {
    margin-left: .75rem;
    margin-right: .75rem
}

.pt-3 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 2rem
}

.navbar {
    background-color: #000;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    float: left;
    padding: 5px
}

.bg-blue {
    background-color: #020202
}

.bottom {
    float: left;
    width: 100%
}

.konten {
    color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    box-shadow: 0 0 10px 6px #a88030;
}

.konten h1 {
    font-size: 1.5em
}

.konten h2 {
    font-size: 1.3em
}

.konten h3 {
    font-size: 1.1em
}

.konten p {
    font-size: 1em
}

.konten a {
    color: #fdbf02
}

.list {
    margin-bottom: 1rem
}

.kolongramen {
    text-decoration: none;
    color: #fff
}

.kolongramen a {
    color: #fdbf02
}

.slide {
    width: 100%;
    max-height: 285px;
    border: 2px solid #a88030;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 #a88030;
}

.lc-atribut {
    border: 2px solid #a88030;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 #a88030
}

ul {
    color: #fff;
    text-align: left
}

.faq-label {
    display: flex;
    font-size: 1.5em;
    justify-content: space-between;
    padding: 1em;
    margin: 12px 0 0;
    background: #0095ff
}

.faq-answer {
    padding: 1em;
    font-size: 1.19em;
    color: #fff;
    text-align: justify;
    background: #212121;
    transition: all .35s
}

.qiuonline {
    text-align: center;
    font-size: 1.5em;
    justify-content: space-between;
    padding: 1em;
    margin: 12px 0 0;
    background: #fdbf02
}

.list {
    margin-bottom: 1rem
}

.silau {
    border-radius: 10px;
    box-shadow: 0 0 10px 2px #965800;
    animation: blinking 0.3s infinite;
    transition: all .1s
}
}

.silau:hover {
    opacity: 1
}

.tengah {
    width: 40%;
    margin: auto;
}

.table-dark {
    color: #fff;
    background-color: #230007
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    text-transform: uppercase;
    border-color: #454d55;
    text-align: center;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    vertical-align: middle
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

.table-responsive {
    width: 100%;
    padding: 0;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive a {
    text-decoration: none
}

.table-responsive a:hover {
    text-decoration: none
}

.table-dark td {
    vertical-align: middle
}

.d-none {
    display: none
}

@media (min-width:576px) {
    .d-sm-table-cell {
        display: table-cell
    }
}

.button {
    background-color: #1c87c9;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
}

@keyframes glowing {
    0% {
        background-color: #a88030;
        box-shadow: 0 0 3px #a88030;
    }

    50% {
        background-color: #ba9824;
        box-shadow: 0 0 10px #ba9824;
    }

    100% {
        background-color: #a88030;
        box-shadow: 0 0 3px #a88030;
    }
}

.button {
    animation: glowing 500ms infinite;
}

.button:hover {
    color: ;
    font-weight: 700;
    text-decoration: none;
    background: rgb(255 198 0);
    cursor: pointer;
    box-shadow: 0 4px 17px rgba(255, 198, 0, .58);
    transform: translate3d(0, -2px, 0);
    border: 2px solid;
}

.button:active {
    box-shadow: 0 1px 1px 0 rgba(255, 198, 0, .58);
    transform: translate3d(0, 1px, 0)
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {

    *,
    :after,
    :before {
        color: #000;
        text-shadow: none;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .table {
        border-collapse: collapse
    }

    .table td,
    .table th {
        background-color: #fff
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>thead>tr>th {
    padding: 18px 0;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #5A5A5A;
    vertical-align: middle
}

.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fdbf02
}

.table-hover>tbody>tr:hover {
    background-color: #fdbf02
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #5A5A5A
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td {
        border-bottom: 0
    }
}

.table-head {
    text-align: center;
    background: linear-gradient(90deg,#490609 0,#44262c 49%,#490609);
}

.list {
    margin-bottom: 1rem
}

.text-center {
    text-align: center
}

p#breadcrumbs {
    color: #fff;
    text-align: center
}

.konten ul li {
    list-style-type: square
}

.konten li {
    margin: 5px 30px 10px;
    text-align: justify;
    color: #fff
}

table.Toto Togel td,
table.Toto Togel th {
    border: 3px solid #fff;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

table.Toto Togel tbody td {
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

table.Toto Togel thead {
    background: #fdbf02;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

table.Toto Togel thead th {
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.menu-bottom {
    display: none;
    height: 63px;
    width: 100vw;
    position: fixed;
    bottom: 0;
    background: #5A5A5A;
}

.sub-menu-bottom {
    width: 25vw;
    height: 100%;
    float: left;
}

.sub-menu-bottom:hover {
    background: #ffbc00;
}

.icon-menu {
    width: 4vw;
    height: auto;
    margin: 8px;
}

.text-menu {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    color: white;
}

@media (max-width: 992px) {
    .menu-bottom {
        display: block;
    }
}

@media (min-width: 768px) {
    .menu-bottom {
        height: 82px;
    }
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  bottom: 0;
  top: 0;
}
.inset-0,
.inset-x-0 {
  left: 0;
  right: 0;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.right-0 {
  right: 0;
}
.bottom-4 {
  bottom: 1rem;
}
.left-4 {
  right: 1rem;
}
.z-30 {
  z-index: 30;
}
.z-10 {
  z-index: 10;
}
.z-0 {
  z-index: 0;
}
.order-3 {
  order: 3;
}
.order-2 {
  order: 2;
}
.m-0 {
  margin: 0;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-my-2 {
  margin-bottom: -0.5rem;
  margin-top: -0.5rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.-ml-5 {
  margin-left: -1.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(218 176 102 / var(--tw-bg-opacity));
}
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.slot .content {
    float: none;
    width: 100%;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #00051b;
    border: 5px solid #9670db;
}