@charset "utf-8";
/* CSS Document */
.modal.left.fade .modal-dialog{
left: -100%;
-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog{left: 0;}      
.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 250px;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.left.fade .modal-dialog {
	left: -100%;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog {
	left: 0;
}
.modal-content.mobile-side { 
	display: block;
	background: #051620;
    border: none;
    border-radius: 0;
}
.mobile-menu-top {
    padding: 5px 15px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mb-logo img {
    max-height: 40px;
}
.mobile-sidemenu {
    position: relative;
    overflow: auto;
    height: 90vh;
}
.player-info-frame {
    position: relative;
    background: #052136;
    padding-bottom: 15px;
}

/** Login Modal **/
.modal-dialog.login {
    max-width: 700px;
}
.modal-content.login {
    background: #061c2d url(../images/login-popup.jpg)no-repeat right bottom;
    border: none;
	border-radius: 12px;
    color: #fff;
	padding: 25px;
	text-align: center;
}
button.close-x {
    background: none;
    color: #fff;
    border: none;
    padding: 0;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
	z-index: 2;
}
button.close-x:hover {
	color: #e0bb5a;
}
.login-logo {
    padding-bottom: 30px;
}
.login-logo img {
    max-height: 55px;
}
.login-wrapper {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 40px;
}
.input-icon {
    position: absolute;
    z-index: 2;
    left: 0;
    color: #b3b3b3;
    font-size: 16px;
    background: #083169;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 8px 0 0 8px;
}
input.reg-input {
    background: #093c79;
    color: #fff;
    border: none;
    height: 40px;
    padding: 2px 15px 2px 50px;
    border-radius: 8px;
}
input.reg-input::placeholder {
	color: #b3b3b3;
}
.field-icon {
    position: absolute;
    right: 17px;
    top: 13px;
    font-size: 17px;
    cursor: pointer;
	color: #b3b3b3;
}
input.login-input {
    background: #052237;
    color: #fff;
    border: none;
    height: 40px;
    padding: 4px 15px 4px 55px;
	border-radius: 8px;
}
input.login-input::placeholder {
	color: #617789;
}
.log-icon-box {
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 18px;
    color: #b3b3b3;
    background: #093758;
    width: 44px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 8px;
}
.log-icon {
	background: linear-gradient(to bottom, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.forgot-link {
    padding-bottom: 15px;
}
.forgot-link a {
    color: #fff;
}
.forgot-link a:hover {
	color: #dba728;
}
.regnow-text {
    font-size: 16px;
}
.regnow-text a {
    color: #dba728;
}
.reg-line.login {
    width: 100%;
    margin: 20px 0 20px;
    border: 1px dashed #2b363d;
}
.note-issues {
	color: #b3b3b3;
    font-size: 13px;
    max-width: 400px;
    margin: 0 auto;
}
.title-forgot {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 5px;
	color: #fff;
}
.reset-text {
	font-size: 15px;
	padding-bottom: 15px;
}
.vcode-img {
    position: absolute;
    right: 15px;
    top: 9px;
}
.rmb-group {
    display: flex;
	align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.rmb-group .forgot-link {
    padding-bottom: 0;
}
.check-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.check-group label {
    position: relative;
    cursor: pointer;
    margin: 0;
    color: #fff;
}
.check-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #093758;
    border: none;
    border-radius: 4px;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
    cursor: pointer;
    margin-right: 5px;
}
.check-group input:checked + label:before {
	background-color: #093758;
}
.check-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/** Mobile live support popup **/
.modal.bottom.fade .modal-dialog {
	bottom: -100px;
	-webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
	-o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
	transition: opacity 0.3s linear, bottom 0.3s ease-out;
}
.modal.bottom.fade.in .modal-dialog {bottom: 0;}      

.modal.bottom .modal-dialog  {
	position: fixed;
	margin: auto;
	width: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.modal.bottom .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.bottom.fade .modal-dialog  {
	max-width: 100%;
	width: 100%;
	bottom: -100px;
	height: 250px;
	-webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
	-o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
	transition: opacity 0.3s linear, bottom 0.3s ease-out;
}
.modal.bottom.fade.show .modal-dialog  {
	bottom: 0;
}
.modal-content.support {
    background: linear-gradient(87deg, rgba(5, 22, 32, 0.95) 0%, rgba(7, 34, 48, 0.95) 100%);
    border-radius: 0;
    border: none;
    border-top: 1px solid #f6cf5f;
}
.support-menu-wrapper {
    position: relative;
    padding: 15px 25px;
	color: #fff;
}
.gethelp-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}
ul.nav.spmenu-wrapper {
    flex-direction: column;
	margin-bottom: 15px;
}
li.spitem {
	position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #2b363d;
    padding: 10px 0;
}
li.spitem:last-child {
	border-bottom: 1px solid #2b363d;
}
li.spitem::after {
    content: '\f138';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fed560;
    position: absolute;
    font-size: 14px;
    right: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
a.spmenu {
    display: flex;
    align-items: center;
    color: #f8f8f8;
    font-size: 16px;
}
.spmicon {
    max-width: 33px;
    margin-right: 15px;
}

/** Payout Table Modal**/
.modal-dialog.payout {
    max-width: 800px;
}
.modal-content.payout {
	background: linear-gradient(90deg, rgba(5, 21, 36, 1) 0%, rgba(7, 27, 43, 1) 100%);
    border: none;
    border-radius: 20px;
    padding: 25px;
    color: #fff;
}
.pytitle {
    font-size: 26px;
	font-weight: 600;
    text-transform: uppercase;
	text-align: center;
}
.pytitle-1 {
    padding-bottom: 10px;
}
table.payout-table {
    text-align: center;
}
table.payout-table tr th {
	background: #051a27;
	font-weight: 500;
	padding: 5px 1px;
	border: 1px solid #465a66;
}
table.payout-table tr td {
	background: #0c293b;
	padding: 5px 1px;
	border: 1px solid #465a66;
}
ol.step {
    padding-left: 17px;
}
/** Promo Popup **/
.modal-dialog.promo {
    max-width: 850px;
}
.modal-content.promo {
    background: linear-gradient(90deg, rgba(5, 21, 36, 0.95) 0%, rgba(7, 27, 43, 0.95) 100%);
    color: #fff;
	font-size: 14px;
    border: none;
	border-radius: 15px;
	padding: 15px 25px;
	max-height: 90vh;
	overflow: auto;
}
.modal-content.promo::-webkit-scrollbar {
  width: 4px;
}
.modal-content.promo::-webkit-scrollbar-track {
  background: #0e212f;
}
.modal-content.promo::-webkit-scrollbar-thumb {
  background: #08273f;
}
.modal-content.promo::-webkit-scrollbar-thumb:hover {
  background: #08273f;
}
button.close-promo {
    background: none;
    color: #fff;
    border: none;
    padding: 0;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}
.pm-top-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 10px;
}
.promo-banner-popup {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #f7cf18;
}
.pmtitle-wrap {
    padding: 10px 10px 0 0;
    position: relative;
}
.pmtitle {
    background: linear-gradient(180deg, rgba(242, 213, 112, 1) 0%, rgba(189, 142, 47, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 18px;
}
button.gnr-tnc-btn {
    background: #2b363d;
    color: #fff;
    padding: 1px 10px;
    border-radius: 8px;
    height: 27px;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 0;
}
button.gnr-tnc-btn:hover {
	background: linear-gradient(to right, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
	color: #000;
}
.pm-dvd-line {
    width: 100%;
    margin: 25px auto;
    border: 1px dashed #2b363d;
}
ul.terms, ol.terms {
    padding-left: 17px;
}
ul.terms li, ol.terms li {
	padding: 1px 0;
}
.table-responsive.promo-table {
    text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
}
table.table-promo tr th {
    font-weight: 400;
    background: #08273f;
    padding: 6px 2px;
    border: 1px solid #78848b;
}
table.table-promo tr td {
    font-weight: 400;
    background: #041726;
    padding: 6px 2px;
    border: 1px solid #78848b;
}
.titlepm-top {
    text-align: center;
    margin-bottom: 15px;
}
.modal-content.promo.rules {
    border: 1px solid #f7cf18;
}

/** Download **/
.modal-dialog.download {
	max-width: 650px;
}
.modal-content.download {
    background: linear-gradient(90deg, rgba(5, 21, 36, 0.95) 0%, rgba(7, 27, 43, 0.95) 100%);
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px 25px 25px;
    max-height: 90vh;
    overflow: auto;
}
.pvd-dl-logo {
    text-align: center;
}
.pvd-dl-logo img {
    max-height: 75px;
}
.mb-download-wrapper {
    text-align: center;
    padding: 15px 0;
}
.dl-box {
    display: inline-block;
    max-width: 180px;
    width: 48%;
    margin: 5px 0.5%;
}
.qrpop-img {
    max-width: 130px;
    margin: 0 auto;
}
.qrpop-img img {
    max-height: 135px;
}
.mbdl-icon {
    display: none;
}
.dl-btn-wrap {
    padding-top: 10px;
}
button.download-btn {
    background: #233749;
    color: #fff;
    border: 1px solid #fef382;
    height: 33px;
    width: 100%;
    max-width: 150px;
    border-radius: 8px;
	font-size: 15px;
}
button.download-btn i {
	margin-right: 5px;
	font-size: 120%;
}
button.download-btn:hover {
	background: linear-gradient(to left, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
	color: #000;
	border: none;
	box-shadow: 0 0 10px -1px #ffed7d;   
}
.access-info {
    background: #08273f;
    text-align: center;
    border: 1px solid #ffe27f;
	border-bottom: none;
    color: #ffe27f;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 5px;
}
table.info-table tr td {
    border: 1px solid #ffe27f;
    padding: 7px 3px;
    text-align: center;
    font-size: 14px;
}
table.info-table tr td.bktitle {
	background: #08273f;
}
input.info-pw {
    background: #0b2e42;
    color: #fff;
    border: none;
    padding: 0 10px;
	text-align: center;
}
input.info-pw::placeholder {
	color: #c7dbe0;
}
.claim-text {
    color: #dba728;
    padding-bottom: 10px;
    font-weight: 600;
}
.claim-text a {
    color: #fff;
}

/** How Deposit Modal **/
.modal-dialog.how-pop {
    max-width: 900px;
}
.modal-content.how-popup {
    background: #062352;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 20px 30px;
}
.how-title {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 15px;
    background: linear-gradient(180deg, rgba(242, 213, 112, 1) 0%, rgba(189, 142, 47, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.how-depo-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
	padding-bottom: 10px;
}
.dep-box {
    background: #052237;
    position: relative;
    border-radius: 10px;
    padding: 15px 15px 15px;
    font-size: 15px;
    text-align: center;
}
.step-num {
	color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 5px;
}
.depo-img {
    margin-bottom: 10px;
}
.don-show-tick {
    color: #fff;
}
.don-show-tick .game-option {
    font-size: 13px;
}
.close-btn-wrap {
    padding-top: 15px;
    text-align: center;
}
button.close-pm-btn {
	background: linear-gradient(to left, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
	color: #000;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 40px;
    text-transform: uppercase;
}
button.close-pm-btn:hover {
    background: #fed560;
}

/** Inbox **/
.modal-dialog.mail-popup {
    max-width: 750px;
}
.mail-title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 15px;
}
.mail-content {
    background: #052237;
    border-radius: 15px;
    padding: 30px;
}
.mail-content a {
    color: #f3d671;
}

/** Quick Transfer **/
.qt-title {
	color: #fff;
    font-weight: 500;
    font-size: 28px;
    text-align: center;
}
.qtwrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    margin-bottom: 15px;
	text-align: center;
}
.qctext {
	text-align: center;
    font-size: 16px;
    padding-bottom: 5px;
}
.qt-field {
	position: relative;
}
.qt-field input {
	text-align: center;
	font-size: 17px;
}
.trans-btn-wrap {
    padding-top: 10px;
    text-align: center;
}
button.game-play-btn {
	background: #233749;
    color: #fff;
    border: 1px solid #fef382;
    font-size: 17px;
    min-width: 150px;
    height: 36px;
    padding: 5px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgb(0, 0, 0, 0.3);
}
button.game-play-btn:hover  {
	background: #071b26;
    color: #fff;
}
.qtamt-wrap {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 5px;
}
.qtbox-wrap {
    display: grid;
    grid-template-columns: 69% 30%;
    grid-gap: 1%;
}
button.transfer-btn:hover {
	background: linear-gradient(90deg, rgba(208, 156, 18, 1) 0%, rgba(255, 229, 106, 1) 100%);
    box-shadow: 0 0 4px -1px #ffed7d;
}
button.qt-max-btn {
	background: linear-gradient(90deg, rgba(208, 156, 18, 1) 0%, rgba(255, 229, 106, 1) 100%);
    color: #000;
	font-weight: 500;
    border: none;
    height: 36px;
    padding: 2px 10px;
    border-radius: 8px;
    text-transform: uppercase;
    width: 100%;
}
button.qt-max-btn:hover {
    background: #fed560;
}

/** Privilege Reward **/
.modal-content.reward {
    background: none;
    border: none;
}
.reward-item-wrapper {
    position: relative;
    background: url(../images/privilege/reward-popup-bg.jpg) no-repeat top center;
    background-size: cover;
    max-width: 400px;
	margin: 0 auto;
	width: 100%;
    border-radius: 14px;
    border: 2px solid #f1dd71;
    text-align: center;
    padding: 50px 10px 60px;
}
.prv-item-img {
	margin-bottom: 10px;
}
.prv-item-img img {
    max-height: 155px;
}
.claim-rw-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12%;
    z-index: 1;
}
button.reward-claim-btn {
    max-width: 63%;
	transition: 0.2s;
}
button.reward-claim-btn:hover {
	filter: brightness(1.1) drop-shadow(0 0 5px #ffed7d);
	transform: scale(1.03);
	transition: 0.2s;
}
.reward-item-wrapper.gift {
	background: url("../images/privilege/reward-popup-bg-open.jpg")no-repeat bottom center;
	background-size: cover;
}
.congratz-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    border-radius: 12px 12px 0 0;
}
button.closerw-btn {
    position: absolute;
    z-index: 2;
    right: 7px;
    top: 5px;
    width: 20px;
    height: 20px;
    font-size: 17px;
    border-radius: 50%;
    border: 2px solid #000;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding-bottom: 1%;
}
.rwd-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 77%;
}
.rwd-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 77%;
    font-size: 24px;
}
.rwdtext-1 {
    background: linear-gradient(180deg, rgba(242, 213, 112, 1) 0%, rgba(189, 142, 47, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 85%;
}
.rwdtext-2 {
    background: linear-gradient(180deg, rgba(242, 213, 112, 1) 0%, rgba(189, 142, 47, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}







@media(max-width: 767px) {
.pm-top-row {
    grid-template-columns: auto;
    grid-gap: 15px;
}	
.pmtitle-wrap {
    padding: 0;
}	
button.gnr-tnc-btn {
    position: initial;
    margin-top: 20px;
}
.modal-content.promo {
    padding: 15px 15px;
}
.qtwrap {
	grid-template-columns: auto;
}	
}

@media(max-width: 480px) {
.modal-content.download {
    padding: 15px 15px 20px;
}	
button.close-x {
    font-size: 15px;
    right: 7px;
    top: 9px;
}	
.modal-content.payout {
    padding: 25px 15px;
	font-size: 14px;
}	
.pytitle {
    font-size: 20px;
}
.access-info {
    font-size: 13px;
    padding: 8px 2px;
}
.trans-btn-wrap button.submit-btn, button.game-play-btn {
	min-width: auto;
	width: 46%;
	margin: 0 1%;
	font-size: 15px;
}	
.qt-title {
    font-size: 22px;
}	
}










