@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: linear-gradient(90deg, rgba(8, 56, 115, 1) 0%, rgba(7, 36, 89, 1) 100%);
    border: none;
    border-radius: 0;
}
.mobile-menu-top {
    border-bottom: 1px solid #fed560;
    padding: 5px 15px;
    height: 55px;
    display: flex;
    align-items: center;
}
.mb-logo img {
    max-height: 40px;
}
.mobile-sidemenu {
    position: relative;
    overflow: auto;
    height: 90vh;
}

/** Login Modal **/
.modal-dialog.login {
    max-width: 700px;
}
.modal-content.login {
    background: #062352;
    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: #ffd800;
}
.login-logo {
    padding-bottom: 30px;
}
.login-logo img {
    max-height: 55px;
}
.login-wrapper {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 40px;
}
input.login-input {
    background: #093c79;
    color: #fff;
    border: none;
    height: 40px;
    padding: 4px 15px 4px 50px;
	border-radius: 8px;
}
input.login-input::placeholder {
	color: #b3b3b3;
}
span.log-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 18px;
    color: #b3b3b3;
    background: #083169;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 8px;
}
.forgot-link {
    padding-bottom: 15px;
}
.forgot-link a {
    color: #fff;
    font-size: 15px;
}
.forgot-link a:hover {
	color: #ffd800;
}
.regnow-text {
    font-size: 16px;
}
.regnow-text a {
    color: #ffd800;
}
.reg-line.login {
    background: #b3b3b3;
    height: 1px;
    width: 100%;
    margin: 20px 0 20px;
}
.note-issues {
    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: #093c79;
    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: #093c79;
}
.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);
}

/** Promotion **/
.modal-dialog.promo {
    max-width: 850px;
}
.modal-content.promo {
    background: #0f3a76;
    color: #fff;
    border: none;
    border-radius: 0 0 15px 15px;
	max-height: 90vh;
    overflow: auto;
}
.modal-content.promo::-webkit-scrollbar {
	display: none;
}
.promo-popup-content {
	padding: 15px 0 0;
}
.pmtitle-wrap {
	padding: 0 20px;
}
.pmtitle {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
	color: #ffd800;
}
.pmcaption {
    text-align: center;
    color: #fff;
}
.pm-dvd-line {
    height: 1px;
    width: 90%;
    background: #fff;
    margin: 15px auto;
}
.pmwrap {
    padding: 5px 30px 15px;
}
.gtext {
    color: #ffd800;
	font-weight: 500;
    padding: 5px 0;
}
.table-responsive.promo-table {
    text-align: center;
	font-size: 14px;
}
table.table-promo tr th {
    font-weight: 400;
    background: #051b3f;
    padding: 6px 2px;
    border: 1px solid #03163a;
}
table.table-promo tr td {
    font-weight: 400;
    background: #062352;
    padding: 6px 2px;
    border: 1px solid #03163a;
}
.rules-btn-wrap {
    margin-bottom: 15px;
}
.pmtnc-wrap {
	background: #051b3f;
	padding: 30px;
}
ul.terms {
	padding-left: 17px;
}
.modal-content.promo.rules {
    border-radius: 15px;
    border: 1px solid #ffd800;
}
.pm-content {
	padding: 15px 15px;
}
button.pm-rules-btn {
    background: #fed560;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    height: 33px;
    border-radius: 8px;
    min-width: 130px;
    padding: 2px 10px;
    text-transform: uppercase;
}
button.pm-rules-btn:hover {
	background: #0f3a76;
	color: #fff;
}

/** Download Modal **/
.modal-dialog.download {
    max-width: 600px;
}
.modal-content.download {
    background: #062352;
    border: none;
    border-radius: 10px;
    padding: 25px;
    color: #fff;
}
.dl-ptd-logo {
    text-align: center;
    margin-bottom: 5px;
}
.dl-ptd-logo img {
    max-height: 80px;
}
.download-body {
    text-align: center;
}
.downloadbox {
    text-align: center;
    width: 30%;
    margin: 0 1%;
    display: inline-block;
}
a.dllink-btn {
    background: linear-gradient(90deg, rgba(208, 156, 18, 1) 0%, rgba(255, 229, 106, 1) 100%);
	border: 1px solid #fff1b6;
    color: #000;
    height: 35px;
    padding: 2px 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    margin: 8px auto;
    border-radius: 8px;
    font-weight: 500;
    text-transform: uppercase;
}
a.dllink-btn:hover {
    color: #ffe27f;
    border-color: #fff1b6;
    background: #041838;
}
.table-responsive.access-info {
    margin-top: 10px;
	text-align: center;
}
input.access-input {
    background: none;
    border: none;
    color: #fff;
    display: inline-block;
    width: auto!important;
    text-align: center;
}
button.reg-join-btn.password {
    font-size: 14px;
    height: 33px;
    min-width: auto;
}
input.login-input.dlpw {
    padding: 4px 15px;
}

/** Quick Transfer popup **/
.qt-title {
    font-size: 30px;
    font-weight: 500;
	color: #fff;
}
.qtwrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    margin-bottom: 15px;
	text-align: center;
}
.qctext {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}
.qt-field {
	position: relative;
}
.qt-field input {
	text-align: center;
	font-size: 18px;
}
.trans-btn-wrap {
    padding-top: 20px;
}
button.transfer-btn {
    background: linear-gradient(90deg, rgba(208, 156, 18, 1) 0%, rgba(255, 229, 106, 1) 100%);
    border: none;
    color: #0a1941;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    height: 40px;
    padding: 3px 6px;
    border-radius: 9px;
    margin: 0 4px;
    min-width: 150px;
}
button.transfer-btn:hover {
    background: #fed560;
    box-shadow: 0 0 4px -1px #ffed7d;
}
button.game-play-btn {
	background: #041838;
    border: 1px solid #fff1b6;
    color: #fbc43f;
    font-size: 17px;
    text-transform: uppercase;
    min-width: 150px;
    height: 40px;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(0, 0, 0, 0.3);
}
button.game-play-btn:hover  {
	background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
	border: none;
	color: #000;
	box-shadow: 0 0 4px -1px #ffed7d;
}
.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: 40px;
    padding: 4px 15px;
    border-radius: 8px;
    text-transform: uppercase;
    width: 100%;
}
button.qt-max-btn:hover {
    background: #fed560;
}

/** Payout Table Modal**/
.modal-dialog.payout {
    max-width: 800px;
}
.modal-content.payout {
    background: #062352;
    border: none;
    border-radius: 20px;
    padding: 25px;
    color: #fff;
}
.pytitle {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
	text-align: center;
}
.pytitle-1 {
    padding-bottom: 10px;
}
table.payout-table {
    text-align: center;
}
table.payout-table tr th {
	background: #051b3f;
	font-weight: 600;
	padding: 5px 1px;
	border: 1px solid #03163a;
}
table.payout-table tr td {
    background: #0f3a76;
    font-weight: 500;
    padding: 5px 1px;
    border: 1px solid #03163a;
}
ol.step {
    padding-left: 17px;
}

/** 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: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.how-depo-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
	padding-bottom: 10px;
}
.dep-box {
    background: #093781;
    position: relative;
    border-radius: 10px;
    padding: 15px 15px 15px;
    font-size: 15px;
    text-align: center;
}
.step-num {
	color: #42c14a;
    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(90deg, rgba(208, 156, 18, 1) 0%, rgba(255, 229, 106, 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;
}

/** Change Password modal **/
.modal-dialog.edit-popup {
    max-width: 550px;
}
.modal-content.edit-popup {
    background: #062352;
    color: #fff;
    border-radius: 15px;
    padding: 30px;
}

/** Inbox Modal **/
.modal-dialog.mail-popup {
    max-width: 750px;
}
.modal-content.mail-popup {
    background: #062352;
    border: none;
    color: #fff;
    padding: 20px 20px;
    border-radius: 15px;
}
.mail-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 15px;
}
.mail-content {
    background: #032967;
    border-radius: 15px;
    padding: 30px;
}
.mail-content a {
	color: #ffd800;
}
.close-btn-wrap {
    padding-top: 15px;
    text-align: center;
}
button.close-pm-btn {
	background: linear-gradient(90deg, rgba(208, 156, 18, 1) 0%, rgba(255, 229, 106, 1) 100%);
	color: #000;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 40px;
	border: 1px solid transparent;
    text-transform: uppercase;
}
button.close-pm-btn:hover {
    background: transparent;
	color: #fff;
	border: 1px solid #fff1b6;
}


@media(max-width: 767px) {
.qtwrap {
	grid-template-columns: auto;
}	
}


@media(max-width: 480px) {
.modal-content.login {
    padding: 25px 15px;
}	
a.dllink-btn {
    font-size: 13px;
}
.qt-title {
	font-size: 24px;
}	
button.transfer-btn, button.game-play-btn {
	min-width: auto;
	height: 37px;
	width: 46%;
	margin: 0 1%;
	font-size: 15px;
}
.modal-content.payout {
	font-size: 14px;
    padding: 25px 15px;
}	
.pytitle {
    font-size: 20px;
}	
	
}

/** 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(90deg, rgba(8, 56, 115, 0.95) 0%, rgba(7, 36, 89, 0.95) 100%);
	border-radius: 0;
	border: none;
	border-top: 2px 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: 2px solid #fff;
    padding: 10px 0;
}
li.spitem:last-child {
	border-bottom: 2px solid #fff;
}
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;
}


























