#game-overlay {
	height: 0px;
	position: absolute;
	width: 0px;
}

#game-shell {
	display: flex;
	position: absolute;
	top: -1px;
/* 	left: -1px; */
}

.game-shell {
	font-family: PingFang SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
	touch-action: none;
}

#game-overlay {
	transform: scale(calc(var(--construct-scale) * 2.1) ) rotate(0deg);
}

.start-button-container-land, .start-button-container-land-pc, .start-button-container-port {
	align-items: center;
	display: flex;
	justify-content: center;
	left: 0px;
	margin: auto;
	position: absolute;
	right: 0px;
}

.start-button-container-port {
	height: 32px;
	top: 481px;
	width: 151.7px;
	left: -80px;
}

.start-button {
	background-color: #30a2d0;
	border: 2px solid rgba(0, 0, 0, .15);
	border-radius: 8px;
	text-shadow: 0px 2px 3px #30a2d0;
}
.start-button-show-land, .start-button-show-land-pc, .start-button-show-port {
	animation-name: show-bounce;
}

.start-button-inner {
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0));
	background-origin: border-box;
	border: .87px solid hsla(0, 0%, 100%, .4);
	border-radius: 6px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.text-land, .text-land-pc, .text-port {
	color: #fff;
	font-size: 10.3px;
	margin: 0;
	padding: 0;
}

.start-button .text-land, .start-button .text-land-pc, .start-button .text-port {
	font-size: 12px;
	font-weight: 900;
}

.animationTipsContainer-land, .animationTipsContainer-land-pc, .animationTipsContainer-port {
	height: 35px;
	margin: 515px auto 0;
	position: relative;
	width: 320px;
}

.animationTipsContainer-port {
	margin-top: 515px;
	z-index: 1;
	left: -160px;
}

.loading-container-land, .loading-container-land-pc, .loading-container-port {
	align-items: center;
	display: flex;
	flex-direction: column;
	left: 0px;
	position: absolute;
	right: 0px;
}

.loading-container-port {
	top: 477px;
}

.progress-bar-container-land, .progress-bar-container-land-pc, .progress-bar-container-port {
	background-color: initial;
	height: 13px;
	position: relative;
	width: 212px;
}

.text-land, .text-land-pc, .text-port {
	color: #fff;
	font-size: 10.3px;
	margin: 0;
	padding: 0;
}

#tips-text {
	margin-top: 4px;
	text-align: center;
	text-overflow: ellipsis;
	width: 200px;
}

.tips-text-child2 {
	margin-left: 5px;
}

.progress-bar-background {
	background-color: #111;
	border-radius: 3.5px;
	height: 100%;
	position: absolute;
	width: 100%;
}

.progress-bar-fill-container {
	bottom: 0.87px;
	left: 0.87px;
	position: absolute;
	right: 0.87px;
	top: 0.87px;
}

.progress-bar-outline {
	border-radius: 3.5px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	transform: translateZ(0px);
}

.border-inner {
	border: 1.7px solid #272727;
}

.border-outer {
	border: .85px solid #111;
}

.progress-bar-fill {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #30a2d0;
	background-size: 8.7px 100%;
	border-radius: 3.5px;
	height: 100%;
	position: absolute;
	width: 0px;
}

.stripes {
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: animate-stripes;
	animation-timing-function: linear;
	background-image: linear-gradient(-75deg, hsla(0, 0%, 100%, 0) 35%, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 75%, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0));
}

.front-highlight {
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
	border-radius: 0 3.5px 3.5px 0;
	height: 100%;
	max-width: 20px;
	right: 0px;
	width: 50%;
}

.front-highlight, .top-highlight {
	position: absolute;
	transform: translateZ(0px);
}

.top-highlight {
	background-color: hsla(0, 0%, 100%, .2);
	border-radius: 3.5px 3.5px 0 0;
	height: 50%;
	width: 100%;
}

.animated_text_wrap {
	color: #fff;
	font-size: 10px;
	height: 26px;
	line-height: 26px;
	position: relative;
	text-align: center;
}

.animated_text {
	align-items: center;
	display: flex;
	height: 26px;
	justify-content: center;
	line-height: 13px;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}

.animated-text-move-to-top-port, .animated-text-reset-to-bottom-port {
	opacity: 0;
}

.animated-text-reset-to-bottom-port {
	top: 26px;
}

.animated-text-move-to-top-port, .animated_text_move_to_center {
	transition: top 1s, opacity 1s;
	transition-timing-function: linear;
}

.animated_text_move_to_center {
	opacity: 1;
	top: 0px;
}

@keyframes animate-stripes {
	0% {
		background-position: 0 0
		}

    to {
		background-position: 34.7px 0
        }
}

.body-more {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.loadmore {
    width: 30%;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    text-align: center;
    margin: 10px auto;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: rgb(36, 36, 46);
    transition: .3s;
    font-size: 10px;
}

#game-detail-spring-wrapper {
    transition: transform .5s ease-in-out;
}

#game-details-left-arrow {
    top: calc(50% - 85px); 
    background-color: rgba(0, 0, 0, 0.4);
}

#game-details-right-arrow {
    top: calc(50% - 85px); 
    background-color: rgba(0, 0, 0, 0.4);
}

.qpage {
    background-color: #fff;
    height: 640px;
    margin: auto;
    position: absolute;
    width: 360px;
    z-index: 975;
}

.qpage_container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    width: 100%;
    z-index: 950;
}

.qpage_container .qpage_content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.sprite_main_res {
    background-image: url(https://static.pgsoft-games.com/shared/ad52f8ee3c/e2cf6fa310.663ff.png);
    background-repeat: no-repeat;
    background-size: 222px 248px;
    display: inline-block;
}

.ic_iconic {
    background-position: -1px -1px;
    height: 178px;
    width: 158px;
}

.qpage_container .qpage_content .qpage_boy {
    transform: scale(0.82);
}

.qpage_container .qpage_content .qpage_title {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    top: 0px;
    width: 80%;
}

.qpage_container .qpage_content .qpage_desc {
    color: #000;
    font-size: 11.3px;
    line-height: 14px;
    opacity: 0.3;
    position: relative;
    text-align: center;
    top: 8.7px;
    width: 80%;
}

.qpage_container .qpage_content .qpage_button {
    background-color: rgba(24, 17, 84, .075);
    border-radius: 2px;
    color: #000;
    font-size: 10.3px;
    height: 36.3px;
    line-height: 36.3px;
    margin-top: 20px;
    max-width: 303.3px;
    min-width: 156px;
}
.bd_orange{
	text-align: center;
    font-size: 15px;
    color: rgba(235,152,122,1.00);
    cursor: pointer;
    border: 1px solid transparent;
	border-color: rgba(235,152,122,1.00);
    background: #252330;
	appearance: none;
}

.ui_block_page {
    margin: auto;
    z-index: 1100
}

.ui_block,
.ui_block_page {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0
}

.ui_block {
    transform: translateZ(0)
}

@keyframes ui_block_show {
    0% {
        opacity: 0
    }

    to {
        opacity: .6
    }
}

@keyframes ui_block_hide {
    0% {
        opacity: .6
    }

    to {
        opacity: 0
    }
}        .custom_alert {
    display: block;
    display: none;
    height: 100%;
    height: 640px;
    margin: auto;
    position: absolute;
    width: inherit;
    width: 360px;
    z-index: 1000;
}

/* @media screen and (orientation:landscape) */
.custom_alert {
    display: none;
    height: 100%;
    height: 640px;
    position: absolute;
    width: inherit;
    width: 360px;
    z-index: 1000;
}

.custom_alert_show {
    animation: custom_alert_anim_show .3s linear forwards;
}

.custom_alert .content {
    color: #444;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 8.7px #444;
    position: absolute;
    text-align: center;
    width: 243px;
}

.custom_alert .content .message,
.custom_alert .content .title {
    font-size: 14px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

.custom_alert .content .title_padding {
    padding-bottom: 0px;
    padding-top: 9.7px;
}

.custom_alert .content .message {
    white-space: normal;
}

.custom_alert .content .message_padding {
    padding-bottom: 9.7px;
    padding-top: 9.7px;
}

.custom_alert .content .line_separator {
    border-bottom: 1px solid #000;
    opacity: 0.1;
    padding-top: 8.7px;
}

.custom_alert .content .btn_content_row {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.custom_alert .content .btn_content .button,
.custom_alert .content .btn_content .custom_button {
    color: inherit;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom_alert .content .btn_content .button {
    animation: btn_release .1s linear forwards;
    padding: 9.7px 10px 11.3px;
}

.custom_alert .content .btn_content .row {
    display: table-cell;
}

.custom_alert .content .btn_content .btn_separator_width {
    background-color: #000;
    height: inherit;
    opacity: 0.1;
    width: 1px;
}

.custom_alert .content .btn_content .button:active {
    animation: btn_press .1s linear forwards
}
.errorlabel {
    font-size: 10px;
}

@keyframes custom_alert_anim_show {
    0% {
        opacity: 0
    }

    60% {
        opacity: 1;
        transform: scale(1)
    }

    80% {
        opacity: 1;
        transform: scale(1.12)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.ui_block,
.ui_block_page {
	background-color: #000;
	bottom: 0px;
	left: 0px;
	opacity: 0.6;
	position: absolute;
	right: 0px;
	top: 0px;
}

.ui_block {
	transform: translateZ(0px);
}

.alert_holder {
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1000;
}

.alert_holder .screen_center {
	left: 0px;
	margin: auto;
	position: absolute;
	right: 0px;
}

.slot_alert {
	background-color: rgba(47, 47, 59, .95);
	border-radius: 6px;
	box-shadow: 0.87px 0.87px 8.7px #292929;
	padding: 13px 21.7px;
	position: absolute;
	text-align: center;
	width: 243.3px;
}

.card_alert_show,
.lobby_alert_show,
.slot_alert_show,
.slot_alert_show_landscape {
	animation: alert_anim_show .3s linear forwards;
	display: block;
}

.card_alert .content .slot_alert .message,
.card_alert .content .slot_alert .title,
.slot_alert .card_alert .content .message,
.slot_alert .card_alert .content .title,
.slot_alert .message,
.slot_alert .slot_alert_landscape .message_landscape,
.slot_alert .slot_alert_landscape .title_landscape,
.slot_alert .title,
.slot_alert_landscape .slot_alert .message_landscape,
.slot_alert_landscape .slot_alert .title_landscape {
	color: #d9d9d9;
	white-space: normal;
}

.slot_alert .title {
	font-size: 15.7px;
}

.slot_alert .title_padding {
	padding-bottom: 0px;
	padding-top: 0px;
}

.slot_alert .message_padding {
	padding-bottom: 17.3px;
	padding-top: 17.3px;
}

.card_alert .content .message,
.card_alert .content .slot_alert_landscape .message_landscape,
.card_alert .content .slot_alert_landscape .title_landscape,
.card_alert .content .title,
.lobby_alert .message,
.lobby_alert .title,
.slot_alert .message,
.slot_alert .slot_alert_landscape .message_landscape,
.slot_alert .slot_alert_landscape .title_landscape,
.slot_alert .title,
.slot_alert_landscape .card_alert .content .message_landscape,
.slot_alert_landscape .card_alert .content .title_landscape,
.slot_alert_landscape .slot_alert .message_landscape,
.slot_alert_landscape .slot_alert .title_landscape {
	margin-left: 5%;
	margin-right: 5%;
	overflow: hidden;
	width: 90%;
}

.slot_alert .message {
	font-size: 13.3px;
}

.slot_alert .btn_content_row {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.slot_alert .btn_content {
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
}

.slot_alert .btn_content .button {
	background-color: #dd5c2a;
	border-radius: 2.6px;
	color: #d9d9d9;
	font-size: 13.3px;
	margin: 3.5px;
	min-height: 17.3px;
	opacity: 1;
	padding: 10.3px 8.7px;
}

.slot_alert .btn_content .row {
	display: table-cell;
	padding-left: 4.3px;
	padding-right: 4.3px;
	vertical-align: middle;
}

.slot_alert .btn_content .btn_seperator_width {
	content: "";
	display: table-cell;
	height: inherit;
	width: 8.7px;
}

.card_alert .content .btn_content .button .text,
.slot_alert .btn_content .button .text,
.slot_alert_landscape .btn_content_landscape .button_landscape .text_landscape {
	color: inherit;
	font-size: inherit;
	overflow: hidden;
	pointer-events: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.button {
	animation: btn_release .1s linear forwards;
	padding: 9.7px 10px 11.3px
}

.button:active {
	animation: btn_press .1s linear forwards
}

@keyframes alert_anim_show {
	0% {
opacity: 0
	}

	60% {
opacity: 1;
transform: scale(1)
	}

	80% {
opacity: 1;
transform: scale(1.12)
	}

	to {
opacity: 1;
transform: scale(1)
	}
}

@keyframes btn_press {
	0% {
opacity: 1
	}

	to {
opacity: .5
	}
}

@keyframes btn_release {
	0% {
opacity: .5
	}

	to {
opacity: 1
	}
}

/* Thong bao khong co mang */
#toast-container {
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    visibility: visible;
    z-index: 950;
}

#toast.toast_show {
    opacity: .96;
    visibility: visible;
    animation: fadeOut 5s ease-in-out forwards;
}

#toast.toast_bottom {
    top: 20px;
}

#toast {
    background-color: #30303c;
    border-radius: 3.48px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, .4), inset 0 1px 0 0 hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .9);
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin: auto;
    max-height: 676px;
    max-width: 300px;
    opacity: 0;
    padding: 18px;
    pointer-events: auto;
    position: absolute;
    text-align: center;
    visibility: hidden;
}
.rcs-inner-container::-webkit-scrollbar {
	width: 6px;
}

.rcs-inner-container::-webkit-scrollbar-track {
	background-color: transparent;
}

.rcs-inner-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: var(--scroll-bar-color);
}

.rcs-inner-container:hover {
	--scroll-bar-color: hsla(0, 0%, 46%, .7);
}

.rcs-inner-container {
	transition: --scroll-bar-color .4s ease-out;
}


