html, body {
    font-size: 13px;
    font-family: "Bitter",sans-serif;
}
.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 75px !important;
    padding: 10px;
    background: #630c16 !important;
    background-size: cover;
    border: 1px solid #c7192d;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
  }
body {
    background: #d1d2d4;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
header {
    height: 100px;
    max-width: 1000px;
    background: #000;
    margin: 0 auto;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border: 1px solid #c7192d;
}  
a {
    color: #fff;
    text-decoration: none;
}
a:hover {color: #debc01}

.bg-1{background: rgb(0 0 0 / 80%)}
.text-justify {
    text-align: justify;
}
.web-logo {
    width: 100%;
    max-width: 250px;
}

.marquee-container {
            margin: 0 auto;
            display: flex;
            align-items: center;
        }
        .marquee-container .bi-megaphone {
            margin-left: 5px;
            font-size: 25px;
            vertical-align:middle;
        }
        .marquee-text {
            flex-grow: 1;
            overflow: hidden;
            white-space: nowrap;
        }
        .marquee-text marquee {
            font-weight: normal;
            font-size: 20px;
            display: inline-block;
            vertical-align:middle;
        }
.wrapper {
    background: black;
}    
.card-game {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0;
}

i.icon {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.bi-person-plus-fill {
    margin-right: 0.5rem;
}
.btn-regis {
    background: linear-gradient(180deg, #FFD700, #FFA500);
    color: black;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 15px;
    border-radius: 2px;
    box-shadow: inset 0 -4px 0 #003354;;
}
.btn-regis:hover {
    color: #ffffff;
    background: #b3001f;
}
.menu-items {
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center;
    color: black;
    border: 0;
    border-radius: 0;
    font-weight: bold;
}
.menu-items img {
    max-width: 50px;
}
.menu-items.active {
    color: #f8ff00;
}
.menu-items span {
    white-space: nowrap;
    margin-top: 5px;
    font-size: 12px;
}
.btn.menu-items:active, .btn.menu-items:focus, .btn.menu-items:hover {
    border: 0;
    box-shadow: none;
    color: black;
}
.marquee-text {
    background: linear-gradient(180deg, #fff, #a1a5aa);
    color: black; 
    padding-top: 5px;
    font-size: 13px;
    border: 2px solid #ff3f4a;
    border-radius: 5px;
    font-weight: bold;
}
.rtp-bg {
    background: #01111c;
    border-radius: 5px;
}
.list-provider {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.provider-menu{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border: 2px solid #d1d3d4;
    border-radius: 5px;
    background: #3e0303;
}  

.provider-item {
    width: 100%;
    text-align: inherit;
    position: relative;
    display: block;
    padding: 0 0 1rem 0;
    color: #212529;
    text-decoration: none;
}
.provider-thumbnail {
    margin: 0;
    width: 200px;
}
.provider-item span {
    margin-left: 0.5rem;
    font-weight: 500;
    font-size: 13px;
}
.provider-item a:hover {
    color: #fff;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.provider-item a {
    background: #c21500;
    background: -webkit-linear-gradient(180deg, #2a2a72 25%, #009FFD 25%, #c21500 25%, #ffc500 25%);
    background: linear-gradient(180deg, #2a2a72 25%, #009FFD 25%, #c21500 25%, #ffc500 25%);
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 7px;
    border-radius: 4px;
}
.provider-item.active a {
    background: #7b4397;
    background: linear-gradient(180deg, #FFD700, #FFA500);
    border: none;
    color: #fff;
}
.rtp-wrapper {
    margin-bottom: 15px;
}
.rtp-header {
    background: linear-gradient(180deg, #fff, #a1a5aa);
    color: #fff;
    border: 2px solid #fe3c43;
    border-radius: 5px;
}
.rtp-header p {
    margin: 0;
    color: white;
    font-size: 12px;
}
.card-title {
    color: black !important;
    font-size: 1rem !important;
    width: 100% !important;
}
.prediksi-title {
    color: black;
}
.card.card-game {
    background: linear-gradient(180deg, #fff, #a1a5aa);
    border-radius: 7px; 
    display: block;
    position: relative;
    min-height: 100px;
    padding: 7px;
    border: 2px solid #fe3c43;
}
.card.card-prediksi {
    background: #111111;
    border: 1px solid #FFD700;
    border-radius: 7px;
    display: block;
    position: relative;
    min-height: 100px;
    padding: 7px;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 100%;
}
.card.card-game .game-link {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 110px;
    width: auto;
    height: auto;
}
.card.card-prediksi .prediksi-link {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10px;
    width: auto;
    height: auto;
}
.card.card-game:hover .game-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.card.card-prediksi:hover .prediksi-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.card.card-game:hover .game-item-img{
    transform: scale(1.10) rotate(0deg);
    filter: brightness(80%);
}
.card.card-prediksi:hover .game-item-img{
    transform: scale(1.10) rotate(0deg);
    filter: brightness(80%);
}
.card.card-game .game-item-img{
    transition: all 500ms ease 0s;
}
.card.card-prediksi .game-item-img{
    transition: all 500ms ease 0s;
}

.card-game span {
    display: block;
    color: #fff;
    text-transform: capitalize;
    width: 90%;
    margin: 0 auto;
    font-size: .85rem;
    line-height: 1.8;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}
.btn-flex {
    color: black;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 0;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(180deg, #FFD700, #FFA500);
}
.btn-flex:hover {
    color: black;
    background: linear-gradient(180DEG, #FFA500, #FFD700);
}
.btn-game {
    padding: 5px 11px;
    color: black;
    background: linear-gradient(180deg, #FFD700, #FFA500);
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
}
.btn-game:hover {
    color: black;
    background: linear-gradient(180DEG, #FFA500, #FFD700);
}
.btn-login {
    border-radius: 0;
    line-height: 1.1;
    font-size: 16px;
}
.btn-login small, .btn-login span{
    text-transform: uppercase;
    background-image: linear-gradient(180deg, #FFD700, #FFA500);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    font-weight: 900;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}
.adv {
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: repeat(2,minmax(0,1fr));
    font-size: 16px;
}
.blink_me {
        animation: blinker 1s ease-in-out infinite;
    }

    @keyframes blinker {
        0%, 100% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
    }

input#search {
    background: #fff;
    color: black;
    border-radius: 4px;
    width: 100%;
    outline: none;
    border: none;
    font-size: 12px;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.card-provider {
    position: relative;
    width: 100%;
    max-width: 100px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    margin: 0 auto;
    padding: 5px;
}
.card-provider img {
    width: 100%;
}
.card-deck {
    display: grid;
    grid-gap: 0.8rem;
    grid-template-columns: repeat(4,minmax(0,1fr));
    align-items: center;
    justify-content: space-between;
}
.game-item {
    height: 0;
    position: relative;
    padding-bottom: 66.44186%;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}
.game-item-img {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 500ms ease 0s;
}

.item {
    border-radius: 4px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    background: linear-gradient(180deg, #FFD700, #FFA500);
}
.carousel-game {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.carousel-game .active, .item:hover {
    background: #004d66;
}
.carousel-game .active span {
    color:#debc01;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    display: none;
}
#owl-game {
    flex: 1 0 auto;
    width: 50%;
    margin: 0 auto;
}
.rtp-header-title h4 {
    color: black;
    font-weight: bold;
    line-height: 1;
}
.rtp-header-search {
    border:1px solid black;
    border-radius: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #c8c8c8;
    line-height: 2;
}
.card.card-game .card-body .game-link {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.56);
}

.card.card-game .card-body .prediksi-link {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.56);
}

.card.card-game .card-body:hover .game-link {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.card.card-game .card-body:hover .prediksi-link {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.label-hot {
    position: absolute;
}

.percent {
    height: 18px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    background: rgb(255, 255, 255);
    border-radius: 0 0 7px 7px;
    position: relative;
}
.percent p {
    margin-top: .15rem;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    transform: translateY(7px);
    color: white;
    text-shadow: -1px -1px 3px #000, 1px -1px 3px #000, -1px 1px 3px #000, 1px 1px 3px #000;
}
.percent-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgb(0 0 0 / 10%)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgb(0 0 0 / 10%)), color-stop(.75, rgb(0 0 0 / 10%)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgb(0 0 0 / 10%) 25%, transparent 25%, transparent 50%, rgb(0 0 0 / 10%) 50%, rgb(0 0 0 / 10%) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgb(0 0 0 / 10%) 25%, transparent 25%, transparent 50%, rgb(0 0 0 / 10%) 50%, rgb(0 0 0 / 10%) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgb(0 0 0 / 10%) 25%, transparent 25%, transparent 50%, rgb(0 0 0 / 10%) 50%, rgb(0 0 0 / 10%) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgb(0 0 0 / 10%) 25%, transparent 25%, transparent 50%, rgb(0 0 0 / 10%) 50%, rgb(0 0 0 / 10%) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgb(0 0 0 / 10%) 25%, transparent 25%, transparent 50%, rgba(0 0 0 / 10%) 50%, rgba(0 0 0 / 10%) 75%, transparent 75%, transparent);
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
}
.yellow {
    background-color: #fdd500;
}
.green {
    background-color: #10c901;
}
.red {
    background-color: #d1232d;
}

.jam {
    background: #000;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 1px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.pola {
    background :#000;
    color: #f1f1f1;
    font-weight: bold;
    text-align: center;
    padding: 1px;
    border-radius: 4px;
    margin-bottom: 0px;
}

.space .pola1, .space .pola2, .space .pola3 {
    display: none;
}

.pola p{
    margin: 0.5rem;
    font-size: 16px;
}

.jamgacor {
    display:none;
}
.jamgacor h5 {
    font-size: 10px;
}
.jam h5 {
    font-size: 0.9em;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    width: 90%;
    margin: 5px auto;
    padding-bottom: 3px;
}

.footer {
    color: white;
    background-color: #550505;
    text-align: center;
    margin-top : 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.footer p {
    margin-top : 10px !important;
    margin-bottom : 10px !important;
}

.fixed-footer {
            display: flex;
            justify-content: space-around;
            position: fixed;
            background: linear-gradient(180deg, #fff, #a1a5aa);
            border-top: 2px solid #fe3c43;
            padding: 5px 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 99;
        }

        .fixed-footer a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: black;
            max-width: 180px;
            height:50px;
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .fixed-footer .center {
            transform: scale(1.5) translateY(-5px);
            background: center no-repeat;
            background-size: contain;
            background-color: inherit;
            border-radius: 50%;
        }

        .fixed-footer img {
            max-width: 25%;
            margin-top: 15px;
            margin-bottom: 0px;
        }
        
        .table-responsive {
            min-height: .01%;
            overflow-x: auto;
        }

        .table {
            width: 100%;
            border-collapse: collapse;
            border-spacing: 0;
        }
        
        .title-prediction {
            color: #FFD700;
            font-weight:bold;
            font-size:14px;
        }
        
        .table td,
        .table th {
            background-color: #333333;
            border: 1px solid gray;
            color: white;
            font-family: sans-serif;
            font-size: 100%;
            padding: 10px;
            font-weight:bold;
        }
        
        .table tr:nth-child(even) td {
            background-color: #1c1c1c;
        }

        .table th {
            background: linear-gradient(180deg, #FFD700, #FFA500);
            color: black;
            font-size: 100%;
        }

        .table tr.even:hover td,
        .table tr:hover td {
            color: black;
            background-color: white;
            font-weight:bold;
        }
            
.menu-container {
    background: linear-gradient(180deg, #00b5ad 40%, #004d66 100%);
} 
.bandar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-bandar {
    flex: 1;
    color:#00b5ad;
    font-size:20px;
    margin:10px;
    font-weight:bold;
}
.rating-bandar {
    display: flex;
    color:#FFD700;
    font-size:20px;
    margin:10px;
}
.description-bandar {
    color:white;
    font-size:16px;
    margin:10px;
}
.banner-bandar {
    margin:10px;
}
.banner-bandar img {
    border: 2px solid #00b5ad;
    border-radius: 10px;
    max-width:100%;
}
.action-bandar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.action-bandar .button {
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    font-weight:bold;
    text-decoration: none;
    color: lightgrey;
    background: linear-gradient(180deg, #9b0e12, #7f0a0e);
    border: 1px solid #101012;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.action-bandar .button:hover {
    color: white;
    background: linear-gradient(180deg, #7f0a0e, #9b0e12);
} 
.subrating-container {
    margin:0px;
    padding:0px;
}
.subrating-bandar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subrating-name {
    flex: 1;
    color:white;
    font-size:18px;
    margin-left:10px;
}
.subrating-score {
    display: flex;
    color:#FFD700;
    font-size:18px;
    margin-right:10px;
}
.subrating-row {
    display: flex;
    justify-content: space-between;
}
.tips-bermain {
    text-align: center;
    color:white;
    font-size: 16px;
    margin-top: 20px;
}

.tips-bermain h2{
    text-align: center;
    font-weight: bold;
    color:#00fff2;
    font-size: 20px;
}

.tips-bermain h3{
    text-align: center;
    font-weight: bold;
    color:#00fff2;
    font-size: 18px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: none;
}

.modal-content {
  background-color: transparent !important;
  border: 3px solid #FFDA700 ;
  margin: 15% auto;
  padding: 20px;
  width: 100%;
  justify-content: center; 
  align-items: center;
}

.tutupprediksi {
  color: maroon;
  position: absolute; 
  top: 10px; 
  right: 20px; 
  font-size: 30px; 
  font-weight: bold;
}

.tutupprediksi:hover,
.tutupprediksi:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

.prediction {
  background-color:black;
  color: #FFD700;
  margin: 20px;
  padding: 20px;
  border: 1px solid #FFD700;
  border-radius:5px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
@-webkit-keyframes animate-stripes { 
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
    }
@-moz-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@media (max-width: 1200px){
    .card-deck {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}
@media (max-width: 992px) {
    .card-deck {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}
@media (min-width: 576px) {
    .text-xs-left {
        text-align: left;
    }
}
@media (max-width: 576px) {
    .card-deck {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .pola p {
        font-size: 12px;
    }
}
@media (min-width: 993px) {
    .modal .modal-dialog .modal-content {
        max-width: 600px;
        margin: 0 auto;
    }
    .tutupprediksi {
    font-size: 25px; 
    right: 10px; 
  }
    .table-responsive {
                width: 100%;
                margin-bottom: 15px;
                overflow-y: hidden;
                -ms-overflow-style: -ms-autohiding-scrollbar
            }

            .table-responsive>.table {
                margin-bottom: 0
            }

            .table-responsive>.table>tbody>tr>td,
            .table-responsive>.table>tbody>tr>th,
            .table-responsive>.table>tfoot>tr>td,
            .table-responsive>.table>tfoot>tr>th,
            .table-responsive>.table>thead>tr>td,
            .table-responsive>.table>thead>tr>th {
                white-space: nowrap
            }
        }

        .table-layout {
            margin-top: 20px;
            margin-bottom: 25px
        }

        .table-title {
            background-color: #E7CEA6;
            padding: 5px
        }

        .table-session {
            background-color: #F4F2DE;
            padding: 5px
        }