/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
:root {
	--root-font-size: 1vw;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent; /* Ẩn hiệu ứng trên trình duyệt WebKit (Chrome, Safari) */
	-webkit-touch-callout: none; /* Vô hiệu menu chọn văn bản trên iOS */
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

html {
	font-size: var(--root-font-size);
}

@media screen and (max-width: 639.98px) {
	:root {
		--root-font-size: 4.267vw;
	}
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Trip Sans", sans-serif;
}

body {
	margin: 0;
	padding: 0;
}

section {
	position: relative;
}

a {
	display: block;
	text-decoration: none;
}

button {
	cursor: pointer;
	display: flex;
	border: none;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-text-decoration: none;
	display: inline-block;
}

.hidden-heading {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	z-index: -99;
	top: -100%;
}
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#activity__wrapper {
	background-image: url(/wp-content/uploads/2025/06/frame_2147258942-3.webp);
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 2.5rem;
	padding: 0.5rem 0;
}

.pagination__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.pagination__item {
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.625rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 2rem;
	background: transparent;
	border-radius: 2rem;
	border: 1px solid var(--Stroke-troke---butt, rgba(0, 0, 0, 0.12));
	transition: all 0.3s ease;

	color: var(--Text-Body-80, rgba(48, 48, 48, 0.8));

	/* MB/14/14 - R - Mb */
	font-family: "Trip Sans";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	letter-spacing: 0.00219rem;
}

.pagination__prev,
.pagination__next {
	cursor: pointer;

	display: flex;
	padding: 0.25rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
}

.pagination__prev svg,
.pagination__next svg {
	width: 1.5rem;
	height: 1.5rem;
}

.pagination__item:hover,
.pagination__item.active {
	background: var(--Mint, #25acab);
	color: var(--White, #fff);
}

@media screen and (max-width: 639.98px) {
	.pagination__list {
		margin-top: 0;
	}

	.pagination {
		margin-top: 0;
		padding: 0.5rem 0.75rem;
	}
}
#loading {
	display: none;
}
.skeleton {
	height: 24rem;
	border-radius: 8px;
	background: linear-gradient(
		90deg,
		#e0e0e0 25%,
		#f0f0f0 50%,
		#e0e0e0 75%
	);
	background-size: 200% 100%;
	animation: shimmer 1.2s infinite;
}
@media (max-width: 639.98px) {
	.skeleton {
		height: 18.875rem;
	}
}
/*  */
.not_item {
	margin-top: 0.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.not_item.hidden {
	display: none;
}
.not_item p {
	margin-top: 0.88rem;
	color: var(--Orange-03, #FF7A00);
	text-align: center;
	font-family: Poppins;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 2.4rem */
	letter-spacing: -0.01563rem;
	text-transform: uppercase;
}