.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: 65px;
    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:hover {
    width: 100%;
}

.slot-game .slot-game__container .slot-game__search-cont .game-search:hover .form-control-sm {
    width: 100%;
}

.slot-game .slot-game__container .slot-game__search-cont .game-search .form-control-sm {
    background: transparent;
    border: none;
    outline: none;
    width: 0px;
    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 .bank-detail-info {
    margin-bottom: 20px;
}

#bankDetail .popup-bank-detail .bank-detail-info .info-header {
    margin-bottom: 5px;
    font-weight: 600;
}

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

#bankDetail .popup-bank-detail .bank-detail-info .bank-account .modify-acc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 8px;
    margin-top: 2px;
}

#bankDetail .popup-bank-detail .bank-detail-info .bank-account .modify-acc a {
    font-size: 11px;
    font-style: italic;
    font-weight: 600;
}

#bankDetail .popup-bank-detail .bank-detail-info .bank-account .modify-acc a:hover {
    text-decoration: underline !important;
}

#bankDetail .popup-bank-detail .bank-detail-info .bank-account .modify-acc .edit-acc {
    color: #f5cb66;
    margin-right: 10px;
}

#bankDetail .popup-bank-detail .bank-detail-info .bank-account .modify-acc .remove-acc {
    color: #f56666;
    margin-left: 10px;
}

#bankDetail .popup-bank-detail .bank-detail-info .bank-account .modify-acc .remove-acc:hover {
    text-decoration: underline !important;
}

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

#bankDetail .popup-bank-detail .bank-button .btn-custom-sm {
    width: 115px;
    cursor: pointer;
}

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

.bonus-list .bonus-item .row.mt-3 .col-lg-12.text-center.mt-3 button.btn-custom {
    width: 100%;
}

.bonus-list .bonus-item .row.mt-3 .col-lg-12.text-center .promo-provider-icon {
    padding: 10px 15px;
    border: 1px solid rgba(255,255,255,0.3);
    background: #1d1d1d;
}

.bonus-list .bonus-item .row.mt-3 .col-lg-12.text-center .promo-provider-icon .provider-icon img {
    height: 40px;
    object-fit: contain;
    object-position: center;
}

.bonus-list .bonus-item .bonus-progress-outer {
    background: #fff;
    border-radius: 50px;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 0 0  10px rgba(209, 219, 231,0.7);
    position: relative;
}
.bonus-list .bonus-item .bonus-progress-outer .progress {
    height: 27px;
    margin: 0;
    overflow: hidden;
    border-radius: 50px;
    background: #eaedf3;
    box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.1);
}

.bonus-list .bonus-item .bonus-progress-outer .progress .progress-bar {
    border-radius: 50px;
    background-color: #269BD8;
}

.bonus-list .bonus-item .bonus-progress-outer .progress-bar.active{
    animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}

.bonus-list .bonus-item .bonus-progress-value {
    text-align: center;
    font-weight: 700;
}

.bonus-list .bonus-item .bonus-progress-value h3 {
    font-weight: 700;
}

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

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

#gameID .popup-game-id .game-id-header {
    text-align: center;
}

#gameID .popup-game-id .game-id-header h4 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #FFC141;
}

#gameID .popup-game-id .game-id-details .game-details-cont {
    margin-bottom: 10px;
}

#gameID .popup-game-id .game-id-details .game-details-cont .title {
    font-size: 12px;
    margin-bottom: 2px;
}

#gameID .popup-game-id .game-id-details .game-details-cont .form-control-sm {
    font-size: 12px;
    margin-bottom: 2px;
}

#gameID .popup-game-id .game-id-details .game-id-button {
    text-align: center;
    margin-top: 5px;
}

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

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


/* new update */
.sidenav .header-flag{
    position: absolute;
    bottom: 20px;
    left:25%;
}
.slider-marquee {
    position: absolute;
    top: 5PX;
    width: 100%;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.slider-marquee .marquee-cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-wrap: nowrap;
    color: #fff;
    font-size: 11px;
    padding: 7PX 10px;
    border: 2px solid hsla(0,0%,100%,.15);
    border-radius: 5px;
    background: #181818;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 15%);
}
.slider-marquee .marquee-cont .marquee-desc .v-icon {
    color: #fbff00;
    font-size: 20px;
    margin-right: 10px;
}
.header-merque{
    max-width: 1500px;
    margin: auto;
}
.marquee-desc {
    display: flex;
    align-items: center;
    width: 80%;
}
.marquee-lang {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3px 7px;
    border-radius: 25px;
}
.minimize{
    float: right;
    padding: 9px;
    background: black;
    border-radius: 30px;
    display: flex;
}

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

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

.header-nav .navbar .navbar-nav .nav-link-name{
    white-space:nowrap;
}

.menu-item .icon .unread-notif {
    background: #FF7B7B;
    color: #fff;
    border-radius: 3px;
    padding: 4px 6px;
    line-height: 1;
    min-width: 20px;
    font-size: 10px;
    position: relative;
    text-align: center;
    top: -15px;
    font-family: nulshock;
}