@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%;
	-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.left .modal-body {
	padding: 0;
    text-align: center;
}
.modal-content.modal-menu {
    border-radius: 0;
    border: 0;
    background: #1e3d73 url("../images/menu-bg.jpg")no-repeat top center;
	background-size: 100% 29%;
}
.mtop {
    text-align: center;
    padding: 20px 0 15px;
}
.logo-white {
    max-width: 80px;
    margin: auto;
}
.close-menu {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 35px;
    color: #000;
}
.close-menu:hover {
	color: #d2b479;
}
.call-phone {
    position: absolute;
    right: 15px;
    top: 15px;
    max-width: 45px;
}
.playername {
    text-align: center;
    margin: 15px 0 5px;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    height: 37px;
}
.vip-badge {
    margin: 0 3px;
}
.vip-badge img {
    max-height: 35px;  
}
.btn-area {
    text-align: center;
    display: flex;
    flex-flow: column;
}
button.login-btn {
    max-width: 200px;
    width: 100%;
    height: 56px;
    margin: auto;
    border: none;
    background: radial-gradient(ellipse at center, rgba(42,82,152,1) 0%, rgba(30,59,114,1) 100%);
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 05px;
    border-radius: 10px;
    margin-bottom: 13px;
}
button.login-btn.reg {
	background: radial-gradient(ellipse at center, rgba(56,56,56,1) 0%, rgba(45,45,45,1) 100%);
    color: #fff;
}
button.login-btn:hover {
	color: #d2b479;
}
button.login-btn.reg:hover {
	background: #16366d;
	color: #fff;
}
.sdmenu-area {
    margin-top: 15px;
    padding: 0 15px;
}
ul.slidemenu {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 18px 45px;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}
ul.slidemenu li.nav-item {
	position: relative;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
}
ul.slidemenu li.nav-item a {
    color: #fff;
    font-size: 15px;
}
ul.slidemenu li.nav-item a:hover {
	color: #d2b479;
}
.menubtn {
    background: transparent;
    color: #fff;
    border: none;
    padding: 0;
}
.menu-dropdown-wrapper {
	background: radial-gradient(ellipse at center, rgba(56,56,56,1) 0%, rgba(45,45,45,1) 100%);
    padding: 7px 10px;
    text-align: center;
    left: 0;
	right: 0;
    top: 26px;
    min-width: 123px;
}
.menu-dropdown-wrapper.dropdown-menu {
    width: 100%;
    top: 24px!important;
    right: 0;
    border-radius: 0;
    transform: none!important;
    min-width: 100%;
    margin: auto;
    border: 0;
    box-shadow: none;
    will-change: auto!important;
}
.menu-dropdown-wrapper ul.droplist li a {
	font-weight: 400;
}

ul.droplist {
    list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.droplist li {
    padding: 3px 0;
}
ul.droplist li a  {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
ul.droplist li a:hover  {
	color: #d2b479;
}

.logout-area {
	margin: 30px 0;
	text-align: center;
}
button.logout-btn {
    background: radial-gradient(ellipse at center, rgba(56,56,56,1) 0%, rgba(45,45,45,1) 100%);
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: block;
    max-width: 175px;
    padding: 10px 40px;
    border: none;
    border-radius: 7px;
    margin: 10px auto;
    transition: ease 0.3s;
}
button.logout-btn:hover {
	background: radial-gradient(ellipse at center, rgba(56,56,56,1) 0%, rgba(45,45,45,1) 100%);
	filter: brightness(1.1);
}

.after-log {
    display: flex;
    justify-content: space-around;
    max-width: 70%;
    width: 100%;
    margin: 5px auto 10px;
}
.after-log.account {
    justify-content: space-evenly;
}
.after-log a {
	font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #fff;
}
.after-log a:hover {
	color: #d2b479;
	border-bottom: 1px solid #d2b479;
}

/** Balance Popup **/
.modal-content.balance {
    overflow: auto;
    border: none;
}
.summary-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 9px 0px;
    font-size: 14px;
	padding-bottom: 10px;
}
.main-item, .main-amount {
    background: #1e3d73;
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 500;
}
.main-balance {
    text-align: right;
}
.platform-item {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 10px;
}
.amount-item {
    text-align: right;
    height: 25px;
    padding: 0px 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.balc {
    margin: 0 3px;
}
button.btn-in {
    display: inline-block;
    border: none;
    margin: 0 5px;
    height: 100%;
    padding: 0px 10px;
    background: #78b714;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
button.btn-in:hover {
	background: #9de032;
}
button.btn-out {
    display: inline-block;
    border: none;
    margin: 0 2px;
    height: 100%;
    padding: 0px 10px;
    background: #b71414;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
button.btn-out:hover { 
	background: #e61b1b;
}

button.inbox-btn {
    background: none;
    border: none;
    color: #60b2d6;
    font-size: 24px;
	padding: 0;
	position: relative;
}
.inbox-btn:hover {
	color: #3dccff;
}
button.inbox-btn:focus {
	outline: none;
}
.inbox-btn span {
    background: #d80c1f;
    color: #fff;
    font-size: 9px;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 2px 1px 0 0;
    line-height: 1;
    right: -6px;
    top: 4px;
}
button.close-balance {
    background: #1e3d73;
    border: none;
    width: 100%;
    line-height: 0;
    padding: 3px;
    font-size: 25px;
    color: #fff;
    margin: auto;
    left: 0;
}

/** Inbox Popup **/
.modal-dialog.inbox {
    max-width: 800px;
}
.modal-content.inbox {
    border: none;
}
.inbox-title {
    background: #1e3d73;
    color: #fff;
    padding: 10px 20px 10px 10px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.inbox-message {
    padding: 15px;
}
.date-msg {
    color: #777;
    font-size: 14px;
    margin-bottom: 15px;
}
.reply-inbox-title {
    font-size: 15px;
    font-weight: 700;
    border-top: 2px dotted #4a4a4a;
    padding: 10px 0;
}
textarea.reply-box {
    height: 100px;
    padding: 5px;
	border: 1px solid #CBCBCB;
}
button.submit-form.inbox {
    font-size: 15px;
    width: 120px;
}


/** Promotion Popup **/
.modal-dialog.promo {
    max-width: 850px;
}
.modal-content.promo{
    background: linear-gradient(to left, rgba(30,59,114,1) 0%, rgba(42,82,151,1) 100%);
    color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 0 4px 10px rgb(0,0,0,0.65);
}
button.close-promo {
    border: none;
    background: none;
    padding: 0;
    line-height: 0;
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 6px;
    color: #fff;
    transition: ease 0.3s;
}
button.close-promo:hover {
	transform: rotate(180deg);
	transition: ease 0.3s;
}
.pmcontent-area {
	font-size: 13px;
	padding: 10px 15px 30px;
}
.promo-title-inner {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
	margin-bottom: 10px;
}
ol.promo-list {
    padding: 0 0 0 18px;
}
ol.promo-list li {
	margin-bottom: 3px;
}
.probtm.pminner {
    justify-content: center;
    margin-top: 30px;
}
.probtm {
    display: flex;
    align-items: center;
}
.time-cd-pop {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}
.probtm.popm a.more-btn.apply {
	width: 100px;
    height: 35px;
    font-size: 15px;
}
.probtm.popm .remain {
	font-size: 11px;
}
.probtm.popm span.hourglass {
    font-size: 20px;
}

/** Download Popup **/
.modal-dialog.download {
    max-width: 750px;
}
.modal-content.download {
    background: linear-gradient(to right, rgba(30,59,114,1) 0%, rgba(42,82,151,1) 100%);
    color: #000;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 65%);
	padding: 4px;
}
button.close-pop {
    border: none;
    background: none;
    padding: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
	z-index: 2;
    transition: ease 0.3s;
}
button.close-pop:hover {
	transform: rotate(180deg);
	color: #1e3d73;
	transition: ease 0.3s;
}
.downwrapper {
	background: #fff;
	padding: 10px;
	text-align: center;
	overflow: auto;
	border-radius: 12px;
	position: relative;
}
.prov-logo {
    height: 70px;
    max-width: 200px;
    margin: auto;
}
.prov-logo img {
    max-height: 45px;
}
.download-area {
    display: flex;
    justify-content: space-around;
    max-width: 420px;
    margin: 5px auto 20px;
}
.device-type {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.device-type i {
	margin-right: 5px;
}
.qr-img {
	margin-bottom: 10px;
}
.qr-img img {
	max-width: 110px;
    box-shadow: 2px 3px 5px rgb(0 0 0 / 60%);
}
a.dl-btn {
    display: inline-block;
    background: #2a5298;
    color: #fff;
    padding: 4px 20px;
    border-radius: 5px;
    box-shadow: 2px 3px 5px rgb(0,0,0,0.5);
}
a.dl-btn:hover {
	box-shadow: 1px 2px 5px rgb(0,0,0,0.3);
	background: #1e3c72;
}
.info-access {
    background: #2a5298;
    padding: 2px;
    max-width: 500px;
    margin: auto;
    overflow: auto;
    border-radius: 12px;
	margin-bottom: 15px;
	font-size: 14px;
}
table.info-table tr td {
	background: #fff;
	color: #000;
	padding: 8px 5px;
	border: 3px solid #2a5298;
}
table.info-table tr td:last-child {
	text-align: left;
	padding: 8px 10px;
}
table.info-table tr:first-child td{
	border-radius: 14px 14px 0 0;
}
table.info-table tr:last-child td {
	border-radius: 0 0 14px 14px;
}
input.access-input {
    border: none;
}
.passtext {
	font-size: 10px;
	color: #989898;
}
button.password-btn {
    border: none;
    background: #2a5298;
    color: #fff;
    font-size: 15px;
    padding: 4px 20px;
}
button.password-btn:hover {
	background: #1e3c72;
	box-shadow: 1px 2px 5px rgb(0,0,0,0.3);
}

.downwrapper.ag {
	background: url("../images/download/bg/ag-bg.png")no-repeat center;
	background-size: cover;
}
.downwrapper.xpro {
	background: url("../images/download/bg/xpro-bg.png")no-repeat center;
	background-size: cover;
}
.downwrapper.pt {
	background: url("../images/download/bg/pt-bg.png")no-repeat center;
	background-size: cover;
}
.downwrapper.joker {
	background: url("../images/download/bg/jk-bg.png")no-repeat center;
	background-size: cover;
}
.downwrapper.mega {
	background: url("../images/download/bg/mega-bg.png")no-repeat center;
	background-size: cover;
}
.downwrapper.kiss {
	background: url("../images/download/bg/kiss-bg.png")no-repeat center;
	background-size: cover;
}
.downwrapper.pussy {
	background: url("../images/download/bg/pussy-bg.png")no-repeat center;
	background-size: cover;
}
.downwrapper.xe {
	background: url("../images/download/bg/xe-bg.jpg")no-repeat center;
	background-size: cover;
}

/** Tournament Popup **/
.modal-dialog.tournament {
	max-width: 850px;	
}
.modal-content.tournament {
	background: linear-gradient(to top, rgba(30,59,114,1) 0%, rgba(42,82,151,1) 100%);
	border: none;
	border-radius: 0;
	color: #fff;
	padding: 20px 15px 25px;
}
.tortitle {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
.termstitle {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}
.tnc-list ol {
	font-size: 13px;
	padding: 0;
	padding-left: 18px;
}
.tnc-list ol li {
	margin-bottom: 6px;
}
.winnerlist {
	text-align: center;
	width: 100%;
	overflow: auto;
	font-size: 13px;
}
table.winner-table tr th {
	text-transform: uppercase;
	padding: 2px;
}
table.winner-table tr td {
	font-size: 14px;
	padding: 2px;
}
.tpimg img {
	height: 20px;
}




























