.slot-game .slot-game__container .slot-game__search-cont .game-search {
    background: #fff;
    border: 2px solid #0c0c0c;
    height: 35px;
    border-radius: 30px;
    padding: 10px 10px;
    width: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-box-shadow: inset -4px -4px 6px 0 rgba(255, 255, 255, 0.25), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset -4px -4px 6px 0 rgba(255, 255, 255, 0.25), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
}

.slot-game .slot-game__container .slot-game__search-cont .game-search .form-control-sm {
    background: transparent;
    border: none;
    outline: none;
    width: 130px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.slot-game .slot-game__container .slot-game__search-cont .game-search .search-btn i {
    color: #333333;
}

@media screen and (max-width: 768px) {
    .slot-game .slot-game__container .slot-game__search-cont .game-search {
        height: 28px;
    }

    .slot-game .slot-game__container .slot-game__search-cont .game-search .form-control-sm {
        font-size: 12px;
    }

    .slot-game .slot-game__container .slot-game__search-cont .game-search .search-btn i {
        font-size: 12px;
    }
}

#bankDetail .popup-bank-detail .bank-detail-header h4 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #FFC141;
}

#bankDetail .popup-bank-detail .add-bank-form {
    display: none;
}

#bankDetail .popup-bank-detail .add-bank-form .add-bank-cont {
    margin-bottom: 10px;
}

#bankDetail .popup-bank-detail .add-bank-form .add-bank-cont .title {
    font-size: 12px;
    margin-bottom: 2px;
}

#bankDetail .popup-bank-detail .add-bank-form .add-bank-cont .form-control-sm {
    width: 100%;
    font-size: 12px;
}

#bankDetail .popup-bank-detail .bank-button .btn-custom-sm {
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin: 0px 10px;
}

#bankDetail .popup-bank-detail .bank-detail-info .bank-account {
    margin-bottom: 10px;
}

#bankDetail .popup-bank-detail .bank-detail-info .bank-account .acc-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    padding: 3px 9px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#bankDetail .popup-bank-detail .bank-detail-info .bank-account .acc-details .acc-name span {
    font-weight: 600;
}

#bankDetail .popup-bank-detail .bank-detail-info .bank-account .acc-details .acc-number {
    text-align: right;
}

#bankDetail .popup-bank-detail .bank-detail-info .bank-account .acc-details span {
    font-weight: 500;
    color: #10dbd5;
}

@media screen and (max-width: 425px) {
    #bankDetail .popup-bank-detail .bank-detail-info .bank-account .acc-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #bankDetail .popup-bank-detail .bank-detail-info .bank-account .acc-details .acc-number {
        text-align: left;
    }
}

.freebet .freebet__holder {
    color: #ffffff;
}

.maintenance_page {
    background: #000
}

.maintenance_contain {
    padding: 25px 15px;
    border: 2px solid #8a8a8a;
}

.maintenance_contain img {
    width: auto;
    max-width: 100%
}

.maintenance_page .maintenance_contain .pp-infobox-title-prefix {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}

.maintenance_page .maintenance_contain .pp-infobox-title {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    word-break: break-word;
}

.maintenance_page .maintenance_contain .pp-infobox-description {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.maintenance_page .maintenance_contain .pp-infobox-description p {
    margin: 0;
}

.maintenance_page .maintenance_contain .title-text.pp-primary-title {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 50px;
    margin-bottom: 0;
}

.post .post__container .main-post .post-content .table {
    overflow-x: auto;
}

.post .post__container .main-post .post-content table {
    border: 2px solid #fff;
}

.home .home__seo .seo-content .table {
    overflow-x: auto;
}

.home .home__seo .seo-content table {
    border: 2px solid #fff;
}

.home .mobile__seo .seo-mobile .seo-mob-content .table {
    overflow-x: auto;
}

.home .mobile__seo .seo-mobile .seo-mob-content table {
    border: 2px solid #fff;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

table.dataTable thead th {
    padding: 10px 8px;
}

table.dataTable tbody td {
    padding: 5px 5px;
}

table.dataTable tbody .dtr-details {
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
    .bonus .dataTables_wrapper .dataTables_filter {
        text-align: right !important;
    }
}

.home .mobile__games .games-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-gap: 10px;
}

/* Same gap as between home category sections (mobile__games margin-bottom: 20px) */
.home #mobile-sticky-nav + .mobile__games,
.home .mobile-sticky-nav + .mobile__games {
    margin-top: 20px;
}

@media screen and (max-width: 800px) {
    /* Popular / game pages: space under sticky category bar */
    .main-content.slot-game,
    .main-content.game {
        padding-top: 20px;
    }
}

.home .mobile__games .games-button .btn-custom-sm {
    border-radius: 25px;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.2);
    padding: 2px 10px;
}

.transaksi .btn-pending-depo {
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
}

.transaksi .component-tab-content .transaksi-payment .payment-item {
    background: #fff;
    color: #000;
    height: fit-content;
}

.transaksi .deposit-form-group,
.transaksi .form-group.deposit-form-group {
    margin: 0 0 0.5rem !important; /* mt-2 */
    padding: 0 !important;
}

.transaksi .deposit-form-group > .row {
    margin-left: 0;
    margin-right: 0;
}

.transaksi .deposit-form-group > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.transaksi .deposit-form-group label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 2px !important;
    padding: 0 !important;
    color: var(--page-text, #fff);
}

.transaksi .deposit-form-group .col-lg-3.d-flex {
    display: block !important;
    min-height: 0 !important;
    align-items: flex-start !important;
}

.transaksi .deposit-form-group .custom-selection,
.transaksi .deposit-form-group .custom-textfield,
.transaksi .deposit-form-group .form-control {
    font-size: 12px !important;
    min-height: 32px !important;
    height: 32px !important;
    padding: 4px 8px !important;
    line-height: 1.2 !important;
    border-radius: 6px !important;
    margin-bottom: 0 !important;
}

.transaksi .deposit-form-group .deposit-proof-input,
.transaksi .deposit-form-group input[type="file"] {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1.2 !important;
    min-height: 32px !important;
    height: 32px !important;
    padding: 4px 8px !important;
    margin: 0;
    border: 0;
    border-radius: 6px !important;
    background: #fff;
    color: #111;
}

.transaksi .deposit-form-group .deposit-proof-input::file-selector-button,
.transaksi .deposit-form-group input[type="file"]::file-selector-button {
    margin-right: 8px;
    padding: 2px 10px;
    border: 0;
    border-radius: 4px;
    background: var(--secondary-color);
    color: var(--secondary-text, #000);
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    cursor: pointer;
}

.transaksi .deposit-form-group .deposit-proof-input::-webkit-file-upload-button,
.transaksi .deposit-form-group input[type="file"]::-webkit-file-upload-button {
    margin-right: 8px;
    padding: 2px 10px;
    border: 0;
    border-radius: 4px;
    background: var(--secondary-color);
    color: var(--secondary-text, #000);
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    cursor: pointer;
}

.transaksi .deposit-amount-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 0.5rem; /* mt-2 */
}

.transaksi .deposit-amount-row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.transaksi .deposit-amount-row > .col {
    flex: 1 1 0;
    max-width: none;
    width: auto;
}

.transaksi .deposit-amount-row > .col-auto {
    flex: 0 0 auto;
    width: auto;
}

.transaksi .deposit-amount-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    min-height: 32px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    background: #111;
    color: #fff;
    line-height: 1;
}

.transaksi .deposit-amount-clear:hover,
.transaksi .deposit-amount-clear:focus {
    background: #000;
    color: #f5a623;
    border-color: #f5a623;
}

.transaksi .deposit-amount-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 32px;
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
    background: var(--secondary-color);
    color: var(--secondary-text, #000);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.transaksi .deposit-amount-all:hover,
.transaksi .deposit-amount-all:focus {
    background: #111;
    color: #fff;
    border-color: var(--secondary-color);
    text-decoration: none;
}

.transaksi .withdraw-bank-summary {
    background: #111;
    border-radius: 8px;
    border-left: 3px solid var(--secondary-color);
    padding: 10px 12px;
}

.transaksi .withdraw-bank-summary__row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    font-size: 12px;
    line-height: 1.45;
}

.transaksi .withdraw-bank-summary__row + .withdraw-bank-summary__row {
    margin-top: 2px;
}

.transaksi .withdraw-bank-summary__label {
    color: var(--secondary-color);
    font-weight: 700;
}

.transaksi .withdraw-bank-summary__value {
    color: #fff;
    font-weight: 400;
}

.transaksi .deposit-form-group .formulir-desc,
.transaksi .deposit-form-group .form-text {
    font-size: 10px;
    line-height: 1.35;
    margin-top: 0.5rem !important; /* mt-2 */
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
    display: block;
    width: 100%;
}

.transaksi .deposit-form-group .deposit-amount-help {
    flex: 0 0 100%;
    max-width: 100%;
}

.transaksi .deposit-form-group .btn-custom {
    min-width: 0;
    width: 100%;
    padding: 8px 12px;
    font-size: 13px;
    margin-top: 2px;
}

.transaksi .deposit-form-group .row.mb-1,
.transaksi .deposit-form-group .row.mb-2,
.transaksi .deposit-form-group .row.mb-3 {
    margin-bottom: 0 !important;
}

.transaksi .deposit-form-group.choosePromo .row + .row {
    margin-top: 0.5rem; /* mt-2 */
}

.transaksi .deposit-promo-extra {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
}

.transaksi .deposit-promo-extra.is-open {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    margin: 0.5rem 0 0 !important; /* mt-2 */
}

.transaksi .deposit-bank-select-sync {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.transaksi .deposit-bank-option-store {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.transaksi .deposit-bank-categories {
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
}

.transaksi .deposit-bank-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.transaksi .deposit-bank-list[hidden] {
    display: none !important;
}

.transaksi .deposit-bank-radio {
    display: inline-flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    min-width: 0;
}

.transaksi .deposit-bank-radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.transaksi .deposit-bank-radio--category {
    width: 100%;
}

.transaksi .deposit-bank-radio--category span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
    padding: 5px 6px;
    border-radius: 8px;
    border: 2px solid var(--secondary-color);
    background: var(--secondary-color);
    color: var(--secondary-text, #fff);
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transaksi .deposit-bank-radio--category input:checked + span {
    background: var(--c-black);
    border-color: var(--secondary-color);
    color: var(--c-white);
}

.transaksi .deposit-bank-radio input:focus-visible + span {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.transaksi .deposit-bank-radio--logo span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    min-width: 64px;
    min-height: 40px;
    padding: 6px 8px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    background: #fff;
}

.transaksi .deposit-bank-radio--logo img {
    display: block;
    width: 48px;
    height: 28px;
    object-fit: contain;
    object-position: center;
}

.transaksi .deposit-bank-radio--logo em {
    font-style: normal;
    font-size: 10px;
    font-weight: 700;
    color: #111;
    line-height: 1.1;
    text-align: center;
}

.transaksi .deposit-bank-radio--logo input:checked + span {
    background: #fff;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 2px var(--secondary-color);
}

#depositBankDetailModal .deposit-bank-detail-popup h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--c-white, #fff);
    margin: 0 0 8px;
}

#depositBankDetailModal .deposit-bank-detail-note {
    display: block;
    font-size: 11px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
}

#depositBankDetailModal .deposit-bank-detail-body .card {
    border-radius: 10px;
    overflow: hidden;
}

#depositBankDetailModal .deposit-bank-detail-body .card-body {
    background: #fff;
}

#depositBankDetailModal .deposit-bank-detail-body .card-body > .row {
    margin-left: 0;
    margin-right: 0;
    align-items: center;
}

#depositBankDetailModal .deposit-bank-detail-body .card-body > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

#depositBankDetailModal .deposit-bank-detail-body .card-body > .row > .col-6:last-child,
#depositBankDetailModal .deposit-bank-detail-body .card-body > .row > .col:last-child {
    text-align: left;
    word-break: break-all;
}

#depositBankDetailModal .deposit-bank-copy {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    color: #0d6efd;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.3;
}

#depositBankDetailModal .deposit-bank-copy:hover {
    color: #0a58ca;
    text-decoration: none;
}

#depositBankDetailModal .deposit-bank-copy [name="buttonCopy"] {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

#depositBankDetailModal .modal-content .close {
    display: none !important;
}

.transaksi .deposit-form-group.text-center {
    margin-top: 6px !important;
    margin-bottom: 0 !important;
}

/* Hide empty validation error slots so they don't create gaps */
.transaksi .deposit-form-group span[id$="-error"],
.transaksi .deposit-form-group span[class$="-error"],
.transaksi .formulir-form span[id$="-error"],
.transaksi .formulir-form span[class$="-error"] {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
}

.transaksi .deposit-form-group span[id$="-error"]:not(:empty),
.transaksi .deposit-form-group span[class$="-error"]:not(:empty),
.transaksi .formulir-form span[id$="-error"]:not(:empty),
.transaksi .formulir-form span[class$="-error"]:not(:empty) {
    display: block !important;
    height: auto !important;
    line-height: 1.25 !important;
    overflow: visible !important;
    margin-top: 2px !important;
    font-size: 10px !important;
    font-weight: 600;
    color: #ff6b6b;
}

.transaksi .deposit-form-group label.error,
.transaksi .formulir-form label.error,
.transaksi .deposit-form-group .error:not(input):not(select):not(textarea),
.transaksi .formulir-form .error:not(input):not(select):not(textarea) {
    font-size: 10px !important;
    line-height: 1.25 !important;
    font-weight: 600;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    color: #ff6b6b !important;
}

.transaksi .deposit-form-group label.error:empty,
.transaksi .formulir-form label.error:empty,
.transaksi .deposit-form-group label.error[style*="display: none"],
.transaksi .formulir-form label.error[style*="display: none"] {
    display: none !important;
    margin: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
}

/* Amount picker: always 4 columns / 1 row */
.transaksi .deposit-form-group .select-amount,
.transaksi .deposit-amount-picker {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 4px !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
}

.transaksi .deposit-form-group .select-amount .button-deposit,
.transaksi .deposit-amount-picker .button-deposit {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
}

.transaksi .deposit-form-group .select-amount .btn-amount,
.transaksi .deposit-amount-picker .btn-amount {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 5px 2px !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    border-radius: 16px !important;
    white-space: nowrap;
}

.transaksi .transaksi-formulir.page-form {
    padding: 10px 8px;
    border-radius: 12px;
}

.transaksi .component-tab-content {
    padding: 10px 0 16px;
}

.transaksi .transaksi-formulir .formulir-title {
    font-size: 16px;
    margin-bottom: 6px;
}

.transaksi .transaksi-formulir .transaksi-note,
.transaksi #nav-deposit .transaksi-note {
    padding: 4px 0 6px;
}

.transaksi .transaksi-formulir .transaksi-note .addbank-note,
.transaksi #nav-deposit .transaksi-note .addbank-note {
    font-size: 12px;
    padding: 6px 10px;
    margin-right: 0;
    border-radius: 8px;
}

@media screen and (max-width: 800px) {
    .transaksi .transaksi-formulir.page-form {
        padding: 8px 6px;
    }

    .transaksi .transaksi-info .info-content.page-form {
        padding: 8px 6px;
    }

    .transaksi .deposit-form-group,
    .transaksi .form-group.deposit-form-group {
        margin-bottom: 0.5rem !important; /* mt-2 */
    }

    .transaksi .deposit-form-group label {
        font-size: 11px;
        margin-bottom: 2px !important;
    }

    .transaksi .deposit-form-group .custom-selection,
    .transaksi .deposit-form-group .custom-textfield,
    .transaksi .deposit-form-group .form-control {
        min-height: 30px !important;
        height: 30px !important;
        font-size: 11px !important;
        padding: 3px 8px !important;
    }

    .transaksi .deposit-form-group .deposit-proof-input,
    .transaksi .deposit-form-group input[type="file"] {
        min-height: 30px !important;
        height: 30px !important;
        font-size: 11px !important;
        padding: 3px 8px !important;
    }

    .transaksi .deposit-amount-clear {
        width: 30px;
        height: 30px;
        min-height: 30px;
    }

    .transaksi .deposit-amount-all {
        height: 30px;
        min-height: 30px;
        padding: 0 8px;
        font-size: 10px;
    }

    .transaksi .deposit-form-group .select-amount .btn-amount,
    .transaksi .deposit-amount-picker .btn-amount {
        padding: 4px 1px !important;
        font-size: 10px !important;
    }
}

.transaksi .payment-method {
    border: 0 !important;
    margin-bottom: 8px;
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
}

.transaksi .payment-method .nav-item {
    margin: 0;
}

.transaksi .payment-method .nav-item .nav-link-pm {
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color) !important;
    color: var(--secondary-text) !important;
    font-weight: bold;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 10px !important;
    min-width: 0;
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    box-shadow: none !important;
}

.transaksi .payment-method .nav-item .nav-link-pm i {
    margin-right: 4px;
}

.transaksi .payment-method .nav-item .nav-link-pm.active,
.transaksi .payment-method .nav-item .nav-link-pm:hover {
    background: var(--c-black);
    border-color: var(--secondary-color) !important;
    color: var(--c-white) !important;
    transition: 0.15s;
}

@media screen and (max-width: 800px) {
    .transaksi .payment-method .nav-item .nav-link-pm {
        padding: 5px 6px;
        font-size: 11px;
        border-radius: 8px !important;
    }

    .transaksi .payment-method .nav-item .nav-link-pm span {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

#voucherModal .popup-voucher .voucher-header h4 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #FFC141;
}

#voucherModal .popup-voucher .voucher-label {
    font-size: 12px;
    margin-bottom: 2px;
}

#voucherModal .popup-voucher .voucher-details {
    margin-bottom: 10px;
}

#voucherModal .popup-voucher .voucher-details .voucher-details-input {
    width: 100%;
}

#voucherModal .popup-voucher .voucher-details .voucher-details-input .form-control-sm {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
    text-transform: uppercase;
}

#voucherModal .popup-voucher .voucher-details .voucher-details-scan {
    position: relative;
}

@media screen and (max-width: 961px) {
    #voucherModal .popup-voucher .voucher-details .voucher-details-scan {
        display: none;
    }
}

#voucherModal .popup-voucher .voucher-details .voucher-details-scan .btn-custom-sm {
    padding: 8px 12px;
    margin-left: 8px;
    display: flex;
    align-items: center;
}

#voucherModal .popup-voucher .voucher-details .voucher-details-scan .btn-custom-sm i {
    font-size: 18px;
}

#voucherModal .popup-voucher .voucher-details .voucher-details-scan #qr-input-file {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 7px;
    z-index: 1;
}

#voucherModal .popup-voucher #error-message {
    font-size: 14px;
    color: #ffa0a0;
}

@media screen and (min-width: 961px) {
    #voucherModal .popup-voucher #reader {
        display: none;
    }
}

#voucherModal .popup-voucher #reader {
    border: 0 !important;
    width: 250px;
    margin: auto;
}

#voucherModal .popup-voucher #reader #reader__scan_region {
    min-height: auto !important;
}

#voucherModal .popup-voucher #reader #reader__scan_region #qr-canvas-visible {
    display: none !important;
}

#voucherModal .popup-voucher #reader #reader__scan_region br {
    display: none;
}

#voucherModal .popup-voucher #reader #reader__scan_region img {
    display: none;
}

#voucherModal .popup-voucher #reader #reader__dashboard_section {
    padding-top: 0 !important;
}

#voucherModal .popup-voucher #reader #reader__dashboard_section button {
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    background: #ffc141;
    color: #000;
    border: 0;
    position: relative;
    top: 8px;
    margin-bottom: 10px;
}

#voucherModal .popup-voucher #reader #reader__dashboard_section #reader__dashboard_section_csr {
    margin-top: 10px;
}

#voucherModal .popup-voucher #reader #reader__dashboard_section #reader__dashboard_section_fsr input {
    border: 1px solid #5e5e5e !important;
    width: 100% !important;
}


#voucherModal .popup-voucher #reader #reader__dashboard_section #reader__dashboard_section_fsr span {
    display: none !important;
}

#voucherModal .popup-voucher #reader #reader__dashboard_section_swaplink {
    text-decoration: underline !important;
    position: relative;
    top: 13px;
    color: #ffc141;
    font-weight: 500;
}

#voucherModal .popup-voucher #reader div:first-child img {
    display: none;
}

#voucherModal .popup-voucher .voucher-button {
    margin-top: 15px;
}

.header .header__top .header-icons .voucher-button {
    padding: 2px 12px;
    margin-right: 14px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
}

.sidenav .sidenav__header-game .sidenav__header-voucher {
    text-align: center;
    margin-top: 10px;
}

.sidenav .sidenav__header-game .sidenav__header-voucher .voucher-button {
    padding: 2px 12px;
    margin-right: 14px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
}

@keyframes beat {
    to {
        transform: scale(1.20);
    }
}

.game-item-new {
    animation: beat .25s infinite alternate !important;
    transform-origin: center;
}

.game .game__list .game-list-container .game-holder {
    position: relative;
}

.game .game__list .game-list-container .game-holder .game-img {
    display: flex;
    flex-direction: column;
}

.game .game__list .game-list-container .game-holder .game-img > img {
    width: 100%;
    aspect-ratio: 3 / 4;
    height: auto;
    min-height: 120px;
    object-fit: contain;
    object-position: center;
    background: rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
    font-size: 0;
    color: transparent;
}

.game .game__list .game-list-container .game-holder .game-img > img.is-broken {
    visibility: hidden;
}

.new-provider {
    position: absolute;
    top: 5px;
    left: 70%;
    animation: beat .25s infinite alternate;
}

figure.media div[data-oembed-url] {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .table-dataTable .dataTable tbody td .table-status {
        width: 70px;
        font-size: 10px;
        padding: 3px;
    }
}














.help .help__content .tab-content .help-accordion .card .card-body img {
    width: 100%;
}

.home .home__menu .menu-container .menu-right .menu-slider .slider-provider-title {
    width: max-content !important;
}

.post .post__container .other-post .other-item .img img {
    object-fit: contain !important;
}

.card-trasparant {
    background: transparent;
}

.arrow__footer {
    width: 15px;
    border: solid white;
    border-width: 0 5px 5px 0;
    padding: 9px;
    align-items: center;
    text-align: center;
    position: absolute;
    margin-top: -30px;
    left: 50%;
    filter: drop-shadow(1px 1px 1px black);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.footer-mobile .footer-item .footer-title {
    text-overflow: ellipsis;
    overflow: hidden;
    align-items: center;
    max-width: 56px;
    margin: auto;
    font-size: 10px;
}

/* Flat 6-item footer — no elevated deposit bubble */
.footer-mobile {
    grid-template-columns: repeat(6, 1fr) !important;
}

.footer-mobile .footer-item {
    padding: 8px 2px 6px !important;
    align-self: center !important;
}

.footer-mobile .footer-item .footer-icon {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto 4px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    animation: none !important;
}

.footer-mobile .footer-item .footer-icon i {
    font-size: 18px !important;
}

.footer-mobile .footer-item .footer-icon img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
}

.footer-mobile .footer-item.footer-login .footer-icon,
.footer-mobile .footer-item.footer-login {
    position: relative !important;
    z-index: auto !important;
    align-self: center !important;
}

.sidenav .header-flag {
    position: absolute;
    bottom: 20px;
    left: 25%;
}

.scan-amount {
    background: #0000007d;
    padding: 10px;
    border-radius: 10px;
}

.scan-img {
    padding: 10px;
    margin: auto;
}

.scan-img>img {
    width: 100%;
    max-width: 400px;
    padding: 5px;
    border: 3px solid #0000007d;
}

.payment-accept {
    margin-top: 20px;
}

.flip-card {
    position: relative;
    transition: transform 0.6s;
    /* transform-style: preserve-3d; */
}

.flip-card.active {
    transform: rotateY(180deg);
}

.flip-front,
.flip-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-front {
    display: block;
}

.flip-back {
    display: none;
    transform: rotateY(180deg);
}

.register__note {
    background: #3838385e;
    padding: 10px;
    text-align: justify;
    margin-bottom: 15px;
    font-size: 12px;
}

.register__notemail {
    background: #3838385e;
    padding: 10px;
    text-align: justify;
    margin-bottom: 15px;
    font-size: 12px;
}

.note__head {
    font-size: 14px;
    font-weight: 900;
    font-style: italic;
}

.slot-game .slot-game__container .slot-game-list .slot-game-item.lottery {
    padding: 0;
}

.slot-game .slot-game__container .slot-game-header .slot-provider-nav {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.slot-game .slot-game__container .slot-game-header .slot-provider-select {
    width: 100%;
    max-width: 280px;
    appearance: none;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0.45);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23FFC141' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px 6px;
    border: 1px solid rgba(255, 193, 65, 0.55);
    border-radius: 8px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding: 8px 34px 8px 12px;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
}
.slot-game .slot-game__container .slot-game-header .slot-provider-select:focus {
    border-color: var(--secondary-color, #ffc141);
    box-shadow: 0 0 0 2px rgba(255, 193, 65, 0.25);
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff !important;
}
.slot-game .slot-game__container .slot-game-header .slot-provider-select option {
    background: #0b1c3a;
    color: #fff;
}
.slot-game .slot-game__container .slot-game-list {
    content-visibility: auto;
    contain-intrinsic-size: 800px;
}

@media (prefers-reduced-motion: reduce) {
    .header-mobile__marquee .marquee {
        animation: none !important;
        padding-left: 0 !important;
        transform: none !important;
    }
    #main-route.theme6-page-enter {
        animation: none !important;
    }
}

.global-mobile-category .category-container {
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: hidden;
    padding: 4px 6px;
    border-radius: 5px;
}

.global-mobile-category .category-container .category-container--swiper .swiper-slide {
    width: auto;
    min-width: 0;
    max-width: none;
}

.global-mobile-category .category-container .category-container--swiper {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
}

.global-mobile-category .category-container .category-search-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 28px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    border-radius: 4px;
}

.global-mobile-category .category-container .category-search-btn:hover,
.global-mobile-category .category-container .category-search-btn:focus {
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}

.global-mobile-category .category-container .category-item {
    min-width: 0;
    max-width: none;
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    background: transparent;
}

.global-mobile-category .category-container .category-item .item-icon img {
    width: 15px;
    height: 15px;
}

.global-mobile-category .category-container .category-item .item-name {
    text-overflow: clip;
    overflow: visible;
    white-space: nowrap;
    font-size: 12px;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
}

/* Neutral chips — Theme 9 style (no tall gradient tiles) */
.global-mobile-category .category-container .category-item-sport,
.global-mobile-category .category-container .category-item-livegames,
.global-mobile-category .category-container .category-item-arcade,
.global-mobile-category .category-container .category-item-popular,
.global-mobile-category .category-container .category-item-slot,
.global-mobile-category .category-container .category-item-casino,
.global-mobile-category .category-container .category-item-sportsbook,
.global-mobile-category .category-container .category-item-fishing,
.global-mobile-category .category-container .category-item-lottery,
.global-mobile-category .category-container .category-item-poker,
.global-mobile-category .category-container .category-item-game {
    background: transparent;
}

.game .game__list .game-list-container .game-holder .game-img .hover-play h6 {
    font-size: 11px;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 3px;
    padding: 5px 5px;
    max-width: 120px;
    min-width: 120px;
    text-align: center;
    position: absolute;
    bottom: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game .game__list .game-list-container .game-holder .game-img .hover-play.game-maintenance h6 {
    background: linear-gradient(to bottom, #F52A34 0%, #A11C1F 100%);
}

.game .game__list .game-list-container .game-holder .game-img .hover-play.coming-soon h6 {
    background: linear-gradient(to bottom, #FFE600 0%, #FF7A00 100%);
    color: #000000;
}

.home .home__game .game-container__category-list .slide-border .slide-item .slide-img .hover-play h6 {
    font-size: 11px;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 3px;
    padding: 5px 5px;
    max-width: 120px;
    min-width: 120px;
    text-align: center;
    position: absolute;
    bottom: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.floating-contact__item a span.website {
    background: #151720;
}

.footer-chat.footer-chat--guest {
    bottom: 50px;
}

.scroll-top-button.scroll-top-button--guest {
    bottom: 50px;
}

.header-nav .navbar .navbar-nav .nav-link-sport {
    background: linear-gradient(to bottom, #FFC045, #EB3901);
}

.header-nav .navbar .navbar-nav .nav-link-livegames {
    background: linear-gradient(to bottom, #DD8501, #9D0974);
}

.header-nav .navbar .navbar-nav .nav-link-arcade {
    background: linear-gradient(to bottom, #0D78F5, #002857);
}

.header-nav .navbar .navbar-nav .nav-link-news {
    background: linear-gradient(to bottom, #f5980d, #ff6702);
}

.header .header__mid .mid-profile .profile-affiliate {
    margin-bottom: 13px;
    font-size: 15px;
    margin-left: 15px;
}

.header .header__mid .mid-profile .profile-affiliate a {
    text-decoration: underline !important;
    color: #D2820B;
    font-weight: 700;
    text-transform: uppercase;
}

.header .header__mid .mid-profile .profile-affiliate i {
    color: #D2820B;
}

.logolivegame {
    position: absolute;
    max-width: 90px;
    max-height: 55px;
    top: 20%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.livegame-banner {
    position: absolute;
    max-width: 110px;
    max-height: 100px;
    top: 30%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}


.baradjust {
    border: none;
    border-radius: 0px;
    height: 18px;
    margin: auto;
    padding: 0px;
    font-weight: 800;
}

.jackpot-warp {
    position: relative;
    text-align: center;
}

.jackpot-warp img {
    width: 100%;
    max-width: 1100px;
}

.jackpot-provider {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2.5vw;
    font-family: advanced_dot_digital-7regular;

    .ml-3 {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 500px) {
    .livegame-banner {
        position: absolute;
        max-width: 100px;
        max-height: 40px;
    }

    .jackpot-provider {
        font-size: 4.4vw;
    }
}

@media screen and (max-width: 1440px) {
    .jackpot-provider {
        font-size: 3.3vw;
    }
}

.announcement-content.event-content {
    font-size: 12px;
    font-weight: 200;
}

.content-event {
    font-size: 12px;
    font-weight: 200;
}

.button-detail-event {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    margin-bottom: 5px;
    border-bottom: 1px solid;
    text-align: left;
    width: 100%;
}

.event-collapse {
    font-size: 15px;
    font-weight: 800;
    padding-bottom: 3px;
}

.button-detail-event>i {
    float: right;
    transition: all 0.5s;
}

.button-detail-event>i:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}


.menu-item .green {
    animation: color-change 2s infinite;
    display: flex;
}

@keyframes color-change {
    100% {
        color: white;
    }

    50% {
        color: #00bb00;
    }
}

.floating-buttons-container {
    position: fixed;
    bottom: 95px;
    left: 15px;
    z-index: 99;
    gap: 10px;
}

.btn-floating-icon {
    transition: transform 0.2s ease;
}

.btn-floating-icon:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .floating-buttons-container {
        bottom: 80px;
        gap: 8px;
    }
    .btn-floating-icon img {
        width: 50px;
        height: 50px;
    }
}

.announcement-content .title-welcome {
    font-size: 24px;
    font-weight: 800;
    color: #129900;
}

.modal-content.custom-regis {
    background-color: #ffffffd6;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: rem;
}

.modal-dialog.custom-regis {
    top: 30%
}

.header-image {
    width: 100%;
    position: absolute;
    top: -120px;
    animation: beat 2s infinite alternate;
}

@media screen and (max-width: 768px) {
    .header-image {
        top: -70px;
    }
}


.breadcrumb-container {
    margin-bottom: 5px;
    margin-top: 0;
    background-color: #0000005e;
    padding: 5px;
    border-radius: 5px;
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-left: 5px;
    font-size: 12px;
}

.breadcrumb-item {
    margin-right: 5px;
    white-space: nowrap;
    max-width: 194px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb-link {
    text-decoration: none;
    color: #c4c4c4;
    font-weight: bold;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: #0059ff;
}

.breadcrumb-item:not(:last-child)::after {
    content: '';
    margin-left: 1px;
    margin-right: 1px;
    color: #757575;
}

.breadcrumb-item:last-child .breadcrumb-link {
    color: #e0e400;
    pointer-events: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">>";
    font-size: 10px;
    margin-top: 2px;
}


@media screen and (max-width: 630px) {

    .game-bottom {
        padding: 0px !important;
    }

    .game-bottom img {
        z-index: 9;
    }
}

.filter-tab:nth-child(5) {
    order: -1;
}

.filter-tab:nth-child(1) {
    order: -2;
}

span.btn.my-1.btn-secondary {
    color: var(--title-color);
    background: var(--secondary-color) !important;
    border-color: #F4AA32;
    border-radius: 20px;
    max-height: 40px;
    padding: 5px 0px;
    font-size: 14px;
}

span.btn.my-1.btn-outline-secondary {
    border: 1px solid var(--secondary-color);
    color: var(--c-white);
    border-radius: 20px;
    background-color: var(--title-color);
    max-height: 40px;
    padding: 5px 0px;
    font-size: 14px;
}

.btn-close.amnt-close {
    padding: 0;
    border: 2px solid;
    border-radius: 50px;
    width: 18px;
    font-size: 10px;
    position: absolute;
    top: -4px;
    right: -2px;
    color: #fff;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

.btn-amount {
    padding: 10px 10px;
    width: 100%;
    font-size: 18px;
}

.button-deposit {
    position: relative;
    min-width: 17.5%;
    margin: 0px 10px 0px 0px;
}

@media(max-width:768px) {
    .btn-amount {
        position: relative;
        padding: 10px 10px;
        min-width: 30%;
        font-size: 16px;
    }

    .button-deposit {
        position: relative;
        min-width: 21.5%;
        margin: 0 5px;
    }
}

/* Theme 6 deposit: keep amount picker 4-col after global amount rules */
.transaksi .deposit-form-group .select-amount,
.transaksi .deposit-amount-picker {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 4px !important;
    width: 100% !important;
}

.transaksi .deposit-form-group .select-amount .button-deposit,
.transaksi .deposit-amount-picker .button-deposit {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.transaksi .deposit-form-group .select-amount .btn-amount,
.transaksi .deposit-amount-picker .btn-amount {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 5px 2px !important;
    font-size: 11px !important;
}

.mobile-sticky-nav__loading,
#mobile-sticky-nav #mobilePageLoadingBar {
    height: 4px !important;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    position: relative;
    z-index: 2;
}

/* Flush home banner under running text (no hairline gap) */
@media screen and (max-width: 1080px) {
    .header-mobile {
        position: relative !important;
        top: auto !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    #main-route {
        margin-top: 0;
        padding-top: 0;
    }
    .main-content.home {
        margin-top: 0;
        padding-top: 0;
    }
    .home .home__slider {
        margin: 0 !important;
        margin-top: -1px !important;
        padding: 0 !important;
        line-height: 0 !important;
    }
    .home .home__slider .swiper-slide a {
        display: block;
        line-height: 0;
    }
    .home .home__slider .swiper-slide img {
        display: block;
        width: 100%;
        vertical-align: top;
    }
}
.header-mobile__marquee .marquee {
    padding-left: 100%;
    animation: marquee-anim 20s linear infinite;
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
    line-height: 1.2;
    display: inline-block;
}
.header-mobile__marquee .header-mobile-marquee-track {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    height: 28px;
    line-height: 28px;
}
.header-mobile__marquee {
    min-height: 28px;
    height: 28px;
    overflow: visible;
}
.header-mobile {
    overflow: visible;
}
@keyframes marquee-anim {
    0% { transform: translateX(0); }
    100% { transform: translateX(-110%); }
}
.header-mobile__marquee .marquee-icon{
    z-index: 99;
}

.header-mobile__login .footer-button.footer-button--telegram > a {
    min-width: 0;
}
.header-mobile__login .footer-button .btn-telegram {
    justify-content: flex-start !important;
    min-width: 0;
    overflow: hidden;
    padding-left: 6px;
    padding-right: 6px;
}
.header-mobile__login .footer-button .btn-telegram i {
    flex: 0 0 auto;
}
.header-mobile__login .footer-button .btn-telegram .btn-telegram__label {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
}
.header-mobile__login .footer-button .btn-telegram .btn-telegram__track {
    display: inline-flex;
    align-items: center;
    gap: 1.25em;
    white-space: nowrap;
    animation: t6-telegram-marquee 8s linear infinite;
}
@keyframes t6-telegram-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 0.625em)); }
}