.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 {
    text-align: center;
}

#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 {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.freebet .freebet__holder {
    color: #ffffff;
}

.maintenance_page {
	background: #000
}

.maintenance_contain {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	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;
    color: var(--secondary-color);
    background: var(--title-color);
    border: #000;
}

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;
    }
    
    .modal-dialog {
    margin: 1.5rem;
    }
}

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

.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;
}

#voucherModal .popup-voucher .voucher-header {
    text-align: center;
}

#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 {
    display: flex;
    align-items: center;
    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;
}

#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 {
    text-align: center;
    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;
}

.new-provider{
    position: absolute;
    top: 5px;
    left: 80%;
    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;
    }
}

.home .mobile__category .category-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0;
}

.home .mobile__category .category-container a {
    margin: 0 3px 6px;
}

.home .mobile__category .category-container .category-item {
    min-width: 82px;
}

#categoryProvModal .popup-category-modal .category-modal-header {
    text-align: center;
}

#categoryProvModal .popup-category-modal .category-modal-header h4 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #FFC141;
}

#categoryProvModal .popup-category-modal .category-modal-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#categoryProvModal .popup-category-modal .category-modal-container a {
    margin: 0 3px 6px;
}

#categoryProvModal .popup-category-modal .category-modal-container .category-item {
    min-width: 82px;
    text-align: center;
    border: 2px solid rgba(255,255,255,0.2);
    background-color: rgba(0,0,0,0.5);
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.40);
    border-radius: 15px;
    padding: 10px 5px 8px;
    height: 100%;
}

#categoryProvModal .popup-category-modal .category-modal-container .category-item .icon img {
    height: auto;
    filter: invert(1);
}

#categoryProvModal .popup-category-modal .category-modal-container .category-item .name {
    font-size: 11px;
    font-weight: 700;
    margin-top: 7px;
    color: #FFC141;
    text-transform: uppercase;
}

#categoryProvModal .popup-category-modal .category-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

#categoryProvModal .popup-category-modal .category-button a {
    margin: 0 10px;
    min-width: 110px;
    border-radius: 50px;    
    text-align: center;

}

.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: 65px;
    margin: auto;
}
.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);
}
.swal2-icon {
    color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}
.swal2-show {
    background: var(--footer-color) !important ;
}
.swal2-content {
    color: var(--page-text) !important ;
}
.swal2-title {
    font-size: 2rem !important;
    color: var(--page-text) !important ;
}
.swal2-confirm {
    background: var(--secondary-color) !important;
    color: var(--footer-color) !important ;
}

.input-group-text{
    border-radius: 50px;
}

.form-control.is-valid {
    background-position: right calc(1.375em + 0.1875rem) center;
}

.button-detail-event {
    color: var(--header-color);
    background-color: var(--secondary-color);
    width: 100%;
    border-radius: 5px;
    font-size: 1.10em;
    font-weight: bold;
    text-align-last: left;
}

.collapse {
    background-color: var(--header-color);
    padding: 10px;
}

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

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

.breadcrumb-item {
    margin-right: 5px;
}

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

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

/* Optional: Add a separator between breadcrumb items */
.breadcrumb-item:not(:last-child)::after {
    content: '';
    margin-left: 1px;
    margin-right: 1px;
    color: #757575;
}

/* Optional: Style the current page differently */
.breadcrumb-item:last-child .breadcrumb-link {
    color: #e0e400;
    pointer-events: none; /* Disable link for the current page */
}

label.btn.btn-default {
    padding: 7px 15px;
    min-width: 100px;
    margin-bottom: 10px !important;
}

label.btn.btn-outline-success, label.btn.btn-outline-success:active, label.btn.btn-outline-success:focus {
  border: 1px solid #F4AA32;
  color: #ffff;
  border-radius: 20px;
  background-color: #404040;
  margin-bottom: 5px !important;
}

label.btn.btn-outline-success input[type="radio"] {
  display: none;
}



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;
}

.gradient-background {
  background: linear-gradient(to right, #F5EAB7, #F4AA32) !important;
  color: #000 !important;
  border-color: #F4AA32;
  border-radius: 20px;
}

p.minmaxdep {
  font-size: 12px;
}

label.btn.btn-outline-success:not(:disabled):not(.disabled).active, label.btn.btn-outline-success:not(:disabled):not(.disabled):active, .show>label.btn.btn-outline-success.dropdown-toggle {
  color: #000 !important;
  background: linear-gradient(to right, #F5EAB7, #F4AA32) !important;
  border-color: #F4AA32;
}

span.badge.badge-danger.cstm-danger {
    float: right;
    margin-top: 5px;
}

.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;
    }
}

.field-0 {
    padding: 0px;

}

@media screen and (max-width: 767px) {
    #depositHistoryTable thead, #depositHistoryTable tbody, #depositHistoryTable tr, #depositHistoryTable td, #depositHistoryTable th {
        display: block;
    }
    #depositHistoryTable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #depositHistoryTable tr {
        border-radius: 10px;
        margin-bottom: 10px;
        padding: 3px;
        font-weight: 800;
        position: relative;
    }
    #depositHistoryTable tr.approved {
        border: 2px solid green;
    }
    #depositHistoryTable tr.approved::after {
	    content: "Approved";
	    display: inline-block;
	    background-color: green; /* Red color for rejected status */
	    color: white;
	    font-size: 12px;
	    padding: 2px 6px;
	    border-radius: 0px 5px 0px 5px;
	    position: absolute;
	    top: 0;
	    right: 0;
    }
    #depositHistoryTable tr.pending {
        border: 2px solid orange;
    }
    #depositHistoryTable tr.pending::after {
	    content: "Pending";
	    display: inline-block;
	    background-color: orange; /* Red color for rejected status */
	    color: white;
	    font-size: 12px;
	    padding: 2px 6px;
	    border-radius: 5px;
	    position: absolute;
	    top: 0;
	    right: 0;
    }
    #depositHistoryTable tr.rejected {
        border: 2px solid red;
    }
    #depositHistoryTable tr.rejected::after {
	    content: "Rejected";
	    display: inline-block;
	    background-color: #dc3545; /* Red color for rejected status */
	    color: white;
	    font-size: 12px;
	    padding: 2px 6px;
	    border-radius: 5px;
	    position: absolute;
	    top: 0;
	    right: 0;
    }
    
    #depositHistoryTable td {
        position: relative;
        padding-left: 50%;
        text-align: left;
        border: none;
    }
    #depositHistoryTable td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-title);
        font-weight: bold;
    }
}

.center {
    display: flex;
    justify-content: center;
}
.btn-spinwheel {
    z-index: 99;
    position: fixed;
    bottom: 95px;
    left: 15px;
}

.btn-spinwheel img {
    max-width: 80px;
}

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

.announcement-content .content-welcome {
    text-align: center;
}

.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;
    }
}

.swal2-success-circular-line-left, .swal2-success-circular-line-right, .swal2-success-fix {
    background-color: transparent !important;
}

@media screen and (max-width: 540px) {
    .slot-game .slot-game__container .slot-game-list {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }
    .slot-game .slot-game__container .slot-game-list .slot-game-item .slot-game-tag .info {
	    font-size: 8px;
	}
    .slot-game .slot-game__container .slot-game-list .slot-game-item .slot-game-name .name {
        font-size: 11px;
    }
}

.transaksi .component-tab-content .transaksi-info .info-content {
    display: block!important;
}