@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

/**** begin custom colors ****/
:root {
    --color-1: #000000;
    --color-2: #1a1a1a;
    --color-3: #2b2b2b;
    --color-4: #6e0202;
    --color-5: #af0202;
    --color-6: #ff0000;
    --color-7: #6f3a04;
    --color-8: #f2e357;
    --color-9: #fdfcb1;

    --gradient-1: linear-gradient(to bottom, var(--color-3), var(--color-1)) !important;
    --gradient-2: linear-gradient(to bottom, var(--color-6), var(--color-4), var(--color-5), var(--color-6)) !important;
    --gradient-3: linear-gradient(to bottom, var(--color-8), var(--color-9), var(--color-7), var(--color-8)) !important;
}
/**** endof custom colors ****/



/**** begin custom background colors ****/
.bg-color-1 { background-color: var(--color-1) !important; }
.bg-color-2 { background-color: var(--color-2) !important; }
.bg-color-3 { background-color: var(--color-3) !important; }
.bg-color-4 { background-color: var(--color-4) !important; }
.bg-color-5 { background-color: var(--color-5) !important; }
.bg-color-6 { background-color: var(--color-6) !important; }
.bg-color-7 { background-color: var(--color-7) !important; }
.bg-color-8 { background-color: var(--color-8) !important; }
.bg-color-9 { background-color: var(--color-9) !important; }

.bg-black { background-color: #000000 !important; }

.bg-gradient-1 { background-image: var(--gradient-1) !important; }
.bg-gradient-2 { background-image: var(--gradient-2) !important; }
.bg-gradient-3 { background-image: var(--gradient-3) !important; }
/**** endof custom background colors ****/



/**** begin custom button colors ****/
/**** endof custom button colors ****/



/**** begin custom text colors ****/
/**** endof custom text colors ****/



/**** begin custom rtp-slot colors ****/
.yellow{
    background-color: #ffc107;
}
.green{
    background-color: #28a745;
}
.red{
    background-color: #dc3545;
}
/**** endof custom rtp-slot colors ****/

/**** begin default style ****/
* {
    font-family: 'Rajdhani', sans-serif;
}

body {
    background-color: var(--color-1);
}

button, button:focus, button:hover {
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}
.btn {
    border: 0 !important;
}
.btn.btn-custom, .btn.btn-custom:focus, .btn.btn-custom:hover {
    padding: 6px 18px;
    background-color: var(--color-3);
    box-shadow: none !important;
    border-radius: 50px;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    outline: 0 !important;
}

hr.border-dashed {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-width: 3px;
    border-style: dashed;
}

header {
    display: block;
    position: relative;
    border-bottom: 5px solid var(--color-3);
}
header .logo-wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 250px;
}
header .logo-wrapper img {
    display: block;
    position: relative;
    width: 100%;
}
header .navbar-header .navbar-nav {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}
header .navbar-header .navbar-nav > .nav-item {
    padding: 0 5px;
    flex-basis: 50%;
    max-width: 50%;
}
header .navbar-header .navbar-nav > .nav-item > .nav-link {
    margin-bottom: 10px;
    padding: 0;
    background-color: var(--color-8);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    color: var(--color-7);
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}
header .navbar-header .navbar-nav > .nav-item.active > .nav-link {
    background-image: var(--gradient-2);
    color: var(--color-9);
}
header .navbar-header .navbar-nav > .nav-item.btn-login > .nav-link,
header .navbar-header .navbar-nav > .nav-item.btn-daftar > .nav-link {
    margin-bottom: 10px;
    padding: 0;
    min-width: 120px;
    background-image: linear-gradient(to bottom, var(--color-6), var(--color-5));
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    color: var(--color-9);
    font-size: 20px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}
header .navbar-header .navbar-nav > .nav-item:last-child > .nav-link {
    margin-bottom: 0;
    box-shadow: none !important;
}
header .navbar-header .navbar-nav > .nav-item > .dropdown-menu {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding: 10px;
    background-color: var(--color-3);
    border-radius: 12px;
    overflow-y: auto;
}
header .navbar-header .navbar-nav > .nav-item > .dropdown-menu > .nav-item {
    margin-bottom: 10px;
}
header .navbar-header .navbar-nav > .nav-item > .dropdown-menu > .nav-item:last-child {
    margin-bottom: 0;
}
header .navbar-header .navbar-nav > .nav-item > .dropdown-menu > .nav-item > .dropdown-item {
    padding: 0;
    background-color: var(--color-8);
    border-radius: 10px;
    color: var(--color-7);
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}
header .navbar-header .navbar-nav > .nav-item > .dropdown-menu > .nav-item.active > .dropdown-item {
    background-image: var(--gradient-2);
    color: var(--color-9);
}

section {
    display: block;
    position: relative;
}
section.content-wrapper h1,
section.page-wrapper h1,
section.content-wrapper h2,
section.page-wrapper h2,
section.content-wrapper h3,
section.page-wrapper h3,
section.content-wrapper h4,
section.page-wrapper h4,
section.content-wrapper h5,
section.page-wrapper h5,
section.content-wrapper h6,
section.page-wrapper h6 {
    color: var(--color-6);
    font-weight: 900 !important;
}
section.content-wrapper a,
section.page-wrapper a {
    color: var(--color-8);
}
section.content-wrapper .content,
section.page-wrapper .content {
    display: block;
    position: relative;
}
section img {
    max-width: 100% !important;
}
section .page-title {
    position: relative;
    margin: 0;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    font-weight: 900 !important;
}
section .page-title::before {
    content: "";
    position: absolute;
    margin: 0 auto;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 100px;
    height: auto;
    border-bottom: 2px solid var(--white);
}
section .result-container {
    display: block;
    position: relative;
}

footer {
    display: block;
    position: relative;
}
footer .text-copyright a {
    color: var(--white) !important;
    font-weight: 900 !important;
}

table tr td {
    vertical-align: middle !important;
}
/**** endof default style ****/



/**** begin custom class ****/
.aligncenter {
    margin: 0 auto;
    display: block;
}

.line-height-small {
    line-height: 1 !important;
}
.line-height-normal {
    line-height: 1.25 !important;
}
/**** endof custom class ****/

/**** begin rtp-slot style ****/
.card.card-list-provider {
    display: block;
    position: relative;
    border-radius: 12px;
}
.card.card-list-provider > .card-body {
    display: block;
    position: relative;
    border-radius: 8px;
}
.card.card-list-provider > .card-body > .card-body-wrapper {
    display: block;
    position: relative;
    overflow-y: auto;
}
.card.card-list-provider > .card-body > .card-body-wrapper > .row > .col {
    margin-right: 5px;
}
.card.card-list-provider > .card-body > .card-body-wrapper > .row > .col:last-child {
    margin-right: 0;
}

.card.card-provider {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 150px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 10px;
}
.card.card-provider > .card-body {
    border-radius: 12px;
    cursor: pointer;
}
.card.card-provider > .card-body > .img-wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.card.card-game {
    position: relative;
    border-radius: 8px;
    width: 100%;
}
.card.card-game > .card-body {
    position: relative;
    border-radius: 8px 8px 0 0;
}
.card.card-game > .card-body > img {
    display: block;
    position: relative;
    border-radius: 6px 6px 0 0;
}
.card.card-game > .card-body > .text-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-8);
}
.card.card-game > .card-body > .play-box {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card.card-game > .card-body > .play-box > .btn-play,
.card.card-game > .card-body > .play-box > .btn-pola {
    width: 80px;
    padding: 5px 15px;
    background-image: var(--gradient-2);
    border-radius: 6px;
    font-size: 12px;
}
.card.card-game > .card-body > .play-box > .btn-pola {
    margin-top: 10px;
    width: 120px;
    background-image: var(--gradient-3);
    color: var(--color-1) !important;
}
.card.card-game > .card-footer > .percent {
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 0 0 8px 8px;
}
.card.card-game > .card-footer > .percent > p {
    z-index: 15;    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    line-height: 27px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: black;
}
.card.card-game > .card-footer > .percent > .percent-bar {
    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;
    border-radius: 0 0 0 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    z-index: 10;
}

.modal .modal-content {
    border-radius: 12px;
}
.modal .modal-content .modal-header {
    border-radius: 12px 12px 0 0;
}
.modal .modal-content .modal-body {
    border-radius: 0 0 12px 12px;
}
.modal .modal-content .modal-body .table.table-pola {
    font-size: 12px;
}
.modal .modal-content .modal-body .table.table-pola td.pola-content {
    white-space: pre;
}
/**** endof rtp-slot style ****/



/**** begin components style ****/
.card.card-keluaran {
    margin: 0 auto;
    max-width: 269px;
    border-radius: 12px;
}
.card.card-keluaran .card-header,
.card.card-keluaran .card-header .card-thumbnail img {
    border-radius: 9px 9px 0 0;
}
.card.card-keluaran .card-header .card-thumbnail {
    display: block;
    position: relative;
}
.card.card-keluaran .card-body {
    border-radius: 0;
}
.card.card-keluaran .card-body .result-number {
    display: block;
    position: relative;
    animation: border-dance 15s infinite linear;
    background: linear-gradient(90deg, var(--color-6) 50%, transparent 50%), linear-gradient(90deg, var(--color-6) 50%, transparent 50%), linear-gradient(0deg, var(--color-6) 50%, transparent 50%), linear-gradient(0deg, var(--color-6) 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-position: 0px 0px, 200px 40px, 0px 100px, 242px 0px;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}
.card.card-keluaran .card-footer {
    border-radius:  0 0 9px 9px;
}
.card.card-keluaran .card-footer .btn {
    border-radius: 50px;
}



.card.card-post {
    border-radius: 20px;
}
.card.card-post .card-body {
    border-radius: 18px;
}
.card.card-post .card-body .card-thumbnail {
    display: block;
    position: relative;
    border-radius: 18px 18px 0 0;
}
.card.card-post .card-body .card-thumbnail img {
    width: 100%;
    border-radius: 18px 18px 0 0;
}
.card.card-post .card-body .btn {
    border-radius: 50px;
    color: var(--color-1);
}



section .card.card-iframe {
    border-radius: 12px;
}
section .card.card-iframe .card-body {
    border-radius: 8px;
}
section .card.card-iframe .card-body iframe {
    display: block;
    position: relative;
    border-radius: 8px;
}
section .card.card-iframe .card-body .table {
    border-radius: 8px;
}
section .card.card-iframe .card-body .table thead,
section .card.card-iframe .card-body .table thead tr:first-child {
    border-radius: 8px 8px;
}
section .card.card-iframe .card-body .table thead tr:first-child th:first-child {
    border-radius: 8px 0 0 0;
}
section .card.card-iframe .card-body .table thead tr:first-child th:last-child {
    border-radius: 0 8px 0 0;
}
section .card.card-iframe .result-number {
    position: relative;
    line-height: normal;
    text-align: center;
}
section .card.card-iframe .result-number .digit {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-image: var(--gradient-2);
    color: var(--color-9);
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
section .card.card-iframe .result-number .digit:last-child {
    margin-right: 0;
}



section.content-wrapper .content-prediksi {
    padding: 15px 0 !important;
    background-color: transparent;
}
section.content-wrapper .content-prediksi hr {
    display: none;
    border: 0;
}
section.content-wrapper .content-prediksi h4 {
    margin: 0;
    margin-bottom: 15px !important;
    color: var(--color-8) !important;
    font-size: 24px;
    font-weight: 700;
    text-shadow: none !important;
    text-transform: uppercase;
}
section.content-wrapper .content-prediksi h5 {
    display: block;
    position: relative;
    padding: 10px;
    background-image: var(--gradient-2);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: var(--color-8) !important;
}
section.content-wrapper .content-prediksi h5 {
    color: var(--color-8) !important;
    font-weight: 500 !important;
}
section.content-wrapper .content-prediksi h5 span:last-child {
    color: var(--color-9) !important;
    font-weight: 700 !important;
}
section.content-wrapper .content-prediksi h5:last-child {
    background-image: none !important;
    box-shadow: none;
}
section.content-wrapper .content-prediksi h5:last-child span:first-child,
section.content-wrapper .content-prediksi h5:last-child span:last-child {
    color: var(--color-8) !important;
}
/**** endof components style ****/

/**** begin responsive style ****/
@media (min-width: 993px) {
    header .logo-wrapper {
        max-width: 200px;
    }
    header .navbar-header {
        padding: 0 !important;
        background-color: transparent !important;
    }
    header .navbar-header .navbar-nav {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    header .navbar-header .navbar-nav > .nav-item {
        margin-right: 10px;
        padding: 0;
        flex-basis: auto !important;
        max-width: 100% !important;
    }
    header .navbar-header .navbar-nav > .nav-item:last-child {
        margin-right: 0;
    }
    header .navbar-header .navbar-nav > .nav-item > .nav-link {
        margin-bottom: 0;
        padding: 0 10px;
        background-color: transparent;
        background-image: none;
        box-shadow: none;
        color: var(--color-9);
        font-size: 14px;
        line-height: 40px;
    }
    header .navbar-header .navbar-nav > .nav-item.active > .nav-link {
        background-color: transparent;
        background-image: none;
        color: var(--color-6);
    }
    header .navbar-header .navbar-nav > .nav-item.btn-login > .nav-link,
    header .navbar-header .navbar-nav > .nav-item.btn-daftar > .nav-link {
        margin-bottom: 0;
        font-size: 16px;
    }
    header .navbar-header .navbar-nav > .nav-item.show {
        position: static;
    }
    header .navbar-header .navbar-nav > .nav-item.show > .dropdown-menu {
        display: flex;
        position: absolute;
        top: auto;
        left: 0;
        right: auto;
        bottom: auto;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 15px 7.5px 0 7.5px;
        margin-top: 25px;
        width: 100%;
        height: auto;
        background-color: var(--color-3);
        border-radius: 0 0 12px 12px;
    }
    header .navbar-header .navbar-nav > .nav-item.show > .dropdown-menu > .nav-item {
        margin-bottom: 15px;
        padding: 0 7.5px;
        flex-basis: 25%;
        max-width: 25%;
    }
    header .navbar-header .navbar-nav > .nav-item.show > .dropdown-menu > .nav-item > .dropdown-item {
        font-size: 14px;
        font-weight: 700;
    }

    .card.card-provider {
        width: 130px;
    }
}

@media (min-width: 1200px) {
}
/**** endof responsive style ****/

/**** begin animation style ****/
.text-blink {
    animation: blink 1s linear infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

@keyframes slideshow {
    0%    { transform: translateX(0); }
    100%  { transform: translateX( calc(-50% - 0px) ); }
}

@keyframes border-dance {
    0% {
        background-position: 0px 0px, 100% 100%, 0px 100%, 100% 0px;
    }
    100% {
        background-position: 100% 0px, 0px 100%, 0px 0px, 100% 100%;
    }
}
/**** endof animation style ****/
