* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	transition: all .3s;
}
html {
    background: var(--devbo-game-play-bg-color);
}
::-webkit-scrollbar {
	display: none;
	width: 0 !important;
	height: 0 !important;
	-webkit-appearance: none;
	background: transparent;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-transform: capitalize;
    line-height: 1.5;
    max-width: 480px;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.header-top {
    max-width: 480px;
    width: 100%;
    overflow: hidden;
}

.u-tabbar__content.safe-area-inset-bottom {
    max-width: 480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
}

.game-item:focus,.modal:focus,.modal:focus-visible, .game-item:focus-visible ,button:focus,button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
body::after {
	position: fixed;
	content: '';
	left: -1000px;
	top: -1000px;
	-webkit-animation: shadow-preload .1s;
	-webkit-animation-delay: 3s;
	animation: shadow-preload .1s;
	animation-delay: 3s;
}
@-webkit-keyframes shadow-preload {
    0% {
        background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
    }

    100% {
        background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
    }
}

@keyframes shadow-preload {
    0% {
        background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
    }

    100% {
        background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
    }
}

.primary-bg {
	background: linear-gradient(#FE776C 0%, #FE5454 100%);
}

.page {
	display: block;
	width: 100%;
	overflow-x:hidden!important;
	height: 100%;
}

.page-wrapper {
	display: block;
	height: 100%;
	position: relative;
}

.page-body {
	color: #303133;
	font-size: 15px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-family: Rubik, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: 400;
	display: block;
	height: 100%;
	position: relative;
}

.logo {
	width: 110px;
}

body,html {
	--devbo-primary-color: #ff1f1f;
	--devbo-primary-color-3: rgba(255, 31, 31, 0.3);
	--devbo-primary-color-2: rgba(255, 31, 31, 0.2);
	--devbo-primary-color-1: rgba(255, 31, 31, 0.1);
	--devbo-primary-color-05: rgba(255, 31, 31, 0.05);
	--devbo-title-color: #291818;
	--devbo-title-color-1: rgba(41, 24, 24, 0.1);
	--devbo-title-color-3: rgba(41, 24, 24, 0.3);
	--devbo-title-color-5: rgba(41, 24, 24, 0.5);
	--devbo-text-color: #8b7979;
	--devbo-text-color-1: rgba(139, 121, 121, 0.1);
	--devbo-text-color-2: rgba(139, 121, 121, 0.2);
	--devbo-nav-menu-color: #d38d8d;
	--devbo-nav-menu-bg-color: #ffecec;
	--devbo-main-bg-color: #fae6e6;
	--devbo-home-nav-shadow-color: rgba(229, 53, 53, 0.25);
	--devbo-box-shadow-color-4: rgba(229, 53, 53, 0.4);
	--devbo-box-shadow-color-3: rgba(229, 53, 53, 0.3);
	--devbo-box-shadow-color-2: rgba(229, 53, 53, 0.2);
	--devbo-nav-button-bg-color: linear-gradient(180deg, #ff9595, #ff1f1f);
	--devbo-game-play-bg-color: linear-gradient(180deg, #FFFFFF, #ffe9e9);
	--devbo-linear-gradient-color: linear-gradient(180deg, #ff2f2f, #ff1e1e);
	--devbo-item-border-color: #ff8f8f;
	--devbo-item-bg-color: linear-gradient(180deg, #FFFFFF, #ffd1d1);
	--devbo-button-bg-color: linear-gradient(180deg, #fe776c, #fe5454); 
	--devbo-primary-button-color: linear-gradient(180deg, #ff9595, #ff1f1f);
	--devbo-promotion-border-color: #ffa9a9;
	--devbo-footer-shadow-color: #ff1f1f86;
	--devbo-promotion-background-color: linear-gradient(180deg, #ff1e1e, #ffcccc);
	--devbo-promotion-game-maker-bg-color: #fdd3d3;
	--devbo-promotion-result-bg-color: linear-gradient(180deg, #ffdbdb, #FFFFFF);
	--devbo-tabbar-bg-color: linear-gradient(180deg, #FFFFFF, #ffe1e1);
	--devbo-popup-bg-color: linear-gradient(180deg, #ff8f8f, #ff1f1f);
	--devbo-bonus-bg-color: linear-gradient(0deg, #ffd5d5, #ff1f1f);
	--devbo-card-bg-color: linear-gradient(-19deg, #ff7e7f, #ffab94);
	--devbo-modal-shadow: #000000a8;
}

.main-content {
    display: block;
    height: 100%;
    position: relative;
    padding-bottom: 15%;
    background-color: var(--devbo-main-bg-color);
    overflow: scroll;
}
.header-container {
	padding-top: calc(66px + 0px);
}

.header-container .header-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	height: calc(66px + 0px);
	background-color: var(--devbo-nav-menu-bg-color);
	padding: calc(0px) 8px 0 8px;
	position: fixed;
	top: 0;
	z-index: 99;
	box-shadow: 0px 3px 4px 0px var(--devbo-home-nav-shadow-color);
}

.u-image {
	width: 110px;
	height: auto;
	border-radius: 0px;
	overflow: visible;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	background-color: transparent;
	position: relative;
}

.u-image__image {
	width: 100%;
	height: 100%;
}

.header-container .header-top .login-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.header-container .header-top .login-box .button {
	max-width: 110px;
	height: 33px;
	line-height: 33px;
	border-radius: 16px;
	font-size: 14px;
	padding: 0 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header-container .header-top .login-box .button.sign-up {
	color: #fff;
	background-image: var(--devbo-primary-button-color);
}

.header-container .header-top .login-box .button.sign-in {
	margin-left: 6px;
	background-image: var(--devbo-primary-button-color);
	color: #fff;
}

.main-image {
	width: 100%;
	vertical-align: top;
}

span.swiper-pagination-bullet {
	background: var(--devbo-nav-menu-bg-color)
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--devbo-linear-gradient-color);
	width: 25px;
	border-radius: 4px;
	opacity : .85;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	background: var(--devbo-title-color-1);
	display: flex;
	justify-content: center;
	padding: 7px;
	margin: 0 auto;
	align-items: center;
	text-align: center;
	position: relative;
	bottom: 30px !important;
	border-radius: 50px;
	width: fit-content !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px) !important;
	backdrop-filter: blur(10px) !important;
}

#activeLang {
	position: relative;
	z-index: 3;
	border: 2px solid var(--devbo-promotion-border-color);
	border-radius: 50%;
}
.lang-dropdown {
    width: 50px;
    height: 50px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#Loading_container {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader__wrap {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.loader_wrap {
    position: relative;
    width: 180px;
    height: 180px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    display: flex;
    background: #00000057;
    border-radius: 15px;
    flex-flow: column;
    gap: 1rem;
    color: #fff;
    font-size: 16px;
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #FFF;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.rotate-360 {
    animation: rotation .5s ease;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.on_animate {
    animation : on .8s infinite
}

div#selector {
    position: fixed;
    width: 100vw;
    max-height: 100vh;
    overflow: hidden;
    height: 100%;
    z-index: 999;
    top: 50%;
    max-width: 480px;
    transform: translate(-50%, -50%);
    left: 50%;
}
.relative.w-full.h-full.items-end.justify-start.flex.flex-col {
    background: #000000cf;
    -webkit-backdrop-filter: blur(.12rem);
    backdrop-filter: blur(.12rem);
    top: 50%;
    left: 50%;
    height: 100%;
    max-height: 100vh;
    z-index: 9999;
    transform: translate(-50%, -50%);
}
li[data-lang] {
    margin-bottom: 8px;
}
li[data-lang]:hover {
    border-bottom: 2px solid pink;
}
ul#langSelect {
    position: relative;
    padding: 5px 15px;
    border-radius: 8px;
    background-color: #00000000;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    transition: all .3s;
    z-index: 10;
    border: 3px solid var(--devbo-promotion-border-color);
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    z-index: 99999;
    width: 140px;
    top: 54px;
    float: right;
    margin-right: 25px;
}
.u-notice-bar-wrap {
	overflow: hidden;
}

.u-notice-bar {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 10px 13px;
	overflow: hidden;
}

.u-icon-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.u-left-icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.u-icon--right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.u-icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.u-iconfont {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	font: normal normal normal .729167vw / 1 uicon-iconfont;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.u-icon__icon {
	position: relative;
}

.header-container .u-notice-bar .u-icon__icon {
	color: var(--devbo-primary-color) !important;
}

.marquee {
    display: flex;
    white-space: nowrap;
}

.marquee {
    display: inline-flex;
    animation: marquee 25s linear infinite;
    min-width: 100%;
}

.marquee > div {
    padding: 0 0.5rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.marquee-item {
    color: var(--devbo-text-color); 
    font-size: 16px;
    font-weight: 600;
}

@keyframes marquee {
    0% {
        transform: translateX(100vw);
    }
    100% {
        transform: translateX(-100%);
    }
}

.u-tabbar .u-tabbar__content {
    box-shadow: 0 -2px 10px var(--devbo-primary-color-1);
}
.safe-area-inset-bottom {
    padding-bottom: 0;
    padding-bottom: auto;
}
.u-tabbar__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 98;
    box-sizing: initial;
    border-radius: 28px 28px 0 0;
}

.u-tabbar__content__item:first-child {
    border-radius: 28px 28px 0 0;
}
.gradient-overlay {
    background: linear-gradient(180deg, #00000000 0%, #00000000 10%, var(--devbo-primary-color) 100%);
    z-index: 10;
}
.gradient-overlay.opacity-100 {
  pointer-events: auto;
}
.gradient-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.u-tabbar__content__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding: 6px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.u-tabbar__content__item__button {
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.u-icon--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.u-icon__img {
    height: auto;
    will-change: transform;
}
.u-tabbar__content__item__text {
    color: #606266;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.u-tabbar__content__item {
	filter: grayscale(.6);
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.u-tabbar__content__item.selected {	
	filter: grayscale(0);
}
@keyframes on {
	from, to { transform: scale(1, 1); }
	0% { transform: scale(1); }
	25% { transform: scale(0.9, 1.1); }
	50% { transform: scale(1.1, 0.9); }
	75% { transform: scale(0.95, 1.05); }
}

.b_i_img.imgselected {
    width: 45px;
    height: 45px;
    position: relative;
    filter: drop-shadow(2px 4px 6px var(--devbo-footer-shadow-color));
	animation : pop-in .35s ease ,  on .8s infinite
}
.u-icon__img {
	width: 50px;
	height: auto;
}
.b_i_img {
    width: 40px;
    height: 40px;
}

@keyframes pop-in {
0% { opacity: .75;transform: scale(0.8); }
100% { opacity: 1;transform: scale(1); }
}
@-webkit-keyframes pop-in {
0% { opacity: .75;-webkit-transform: scale(0.8); }
100% { opacity: 1;-webkit-transform: scale(1); }
}
@-moz-keyframes pop-in {
0% { opacity: .75;-moz-transform: scale(0.8); }
100% { opacity: 1;-moz-transform: scale(1); }
}

.modal-backdrop.fade.show {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #140a0aa6;
    z-index: 999;
	transition: 0.25s ease-in-out;
}
.modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
}
.modal-dialog {
    transition: 0.25s linear;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-direction: column;
	position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 1;
    width: 100%;
    height: 100%;
    
}

.u-mode-center-box {
    min-width: 57px;
    min-height: 57px;
    display: block;
    position: relative;
}

.u-drawer__scroll-view {
    width: 100%;
    height: 100%;
}

.uni-scroll-view {
    overflow: visible !important;
}

.uni-scroll-view {
    position: relative;
    -webkit-overflow-scrolling: touch;
    max-height: inherit;
}

.popup-container {
    width: 350px;
    border-radius: 18px;
    background-color: var(--devbo-nav-menu-bg-color);
	box-sizing: border-box;
    border: 2px solid var(--devbo-primary-color);
}

.uni-scroll-view, .uni-scroll-view-content {
    width: 100%;
    height: 100%;
}
.popup-container .close-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: -43px;
    right: 0px;
	color: var(--devbo-footer-shadow-color);
}

.modal-body {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 70px 22px 22px;
}

.uni-input-input {
    position: relative;
    display: block;
    height: 100%;
    background: none;
    color: inherit;
    opacity: 1;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-indent: inherit;
    text-transform: inherit;
    text-shadow: inherit;
}

.uni-input-input {
    line-height: 1.5 !important;
    font-size: 1rem !important;
    padding-inline: 24px !important;
    padding: 9px 0;
    background: #fff;
    border-radius: 25px;
    outline: 0 !important;
    color: var(--devbo-primary-color);
    box-shadow: 0 0 0 2px #f5deb333;
    width: 100%;
    height: 50px;
	margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.modal-logo {
    width: 180px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(2px 4px 6px var(--devbo-item-border-color));
}
.uni-input-input:focus {
    box-shadow: 0 0 0 2px var(--devbo-footer-shadow-color);
}
.already_account {
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
}
.type-wrap {
    margin-top: 18px;
    margin-bottom: 18px;
    color: var(--devbo-primary-color);
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 10px;
}
.links {
    color: var(--devbo-primary-color);
}
.uni--button {
    line-height: 1.5 !important;
    font-size: 1rem !important;
    padding: 9px 0;
    border-radius: 25px;
    outline: 0 !important;
    background: var(--devbo-button-bg-color);
    box-shadow: 0 0 0 2px var(--devbo-home-nav-shadow-color);
    width: 100%;
    height: 50px;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    position: relative;
    display: block;
    color: inherit;
    opacity: 1;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-indent: inherit;
    text-transform: inherit;
    text-shadow: inherit;
}
div#alert_container {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    max-height: calc(100% - 3rem);
    overflow-x: hidden;
    overflow-y: auto;
    width: calc(100% - 2rem);
}

.alert__bg {
    background: #ffffffd9;
    box-shadow: .4rem .4rem .4rem #ffffff45;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.noti_container {
    padding: 1.5rem .25rem 1.5rem 1.85rem;
    width: 100%;
    height: 100%;
}
.all-games-wrapper {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
    gap: .625rem;
    margin-top: 0.75rem;
}
.alert_close {
    position: absolute;
    left: 88%;
    top: 20%;
}
.provider-item.cursor-pointer.items-center {
    position: relative;
    width: 35px;
}
.active_side {
    background: var(--devbo-primary-button-color)!important;
    color: white!important;
    font-weight: 600!important;
}
.active_top_provider {
    background: var(--devbo-primary-button-color)!important;
}
.provider-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: var(--devbo-primary-color-1);
    height: 37px;
    padding: 5px 5px;
    border-radius: 10px;
}
.sidemenu-item {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    background: var(--devbo-primary-color-1);
    border-radius: 10px;
    color: var(--devbo-text-color);
    font-size: .65rem;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.tab {
    display: flex;
    flex-flow: column;
    gap: 0.75rem;
}
.FitBody {
    height: 100vh;
    overflow: hidden;
    -webkit-scrollbar-width: none!important;
    scrollbar-width: none!important;
}

.modal-backdrop.show {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    /*background: var(--devbo-modal-shadow)!important;*/
    background: var(--devbo-modal-shadow);
    display: flex;
    flex-direction: column;
    left: 50%;
    opacity: 1;
    position: fixed;
    top: 50%;
    width: 100vw;
    z-index: 999;
    height: 100vh;
    transform: translate(-50%, -50%);
}

@keyframes pop-inn {
     0% { opacity: 0; transform: scale(0.1); }
     100% { opacity: 1; transform: scale(1); }
}

.pop-inn {
    animation:pop-inn 0.3s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 1000ms;
}
.header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.header-right .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-right: 12px;
}
.header-right .price .username {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    font-size: 16px;
    color: var(--devbo-title-color);
    margin-bottom: 5px;
    max-width: 165px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.header-right .price .price-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.header-right .price .price-container .balance {
    margin-right: 8px;
}

.header-right .price .price-container .balance, .header-right .price .price-container .integral{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: var(--devbo-text-color);
    border-radius: 11px;
}
.header-right .price .price-container .balance::before, .header-right .price .price-container .integral::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.header-container .header-top .header-right .balance::before {
    background-image: url(../img/gold-coin.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.header-container .header-top .header-right .integral::before {
    background-image: url(../img/promotion.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.header-right .price .price-container .refresh-icon {
    width: 23px;
    height: 23px;
    margin-left: 8px;
    background-image: url(../img/refresh.png);
    background-size: 100% 100%;
}

.close-button-game {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    color: var(--devbo-footer-shadow-color);
}

.deposit-ingame {
    color: white;
    background: var(--devbo-primary-button-color);
    padding: 5px 12px;
    border-radius: 10px;
    margin: 5px 5px;
}

.game-name {
    max-width: 100px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-overflow: ellipsis;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}
#gameModal {
    height: 99dvh;
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
    scrollbar-width: none!important;
    -webkit-scrollbar-width: none!important;
}
#registerForm, #loginForm {
    text-transform: none !important;
}




























