:root {
	--d: 700ms;
	--e: cubic-bezier(0.19, 1, 0.22, 1);
}

html,
body {
	font-family: 'Kanit', sans-serif;
	background-color: #292929;
}

a img {
	transition: 0.5s;
}

a img:hover {
	transition: 0.5s;
	filter: brightness(110%);
}

.page-loader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #040404a6;
	z-index: 100000;
}


.loader {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 1px solid rgb(255 255 255 / 8%);
    border-right: 1px solid rgb(255 255 255 / 8%);
    border-bottom: 1px solid rgb(255 255 255 / 8%);
    border-left: 2px solid rgb(255 255 255);

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-animation: spinner 700ms infinite linear;
	-moz-animation: spinner 700ms infinite linear;
	-ms-animation: spinner 700ms infinite linear;
	-o-animation: spinner 700ms infinite linear;
	animation: spinner 700ms infinite linear;

	z-index: 100001;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


.d-inline-block {
	display: inline-block;
	justify-content: space-between;
}

.delay-05s {
	animation-delay: 0.5s;
}

.delay-10s {
	animation-delay: 1s;
}

.delay-15s {
	animation-delay: 1.5s;
}

.testobj {
	border: 1px solid red;
}

.radius-15 {
	border-radius: 15px;
}

.cursor-pointer {
	cursor: pointer;
}

.bg-custom {
	background: url('../images/bg-navbar-top.png') center;
	background-size: cover;
	/* height: 87px; */
	align-items: baseline;
}

.bg-custom .logo-head {
	width: 90px;
}

.change-language {
	background: #49009c;
	border-radius: 30rem;
	color: white;
	padding: 2px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.change-language .active {
	box-shadow: inset 0px 0px 12px 3px #ae64ff;
    background: linear-gradient(to bottom, #d300f9 5%, #a44cba 100%);
    background-color: #d153ff;
    border-radius: 42px;
    border: 2px solid #ffffff;
    padding: 8px 18px !important;
    color: #ffffff;
    cursor: pointer;
}

.change-language .language {
	padding: 10px 10px;
	display: inline-block;
}

.menu-bar-main {
	position: absolute;
	bottom: -140px;
	width: 100%;
	background: url(../images/bg-btn.png) center;
	background-size: cover;
	padding: 30px 0px;
	display: flex;
	align-items: center;
	/* margin-top: -40px; */
	z-index: 20;
	/* transform: translateY(-40px); */
}

.wrap-menu-bar-main {
	padding: 0px 200px;
}

.main-content {
	background: url(../images/bg-main.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	position: relative;
	z-index: 10;
	/* transform: translateY(-80px); */
	height: 1200px;
	margin-top: 120px;
}

.icon-size {
	height: 160px;
	width: 160px;
	transition: 0.3s;
}

.icon-hotgame {
	background: url(../images/icon-hotgame.png) center no-repeat;
	background-size: contain;
}

.icon-hotgame:hover {
	background: url(../images/icon-hotgame-hover.png) center no-repeat;
	transition: 0.3s;
	background-size: contain;
}

.icon-casino {
	background: url(../images/icon-casino.png) center no-repeat;
	background-size: contain;
}

.icon-casino:hover {
	background: url(../images/icon-casino-hover.png) center no-repeat;
	transition: 0.3s;
	background-size: contain;
}

.icon-slot {
	background: url(../images/icon-slot.png) center no-repeat;
	background-size: contain;
}

.icon-slot:hover {
	background: url(../images/icon-slot-hover.png) center no-repeat;
	transition: 0.3s;
	background-size: contain;
}


.icon-sport {
	background: url(../images/icon-sport.png) center no-repeat;
	background-size: contain;
}

.icon-sport:hover {
	background: url(../images/icon-sport-hover.png) center no-repeat;
	transition: 0.3s;
	background-size: contain;
}


.icon-table {
	background: url(../images/icon-table.png) center no-repeat;
	background-size: contain;
}

.icon-table:hover {
	background: url(../images/icon-table-hover.png) center no-repeat;
	transition: 0.3s;
	background-size: contain;
}

.side-bar-menu {
	background: url(../images/bg-side-bar.png) right no-repeat;
	height: auto;
	padding: 40px 40px;
	flex: 0 0 auto;
	/* width: 331px; */
	min-width: 260px;
	position: relative;
	z-index: 10;
}

.content-game-list {
	flex: 1;
	padding-top: 50px;
	width: 100%;
	overflow-y: scroll;
	/* height: 200px; */
	background: #0000006e;
	position: relative;
	z-index: 6;
}

.wrap-content-game {
	padding: 0px 50px;
}

.head-title {
	display: flex;
	align-items: center;
}

.head-title .icon-title {
	width: 80px;
}


.head-title h2 {
	color: white;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 0px;
}

.head-title .line-title {
	width: 80px;
	height: 6px;
	background-color: #ebb70d;
}

.list-game-all,
.list-promotion-all {
	padding: 40px 0px;
}

.list-promotion-all .carousel {
	height: 240px;
}

.list-game {
	padding: 0 0.5rem;
	margin: 1rem 0 0.25rem;
	width: 25%;
}

.hover {
	overflow: hidden;
    position: relative;
    /* padding-bottom: 60%; */
    border-radius: 15px;
}

.hover-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	/* top: 0;
	left: 0; */
	z-index: 90;
	/* transition: all 0.4s; */
}

.hover img {
	/* width: 100%;
	position: absolute; */
	top: 0;
	/* left: 0; */
	/* transition: all 0.3s; */
}

.hover-content {
	position: relative;
	z-index: 99;
}

/* Begin :: Button */
.btn-main {
	box-shadow: inset 0px 0px 12px 3px #fff264;
	background: linear-gradient(to bottom, #fecb5e 5%, #ba934c 100%);
	background-color: #fecb5e;
	border-radius: 42px;
	display: inline-block;
	cursor: pointer;
	color: #010000;
	font-size: 18px;
	font-weight: 400;
	padding: 7px 28px;
	text-decoration: none;
	text-shadow: 0px 0px 0px #000000;
	position: relative;
}


.btn-main:hover {
	background: linear-gradient(to bottom, #ba934c 5%, #fecb5e 100%);
	background-color: #ba934c;
	transition: 0.3s;
}

.btn-main:active {
	position: relative;
	top: 1px;
}

/* End :: Button */

/* Hover card */
.hover-1 img { 
	width: 100%;
	/* position: absolute;
	top: 0;
	left: -5%;
	transition: all 0.3s; */
}

.hover-1-content {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99;
	transition: all 0.4s;
}

.hover-1 .hover-overlay {
	background: rgba(0, 0, 0, 0.1);
}

.hover-1-description {
	transform: translateY(0.5rem);
	transition: all 0.4s;
	opacity: 0;
}

.hover-1:hover .hover-1-content {
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
}

.hover-1:hover .hover-1-description {
	opacity: 1;
	transform: none;
}

.hover-1:hover img {
	left: 0;
}

.hover-1:hover .hover-overlay {
	opacity: 0;
}

/* Hover card */

.content-promotion {
	position: absolute;
	bottom: -400px;
	width: 100%;
	background: url(../images/bg-promotion.png) center top;
	background-size: cover;
	align-items: baseline;
	padding-top: 60px;
	z-index: 20;
	/* transform: translateY(-160px); */
}

.content-partner {
	margin-top: 400px;
	background-color: #111254;
	/* transform: translateY(-200px); */
}

.partner-list {
	list-style: none;
	padding: 10px 0px;
	text-align: center;
	padding-left: 0px;
	margin-bottom: 0px;
}

.partner-list li {
	display: inline-block;
	width: 8%;
}

.footer-custom {
	padding-top: 40px;
	background-color: #000b3a;
	text-align: center;
}

.tag-footer-all {
	list-style: none;
	padding-left: 0rem;
	margin-bottom: 30px;
	margin-top: 0px;
}

.tag-footer-all li {
	cursor: pointer;
	background-color: #0083ff;
    color: #ffffff;
	padding: 4px 10px;
	border-radius: 8px;
	display: inline-block;
	margin: 5px 5px;
}

.text-power {
	padding: 20px 0px;
	background-color: #111254;
	color: white;
	text-align: center;
}

.modal-custom {
	backdrop-filter: blur(6px) saturate(100%); 
	-webkit-backdrop-filter: blur(6px) saturate(100%);
	background-color: rgba(17, 25, 40, 0.2);
}

.button-close-custom {
	position: absolute;
	right: 0px;
	top: -40px;
}

.btn-close-custom i {
	color: white;
	font-size: 28px;
	cursor: pointer;
}

.modal-content-custom {
	background-color: #5d2d79;
	border-radius: 18px;
}

.body-content-custom {
	overflow: hidden;
	border-radius: 18px;
}

.nav-tabs-custom {
	border-bottom: none;
}

.text-contact {
	margin-top: 30px;
	text-align: center;
	color: white;
}

.text-contact span {
	color: #FFFD6D;
}

.nav-tabs-custom .nav-link.active {
	box-shadow: inset 0px 0px 12px 3px #fff264;
	background: linear-gradient(to bottom, #fecb5e 5%, #ba934c 100%);
	background-color: #fecb5e;
	color: #682f2f;
	border-color: transparent;
}

.nav-link-custom {
	color: white;
	padding: 17px 0px;
	font-size: 18px;
}

.nav-tabs .nav-link:hover {
	border-color: transparent;
	color: #010000;
	transition: 00.3s;
}

.content-login {
	padding: 30px 50px;
}

.icon-user-custom {
	background: linear-gradient(to bottom, #ffe66a 5%, #ffc756 100%);
	background-color: #ffe66a;
	width: 36px;
	height: 36px;
	border-radius: 30rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.icon-user-custom img {
	width: 20px;
}

.box-amount {
	background: #49009c;
	border-radius: 30rem;
	padding: 6px 0px;
	padding-right: 15px !important;
	padding-left: 15px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-amount i {
	color: #ffda62;
	font-size: 20px;
}

.dropdown-profile-custom {
	border-right: #ffda62 1px solid;
	padding-right: 15px;
	margin-right: 15px;
}

.dropdown-menu-profile {
	background-color: #4d186d;
	color: white;
	border-radius: 10px;
	border: none;
}

.dropdown-item-profile {
	color: white;
}

.dropdown-item-profile:focus,
.dropdown-item-profile:hover {
	background-color: #ffe167;
	color: #1e2125;
}

.navbar-light .navbar-toggler {
	border-color: rgba(255, 255, 255, 0.7);

}

.navbar-toggler i {
	color: white;
	font-size: 24px;
}


.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 3000;
	top: 0;
	left: 0;
	backdrop-filter: blur(6px) saturate(100%);
	-webkit-backdrop-filter: blur(6px) saturate(100%);
	background-color: rgba(17, 25, 40, 0.8);
	overflow-x: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 15%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a {
	padding: 10px 0px;
	text-decoration: none;
	font-size: 24px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

.is-disabled>div>img {
	filter: grayscale(80%);
	cursor: not-allowed;
}

.is-disabled>div>.hover-1-content>button {
	filter: grayscale(60%);
	font-size: 0.9rem;
	cursor: not-allowed;
}

.is-disabled>div>.hover-1-content {
	background: rgba(0, 0, 0, 0.4);
}

.tab-bar-mobile {
	display: none;
	position: fixed;
	z-index: 100;
	width: 100%;
	/* top:200px; */
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #2d094f;
	/* background: linear-gradient(90deg, rgba(35, 1, 70, 1) 0%, rgba(116, 62, 141, 1) 50%, rgba(35, 1, 70, 1) 100%); */
	/* box-shadow: 1px -6px 35px -15px rgba(0,0,0,0.65);
	-webkit-box-shadow: 1px -6px 35px -15px rgba(0,0,0,0.65);
	-moz-box-shadow: 1px -6px 35px -15px rgba(0,0,0,0.65); */
	padding: 2px 0px;
}

.tab-bar-mobile ul.tab-control {
	list-style: none;
	padding-left: 0px;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}

.tab-bar-mobile .tab-control .tab-list {
	color: #ebb70d;
	width: 25%;
	text-align: center;
	font-size: 14px;
}

.tab-bar-mobile .tab-control .tab-list i{
	font-size: 20px;
}



@media (min-width: 992px) and (max-width: 1199px) {
	.menu-bar-main {
		bottom: -110px;
	}

	.main-content {
		margin-top: 110px;
		height: 900px;
	}

	.side-bar-menu {
		/* width: 331px; */
		min-width: auto;
		padding: 40px 15px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	.bg-custom {
		/* background: rgb(35, 1, 70);
		background: linear-gradient(90deg, rgba(35, 1, 70, 1) 0%, rgba(116, 62, 141, 1) 50%, rgba(35, 1, 70, 1) 100%); */
		/* border-bottom: 3px solid #eac15b; */
		height: auto;
		align-items: baseline;
		padding-top: 0.5rem;
	}

	.bg-custom .logo-head {
		width: 80px;
	}

	.menu-bar-main {
		/* background: rgb(35, 1, 70);
		background: linear-gradient(90deg, rgba(35, 1, 70, 1) 0%, rgba(116, 62, 141, 1) 50%, rgba(35, 1, 70, 1) 100%); */
		border-top: 3px solid #eac15b;
		height: auto;
		padding: 20px 0px;
		bottom: -86px;
		/* transform: translateY(0px); */
	}

	.wrap-menu-bar-main {
		padding: 0px 20px;
	}

	.list-game-all,
	.list-promotion-all {
		padding: 20px 0px;
	}

	.list-promotion-all .carousel {
		height: 150px;
	}

	.change-language {
		padding: 3px 3px;
	}

	.change-language .active {
		padding: 5px 15px !important;
	}

	.change-language .language {
		padding: 4px 8px;
	}

	.main-content {
		margin-top: 76px;
		height: 620px;
	}

	.side-bar-menu {
		background: rgb(35,1,70);
		background: linear-gradient(90deg, rgba(35,1,70,1) 0%, rgba(116,62,141,1) 100%);
		height: auto;
		padding: 20px 20px;
		flex: 0 0 auto;
		/* width: 331px; */
		min-width: auto;
		position: relative;
		z-index: 10;
	}

	.icon-size {
		height: 80px;
		width: 80px;
		margin-right: 0px;
		transition: 0.3s;
	}

	.content-game-list {
		padding-top: 20px;
	}

	.head-title .icon-title {
		width: 50px;
	}

	.head-title h2 {
		font-size: 32px;
	}

	.content-promotion {
		bottom: -265px;
		background: rgb(35, 1, 70);
		background: linear-gradient(90deg, rgba(35, 1, 70, 1) 0%, rgba(116, 62, 141, 1) 50%, rgba(35, 1, 70, 1) 100%);
		padding-bottom: 0px;
		padding-top: 30px;
		/* transform: translateY(0px); */
		box-shadow: 1px 1px 13px -5px rgba(0, 0, 0, 0.47);
		-webkit-box-shadow: 1px 1px 13px -5px rgba(0, 0, 0, 0.47);
		-moz-box-shadow: 1px 1px 13px -5px rgba(0, 0, 0, 0.47);
	}

	.content-partner {
		margin-top: 265px;
	}


	.partner-list li {
		display: inline-block;
		width: 12%;
	}

	.tab-bar-mobile {
		display: initial;
	}

}

@media (max-width: 767px) {
	.bg-custom {
		background: rgb(35, 1, 70);
		background: linear-gradient(90deg, rgba(35, 1, 70, 1) 0%, rgba(116, 62, 141, 1) 50%, rgba(35, 1, 70, 1) 100%);
		height: auto;
		align-items: baseline;
		padding-top: 0.5rem;
	}

	.bg-custom .logo-head {
		width: 80px;
	}

	.menu-bar-main {
		/* background: rgb(35, 1, 70);
		background: linear-gradient(90deg, rgba(35, 1, 70, 1) 0%, rgba(116, 62, 141, 1) 50%, rgba(35, 1, 70, 1) 100%); */
		/* border-top: 3px solid #eac15b; */
		height: auto;
		padding: 10px 0px;
		bottom: -86px;
		/* transform: translateY(0px); */
	}

	.wrap-menu-bar-main {
		padding: 0px 20px;
	}

	.list-game-all,
	.list-promotion-all {
		padding: 20px 0px;
	}

	.list-promotion-all .carousel {
		height: 150px;
	}

	.change-language {
		padding: 3px 3px;
	}

	.change-language .active {
		padding: 5px 15px !important;
	}

	.change-language .language {
		padding: 4px 8px;
	}

	.btn-login {
		height: 32px;
	}

	.main-content {
		margin-top: 76px;
		height: 650px;
	}

	.side-bar-menu {
		background: rgb(35,1,70);
		background: linear-gradient(90deg, rgba(35,1,70,1) 0%, rgba(116,62,141,1) 100%);
		height: auto;
		padding: 20px 20px;
		flex: 0 0 auto;
		/* width: 331px; */
		min-width: auto;
		position: relative;
		z-index: 10;
	}

	.icon-size {
		height: 80px;
		width: 80px;
		margin-right: 0px;
		transition: 0.3s;
	}

	.content-game-list {
		padding-top: 20px;
	}

	.head-title .icon-title {
		width: 50px;
	}

	.head-title h2 {
		font-size: 18px;
	}

	.content-promotion {
		bottom: -265px;
		background: rgb(35, 1, 70);
		background: linear-gradient(90deg, rgba(35, 1, 70, 1) 0%, rgba(116, 62, 141, 1) 50%, rgba(35, 1, 70, 1) 100%);
		padding-bottom: 0px;
		padding-top: 30px;
		/* transform: translateY(0px); */
		box-shadow: 1px 1px 13px -5px rgba(0, 0, 0, 0.47);
		-webkit-box-shadow: 1px 1px 13px -5px rgba(0, 0, 0, 0.47);
		-moz-box-shadow: 1px 1px 13px -5px rgba(0, 0, 0, 0.47);
	}

	.content-partner {
		margin-top: 265px;
	}

	.partner-list li {
		display: inline-block;
		width: 12%;
	}

	.tab-bar-mobile {
		display: initial;
	}

}

@media (max-width: 480px) {
	.is-disabled>div>.hover-1-content>button {
		filter: grayscale(60%);
		font-size: 0.7rem;
		cursor: not-allowed;
		background: none;
		box-shadow: inset 0px 0px 0px 0px #fce2c1;
		background-color: #9d8b35a6 !important;
		border-radius: 0px;
		border: 1px solid #eeb44f;
		display: inline-block;
		color: #ffffff;
		padding: 3px 12px;
		text-decoration: none;
		text-shadow: -1px 2px 4px #000000;
		transition: 0.3s;
	}

	.bg-custom {
		background: rgb(35, 1, 70);
		background: linear-gradient(90deg, rgba(35, 1, 70, 1) 0%, rgba(116, 62, 141, 1) 50%, rgba(35, 1, 70, 1) 100%);
		height: auto;
		align-items: baseline;
		padding-top: 0.5rem;
	}

	.bg-custom .logo-head {
		width: 80px;
	}

	.menu-bar-main {
		/* background: rgb(35, 1, 70);
		background: linear-gradient(90deg, rgba(35, 1, 70, 1) 0%, rgba(116, 62, 141, 1) 50%, rgba(35, 1, 70, 1) 100%); */
		height: auto;
		padding: 10px 0px;
		bottom: -54px;
		/* transform: translateY(0px); */
	}

	.wrap-menu-bar-main {
		padding: 0px 20px;
	}

	.change-language {
		padding: 3px 3px;
	}

	.change-language .active {
		padding: 5px 15px !important;
	}

	.change-language .language {
		padding: 4px 8px;
	}

	.btn-login {
		height: 32px;
	}

	.wrap-content-game {
		padding: 0px 20px;
	}

	.list-game-all,
	.list-promotion-all {
		padding: 20px 0px;
	}

	.list-promotion-all .carousel {
		height: 240px;
	}

	.main-content {
		margin-top: 45px;
		height: 650px;
	}

	.side-bar-menu {
		background: rgb(35,1,70);
		background: linear-gradient(90deg, rgba(35,1,70,1) 0%, rgba(116,62,141,1) 100%);
		height: auto;
		padding: 20px 10px;
		flex: 0 0 auto;
		/* width: 331px; */
		min-width: auto;
		position: relative;
		z-index: 10;
	}

	.content-game-list {
		padding-top: 20px;
		padding-bottom: 80px;
	}

	.icon-size {
		height: 60px;
		width: 60px;
		margin-right: 0px;
		transition: 0.3s;
	}

	.head-title .icon-title {
		width: 50px;
	}

	.head-title h2 {
		font-size: 18px;
	}

	.content-promotion {
		bottom: -265px;
		background: rgb(35, 1, 70);
		background: linear-gradient(90deg, rgba(35, 1, 70, 1) 0%, rgba(116, 62, 141, 1) 50%, rgba(35, 1, 70, 1) 100%);
		padding-bottom: 0px;
		padding-top: 30px;
		/* transform: translateY(0px); */
		box-shadow: 1px 1px 13px -5px rgba(0, 0, 0, 0.47);
		-webkit-box-shadow: 1px 1px 13px -5px rgba(0, 0, 0, 0.47);
		-moz-box-shadow: 1px 1px 13px -5px rgba(0, 0, 0, 0.47);
	}

	.content-partner {
		margin-top: 265px;
	}


	.partner-list li {
		display: inline-block;
		width: 22%;
	}

	.btn-main {
		font-size: 14px;
	}

	.tab-bar-mobile {
		display: initial;
	}

	/*================= edit */
	.language{
		cursor: pointer;
	}

	.change-language-m {
		background: #02488f;
		border-radius: 30rem;
		color: white;
		padding: 2px 5px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.change-language-m .active {
		box-shadow: inset 0px 0px 12px 3px #fff264;
		background: linear-gradient(to bottom, #fecb5e 5%, #ba934c 100%);
		background-color: #fecb5e;
		border-radius: 42px;
		border: 2px solid #b99459;
		padding: 8px 18px !important;
		color: #010000;
		cursor: pointer;
	}
	
	.change-languag-m .language-m {
		padding: 10px 10px;
		display: inline-block;
	}

	.change-language-m {
		padding: 3px 3px;
	}

	.change-language-m .active {
		padding: 5px 15px !important;
	}

	.change-language-m .language-m {
		padding: 4px 8px;
	}



	
}