@charset "UTF-8";

/**
Copyright 2019
**/

html {
    overscroll-behavior: contain;
    height: 100%;
}

body {
    min-height: 100%;
	overscroll-behavior: contain;
	background-color: #000;
    /* min-height: 100vh; */
    /* min-height: -webkit-fill-available; */
}

/* html {
    height: -webkit-fill-available;
} */

body::before, .bg-major2::before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: url('../../assets/img/bg.png') no-repeat top/cover;
}

select:active,
select:focus {
	outline: none;
}

::selection {
	color: #FFF;
	background-color: #8D2220;
}

::-moz-selection {
	color: #FFF;
	background-color: #8D2220;
}

::-webkit-selection {
	color: #FFF;
	background-color: #8D2220;
}

::-webkit-scrollbar {
	width: .3rem;
	background: transparent;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(248, 248, 248, 1);
	border-radius: .6rem;
    display: none;
}

::-webkit-scrollbar-thumb {
	border-radius: .6rem;
	background: #ccc;
	display: none;
}

.datepickers-container {
    z-index: 1061 !important;
}

.page-item.active .page-link {
    color: #FFF;
    background-color: #FFCC00;
    border-color: #FFCC00;
}

.dataTables_info, .color-major, .color-major:focus, .color-major:focus:active {
    color: #FFCC00 !important;
}

.bg-major {
    background-color: #000 !important;
}

.bg-major2.modal-content {
    background-color: transparent !important;
}

.bg-major .swal2-popup {
    background-color: transparent !important;
}

.bg-major .swal2-title, .userbalance, .userBalance {
    color: #FFCC00;
}

.bg-major .swal2-title::before {
    content: '';
    background: url('../../assets/img/loading.gif') no-repeat left center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1061;
    margin-left: -50px;
}

/*
Common
*/

.chatscreen {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: #FFF;
}

.chatscreen::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: url('../../assets/img/callapp.png') no-repeat right bottom;
	background-size: cover;
}

a:focus:active, button:focus:active {
    transform: scale(.95,.95);
    -webkit-transform: scale(.95,.95);
    -moz-transform: scale(.95,.95);
    -ms-transform: scale(.95,.95);
    -o-transform: scale(.95,.95);
}

.customForm input {
    font-size: 3vh;
    color: #E8BF6D;
    border-width: 3px;
    border-color: #666;
    background: rgb(69,72,77);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
}

.customForm input:focus, .modal-resetpass input:focus {
    font-size: 3vh;
    color: #E8BF6D;
    border-color: #E8BF6D;
    box-shadow: 0 0 .5rem rgba(232,191,109,1);
}

.customForm input:focus:active, .customForm button:focus:active,
.customForm .btn-check:focus+.btn, .customForm .btn:focus {
    box-shadow: unset !important;
}

.customForm .input-group-text {
    border: 3px solid #666 !important;
    border-right-width: 0px !important;
}

.customForm .input-group .btn-major {
    border: 3px solid #666 !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-valid, .was-validated .form-control:valid {
    padding-right: 1rem;
    background: rgb(69,72,77);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
}

.btn-showpass, .btn-showpass:hover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-size: 2rem;
    height: 100%;
    padding: 0 1rem;
    color: #E8BF6D;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}

.btn-showpass:focus:active {
    transform: scale(1.1,1.1);
}

.btn-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
}

.modal-settings .modal-content,
.modal-prompt .modal-content {
    /* background-color: transparent; */
    padding: 1.5rem;
}

.modal-settings .modal-body,
.modal-prompt .modal-body {
    min-height: 200px;
    background: url('../../assets/img/bg_popup.png') no-repeat top center;
    background-size: 100%;
}

/*
Footer
*/

.group-support > li {
    display: block;
    background: url('../../assets/img/btn_footer_bg.png') repeat-x;
    background-size: cover;
}

.group-support > li > a {
    width: 100%;
    height: 50px;
    display: block;
    background: url('../../assets/img/whatsapp.png') no-repeat left center;
    background-size: contain;
}

.group-support > li > a.telegram {
    background: url('../../assets/img/telegram.png') no-repeat right center;
    background-size: contain;
}

/*
Jackpot
*/

.top-10 {
    top: 10% !important;
}

.wrap-bigJackpot .img-default {
    width: fit-content;
}

.wrap-jackpot, .wrap-bigJackpot {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1366;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    touch-action: none;
}

.wrap-jackpot.show, .wrap-bigJackpot.show {
    display: block;
}

.wrap-jackpot .jackpotAmount {
    font-size: 2rem;
    font-weight: 600;
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    z-index: 1;
}

.wrap-jackpot figure {
    width: 75%
}

.wrap-bigJackpot .btn-close-bigPrize {
    display: inline-block;
    position: absolute;
    top: 1%;
    right: 1%;
    z-index: 10;
    background: transparent;
    border: 0;
}

/* .wrap-bigJackpot figure {
    width: 95%
} */

.wrap-bigJackpot .jackpotAmount {
    /* color: #FFF000; */
    font-size: 6rem;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.wrap-bigJackpot .jackpotPass {
    font-size: 3.5rem;
    font-weight: 600;
    color: #FFF;
    width: 400px;
    height: auto;
    padding-right: 3rem;
    position: absolute;
    bottom: 2%;
    right: 0;
    z-index: 1;
    background: url('../../assets/img/jackpot/en/bg_code.png') no-repeat top center;
    background-size: 100%;
}

.wrap-bigJackpot .jackpotPass.my {
    background: url('../../assets/img/jackpot/my/bg_code.png') no-repeat top center;
    background-size: 100%;
}

.wrap-bigJackpot .jackpotPass.cn {
    background: url('../../assets/img/jackpot/cn/bg_code.png') no-repeat top center;
    background-size: 100%;
}

/* .wrap-bigJackpot .instructions {
    position: absolute;
    top: 21%;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 3rem;
    width: 40%;
    margin: auto;
    font-weight: 600;
    color: #FFF;
    line-height: 55px;
} */

.wrap-bigJackpot .instructions {
    height: 170px;
    padding: 4rem 1rem 1rem 1rem;
    position: absolute;
    bottom: 17%;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 1.8rem;
    width: 86%;
    margin: auto;
    color: #FFF;
    line-height: 40px;
    background: url('../../assets/img/jackpot/en/bg_instruction.png') no-repeat top center;
    background-size: contain;
}

.wrap-bigJackpot .instructions.my {
    background: url('../../assets/img/jackpot/my/bg_instruction.png') no-repeat top center;
    background-size: contain;
}

.wrap-bigJackpot .instructions.cn {
    font-size: 3rem;
    line-height: 85px;
    background: url('../../assets/img/jackpot/cn/bg_instruction.png') no-repeat top center;
    background-size: contain;
}

.wrap-bigJackpot .btn-service {
    width: 55%;
    position: absolute;
    bottom: 1%;
    left: 0;
    z-index: 1;
}

/*
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;
}

.payment-container .input-group-text {
    font-weight: 500;
    color: #E8BF6D;
    border-width: 3px;
    border-color: #E8BF6D;
    background: rgb(168, 0, 0);
    background: -moz-linear-gradient(top,  rgb(168, 0, 0) 0%, rgb(87, 0, 0) 100%);
    background: -webkit-linear-gradient(top,  rgb(168, 0, 0) 0%, rgb(87, 0, 0) 100%);
    background: linear-gradient(to bottom,  rgb(168, 0, 0) 0%, rgb(87, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
}

.payment-container .userCash, .payment-container .userChip {
    color: #E8BF6D;
    border-width: 3px;
    border-color: #E8BF6D;
    background: rgb(69,72,77);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
}

.depositScreen {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 500px; */
    width: 100%;
    height: 100%;
    /* height: 100vh; */
    /* height: calc(100vh - 126px); */
}

.depositScreen 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);
}


/*
Icon Badge
*/

.img-badge {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.img-badge.hot {
    background: url('../../assets/img/hot.svg') no-repeat center center;
    background-size: contain;
}