#share-btn {
	width: 24px;
	height: 24px;
}

#item-detail {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 52px 0;
	box-sizing: border-box;
	color: white;
}

#item-detail > h1 {
	position: relative;
	padding: 15px 20px;
	text-transform: capitalize;
	word-break: break-word;
	color: #ffffff;
	font-size: 18px;
	background: rgba(255, 255, 255, 0.48);
	backdrop-filter: blur(15px);
}

#item-detail > .general,
#item-detail > .text-links,
#item-detail > .text-paragraphs,
#item-detail > .photo-links,
#item-detail > .photos {
	width: 100%;
	padding: 10px 0 0;
	word-break: break-word;
	box-sizing: border-box;
}

#item-detail > .photos {
	padding: 0;
	background-color: #2b2b2b;
}

#item-detail > .photos .wrap {
	padding: 0;
}

#item-detail .article-back-button {
	position: absolute;
	top: 20px;
	left: 20px;
}

#item-detail > .photos.stick-top {
	padding: 0;
}

#item-detail > .text-paragraphs {
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-top: 0;
	border-bottom: 0;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(15px);
	padding: 10px 20px;
}

#item-detail > .text-paragraphs.article-content-last {
	border-radius: 0 0 12px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#item-detail > .text-links > h3,
#item-detail > .text-paragraphs > h3,
#item-detail > .photo-links > h3,
#item-detail > .photos > h3 {
	color: rgb(255, 255, 64);
	font-size: 25px;
	text-transform: capitalize;
}

#item-detail > .text-links > h3::after,
#item-detail > .photo-links > h3::after,
#item-detail > .photos > h3::after {
	content: ":";
}

#item-detail > .general > .poster {
	display: inline-block;
	max-width: 50%;
}

#item-detail > .general > .poster > img {
	max-width: 100%;
	max-height: 350px;
	object-fit: cover;
}

#item-detail > .general > .detail {
	display: inline-block;
	max-width: 50%;
	vertical-align: top;
}

#item-detail > .general > .detail > h4 {
	margin-top: 0px;
}

#item-detail > .general > .detail > .wrap {
	margin-bottom: 15px;
}

#item-detail > .general > .detail .title {
	display: inline-block;
	color: rgb(255, 255, 64);
	text-transform: capitalize;
}

#item-detail > .general > .detail .title::after {
	content: ":";
	padding-right: 5px;
}

#item-detail > .general > .detail .content {
	display: inline-block;
	text-transform: capitalize;
}

#item-detail > .general > .detail .content.url {
	text-transform: none;
	padding: 0 5px;
}

#item-detail > .text-paragraphs > span {
	display: block;
	margin: 1em 0;
	text-align: justify;
	word-break: break-word;
}

#item-detail > .text-paragraphs table th,
#item-detail > .text-paragraphs table td {
	border: 1px solid white;
	padding: 5px;
}

#item-detail > .text-links > .wrap {
	width: 100%;
	min-width: auto;
}

#item-detail > .text-links > .wrap > a {
	display: block;
	width: 100%;
	margin: 20px 0;
	padding: 20px;
	color: white;
	background-color: rgba(208, 208, 208, 0.2);
	border: 1px solid rgba(112, 112, 112, 1);
	text-align: justify;
	text-decoration: none;
	border-radius: 5px;
}

#item-detail > .text-links > .wrap > a:hover {
	background-color: rgba(208, 208, 208, 0.5);
}

#item-detail > .photo-links > h3 {
	margin-bottom: 10px;
}

#item-detail > .photos > .wrap {
	box-sizing: border-box;
}

#item-detail > .photos img {
	display: block;
	width: 100%;
	object-fit: cover;
}

#popular-tags .tags-container a {
	display: inline-block;
	padding: 6px 20px;
	margin: 0 5px 5px 0;
	text-decoration: none;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.1);
}

#popular-games .popular-games-container {
	margin-top: 16px;
}

#game-details {
	padding: 16px;
	margin-top: 24px;
}

/* #game-details .label-tabs {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#game-details .label-tabs>div {
    cursor: pointer;
    display: inline-block;
    padding: 0 40px 5px;
}

#game-details[data-tab="introduction"] .label-tabs>div.game-introduction,
#game-details[data-tab="how-to-play"] .label-tabs>div.game-how-to-play {
    border-bottom: 3px solid white;
} */

.game-info-section {
	display: flex;
	position: relative;
	padding: 16px;
}

.game-info-section .item-img {
	display: flex;
	align-items: center;
}

.game-info-section .item-img img {
	max-width: 120px;
}

.main-game-h5-img {
	width: 56px;
	max-height: 56px;
	/* height: 80px; */
}

.game-desc-div {
	padding: 0 0 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.game-desc-div .game-title .game-title-label {
	font-weight: bold;
	width: 100%;
}

.game-desc-div .game-title .game-desc-wrapper {
	margin-top: 6px;
}

.game-desc-div .game-title .game-desc-wrapper > * {
	display: inline-block;
	vertical-align: middle;
}

.game-desc-div .game-title .game-desc-wrapper span {
	margin-left: 15px;
}

.game-desc-wrapper .game-desc__dot {
	width: 2.5px;
	height: 2.5px;
	background-color: #D9D9D9;
	border-radius: 50%;
	vertical-align: middle;
}

#game-details #gameIntroContainer {
	overflow: hidden;
	transition: max-height 0.3s ease;
	font-size: initial;
}

#game-details #gameIntroContainer h1 {
	font-size: 26px;
}

#game-details #showAllButton {
	cursor: pointer;
	display: block;
	margin-top: 16px;
	font-size: 14px;
	font-weight: 700;
}

#game-details .tabs-content-wrapper > div {
	display: none;
}

#game-details .tabs-content-wrapper .game-introduction {
	display: block;
	line-height: 1.5;
}

.game-introduction h2 {
	font-size: 2em;
}

.game-explanation-container .main-background-img {
	width: 100%;
	min-height: 200px;
	-webkit-mask-image: linear-gradient(
		180deg,
		#fff 70%,
		rgba(62, 62, 62, 0.7) 75%,
		rgba(0, 0, 0, 0) 99%
	);
	mask-image: linear-gradient(
		180deg,
		#fff 70%,
		rgba(62, 62, 62, 0.7) 75%,
		rgba(0, 0, 0, 0) 99%
	);

	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;

	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.main-background img {
	display: block;
}

.game-explanation-container {
	display: flex;
	width: 100%;
	justify-content: center;
	flex-direction: column;
	margin-bottom: -40px;
}

.main__view-container {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	padding: 5px 0;
	color: rgba(255, 255, 255, 0.7);
	border-radius: 6px;
}
.main__view-container span {
	padding: 0 10px;
}
.main__view-container span + span {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.rating-wrapper,
.rating-wrapper-h5 {
	position: absolute;
	top: -5px;
	right: 5%;
	font-size: initial;
	z-index: 1;
}

.rating-wrapper .rating-content,
.rating-wrapper-h5 .rating-content {
	position: absolute;
	font-weight: bold;
	top: 37%;
	text-align: center;
	width: 100%;
	transform: translateY(-50%);
}

.section__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: var(--padding);
}

.section__header .label {
	font-size: 16px;
	font-weight: 700;
}

.game-event-container {
	margin-top: 16px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
}

.game-event-container .event-card {
	border-radius: 12px;
	cursor: pointer;
	position: relative;
}

.game-event-container .event-card .event-card-img {
	width: 100%;
	/* height: 88px; */
	border-radius: 12px;
	object-fit: fill;
}

.game-event-hover-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	color: white;
	border-radius: 22px;
	font-weight: bold;
}

#gameEventId .event-card:hover img {
	filter: brightness(0.7);
}

#gameEventId .event-card:hover .game-event-hover-btn {
	opacity: 1;
}

#game-images .carousel-item a img,
#game-jackpot .carousel-item a img {
	border-radius: 11px;
	overflow: hidden;
	display: block;
}

#popularGameSplide .splide__pagination__page {
	display: none;
}

#latest-faq .latest-faq-news {
	position: absolute;
	top: 0;
	right: 0;
}

#latest-faq .latest-faq-each {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#latest-faq .latest-faq-each img:first-child {
	flex-shrink: 0;
	width: 30%;
}

#latest-faq .latest-faq-content {
	display: flex;
	flex-grow: 1;
	margin-left: 15px;
}

#latest-faq .latest-faq-content-title {
	font-weight: 700;
}

#latest-faq .latest-faq-container {
	margin: 16px 0;
}

#latest-faq .latest-faq-container a {
	text-decoration: none !important;
	font-size: 10px;
}

#latest-faq hr {
	border-color: rgba(255, 255, 255, 0.1);
	margin: 1em 0;
}

#latest-faq .faq__article-date {
	color: rgba(255, 255, 255, 0.7);
}

#latest-faq .faq__new-badge {
	background-color: #00b2f9;
	padding: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	display: inline-block;
	margin-bottom: 4px;
}

#latest-faq .faq__banner {
	border-radius: 12px;
}

@media (min-width: 768px) {
	.game-event-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}
}

@media only screen and (max-width: 799px) {
	#item-detail {
		width: 100%;
		padding: 1rem 0 2rem;
	}

	#item-detail > h1 {
		background: rgba(255, 255, 255, 0.2);
		/*backdrop-filter: blur(15px);*/
	}

	#item-detail > .rating {
		position: relative;
		display: block;
		text-align: center;
	}

	#item-detail > .text-links,
	#item-detail > .text-paragraphs,
	#item-detail > .photo-links,
	#item-detail > .photos {
		text-align: justify;
	}

	#item-detail > .text-paragraphs {
		background: none;
		border: 0 !important;
	}

	#item-detail > .general {
		text-align: center;
	}

	#item-detail > .general > .poster {
		display: block;
		max-width: 100%;
	}

	#item-detail > .general > .detail {
		display: block;
		max-width: 100%;
		margin-top: 15px;
		text-align: left;
	}

	#item-detail > .text-links > .wrap {
		padding: 0;
		text-align: center;
	}

	#item-detail > .photos img {
		width: 100%;
	}

	.game-explanation-container .main-background-img.main-banner-web {
		display: none;
	}

	.main-background {
		position: relative;
		overflow: hidden;
	}

	.sentinel {
		height: 1px;
		top: -51px;
		position: relative;
	}

	.game-info-section .item-img img {
		max-width: 120px;
	}

	.game-desc-div .game-title .game-title-label {
		font-size: 22px;
	}

	.game-desc-div .game-title .game-desc-wrapper img {
		width: 12px;
	}

	.game-desc-div .game-title .game-desc-wrapper {
		font-size: 11px;
		color: rgba(255, 255, 255, 0.7);
	}

	.game-info-section {
		position: sticky;
		top: 48px;
	}
	.game-info-section.stuck {
		background-color: #082329;
		z-index: 10;
	}

	#game-details {
		text-align: center;
	}

	#game-details .label-tabs {
		border: 0;
	}

	#game-details .label-tabs > div {
		padding: 0 0 5px;
		margin: 0 20px 0 0;
	}

	#game-details #showAllButton {
		text-decoration: underline;
	}

	.game-event-hover-btn {
		width: 70%;
		padding: 5px 10px 7px;
		background: rgba(0, 0, 0, 0) linear-gradient(110deg, #ff2700, #ff00ba) 0
			0 no-repeat padding-box;
	}

	#popular-tags {
		background-color: var(--mobile-section-bg);
		padding: 0 0 16px 0;
	}

	#popular-tags .section__content,
	#latest-faq .section__content {
		padding: 0 var(--padding);
	}

	#latest-faq .faq__banner {
		width: 2.4rem;
	}

	#latest-faq .latest-faq-content {
		margin-left: 8px;
		flex-grow: 1;
	}
	#latest-faq .latest-faq-content > div {
		flex-grow: 1;
	}

	#latest-faq .latest-faq-arrow {
		display: none;
	}

	#latest-faq .latest-faq-content-title {
		font-size: 14px;
	}
}

@media only screen and (min-width: 800px) {
	.main-info-wrapper {
		background: rgba(255, 255, 255, 0.1);
		border-radius: 8px 8px 0 0;
		margin: 16px;
		overflow: hidden;
	}

	.game-info-section {
		margin-top: -40px;
	}

	.section {
		margin: var(--padding) 0;
	}

	.section__header .label {
		font-size: 20px;
	}

	.section__header .navigations {
		border-radius: 24px;
		overflow: hidden;
		background: rgba(255, 255, 255, 0.1);
		display: flex;
	}
	.section__header .navigations button {
		display: flex;
		width: 30px;
		height: 30px;
	}
	.section__header .navigations button:first-child {
		transform: rotate(180deg);
	}
	.section__header .navigations button img {
		width: 12px;
		margin: auto;
	}

	.section__header button:disabled {
		opacity: 0.4;
	}

	.section__content {
		padding: 0 var(--padding);
	}

	.game-event-container {
		margin-top: 16px;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.game-event-container .event-card .event-card-img {
		width: 100%;
		/* height: 190px; */
	}

	/* #popularGameSplide .splide__slide img {
        height: 194px;
    } */

	#popularGameSplide .splide__slide {
		padding: 0px 8px;
	}

	.game-explanation-container .main-background-img {
		width: 100%;
	}
	.game-explanation-container .main-background-img.main-banner-h5 {
		display: none;
	}

	.game-desc-div {
		/* display: flex; */
		flex-direction: row;
		justify-content: space-between;
		flex-grow: 1;
		align-items: center;
	}

	.game-desc-div .game-title > div {
		display: inline-block;
		vertical-align: baseline;
	}

	.game-desc-div .game-title .game-desc-wrapper {
		padding-left: 3px;
		font-size: 16px;
	}

	.game-desc-div .game-title .game-desc-wrapper img {
		width: 18px;
	}

	.rating-wrapper-h5 {
		display: none;
	}

	.game-event-hover-btn {
		background-color: #24b26b;
		width: 120px;
		height: 30px;
		border-radius: 15px;
		font-size: 14px;
	}

	.game-info-section .sign-up-btn a {
		width: 230px;
		height: 30px;
		border-radius: 70px;
		background-color: #24b26b;
	}

	#game-details #showAllButton {
		color: #24B26B;
	}

	#latest-faq .faq__banner {
		width: 154px;
	}

	#latest-faq .latest-faq-container a {
		font-size: 14px;
	}

	#latest-faq .latest-faq-content-title {
		font-weight: 700;
		font-size: 20px;
	}
}

.fixed-button-wrapper {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 10;
	height: 2rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.fixed-button-wrapper a {
	width: 80%;
	display: block;
    text-align: center;
    font-weight: bold;
	margin: auto;
}
