@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/**
Copyright 2024
**/

html, body {
    height: 100%;
}

main {
    margin-top: 70px;
}

body {
    color: #1b1b1b;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-variation-settings: "slnt" 0;
    min-height: 100%;
    overflow-x: hidden;
	overscroll-behavior: contain;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #000;
    font-size: 14px;
}

/* body::before { */
main.bg-general::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: url('../../assets/img/bg_home.webp') no-repeat bottom center #1b1b1b;
    background-size: 100% 100%;
}

main::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #FFF;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus, a:active {
    color: inherit;
    text-decoration: none;
}

a:focus:active, button:focus:active {
    /* color: #FFF !important; */
    /* background-color: #0047BA; */
    transform: scale(.95,.95);
    -webkit-transform: scale(.95,.95);
    -moz-transform: scale(.95,.95);
    -ms-transform: scale(.95,.95);
    -o-transform: scale(.95,.95);
}

select:active,
select:focus {
	outline: none;
}

::selection {
	color: #FFF;
	background-color: #0047BA;
}

::-moz-selection {
	color: #FFF;
	background-color: #0047BA;
}

::-webkit-selection {
	color: #FFF;
	background-color: #0047BA;
}

::-webkit-scrollbar {
    display: block;
	/* width: .3rem; */
    width: 0;
	background: transparent !important;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(248, 248, 248, 1);
	border-radius: .6rem;
    -webkit-border-radius: .6rem;
	-moz-border-radius: .6rem;
	-ms-border-radius: .6rem;
	-o-border-radius: .6rem;
	display: none;
	/* box-shadow: inset 0 0 1px rgba(0,0,0,.5) !important; */
	/* background-color: rgba(0,0,0,.5); */
}

::-webkit-scrollbar-thumb {
	border-radius: .6rem;
	background: #ccc;
	display: none;
    /* border-radius: 20px; */
    /* box-shadow: inset 0 0 6px unset; */
    /* background: rgba(0,0,0,.3); */
}

canvas, 
.modal-viewPromotion table, .modal-viewPromotion img {
    width: 100%;
}

.toast-container  {
    z-index: 1366 !important;
}

.maintenance {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(100%);
}

.maintenance a {
    cursor: not-allowed;
}

.offcanvas.offcanvas-bottom {
    height: fit-content !important;
}

td.details-control {
    background-size: 15px !important;
    background: url('../../assets/img/open.svg') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background-size: 15px !important;
    background: url('../../assets/img/close.svg') no-repeat center center;
}

.btn-close,
.btn-close:focus {
    outline: 0;
    box-shadow: unset;
    opacity: 1;
}

.accordion-button::after {
    background-color: #FFF;
    border-radius: .2rem;
}

/*
* Animation
*/

.blink {
    color: #ffce54;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.text-blink {
    animation: blink 2s linear infinite;
}

/*
* End Animation
*/

/*
* Form
*/

.showhide {
    display: inline-block;
    position: absolute;
    top: 1.2vh;
    right: 15px;
    z-index: 6;
    color: #1b1b1b !important;
}

.input-float {
    display: inline-block;
    position: absolute;
    top: .4vh;
    right: 5px;
    z-index: 6;
}

.form-control:focus, .form-select:focus {
    border-color: #ffce54;
    box-shadow: unset !important;
}

.form-check-input:checked {
    background-color: #ffce54 !important;
    border-color: #ffce54 !important;
    box-shadow: unset !important;
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #FFF;
}

.form-check-input.is-valid~.form-check-label[for="rememberMe"], .was-validated .form-check-input:valid~.form-check-label[for="rememberMe"] {
    color: #ffce54 !important;
}

/*
* End Form
*/

/*
* Language
*/

.flag-lang {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../../assets/img/flags/en.webp') no-repeat center center;
    background-size: 100%;
}

.flag-lang.zh {
    background: url('../../assets/img/flags/zh.webp') no-repeat center center;
    background-size: 100%;
}

.flag-lang.zh_hant {
    background: url('../../assets/img/flags/zh_hant.webp') no-repeat center center;
    background-size: 100%;
}

.flag-lang.ms {
    background: url('../../assets/img/flags/ms.webp') no-repeat center center;
    background-size: 100%;
}

.flag-lang.ko {
    background: url('../../assets/img/flags/ko.webp') no-repeat center center;
    background-size: 100%;
}

.flag-lang.vi {
    background: url('../../assets/img/flags/vi.webp') no-repeat center center;
    background-size: 100%;
}

.flag-lang.th {
    background: url('../../assets/img/flags/th.webp') no-repeat center center;
    background-size: 100%;
}

.flag-lang.bn {
    background: url('../../assets/img/flags/bn.webp') no-repeat center center;
    background-size: 100%;
}

/*
* End Language
*/

/*
* Tabs
*/

.menu-promo > .nav-link {
    color: #ffce54;
    background-color: rgba(60,60,60,.8);
    margin-right: 1rem !important;
    font-size: .8rem;
    padding: .5rem 2rem;
}

.menu-promo > .nav-link.active {
    color: #1b1b1b;
    background: linear-gradient(135deg,  rgba(241,231,103,1) 0%,rgba(255,206,84,1) 100%);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/*
* End Tabs
*/

/*
* Header
*/

header {
    height: 70px;
    max-height: 70px;
    background: #ffce54;
    color: #0c1324;
}

.topTrapezoid {
    width: 21%;
    height: 70px;
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, #3c3c3c, #1b1b1b);
}

header .header-logo {
    /* width: 287px; */
    width: 225px;
    height: 70px;
    max-height: 70px;
    z-index: 10;
    overflow: hidden;
    background: linear-gradient(180deg, #3c3c3c, #1b1b1b);
    padding-right: 49px;
}

header .header-logo > a {
    position: relative;
    z-index: 10;
}

header .header-logo .triangle {
    position: absolute;
    right: 0;
    border: 70px solid transparent;
    border-bottom: 40px solid #ffce54;
    border-right: 49px solid #ffce54;
}

/*
* End Header
*/

/*
* Footer
*/

footer {
    background: #1b1b1b;
    color: #fecc01;
}

footer .footer-text {
    color: #a5a5a5;
    text-align: center;
    font-size: .7rem;
}

footer .footer-link > li > a {
    display: inline-block;
    text-decoration: none;
}

/*
* End Footer
*/

/*
* Color, Button
*/

.btn-submit {
    color: #1b1b1b;
    background: linear-gradient(135deg,  rgba(246,230,180,1) 0%,rgba(255,206,84,1) 100%);
}

.btn-submit:active, .btn-submit:hover, .btn-submit:hover:active {
    color: #de561f;
}

.btn-default-close {
    color: #FFF;
    background-color: rgba(60,60,60,.8);
}

.btn-default {
    color: #ffce54 !important;
    display: inline-block;
    padding: .3rem .8rem !important;
    background: linear-gradient(180deg, #3c3c3c, #1b1b1b);
    border: 1px solid #1b1b1b;
    border-radius: .375rem;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    -ms-border-radius: .375rem;
    -o-border-radius: .375rem;
}

.btn-default:hover {
    border: 1px solid #1b1b1b;
}

.btn-default.dark {
    border: 1px solid #3c3c3c;
    background: #1b1b1b !important;
}

.btn-default.grey {
    background: rgba(60,60,60,.8) !important;
}

.btn-gold {
    color: #A6935D;
    padding: .6rem 1.25rem;
    border-width: 0px;
    background: url('../../assets/img/btn_bg_gold.svg') no-repeat center center;
    background-size: cover;
}

.btn-gold2.btn-sm {
    color: #FFF;
    font-size: .8rem;
    padding: .3rem .7rem;
    border-width: 0px;
    background: linear-gradient(to bottom,  rgba(241,233,211,1) 0%,rgba(149,108,24,1) 100%);
}

.btn-promo {
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
    text-overflow: ellipsis;
    background: url('../../assets/img/btn_promo.webp') no-repeat center center;
    background-size: 100% 100%;
    padding: 1.3rem 1rem;
    text-decoration: none;
}

.btn-checkIn {
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
    text-overflow: ellipsis;
    background: url('../../assets/img/btn_checkin.webp') no-repeat center center;
    background-size: 100% 100%;
    padding: 1.3rem 1rem;
    text-decoration: none;
}

.btn-affiliate {
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
    text-overflow: ellipsis;
    background: url('../../assets/img/btn_affiliate.webp') no-repeat center center;
    background-size: 100% 100%;
    padding: 1.3rem 1rem;
    text-decoration: none;
}

.btn-deposit {
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
    text-overflow: ellipsis;
    background: url('../../assets/img/btn_deposit.webp') no-repeat center center;
    background-size: 100% 100%;
    padding: .5rem;
    text-decoration: none;
    text-align: center;
}

.btn-withdrawal {
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
    text-overflow: ellipsis;
    background: url('../../assets/img/btn_withdraw.webp') no-repeat center center;
    background-size: 100% 100%;
    padding: .5rem;
    text-decoration: none;
    text-align: center;
}

.text-gold,
.text-gold:hover, .text-gold:active, .text-gold:focus {
    color: #ffce54;
}

.text-gold-dark {
    color: rgba(149,108,24,1);
}

.text-bg-default,
.text-bg-default:hover, .text-bg-default:active, .text-bg-default:focus {
    color: #ffce54 ;
    background-color: rgba(60,60,60,.8);
}

.text-bg-default-dark {
    color: #ffce54 ;
    background-color: #1b1b1b;
}

.text-bg-default-primary {
    color: #ffce54 ;
    background: linear-gradient(180deg, #3c3c3c, #1b1b1b);
}

.text-bg-dark-partial,
.text-bg-dark-partial:hover, .text-bg-dark-partial:active, .text-bg-dark-partial:focus {
    color: rgba(255,255,255,.5);
    background-color: rgba(21,21,20,1);
}

.bg-linear-grey {
    background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(244,245,253,0.24) 37%,rgba(244,245,253,0.65) 100%);
}

.bg-linear-gold {
    /* background: linear-gradient(135deg,  rgba(243,220,168,1) 0%,rgba(211,147,95,1) 100%); */
    background: linear-gradient(135deg,  rgba(243,220,168,1) 49%,rgba(211,147,95,1) 100%);
}

.bg-linear-gold .card-header {
    background: linear-gradient(135deg,  rgba(206,171,119,1) 0%,rgba(243,220,168,0.39) 61%,rgba(243,220,168,0) 100%);
}

.bg-light-grey {
    background-color: #E7E9F2 !important;
}

.border-gold {
    border: 1px solid#ffce54;
}

.bg-img-default {
    background: url('../../assets/img/bg_home.webp') no-repeat bottom center #1b1b1b;
    background-size: cover;
}

.bg-img-default2 {
    background: url('../../assets/img/bg_galaxy.png') no-repeat bottom center #1b1b1b;
    background-size: cover;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    height: 27px;
    width: 100%;
    background-color: #000;
    font-size: 1rem !important;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffce54;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

/*
* End Color, Button
*/

/*
* Marquee
*/

.announcementBar {
    color: #ffce54;
    font-size: .9rem;
    padding: .3rem .5rem;
    border: 1px solid #111;
    /* background: linear-gradient(180deg, #3c3c3c, #1b1b1b); */
    background-color: rgba(60,60,60,.8);
}

.marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
}

.announcementBar .marquee a {
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    color: inherit;
}

.announcementBar .marquee a:hover, .announcementBar .marquee a:focus {
    color: #E8BF6D !important;
}

.announcementBar .marquee:hover {
    animation-play-state: paused
}

@keyframes marquee {
    0% {
      text-indent: 25em
    }
  
    100% {
      text-indent: -50em
    }
}

/*
* End Marquee
*/

/*
* PG Deposit
*/

.payment-container {
    max-height: calc(100vh - 350px);
	max-height: -webkit-calc(100vh - 350px);
	max-height: -moz-calc(100vh - 350px);
	overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.depositScreen, .gameLobby {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 500px; */
    width: 100%;
    height: 100%;
    /* height: 100vh; */
    /* height: calc(100vh - 126px); */
}

.depositScreen iframe, .gameLobby iframe {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    min-width: 100%;
    /*height: 500px;
    *//*height: 100vh;
    */height: 100%;
    /*height: calc(100vh - 126px);
    */min-height: 100%;
    /*min-height: 100vh;
    *//*min-height: calc(100vh - 126px);
    *//*min-height: -webkit-fill-available;
    *//*max-height: 100%;
    *//*max-height: 100vh;
    *//*max-height: calc(100vh - 63px);
    */transition: height 1000s steps(1);
    -webkit-transition: height 1000s steps(1);
    -moz-transition: height 1000s steps(1);
    -ms-transition: height 1000s steps(1);
    -o-transition: height 1000s steps(1);
}

/*
* End PG Deposit
*/

/*
* Lobby Drag Button
*/

.draggable, .draggable-lobby {
    display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 1361;
	/* touch-action: auto; */
    position: absolute;
}

/*
* End Lobby Drag Button
*/

/*
* Accordian
*/

.accordion-item {
    border-color: #E8BF6D;
    overflow: hidden;
}

.accordion-button {
    color: #E8BF6D;
    background-color: #1b1b1b;
}

/*
* End Accordian
*/

/*
* List
*/

.list-group-item {
    color: unset;
    /* background-color: unset; */
    /* border-color: rgba(255,255,255,.2); */
    padding: .8rem 1rem;
}

.list-group-item.active {
    color: #1b1b1b ;
    background-color: #ffce54;
    border-color: #ffce54;
}

.menuVendors .list-group-item {
    border-color: rgba(255,255,255,.2);
}

/*
* End List
*/