@charset "utf-8";
/* CSS Document */
.modal.left.fade .modal-dialog{
left: -280px;
-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: 280px;
	height: 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.left .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.left.fade.show .modal-dialog {
	left: 0;
}

.modal.right.fade .modal-dialog {
right: -280px;
-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog{right: 0;}      

.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 280px;
	height: 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.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.right.fade.show .modal-dialog {
	right: 0;
}
/** Left Mobile Menu **/
.modal-content.mobile-menu {
    background:#f4f5f9;
    border-radius: 0;
    border: none;
    color: #000000;
}
button.close-menu {
    position: absolute;
    right: 3px;
    border: none;
    background: none;
    color: #fff;
    font-size: 17px;
    padding: 3px;
    z-index: 2;
}
.logo-menu {
    background:#ffffff;
    padding: 8px 15px;
    text-align: center;
}
.logo-menu img {
    max-width: 77%;
}
.menu-mobile-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 17px 15px;
    padding: 15px;
    text-align: center;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
}
.menu-mobile-wrapper a.nav-item {
	display: block;
	color: #000000;
	font-size: 13px;
	text-transform: uppercase;
}
.nav-round {
    border: 2px solid #462b7c;
    border-radius: 20%;
    height: 50px;
    width: 50px;
    margin: 0 auto 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-round i {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(249,228,175,1) 7%, rgba(243,188,22,1) 35%, rgba(94,51,7,1) 94%, rgba(84,52,11,1) 96%, rgba(84,52,11,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    filter: brightness(1.1);
}
.nav-round img {
	max-height: 35px;
}
.follow-social-wrap {
    border-top: 1px solid #f1d986;
    text-align: center;
    padding: 12px 18px;
    font-size: 14px;
}
.follow-social {
    display: flex;
    justify-content: center;
    margin-top: 9px;
}
.follow-social a {
    display: inline-block;
    max-width: 27px;
    margin: 0 6px;
}

/** Right Mobile Menu **/
button.close-menu.left {
    left: 0;
    right: auto;
}
.player-mtop {
    background: linear-gradient(to bottom, rgba(11,85,155,1) 0%, rgba(6,14,63,1) 100%);
    display: grid;
    grid-template-columns: 85px auto;
    padding: 15px 5px;
    align-items: center;
}
.viplvl-user {
    text-align: center;
}
.vipclass {
	margin-right: 10px;
	font-weight: 500;
}
.username-text {
    font-size: 15px;
    font-weight: 600;
}
.vip-coin {
    display: flex;
    align-items: center;
    padding: 7px 0 0;
    text-transform: uppercase;
    font-size: 13px;
}
.wallet-balance {
    background: #fff;
    padding: 15px 15px 20px;
    color: #000;
    text-align: center;
}
.mwtext {
    font-weight: 600;
}
.mwbalance {
    color: #ff4201;
    font-weight: 700;
    padding: 5px 0;
}
a.reload-mw {
    margin-left: 5px;
    font-size: 13px;
	color: #ff4201
}
button.depo-big-btn {
    background: #ff4201;
    color: #fff;
    border: none;
    border-radius: 5px;
    width: 100%;
    max-width: 200px;
    padding: 7px 5px;
    font-size: 16px;
}
button.depo-big-btn img {
    filter: contrast(0) brightness(10);
    margin-right: 8px;
    max-height: 29px;
}
.afmenu-content {
    background: linear-gradient(to bottom, rgba(11,85,155,1) 0%, rgba(6,14,63,1) 100%);
    height: 100%;
}
a.afmenu-item {
    display: grid;
    grid-template-columns: 60px auto;
    padding: 10px 15px 10px 20px;
    color: #fff;
    align-items: center;
    font-size: 14px;
}
a.afmenu-item:hover {
	background: #08285f;
}
.aficon {
    text-align: center;
}
.aficon img {
    max-height: 25px;
}
.aficon i {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(249,228,175,1) 7%, rgba(243,188,22,1) 35%, rgba(94,51,7,1) 94%, rgba(84,52,11,1) 96%, rgba(84,52,11,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 17px;
    filter: brightness(1.1);
}
.lg-line {
    background: #f1d986;
    height: 1px;
	margin-bottom: 5px;
}
.lang-flag-wrap {
    text-align: center;
}
.lang-flag-wrap a {
    display: inline-block;
    max-width: 25%;
	margin: 0 1%;
}


/** Login Modal **/
.modal-dialog.login {
    top: 3%;
}
.modal-content.login {
    background: linear-gradient(to bottom, rgba(11,85,155,1) 0%, rgba(6,14,63,1) 100%);
    border: 1px solid #e7b52a;
    padding: 15px;
    color: #fff;
}
button.close-x {
    background: #e7b52a;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(249,228,175,1) 7%, rgba(243,188,22,1) 35%, rgba(94,51,7,1) 94%, rgba(84,52,11,1) 96%, rgba(84,52,11,1) 100%);
    border-radius: 50%;
    border: 1px solid #e7b52a;
    height: 30px;
    width: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 2;
}
button.close-x:hover {
	background: #ffa400;
}
.login-wrapper {
    padding: 10px 15px;
}
.title-welcome {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
label.label-log {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.log-field {
    position: relative;
    margin-bottom: 10px;
}
input.login-input {
    height: 38px;
    padding: 3px 10px;
    border: 1px solid #e7b52a;
    border-radius: 3px;
    background: #fff;
    color: #000;
}
span.field-icon {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 15px;
	color: #7E7E7E;
}
a.forgot-link {
    color: #aaa;
    font-size: 11px;
    border-bottom: 1px solid #aaa;
    font-style: italic;
}
a.forgot-link:hover {
	color: #e7b52a;
	border-color: #e7b52a;
}
button.login-submit {
    background: url("../images/yellow-mobile-btn.png")no-repeat;
	background-size: 100% 100%;
    color: #000;
    border: none;
	max-width: 200px;
    width: 100%;
    border-radius: 4px;
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 5px;
}
button.login-submit:hover {
	transform: scale(0.98);
}

/** Promo Popup **/
.modal-dialog.promo {
	max-width: 800px;
	top: 3%;
}
.modal-content.promo {
    background: #fff;
    border:none;
    border-radius: 10px;
    padding: 10px;
    color: #000;
    font-size: 14px;
}
button.close-pm-btn {
    background: #462b7c;
    border-radius: 50%;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 50%);
    border: none;
	padding: 2px;
    height: 30px;
    width: 30px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 2;
}
.promo-container {
	max-height: 85vh;
    overflow-y: auto;
	padding: 15px;
}
.promo-container::-webkit-scrollbar {
	width: 2px;
}
.promo-container::-webkit-scrollbar-track {
  background: #EAEAEA;
}
.promo-container::-webkit-scrollbar-thumb {
	background: #616161;
}
.promo-container::-webkit-scrollbar-thumb:hover {
  background: #032854;
}
.pminner-img {
    margin-bottom: 10px;
	text-align: center;
}
.promo-title {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}
.smblog-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
table.table-promo {
	text-align: center;
	margin: 10px 0;
}
table.table-promo tr th {
	background: linear-gradient(-155deg,#ff4200,#ffa86c 100%);
	border: 1px solid #fff;
	color: #fff;
	padding: 8px 2px;
}
table.table-promo tr td {
	background: #f4f5f9;
	border: 1px solid #fff;
	padding: 8px 2px;
}
.modal-content.promo ul, .modal-content.promo ol {
	padding-left: 16px;
}
.pm-title-sm {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
}

/** Mobile Download Popup**/
.modal-dialog.download {
	max-width: 700px;
	top: 2%;
}
.modal-content.download {
	border: 1px none;
	border-radius: 8px;
	background: #fff;
	padding: 15px;
}
.prov-title-img {
    text-align: center;
    padding-bottom: 10px;
}
.prov-title-img img {
    max-height: 70px;
}
.downloadbody {
	text-align: center;
}
.downloadbox {
    text-align: center;
    width: 30%;
    margin: 0 5px;
    display: inline-block;
    border: 1px solid #462b7c;
    border-radius: 7px;
    padding: 7px 5px;
}
.download-game-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #462b7c;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    max-width: 125px;
    height: 34px;
    font-size: 13px;
    margin: 15px auto;
}
.download-game-btn:hover {
	background: #ffba00;
    color: #fff;
}
.qr-download-img img {
	max-height:  150px;
}
.access-info {
	max-width: 600px;
	text-align: center;
	overflow: auto;
	margin: 30px auto 15px;
	font-size: 14px;
}
input.afinput.download {
    padding: 0 10px;
    border: none;
    text-align: center;
}
table.access-table tr th {
	background: linear-gradient(-155deg,#ff4200,#ffa86c 100%);
	border: 1px solid #9D9D9D;
	padding: 5px 2px;
	color: #fff;
}
table.access-table tr td {
    border: 1px solid #9D9D9D;
    padding: 5px 2px;
}
button.reg-submit-btn.password {
    font-size: 13px;
    height: 35px;
}
.mobile-dl-img {
	display: none;
	text-align: center;
}

/** Payout Table Popup **/
.modal-dialog.payout {
    max-width: 850px;
    top: 3%;
}
.modal-content.payout {
	border: none;
	border-radius: 8px;
	padding: 15px;
	color: #000;
	text-align: center;
}
.payout-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.payout-content {
    border-radius: 8px;
    border: 1px solid #2a64cb;
    padding: 10px 15px;
	margin-bottom: 10px;
}
.bet-prize {
    font-weight: 700;
}
.payout-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
    margin: 5px 0;
}
.pytitle {
    background: #2a64ca;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pyrow {
    background: #eceded;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
	font-weight: 500;
}
.pyrow div {
	height: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.red-bonus {
	color: #ea3424;
	margin-left: 5px;
}
.noted-bonus{
	font-weight: 500;
	color: #ea3424;
	font-size: 13px;
}
.payout-wrapper.style-2 {
	grid-template-columns: repeat(3,1fr);
}

/** Inbox Msg **/
.modal-dialog.inbox {
    max-width: 700px;
	top: 3%;
}
.modal-content.inbox {
	border: none;
	border-radius: 8px;
	padding: 15px;
	color: #000;
}
.mail-title-pop {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
.date-info-wrap {
    font-size: 14px;
    padding: 0 0 15px;
    font-style: italic;
}
.mail-inner-content {
    border-radius: 8px;
    border: 1px solid #2a64cb;
    padding: 10px 15px;
}

/** Annoucement **/
.modal-dialog.video {
	max-width: 700px;
}
.modal-content.video {
    background: none;
    max-width: 700px;
    height: auto;
    padding: 44px 18px 20px;
    border: none;
	position: relative;
}
button.close-video {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    color: #fff;
	z-index: 2;
}
.video-frame {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 85px 34px 62px;
}
.modal-dialog.annouce {
    max-width: 700px;
}
.modal-content.annouce {
    background: #fefefe;
    border: none;
    overflow: hidden;
    border-radius: 8px;
}
button.close-annonce {
    position: absolute;
    right: 10px;
    top: 8px;
    background: none;
    border: none;
    color: #fff;
    z-index: 2;
    font-size: 15px;
    padding: 1px;
}
.annouce-title {
    background: #ff4201;
    color: #fff;
    text-align: center;
    padding: 8px 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.notice-wrapper {
	padding: 20px;
}
.notshow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 3%;
}
.notshow-wrapper input {
    vertical-align: text-top;
    display: inline-block;
    margin: 0;
}
.notshow-wrapper label {
    margin: 0 0 0 4px;
    font-size: 15px;
    display: inline-block;
}
button.close-popup {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 21px;
    margin-left: 8px;
    line-height: 1;
    z-index: 2;
}



@media(max-width: 991px) {
.mobile-dl-img {
    display: block;
}
.qr-download-img {
    display: none;
}
.downloadbox {
    border: none;
    padding: 0;
    margin: 0 1%;
}
.access-info {
    margin: 10px auto 15px;
}
.stext {
    padding-bottom: 5px;
}	
}

@media(max-width: 767px) {
.payout-content {
    padding: 10px 5px;
}
.payout-wrapper {
	font-size: 14px;
    grid-gap: 2px;
	line-height: 1.1;
}
.mail-inner-content {
    padding: 10px 10px;
}		
}

@media(max-width: 480px) {
.modal-content.payout {
    padding: 10px 10px;
}
.payout-wrapper {
	font-size: 13px;
}
.pyrow div {
    height: 35px;
    flex-flow: column;
}
.modal-content.inbox {
    padding: 15px 10px;
	font-size: 14px;
}	
.mail-title-pop {
    font-size: 16px;
}
.promo-container {
    padding: 5px;
}
.video-frame {
    padding: 18% 7% 12%;
}
.notshow-wrapper label {
    font-size: 13px;
}	
}



