/**** 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 ****/
