body {
	font-family: Roboto, sans-serif;
}

.btn-addon-notification {
	position: absolute;
	background-color: red;
	color: #FFF;
	width: 16px;
	line-height: 16px;
	font-size: 10px;
	border-radius: 50%;
	text-align: center;
}


/*=================================
=            Header Web           =
=================================*/
.header-web {
	display: none;
	background-image: url("../img/header-bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	background-size: auto;
}
.header-web .navbar-brand {
	height: 57px;
	margin: 4px 0 38px;
	padding: 0;
}

.header-web .navbar-brand img{
	position: absolute;
	top: -3px;
}

.header-web .clock {
	float: right;
	color: #000;
	margin: 8px 0 0 0;
	padding: 2px 0;
	line-height: 100%;
	font-size: 12px;
}
.header-web .username {
	position: relative;
	color: #775D8A;
	padding: 2px 10px;
	line-height: 100%;
	font-size: 12px;
	font-weight: 500;
	border-right: 1px solid #775D8A;
	cursor: pointer;
}

/*----------  .profile-heading  ----------*/
.profile-heading {
	background-repeat: no-repeat;
	background-size: cover;
}
.profile-heading.member {
	background-image: url("/v2/img/mission/profile-bg/1.jpg");
}
.profile-heading.vip {
	background-image: url("/v2/img/mission/profile-bg/2.jpg");
}
.profile-heading.premium {
	background-image: url("/v2/img/mission/profile-bg/3.jpg");
}

/*----------  .media-profile  ----------*/
.media-profile .avatar {
	position: relative;
	display: inline-block;
	background-image: url("/v2/img/mission/avatar/bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
}
.media-profile .avatar img {
	max-width: 100%;
	max-height: 100%;
}
.media-profile .media-heading {
	margin: 8px auto;
}
.media-profile .media-heading span {
	display: inline-block;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
}
.media-profile .media-heading .user-id {
	color: #FFF;
}
.media-profile .media-heading .user-level {
	color: #BDABD3;
	padding: 3px 12px;
	font-size: 12px;
	border: 1px solid #BDABD3;
	border-radius: 3px;
	text-transform: uppercase;
}
.media-profile .user-exp {
	position: relative;
	background-color: #E4E9EF;
	font-size: 10px;
}
.media-profile .user-exp:after {
	content: "";
	display: table;
	clear: both;
}
.media-profile .user-exp span {
	position: relative;
	line-height: 100%;
	padding: 6px 8px;
}
.media-profile .user-exp .exp-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	background-color: #BDABD3;
}
.media-profile .user-exp .exp-level {
	float: left;
	color: #FFF;
}
.media-profile .user-exp .exp-point {
	float: right;
	color: #666;
}

/*----------  .badge-member, .badge-vip, .badge-premium  ----------*/
.badge-member,
.badge-vip,
.badge-premium {
	position: relative;
	float: right;
	padding: 10px;
}
.badge-member:before,
.badge-vip:before,
.badge-premium:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.badge-member {
	background-color: #C69C6C;
}
.badge-vip {
	background-color: #BDBBC3;
}
.badge-premium {
	background-color: #D19211;
}
.badge-medal {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
}
.badge-hr {
	display: inline-block;
	height: 100%;
	margin: 0 10px;
	border-top: 0;
	border-left: 1px solid #CCC;
	vertical-align: middle;
}
.badge-title {
	display: inline-block;
	width: 70px;
	vertical-align: middle;
}
.badge-title p {
	color: #FFF;
	margin: 0;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
}
.badge-title .premium-star span {
	padding: 0 2px;
	line-height: 100%;
	font-size: 22px;
	font-weight: 600;
	vertical-align: middle;
}
.badge-member .badge-medal {
	background-image: url("/v2/img/mission/medal/member.png");
}
.badge-vip .badge-medal {
	background-image: url("/v2/img/mission/medal/vip.png");
}
.badge-premium .badge-medal {
	background-image: url("/v2/img/mission/medal/premium-2.png");
}

/*----------  .quest-list  ----------*/
.quest-list {
	overflow: hidden;
}
.quest-list ul {
	position: relative;
	display: table;
	width: calc(100% + 4px);
	margin: 0 -2px;
	padding: 0;
	list-style: none;
}
.quest-list ul:after {
	content: "";
	display: table;
	clear: both;
}
.quest-list ul > li {
	display: table-cell;
	float: left;
	text-align: center;
}
.quest-list .quest-label {
	color: #000;
	font-weight: 600;
}
.quest-list .circle {
	margin: 0 auto;
	border-radius: 50%;
}
.quest-list .circle:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-left: -4px;
	vertical-align: middle;
}
.quest-list .circle .circle-inner {
	display: inline-block;
	vertical-align: middle;
}
.quest-list .circle .circle-inner * {
	line-height: 100%;
}

.quest-list a:hover , a:active{
	text-decoration: none;
}

/*----------  #TopRightNav  ----------*/
#TopRightNav {
	margin: 24px 0 0 0;
	text-align: center;
}
#TopRightNav .btn {
	position: relative;
	padding: 0;
	border: 0;
}
#TopRightNav .btn img {
	object-fit: contain;
}
#TopRightNav .btn .red-dot {
	position: absolute;
	top: -4px;
	right: -6px;
	width: 16px;
	height: 16px;
	background-color: red;
	border-radius: 50%;
}
#TopRightNav .btn-login,
#TopRightNav .btn-join-now,
#TopRightNav .btn-deposit,
#TopRightNav .btn-logout {
	margin-right: 10px;
}
#TopRightNav .btn-login,
#TopRightNav .btn-logout,
#MenuMobile .btn-logout {
	background-color: #FFF;
	color: #381A5A;
	padding: 5px 20px;
	border: 1px solid #381A5A;
	border-radius: 0;
	font-weight: 600;
	text-transform: uppercase;
}
#TopRightNav .btn-join-now,
#TopRightNav .btn-deposit,
#MenuMobile .btn-deposit {
	background-color: #381A5A;
	color: #FFF;
	padding: 5px 20px;
	border-radius: 0;
	font-weight: 500;
	text-transform: uppercase;
}
#TopRightNav .btn-news {
	margin-right: 14px;
}
#TopRightNav .btn-news img {
	width: 26px;
	height: 26px;
	margin: 2px;
}
#TopRightNav .btn-cai-shen {
	margin-right: 8px;
}
#TopRightNav .btn-cai-shen img {
	width: 30px;
	height: 30px;
}
#TopRightNav .btn-quest {
	margin-right: 12px;
}
#TopRightNav .btn-quest img {
	width: 24px;
	height: 24px;
	margin: 3px;
}
#TopRightNav .btn-message {
	margin-right: 20px;
}
#TopRightNav .btn-message img {
	width: 28px;
	height: 28px;
	margin: 1px;
}
#TopRightNav .btn-message .btn-addon-notification {
	top: -4px;
	right: -10px;
}
#TopRightNav .btn-message:active,
#TopRightNav .btn-cai-shen:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*----------  .dropdown-message  ----------*/
.dropdown-message .dropdown-menu {
	top: calc(100% + 12px);
	left: -143px;
	width: 320px;
	padding: 0;
}
.dropdown-message .dropdown-menu:before {
	content: "";
	position: absolute;
	top: -12px;
	left: calc(50% - 10px);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid white;
}
.dropdown-message .dropdown-menu p,
.dropdown-message .dropdown-menu table,
#MenuMobile .panel-messages p,
#MenuMobile .panel-messages table {
	margin: 0;
}
.dropdown-message .dropdown-menu table tr > td,
#MenuMobile .panel-messages table tr > td {
	padding: 0;
	border-bottom: 1px solid #DDD;
}
.dropdown-message .dropdown-menu table tr:first-child > td,
#MenuMobile .panel-messages table tr:first-child > td {
	border-top: 1px solid #DDD;
}
.dropdown-message .dropdown-menu a,
#MenuMobile .panel-messages a {
	display: block;
	padding: 8px;
	text-decoration: none;
}
.dropdown-message .dropdown-menu a:hover,
.dropdown-message .dropdown-menu a:focus {
	background-color: rgba(0, 0, 0, 0.05)
}
.dropdown-message .dropdown-menu a span,
#MenuMobile .panel-messages a span {
	color: #464646;
	font-size: 13px;
	font-weight: 500;
}
.dropdown-message .dropdown-menu a p,
#MenuMobile .panel-messages a p {
	color: #989898;
	width: 214px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*----------  .dropdown-lang  ----------*/
.dropdown-lang {
	display: inline-block;
}
.dropdown-lang .lang-flag,
#MenuMobile .lang-buttons .lang-flag {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.dropdown-lang .lang-flag {
	margin-right: 3px;
}
.dropdown-lang .lang-flag-english,
#MenuMobile .lang-buttons .lang-flag-english {
	background-image: url("/v2/img/flag-uk.png");
}
.dropdown-lang .lang-flag-malay,
#MenuMobile .lang-buttons .lang-flag-malay {
	background-image: url("/v2/img/flag-my.png");
}
.dropdown-lang .lang-flag-chinese,
#MenuMobile .lang-buttons .lang-flag-chinese {
	background-image: url("/v2/img/flag-cn.png");
}
.dropdown-lang .dropdown-toggle {
    background-color: transparent;
    padding: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-lang .dropdown-toggle:focus,
.dropdown-lang .dropdown-toggle:active:focus {
	outline: none;
}
.dropdown-lang .dropdown-toggle .lang-flag {
	width: 29px;
	height: 29px;
	border: 1px solid #775D8A;
	border-radius: 50%;
}
.dropdown-lang .dropdown-menu {
	top: calc(100% + 12px);
	left: -43px; right: auto;
	min-width: auto;
}
.dropdown-lang .dropdown-menu:before {
	content: "";
	position: absolute;
	top: -12px;
	left: calc(50% - 10px);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid #FFF;
}
.dropdown-lang .dropdown-menu > li > a {
	padding: 5px 20px;
}
.dropdown-lang .dropdown-menu .lang-flag {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

/*----------  .dropdown-profile  ----------*/
.dropdown-profile {
	display: inline-block;
	/* float: right; */
	margin: 8px 8px 0 0;
}
.dropdown-profile .dropdown-menu {
	top: calc(100% + 12px);
	right: -30px !important;
	width: 470px;
	margin: 0;
	padding: 0;
}
.dropdown-profile .dropdown-menu:before {
	content: "";
	position: absolute;
	top: -12px;
	right: 60px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid #FFF;
}
/* .dropdown-profile .profile-heading {
	
} */

.dropdown-profile .media-profile {
	max-width: 310px;
	padding: 10px;
}
.dropdown-profile .media-profile .avatar {
	width: 75px;
	height: 75px;
	border: 2px solid #BDABD3;
}
.dropdown-profile .media-profile .media-heading .user-id {
	color: #FFF;
}
.dropdown-profile .media-profile .media-heading .user-level {
	margin: -2px 5px 0;
}
.dropdown-profile .badge-member,
.dropdown-profile .badge-vip,
.dropdown-profile .badge-premium {
	width: 120px;
	height: 55px;
	margin: 20px 0 0 0;
	text-align: right;
}
.dropdown-profile .badge-medal {
	position: absolute;
	top: -2px;
	left: calc(-59px/2);
	width: 59px;
	height: 59px;
}
.dropdown-profile .badge-premium .badge-medal {
	width: 60px;
	height: 68px;
	margin: -4px 0 0;
}
.dropdown-profile .nav-tabs {
	background-color: #BDABD3;
	padding: 2px 10px 0;
}
.dropdown-profile .nav-tabs > li > a {
	color: #FFF;
	width: 130px;
	margin: 0;
	padding: 6px 10px;
	font-size: 12px;
	border: 0;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
}
.dropdown-profile .nav-tabs > li > a:hover {
	background-color: transparent;
}
.dropdown-profile .nav-tabs > li.active > a,
.dropdown-profile .nav-tabs > li.active > a:focus,
.dropdown-profile .nav-tabs > li.active > a:hover {
	background-color: #FFF;
	color: #000;
	border: 0;
}
.dropdown-profile .quest-list ul > li {
	width: calc(100%/3);
	padding: 10px;
	border-right: 1px solid #BDABD3;
}
.dropdown-profile .quest-list span {
	display: block;
	line-height: 100%;
}
.dropdown-profile .quest-list .quest-label {
	margin: 8px 0 4px;
	font-size: 16px;
}
.dropdown-profile .quest-list .quest-description {
	display: -webkit-box;
	color: #999;
	height: 20px;
	font-size: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.dropdown-profile .quest-list .quest-deadline {
	background-color: #BDABD3;
	color: #FFF;
	width: 110px;
	margin: 8px auto 5px;
	padding: 8px 8px 6px;
}
.dropdown-profile .quest-list .circle {
	color: #000;
	width: 80px;
	height: 80px;
	border: 1px solid #5E2985;
}

/*----------  #MenuWeb  ----------*/
#MenuWeb {
	background-color: #775D8A;
	min-height: auto;
	margin: 0;
	border: 0;
	border-radius: 0;
}
#MenuWeb .navbar-nav {
	display: flex;
	position: relative;
	left: calc(50% - 760px/2);
	width: 760px;
}
#MenuWeb .navbar-nav > li {
	position: static;
	float: none;
	flex: auto;
}
#MenuWeb .navbar-nav > li > a {
	position: relative;
	color: #FFF;
	height: 32px;
	padding: 6px 5px;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}
#MenuWeb .navbar-nav > li > a:hover,
#MenuWeb .navbar-nav > li > a:focus {
	background-color: #C0ADC9;
}
#MenuWeb .navbar-nav > li > a > img {
	max-height: 100%;
}
#MenuWeb .navbar-nav > li > a.disabled {
	color: #CCC;
}
#MenuWeb .navbar-nav > li > a.disabled .soon {
	position: absolute;
	top: 3px;
	left: calc(50% - 80px/2);
	color: #B3B3B3;
	width: 80px;
	line-height: 100%;
	font-size: 65%;
}
#MenuWeb .navbar-nav > li > a.disabled:hover,
#MenuWeb .navbar-nav > li > a.disabled:focus {
	background-color: transparent;
}
#MenuWeb .navbar-nav > li > a.birthday-11 {
	color: #775D8A;
}
#MenuWeb .navbar-nav > li > a.birthday-11:hover,
#MenuWeb .navbar-nav > li > a.birthday-11:focus {
	background-color: transparent;
}
#MenuWeb .navbar-nav > li > a.birthday-11 .cake {
	position: absolute;
	bottom: 0;
	left: calc(50% - 76px/2);
	background-image: url("/v2/img/header/cake.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	width: 76px;
	height: 58px;
}
#MenuWeb .navbar-nav > li > a.birthday-11:hover .cake {
	background-image: url("/v2/img/header/cake-light.png");
}
#MenuWeb .navbar-nav > li.active > a {
	background-color: #C0ADC9;
}
#MenuWeb .navbar-nav > li.active > a.birthday-11 {
	background-color: transparent;
}
#MenuWeb .navbar-nav > li.active > a.birthday-11 .cake {
	background-image: url("/v2/img/header/cake-light.png");
}
#MenuWeb .navbar-nav > li:nth-child(-n+2) {
	flex-grow: 0;
	flex-basis: 36px;
}
#MenuWeb .navbar-nav > li:nth-child(-n+2) > a {
	padding: 7px 0;
}

#MenuWeb .submenu {
	display: none;
	position: absolute;
	left: 0; right: 0;
	background-color: #FFF;
	text-align: center;
	overflow: hidden;
	z-index: 10;
}
#MenuWeb .submenu ul {
	display: table;
	width: 700px;
	margin: 0 auto;
	padding: 0;
}
#MenuWeb .submenu ul:after {
	content: ""; float: none;
}
#MenuWeb .submenu ul > li {
	display: table-cell;
	float: left;
	width: 25%;

}
#MenuWeb .submenu ul > li a {
	display: block;
	color: #000;
	padding: 10px 15px;
	font-size: 12px;
	text-decoration: none;
}
#MenuWeb .submenu ul > li img {
	width: 100%;
	height: 122px;
	margin-bottom: 5px;
	object-fit: cover;
	object-position: top;
}
#MenuWeb .submenu ul:hover > li:not(:hover) {
	opacity: 0.5;
	-moz-transition: opacity .7s ease-out;
	-webkit-transition: opacity .7s ease-out;
	-o-transition: opacity .7s ease-out;
	transition: opacity .7s ease-out;
}
#MenuWeb .submenu ul:hover > li:hover img {
	object-position: bottom;
}

/*=====  End of Header Web  ======*/


/*=====================================
=            Header Mobile            =
=====================================*/
.header-mobile {
	position: fixed;
	top: 0;
	background-image: url("/v2/img/header-bg.jpg");
	background-color: #F9F6FC;
	background-repeat: repeat-x;
	background-size: 30px;
	width: 100%;
	height: 50px;
	z-index: 202;
}
.header-mobile:after {
	content: "";
	display: table;
	clear: both;
}
.header-mobile .navbar-brand {
	position: absolute;
	top: -5px;
	left: calc(50% - 140px/2);
	height: auto;
	padding: 0;
}
.header-mobile .navbar-brand img {
	width: 140px;
}
.header-mobile .navbar-left {
	float: left;
}
.header-mobile .navbar-right {
	float: right;
	padding-right: 10px;
}
.header-mobile .btn-menu-toggle {
	display: block;
	color: #333;
	margin: 6px 0 6px 10px;
	padding: 8px 5px;
	font-size: 22px;
}
.header-mobile .btn-message,
.header-mobile .btn-message-notlogged {
	position: relative;
	margin: 15px 5px 15px 0;
	padding: 0;
	border: 0;
}
.header-mobile .btn-message img ,
.header-mobile .btn-message-notlogged img {
	height: 20px;
}
.header-mobile .btn-message .btn-addon-notification {
	top: -8px;
	right: -10px;
}

.header-mobile-bottom {
	background-color: #F9F6FC;
	margin: 50px 0 0;
	padding: 7px 0;
	list-style: none;
	text-align: center;
}
.header-mobile-bottom > li {
	display: inline-block;
	width: 70px;
}
.header-mobile-bottom > li > a {
	position: relative;
	color: #775D89;
	padding: 0;
	font-size: 60%;
	border: 0;
	letter-spacing: -0.4px;
	text-transform: uppercase;
}
.header-mobile-bottom > li > a > img {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.header-mobile-bottom > li > a .red-dot {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 8px;
	height: 8px;
	background-color: red;
	border-radius: 50%;
}
.header-mobile-bottom .btn-message .red-dot {
	right: 5px;
}

#MenuMobile .menu-back {
	display: none;
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 202;
}
#MenuMobile .menu-left,
#MenuMobile .menu-right {
	position: fixed;
	top: 0; bottom: 0;
	width: 0;
	background-color: #775D8A;
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 202;
}
#MenuMobile .menu-left {
	left: 0;
}
#MenuMobile .menu-right {
	right: 0;
}
#MenuMobile .nav {
	width: 275px;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #FFF;
}
#MenuMobile .nav > li {
	float: left;
	width: 100%;
}
#MenuMobile .nav > li > a {
	position: relative;
	color: #FFF;
	padding: 10px 25px;
	border-radius: 0;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
}
#MenuMobile .nav > li > a:hover,
#MenuMobile .nav > li > a:focus {
	background-color: #C0ADC9;
}
#MenuMobile .nav > li > a > i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	text-align: center;
}
#MenuMobile .nav > li > a > i > img {
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}
#MenuMobile .nav > li.active > a {
	background-color: #C0ADC9;
}
#MenuMobile .nav > li > a.disabled {
	color: #CCC;
}
#MenuMobile .nav > li > a.disabled i {
	filter: contrast(50%);
}
#MenuMobile .nav > li > a.disabled .soon {
	position: absolute;
	top: 15px;
	right: 0;
	color: #B3B3B3;
	width: 80px;
	line-height: 100%;
	font-size: 70%;
}
#MenuMobile .nav > li > a.disabled:hover,
#MenuMobile .nav > li > a.disabled:focus {
	background-color: transparent;
}
#MenuMobile .navbar-user-panel > li:nth-child(3) > a:hover,
#MenuMobile .navbar-user-panel > li:nth-child(3) > a:focus,
#MenuMobile .navbar-user-panel > li:nth-child(7) > a:hover,
#MenuMobile .navbar-user-panel > li:nth-child(7) > a:focus {
	background-color: transparent;
}

#MenuMobile .lang-buttons {
	width: 275px;
	margin-bottom: 15px;
	padding: 15px;
	border-bottom: 1px solid #FFF;
	text-align: center;
}
#MenuMobile .lang-buttons > a {
	display: inline-block;
	margin-right: 10px;
	border: 2px solid #FFF;
	border-radius: 50%;
}
#MenuMobile .lang-buttons .lang-flag {
	width: 30px;
	height: 30px;
}
#MenuMobile .navbar-buttons {
	position: fixed;
	bottom: 0;
	width: 250px;
}
#MenuMobile .navbar-buttons .btn {
	float: left;
	width: 50%;
}
#MenuMobile .profile-heading {
	width: 250px;
}
#MenuMobile .media-profile {
    max-width: 200px;
	margin: 0 auto;
    padding: 10px 10px;
}
#MenuMobile .media-profile .media-left {
	display: block;
	padding: 0;
	text-align: center;
}
#MenuMobile .media-profile .media-body {
	display: block;
	width: 100%;
}
#MenuMobile .media-profile .avatar {
	width: 90px;
	height: 90px;
}
#MenuMobile .media-profile .media-heading {
	max-width: 100px;
}
#MenuMobile .media-profile .media-heading span {
	display: block;
}
#MenuMobile .media-profile .media-heading .user-level {
	margin-top: 5px;
}
#MenuMobile .badge-member,
#MenuMobile .badge-vip,
#MenuMobile .badge-premium {
	width: 100%;
	height: 65px;
	text-align: center;
}
#MenuMobile .badge-medal {
	width: 45px;
	height: 45px;
}
#MenuMobile .badge-premium .badge-medal {
	width: 45px;
	height: 50px;
	margin: -3px 0;
}
#MenuMobile .quest-accordion {
	width: 250px;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #FFF;
}
#MenuMobile .quest-accordion .panel {
	border: 0;
	border-radius: 0;
}
#MenuMobile .quest-accordion .panel-heading {
	padding: 8px 12px;
	background-color: #BDABD3;
	border-radius: 0;
}
#MenuMobile .quest-accordion .panel-title {
	display: block;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
#MenuMobile .quest-accordion .quest-list {
	padding: 0;
	border: 1px solid #BDABD3;
}
#MenuMobile .quest-accordion .quest {
	padding: 10px;
	border-bottom: 1px solid #BDABD3;
}
#MenuMobile .quest-accordion .quest:last-child {
	border-bottom: 0;
}
#MenuMobile .quest-accordion .quest .col-left,
#MenuMobile .quest-accordion .quest .col-right {
	display: table-cell;
	vertical-align: middle;
}
#MenuMobile .quest-accordion .quest .circle {
	color: #000;
	margin-right: 10px;
	width: 45px;
	height: 45px;
	font-size: 8px;
	text-align: center;
	border: 1px solid #5E2985;
}
#MenuMobile .quest-accordion .quest span {
	display: block;
	line-height: 100%;
}
#MenuMobile .quest-accordion .quest .quest-description {
	color: #999;
	font-size: 12px;
	margin: 2px 0 5px;
}
#MenuMobile .quest-accordion .quest .quest-deadline {
	background-color: #BDABD3;
	color: #FFF;
	width: 100px;
	padding: 6px 8px 4px;
	text-align: center;
}
#MenuMobile .panel-messages {
	width: 230px;
	max-height: 297px;
	margin: 10px 10px 50px;
	border: 0;
}

/*=====  End of Header Mobile  ======*/


/*==============================
=            Footer            =
==============================*/
footer {
	color: #666;
	background:transparent !important;
}

/*----------  .footer-1  ----------*/
.footer-1 {
	padding: 20px 0 15px;
	font-size: 12px;
	text-transform: uppercase;
}
.footer-1-left {
	display: table;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.footer-1-left:after {
	content: "";
	display: table;
	clear: both;
}
.footer-1-left > li {
	display: table-cell;
	float: left;
	width: 33.33%;
	padding: 8px 10px;
	
}
.footer-1-left > li > a {
	display: block;
	color: #666;
	padding: 0;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
}
.footer-1-left > li:last-child > a {
	border-right: 0;
}
.footer-1-right {
	margin: 10px auto 0;
	padding: 2px 0;
	text-align: center;
}

/*----------  .footer-2  ----------*/
.footer-2 {
	padding: 20px 0 30px;
	border-top: 2px solid #E6E6E6;
}
.footer-2-item {
	float: left;
	background-repeat: no-repeat;
	background-position-x: center;
	width: calc(100%/2);
	padding: 10px;
	text-align: center;
}
.footer-2-item .item-image {
	height: 80px;
	margin-bottom: 5px;
}
.footer-2-item .item-image:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-left: -4px;
	vertical-align: middle;
}
.footer-2-item h3 {
	color: #000;
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
}
.footer-2-item p {
	color: #999;
	height: 32px;
	margin: 0 0 10px 0px;
	line-height: 14px;
	font-size: 12px;
}
.footer-2-item .btn {
	color: #381A5A;
	min-width: 120px;
	padding: 2px 12px 0px;
	border: 1px solid #999;
	border-radius: 0;
	font-weight: 600;
	text-transform: uppercase;
}

/*----------  .footer-3  ----------*/
.footer-3-item {
	float: left;
	width: 100%;
	padding: 10px 0px;
}
.footer-3-item h3 {
	margin: 0 0 10px 0;
	font-size: 12px;
	text-transform: uppercase;
}
.footer-3-item p {
	margin: 0 0 15px 0;
	color: #999;
	font-size: 10px;
}

/*----------  .footer-4  ----------*/
.footer-4 {
	padding: 15px 0;
	border-top: 2px solid #E6E6E6;
}
.footer-4-item {
	display: inline-block;
	padding: 3px 15px;
	vertical-align: top;
}
.footer-4-item:before {
	display: table;
	content: "";
}
.footer-4-item:after {
	display: table;
	content: "";
	clear: both;
}

.footer-4-item p {
	font-size: 9px;
	color:#bbb;
	margin-bottom:0;
}

.footer-4-item h3 {
	margin-top: 0;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom:3px;
}

.footer-wrap {
	display: inline-block;
	padding: 3px 15px;
}

.footer-4-item .d-flex > div {
	flex-grow: 2;
}

.footer-4-item .d-flex > div > img {
	width:100%;
	object-fit: fill;
	padding-right: 2px;
	max-height: 100%;
	margin-bottom:0px;
}

.footer-4-item .btn-group a {
	display: inline-block;
	margin: 0;
}
/* .footer-4-item .btn-group a:hover {
} */
.footer-4-item .btn-group-vertical a {
	color: #999;
	padding: 7px 0;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
}
.footer-4-item .btn-group-vertical a:focus,
.footer-4-item .btn-group-vertical a:hover {
	color: #666;
	text-decoration: none;
}
.footer-4-item img {
	max-height: 25px;
	margin-bottom:5px;
}

/*----------  .footer-5  ----------*/
.footer-5 {
	width:100%;
	padding: 0px 15px;
	border:0 !important;
}
.footer-5 p {
	color: #999;
	margin: 0;
	font-size: 10px;
	text-align: center;
}

/*=====  End of Footer  ======*/


/*==================================
=            User Panel            =
==================================*/
#UserPanelTop {
	background-color: #E6E6E6;
}
#UserPanelTop .panel {
	margin: 15px 0;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}
#UserPanelTop .panel-body {
	padding: 10px;
}
#UserPanelTop ul {
	display: table; list-style: none;
	margin: 0; padding: 0;
}

/*----------  #UserPanelTop (left)  ----------*/
#UserPanelTop .panel-left {
	float: left;
	width: 100%;
	color: #808080;
	text-transform: uppercase;
}
#UserPanelTop .panel-left p {
	margin: 0;
}
#UserPanelTop .panel-left > li {
	display: block;
}
#UserPanelTop .panel-left > li:nth-child(1) {
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #CCC;
}
#UserPanelTop .panel-left > li:nth-child(2) {
	padding: 10px 10px 0 10px;
}
#UserPanelTop .panel-left .user-level {
	display: inline-block;
	margin: 6px 0 0 8px;
	vertical-align: top;
}
#UserPanelTop .panel-left .user-level p:nth-child(1) {
	color: #000;
	margin-bottom: -3px;
	font-weight: 600;
}
#UserPanelTop .panel-left .user-wallet {
	display: inline-block;
	margin: 5px 10px 5px 0;
	vertical-align: middle;
}
#UserPanelTop .panel-left .user-wallet p:nth-child(1) {
	margin-bottom: -3px;
	font-size: 12px;
}
#UserPanelTop .panel-left .user-wallet p:nth-child(2) {
	color: #000;
	font-size: 18px; font-weight: 600;
}
#UserPanelTop .panel-left .btn-refresh {
	margin: 0 15px 0 5px;
	padding: 0;
	border: 0;
}
#UserPanelTop .panel-left .btn-refresh.spin {
	animation: spin 2s linear infinite;
}
#UserPanelTop .panel-left .btn-manage {
	background-color: #E6E6E6;
	color: #808080;
	padding: 8px 10px;
	font-size: 12px;
	vertical-align: middle;
}
#UserPanelTop .panel-left .btn-manage img {
	height: 22px;
	margin: -2px 4px 0 0;
}

/*----------  #UserPanelTop (right)  ----------*/
#UserPanelTop .panel-right {
	float: left;
	margin-top: 10px;
}
#UserPanelTop .panel-right > li {
	display: table-cell;
	vertical-align: middle;
}
#UserPanelTop .panel-right .btn {
	position: relative;
	margin: 12px 15px; padding: 0;
}
#UserPanelTop .panel-right .btn-addon-notification {
	top: -5px; right: -10px;
}

/*----------  #UserPanelLeft  ----------*/
#UserPanelLeft, #NeedHelpPanelLeft {
	display: none;
	float: left;
	background-color: #F2F2F2;
	width: 34%;
	padding: 20px 25px 30px 25px;
	margin: 15px 0 100px 0;
	text-transform: uppercase;
}
#UserPanelLeft:before, #NeedHelpPanelLeft:before {
	content: "";
	display: table;
}
#UserPanelLeft:after, #NeedHelpPanelLeft:after {
	content: "";
	display: table;
	clear: both;
}
#UserPanelLeft h3, #NeedHelpPanelLeft h3 {
	color: #000;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 600;
}
#UserPanelLeft h3:nth-child(n+2), #NeedHelpPanelLeft h3:nth-child(n+2) {
	margin-top: 30px;
}
#UserPanelLeft .btn, #NeedHelpPanelLeft .btn {
	display: inline-block;
	background-repeat: no-repeat;
	background-color: #E6E6E6;
	background-position-x: 15px;
	background-position-y: center;
	color: #808080;
	width: 100%;
	padding: 8px 12px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	text-align: left;
}
#UserPanelLeft .btn:hover, #NeedHelpPanelLeft .btn:hover,
#UserPanelLeft .btn.active, #NeedHelpPanelLeft .btn.active {
	background-color: #381A5A;
	color: #FFF;
}
#UserPanelLeft .btn.active, #NeedHelpPanelLeft .btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#UserPanelLeft .btn i, #NeedHelpPanelLeft .btn i {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 28px;
	height: 23px;
	margin-right: 8px;
	vertical-align: middle;
}
#UserPanelLeft .btn span, #NeedHelpPanelLeft .btn span {
	vertical-align: middle;
}

#UserPanelLeft .btn-profile i {
	background-image: url("/v2/img/user-panel/icon-update.png");
}
#UserPanelLeft .btn-profile:hover i,
#UserPanelLeft .btn-profile.active i {
	background-image: url("/v2/img/user-panel/icon-update-hover.png");
}
#UserPanelLeft .btn-change-answer i {
	background-image: url("/v2/img/user-panel/icon-change.png");
}
#UserPanelLeft .btn-change-answer:hover i,
#UserPanelLeft .btn-change-answer.active i {
	background-image: url("/v2/img/user-panel/icon-change-hover.png");
}
#UserPanelLeft .btn-caishen i {
	background-image: url("/v2/img/user-panel/icon-caishen.png");
}
#UserPanelLeft .btn-caishen:hover i,
#UserPanelLeft .btn-caishen.active i {
	background-image: url("/v2/img/user-panel/icon-caishen-hover.png");
}
#UserPanelLeft .btn-bonus i {
	background-image: url("/v2/img/user-panel/icon-bonus.png");
}
#UserPanelLeft .btn-bonus:hover i,
#UserPanelLeft .btn-bonus.active i {
	background-image: url("/v2/img/user-panel/icon-bonus-hover.png");
}
#UserPanelLeft .btn-winner i {
	background-image: url("/v2/img/user-panel/icon-winners.png");
}
#UserPanelLeft .btn-winner:hover i,
#UserPanelLeft .btn-winner.active i {
	background-image: url("/v2/img/user-panel/icon-winners-hover.png");
}
#UserPanelLeft .btn-benefits i {
	background-image: url("/v2/img/user-panel/icon-benefits.png");
}
#UserPanelLeft .btn-benefits:hover i,
#UserPanelLeft .btn-benefits.active i {
	background-image: url("/v2/img/user-panel/icon-benefits-hover.png");
}
#UserPanelLeft .btn-shop i {
	background-image: url("/v2/img/user-panel/icon-shop.png");
}
#UserPanelLeft .btn-shop:hover i,
#UserPanelLeft .btn-shop.active i {
	background-image: url("/v2/img/user-panel/icon-shop-hover.png");
}
#UserPanelLeft .btn-deposit i {
	background-image: url("/v2/img/user-panel/icon-deposit.png");
}
#UserPanelLeft .btn-deposit:hover i,
#UserPanelLeft .btn-deposit.active i {
	background-image: url("/v2/img/user-panel/icon-deposit-hover.png");
}
#UserPanelLeft .btn-transfer i {
	background-image: url("/v2/img/user-panel/icon-transfer.png");
}
#UserPanelLeft .btn-transfer:hover i,
#UserPanelLeft .btn-transfer.active i {
	background-image: url("/v2/img/user-panel/icon-transfer-hover.png");
}
#UserPanelLeft .btn-withdraw i {
	background-image: url("/v2/img/user-panel/icon-withdraw.png");
}
#UserPanelLeft .btn-withdraw:hover i,
#UserPanelLeft .btn-withdraw.active i {
	background-image: url("/v2/img/user-panel/icon-withdraw-hover.png");
}
#UserPanelLeft .btn-record i {
	background-image: url("/v2/img/user-panel/icon-history.png");
}
#UserPanelLeft .btn-record:hover i,
#UserPanelLeft .btn-record.active i {
	background-image: url("/v2/img/user-panel/icon-history-hover.png");
}
#UserPanelLeft .btn-complaint i {
	background-image: url("/v2/img/user-panel/icon-complaint.png");
}
#UserPanelLeft .btn-complaint:hover i,
#UserPanelLeft .btn-complaint.active i {
	background-image: url("/v2/img/user-panel/icon-complaint-hover.png");
}

.message-loading {
	display: inline-block;
	background-image: url("/v2/img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	width: 26px;
	height: 26px;
}

/*----------  #UserPanelMobile  ----------*/
#UserPanelMobile {
	width: 180px;
	padding: 15px 10px;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
}
#UserPanelMobile .panel-body {
	background-color: #F2F2F2;
	padding: 10px;
}
#UserPanelMobile h4 {
	color: #000;
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 600;
}
#UserPanelMobile h4:nth-child(n+2) {
	margin-top: 20px;
}
#UserPanelMobile .btn {
	display: block;
	background-color: #E6E6E6;
	color: #808080;
	margin-bottom: 5px;
	font-size: 12px;
	border: 1px solid #CCC;
	text-align: left;
}
#UserPanelMobile .btn.active {
	background-color: #381A5A;
	color: #FFF;
}

/*----------  #UserPanelRight  ----------*/
#UserPanelRight, #NeedHelpPanelRight {
	float: left;
	width: 100%;
	margin: 15px 0 20px 0;
}
#UserPanelRight:before, #NeedHelpPanelRight:before {
	content: "";
	display: table;
}
#UserPanelRight:after, #NeedHelpPanelRight:after {
	content: "";
	display: table;
	clear: both;
}
#UserPanelRight h2, #NeedHelpPanelRight h2 {
	color: #000;
	margin: 10px 20px;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
#UserPanelRight .panel-body, #NeedHelpPanelRight .panel-body {
	padding: 10px;
	border: 3px solid #E6E6E6;
}

/*=====  End of User Panel  ======*/


/*=======================================
=            Need Help Panel            =
=======================================*/
#NeedHelpPanelLeft .btn-qna i {
	background-image: url("/v2/img/user-panel/icon-search.png");
}
#NeedHelpPanelLeft .btn-qna:hover i,
#NeedHelpPanelLeft .btn-qna.active i {
	background-image: url("/v2/img/user-panel/icon-search-hover.png");
}
#NeedHelpPanelLeft .btn-contact i {
	background-image: url("/v2/img/user-panel/icon-wechat.png");
}
#NeedHelpPanelLeft .btn-contact:hover i,
#NeedHelpPanelLeft .btn-contact.active i {
	background-image: url("/v2/img/user-panel/icon-wechat-hover.png");
}
#NeedHelpPanelLeft .btn-wcu i {
	background-image: url("/v2/img/user-panel/icon-phone.png");
}
#NeedHelpPanelLeft .btn-wcu:hover i,
#NeedHelpPanelLeft .btn-wcu.active i {
	background-image: url("/v2/img/user-panel/icon-phone-hover.png");
}
#NeedHelpPanelLeft .btn-dns i {
	background-image: url("/v2/img/user-panel/icon-dns.png");
}
#NeedHelpPanelLeft .btn-dns:hover i,
#NeedHelpPanelLeft .btn-dns.active i {
	background-image: url("/v2/img/user-panel/icon-dns-hover.png");
}
#NeedHelpPanelLeft .btn-our-fb i {
	background-image: url("/v2/img/user-panel/icon-fb.png");
}
#NeedHelpPanelLeft .btn-our-fb:hover i,
#NeedHelpPanelLeft .btn-our-fb.active i {
	background-image: url("/v2/img/user-panel/icon-fb-hover.png");
}
#NeedHelpPanelLeft .btn-our-telegram i {
	background-image: url("/v2/img/user-panel/icon-telegram.png");
}
#NeedHelpPanelLeft .btn-our-telegram:hover i,
#NeedHelpPanelLeft .btn-our-telegram.active i {
	background-image: url("/v2/img/user-panel/icon-telegram-hover.png");
}
#NeedHelpPanelLeft .btn-our-company i {
	background-image: url("/v2/img/user-panel/icon-company.png");
}
#NeedHelpPanelLeft .btn-our-company:hover i,
#NeedHelpPanelLeft .btn-our-company.active i {
	background-image: url("/v2/img/user-panel/icon-company-hover.png");
}

/*=====  End of Need Help Panel  ======*/


/*==============================
=            Modals            =
==============================*/
.modal-custom .modal-dialog {
	width: 100%;
	margin: 0;
}
.modal-custom .modal-content {
	border: 3px solid #E6E6E6;
	border-radius: 0;
}
.modal-custom .modal-header {
	padding: 10px 14px;
}
.modal-custom .modal-header .close {
	height: 24px;
	line-height: 24px;
	font-size: 40px;
	font-weight: 400;
	outline: 0;
	opacity: 1;
}
.modal-custom .modal-title {
	font-size: 20px;
	line-height: normal;
	text-transform: uppercase;
}
.modal-custom .modal-body {
	padding: 0;
}
.modal-custom .modal-logo {
	background-color: #E6E6E6;
	padding: 10px;
	text-align: center;
}
.modal-custom .modal-logo p {
	color: #38185B;
	margin: 5px 0 0 0;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
}
.modal-custom .modal-message, 
.modal-custom .modal-message-fixed {
	padding: 30px 35px;
	text-align: center;
}
.modal-custom .modal-message p,
.modal-custom .modal-message-fixed p {
	margin: 0 auto 15px;
	font-size: 16px;
	font-weight: 500;
}
.modal-custom .modal-message ul {
	margin: 0 auto 30px;
	padding: 0;
	text-align: left;
	list-style: none;
}
.modal-custom .modal-message ul > li {
	color: #FF0000;
}
.modal-custom .btn-close {
	background-color: #BDABD3;
	color: #FFF;
	margin-top: 10px; padding: 12px;
	border-radius: 0;
	text-transform: uppercase;
}

/*----------  News Modal  ----------*/
.modal-news .welcome-message {
	background-color: #B61729;
}
.modal-news .welcome-message p {
	display: inline-block;
	color: #FFF;
	width: 100%;
	margin: 2px 0;
	padding: 10px;
	line-height: 100%;
	border-top: 1px solid #FFD700;
	border-bottom: 1px solid #FFD700;
	text-align: center;
	text-transform: uppercase;
}
.modal-news .welcome-message .user-level {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	margin: 0 3px 2px;
	vertical-align: middle;
}
.modal-news .welcome-message .user-level.vip {
	background-image: url("/v2/img/user-panel/icon-user-vip.png");
}
.modal-news .welcome-message .user-level.premium {
	background-image: url("/v2/img/user-panel/icon-user-premium.png");
}
.modal-news .welcome-message .user-level.member {
	background-image: url("/v2/img/user-panel/icon-user-member.png");
}
.modal-news .modal-dialog {
	height: calc(100% - 0px);
	margin: 0 auto;
}
.modal-news .modal-content {
	height: 100%;
}
.modal-news .modal-body {
	height: calc(100% - 45px);
	padding: 15px;
}
.modal-news .news-warning {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.modal-news .warning-icon {
	display: inline-block;
	padding: 10px 0 10px 10px;
	vertical-align: middle;
}
.modal-news .warning-message {
	display: inline-block;
	width: 100%;
	padding: 10px 10px 0 10px;
	text-align: center;
	vertical-align: middle;
}
.modal-news .warning-message p {
	color: #8969B0;
	margin-bottom: 3px;
	font-size: 12px;
}
.modal-news .news-qr {
	position: absolute;
	top: 15px; right: 30px;
}
.modal-news .news-qr img {
	display: block;
	width: 80px;
	margin: 0 auto 3px;
}
.modal-news .news-qr p {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}
.modal-news .news-list {
	background-color: #F2F2F2;
	height: calc(100% - 290px);
	margin: 15px 0 20px;
	padding: 15px;
	overflow-y: auto;
}
.modal-news .news-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.modal-news .news-post {
	display: block;
	background-color: #FFF;
	margin-bottom: 12px;
	padding: 10px 15px;
	font-size: 13px;
}
.modal-news .news-post.highlighted {
	border: 2px solid #B3B3B3;
}
.modal-news .news-post .post-date {
	color: #8969B0;
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
}
.modal-news .news-post .post-tag {
	background-color: #2ECB70;
	color: #FFF;
	margin-left: 6px;
	padding: 2px 10px;
	font-size: 11px;
	text-transform: uppercase;
}
.modal-news .news-post p {
	margin: 0;
	font-weight: 500;
}
.modal-news .news-post p a {
	margin: 0 5px;
	color: #999;
	font-weight: 400;
	text-transform: uppercase;
}
.modal-news .news-post.highlighted .fa-thumbtack {
	margin-right: 6px;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal-news .btn-close {
	margin: 0 auto;
	padding: 10px;
}

/*----------  Welcome Modal  ----------*/
.modal-welcome .welcome-img {
	width: 100%;
}
.modal-welcome .welcome-body {
	padding: 30px 55px;
	text-align: center;
}
.modal-welcome .welcome-body h4 {
	color: #000;
	margin: 0 0 15px 0;
	font-weight: 600;
	text-transform: uppercase;
}
.modal-welcome .welcome-body p {
	color: #666;
	margin: 0;
}
.modal-welcome .panel-links {
	margin: 12px 0 0 0;
	padding: 0;
	list-style: none;
}
.modal-welcome .panel-links li {
	display: inline-block;
	border-right: 1px solid #999;
}
.modal-welcome .panel-links li:last-child {
	border-right: 0;
}
.modal-welcome .panel-links .btn-link {
	display: inline-block;
	color: #999;
	margin: 4px 10px 2px;
	line-height: 100%;
}
.modal-welcome .panel-indicator {
	margin: 16px 0;
}
.modal-welcome .panel-indicator i {
	display: inline-block;
	background-color: #E6E6E6;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	border-radius: 50%;
	cursor: pointer;
}
.modal-welcome .panel-indicator i.active {
	background-color: #775D8A;
}
.modal-welcome .btn-next {
	background-color: #BDABD3;
	color: #FFF;
	max-width: 280px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 0;
	text-transform: uppercase;
}
.modal-welcome button.close {
	position: absolute;
	top: 4px;
	right: 10px;
	color: #FFF;
	height: 24px;
	line-height: 24px;
	font-size: 40px;
	font-weight: 400;
	opacity: 1;
	text-shadow: none;
}

/*----------  Menu 2.0 Modal  ----------*/
#Menu2Modal .modal-content {
	background-image: url("/v2/img/menu-2-modal-bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 360px;
	border: 0;
}
#Menu2Modal .modal-header {
	border: 0;
}
#Menu2Modal .modal-body {
	display: none;
	color: #4D4368;
	padding: 20px 0;
	font-size: 18px;
	text-align: center;
}
#Menu2Modal .modal-body p {
	margin: 0;
}
#Menu2Modal .modal-body .title {
	margin-bottom: 50px;
	text-transform: uppercase;
}
#Menu2Modal .modal-body .title h1 {
	margin: 0;
	font-weight: 600;
}
#Menu2Modal .modal-body .btn-soon {
	display: block;
	background-color: #68218A;
	color: #FFF;
	width: 280px;
	margin: 10px auto 0;
	padding: 10px;
	font-size: 140%;
	border: 0;
	border-radius: 8px;
	text-transform: uppercase;
}

/*=====  End of Modals  ======*/


.content {
	overflow: hidden;
}

.loading-layer {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 209;
}
.loading-layer img {
	position: absolute;
	top: calc(50% - 52px/2);
	left: calc(50% - 49px/2);
}

.banners {
	left: calc(-80px/2);
	width: calc(100% + 80px);
}
.banners img {
	width: 100%;
}
.banners .slick-dots {
	bottom: 8px;
}
.banners .slick-dots li {
	height: 6px;
}
.banners .slick-dots li button {
	background-color: #FFF;
	height: 6px;
	padding: 0;
}
.banners .slick-dots li.slick-active button {
	background-color: #BDABD3;
}

.announcement {
	position: relative;
	background-color: #F2F2F2;
	margin: 20px 0 10px;
	padding: 10px;
}
.announcement-icon {
	position: absolute;
	top: 0; left: 0;
	background-color: #775D8A;
	width: 63px;
	padding: 7px 0;
	text-align: center;
}
.announcement-icon img {
	height: 26px;
}
.announcement marquee {
	margin-left: 65px;
}

.form-custom-select select {
	display: none;
}
.form-custom-select .form-control {
	position: relative;
	margin-bottom: 0;
	cursor: pointer;
}
.form-custom-select .form-control:after {
	content: "\25BC";
	position: absolute;
	top: 3px; right: 2px;
	padding: 3px 6px;
	color: #999;
	font-size: 14px;
}
.form-custom-select .form-select-items {
	display: none;
	position: absolute;
	top: calc(100% - 4px); left: 0; right: 0;
	min-height: 29px;
	margin: 0; padding: 0;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-top: 0;
	list-style: none;
	z-index: 8;
}
.form-custom-select .form-select-items li {
	position: relative;
	padding: 6px 12px;
	cursor: pointer;
}
.form-custom-select .form-select-items li:hover,
.form-custom-select .form-select-items li.active {
	background-color: rgba(0, 0, 0, 0.1);
}

.form-custom-radio:after {
	content: ""; display: table; clear: both;
}
.form-custom-radio input[type="radio"] {
	display: none;
}
.form-custom-radio .form-opt {
	float: left;
	padding-right: 5px;
}
.form-custom-radio .btn {
	color: #A6A6A6;
	padding: 0;
	font-size: 12px;
}
.form-custom-radio .btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-custom-radio .btn:focus {
	outline: 0;
}
.form-custom-radio input[type="radio"] + .btn:hover,
.form-custom-radio input[type="radio"]:checked + .btn {
	color: #775D8A;
	font-weight: 500;
	text-decoration: none;
}
.form-custom-radio .btn i,
.form-custom-radio .btn span {
	display: inline-block;
	vertical-align: middle;
}
.form-custom-radio .btn i {
	background-position: center;
	background-repeat: no-repeat;
	background-color: #E6E6E6;
	font-style: normal;
}
.form-custom-radio input[type="radio"] + .btn:hover i,
.form-custom-radio input[type="radio"]:checked + .btn i {
	background-color: #FFF;
	border: 2px solid #B3B3B3;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media (min-width: 550px) {
	#UserPanelTop .panel-left > li {
		display: table-cell;
		vertical-align: middle;
	}
	#UserPanelTop .panel-left > li:nth-child(1) {
		min-width: 160px;
		padding: 5px 15px 5px 10px;
		border-right: 1px solid #CCC;
		border-bottom: 0;
	}
	#UserPanelTop .panel-left > li:nth-child(2) {
		padding: 0 0 0 25px;
	}

	.modal-custom .modal-message {
		padding: 30px 70px;
	}

	.modal-news .welcome-message {
		margin-top: 25px;
	}
	.modal-news .modal-dialog {
		height: calc(100% - 0px);
	}
	.modal-news .news-warning {
		width: calc(100% - 130px);
	}
	.modal-news .warning-message {
		width: calc(100% - 95px);
		padding: 0px 10px;
		text-align: left;
	}
	.modal-news .news-list {
		height: calc(100% - 250px);
	}
	.modal-news .btn-close {
		width: 300px;
		margin: 0 auto;
	}

	.footer-1-left > li {
		width: 20%;
	}
}


@media (max-width: 767px) {
	.content {
		/* margin-top: 20px; */
		margin-top: 0px;
	}
	
	#UserPanelTop {
		position: relative;
		top: 50px;
		margin-bottom: -15px;
	}
	
	.modal-custom .modal-dialog {
		position: absolute;
		bottom: 0;
		max-height: 100%;
	}
	.modal-custom.fade .modal-dialog {
		-webkit-transform: translate(0,25%);
		-ms-transform: translate(0,25%);
		-o-transform: translate(0,25%);
		transform: translate(0,25%);
	}
	.modal-custom.fade.in .modal-dialog {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}


@media (min-width: 768px) {
	body.modal-open {
		padding-right: 17px;
	}

	.header-web {
		display: block;
	}
	.header-mobile,
	.header-mobile-bottom {
		display: none;
	}

	.media-profile {
		float: left;
	}

	#UserPanelTop .panel-left {
		width: auto;
	}
	#UserPanelTop .panel-right {
		margin: 0;
	}
	#UserPanelTop .panel-right .btn {
		margin: 12px 15px;
	}

	#UserPanelLeft,
	#NeedHelpPanelLeft {
		display: block;
	}

	/* #UserPanelRight,
	#NeedHelpPanelRight {
		width: 66%;
		padding-left: 25px;
	} */
	#UserPanelRight .panel-body,
	#NeedHelpPanelRight .panel-body {
		padding: 15px;
	}

	.banners .slick-dots {
		bottom: 14px;
	}
	.banners .slick-dots li,
	.banners .slick-dots li button {
		width: 30px; height: 8px;
	}

	.modal-custom .modal-dialog {
		max-width: 450px;
		margin: 40px auto 0;
	}

	.modal-news .modal-dialog {
		width: 630px;
		max-width: 630px;
		height: calc(100% - 126px);
		margin: 20px auto;
	}
	.modal-news .news-list {
		height: calc(100% - 250px);
	}

	.modal-welcome .modal-dialog {
		max-width: 500px;
	}

	.modal-caishen .modal-dialog {
		max-width: none;
		margin: 0;
	}
	.modal-caishen .caishen-content {
		right: 30px;
		width: 620px;
	}
	.modal-caishen .modal-footer {
		padding: 15px 20px;
	}
	.modal-caishen .modal-footer .dropdown-wechat {
		top: -200px;
		left: calc(50% - 160px/2);
	}
	.modal-caishen .img-figure {
		margin: 10px 0 0 30px;
	}
	.modal-caishen .caishen-bonuses .btn-group {
		width: auto;
	}
	.modal-caishen .nav-tabs {
		width: auto;
	}

	#Menu2Modal .modal-content {
		width: 500px;
		height: 500px;
	}
	#Menu2Modal .modal-body {
		padding: 30px 0;
		font-size: 24px;
	}
	#Menu2Modal .modal-body .title {
		margin-bottom: 70px;
	}
	#Menu2Modal .modal-body .btn-soon {
		width: 320px;
		padding: 12px;
	}

	.footer-1-left {
		float: left;
		width: 50%;
	}
	.footer-1-left > li {
		width: auto;
		padding: 2px 0;
	}
	.footer-1-left > li > a {
		padding: 2px 6px;
		border-right: 1px solid #666;
	}
	.footer-1-right {
		float: right;
		width: 45%;
		margin: 0;
		text-align: right;
	}
	.footer-2-item {
		width: calc(100%/3);
	}
	.footer-2-item .item-image {
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
	}
	.footer-2-item:hover .item-image {
		filter: none;
		-webkit-filter: none;
	}
	.footer-3-item:nth-child(-n+3) {
		width: calc(100%/3);
		height: 510px;
	}
	.footer-3-item:nth-child(n+4) {
		width: calc(100%/2);
	}
	.footer-4-item:nth-child(1) { width: 160px; }
	.footer-4-item:nth-child(2) { width: 150px; }
	.footer-4-item:nth-child(3) { width: 180px; }
	.footer-4-item:nth-child(4) { width: 160px; }
	.footer-4-item img {
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
	}
	.footer-4-item img:hover {
		filter: none;
		-webkit-filter: none;
	}
	.footer-5 {
		padding-bottom: 20px;
	}
}


@media (min-width: 992px) {
	#MenuWeb .navbar-nav {
		left: calc(50% - 980px/2);
		width: 980px;
	}
	#MenuWeb .navbar-nav > li > a {
		height: 38px;
		padding: 10px 5px;
		font-size: 12px;
	}
	#MenuWeb .navbar-nav > li > a.birthday-11 .cake {
		left: calc(50% - 88px/2);
		width: 88px;
		height: 65px;
	}
	#MenuWeb .navbar-nav > li:nth-child(-n+2) {
		flex-basis: 45px;
	}
	#MenuWeb .navbar-nav > li:nth-child(-n+2) > a {
		padding: 9px 0;
	}

	#MenuWeb .submenu ul {
		width: 800px;
	}
	#MenuWeb .submenu ul > li img {
		width: 178px;
		height: 150px;
	}

	#UserPanelTop .panel-left > li:nth-child(1) {
		padding: 5px 30px 5px 20px;
	}
	#UserPanelTop .panel-right {
		float: right;
	}

	#UserPanelLeft,
	#NeedHelpPanelLeft {
		width: 30%;
		padding: 25px 30px 35px 30px;
	}

	/* #UserPanelRight,
	#NeedHelpPanelRight {
		width: 70%;
		padding-left: 35px;
	} */

	.modal-news .modal-dialog {
		width: 700px;
		max-width: 700px;
	}

	.footer-2-item {
		width: calc(100%/4);
	}
	.footer-3-item:nth-child(-n+5) {
		width: calc(100%/5);
	}
	.footer-3-item:nth-child(-n+3) {
		height: auto;
	}
	.footer-4-item:nth-child(5) { width: 270px; }
}


@media (min-width: 1200px) {
	#MenuWeb .navbar-nav {
		left: calc(50% - 1200px/2);
		width: 1200px;
	}
	#MenuWeb .navbar-nav > li > a {
		height: 44px;
		padding: 12px 5px;
		font-size: 14px;
	}
	#MenuWeb .navbar-nav > li > a.birthday-11 .cake {
		left: calc(50% - 106px/2);
		width: 106px;
		height: 78px;
	}
	#MenuWeb .navbar-nav > li:nth-child(-n+2) {
		flex-basis: 50px;
	}

	#UserPanelLeft,
	#NeedHelpPanelLeft {
		width: 25%;
		padding: 30px 35px 40px 35px;
	}

	#UserPanelRight,
	/* #NeedHelpPanelRight {
		width: 75%;
	} */

	.footer-1-left {
		width: 55%;
	}
	.footer-2-item {
		width: calc(100%/5);
	}
	.footer-4-item:nth-child(2) { width: 160px; }
	.footer-4-item:nth-child(4) { width: 180px; }
	.footer-4-item:nth-child(5) { width: 440px; }
}

.footer_marquee {
	overflow: hidden;
	position: relative;
}

.footer_marquee h3 {
	text-align: center;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-moz-animation: scroll-left 6s linear infinite alternate;
	-webkit-animation: scroll-left 6s linear infinite alternate;
	animation: scroll-left 6s linear infinite alternate;
}
        
@keyframes scroll-left {
	0% {
		-moz-transform: translateX(10%);
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}
	100% {
		-moz-transform: translateX(-40%);
		-webkit-transform: translateX(-40%);
		transform: translateX(-40%);
	}
}

.isac-topbar .navbar-brand{
	display: flex;
}

.md-100 {
	width: 100%;
	height: 27px;
	object-fit: contain;
	object-position: left;
	align-self: center;
}

@media (min-width: 992px) { 
	.md-100 {
		width:100%;
		height: 27px;
		object-fit: contain;
		object-position: left;
		align-self: center;
	}
}

