@font-face {
	font-family: telkomsel;
	src: url('https://www.telkomsel.com/sites/default/files/asset/fullhtml/assets/fonts/telkomsel/telkomselbatiksans-regular.woff');
}

body {
	margin: 0;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
}

button {
	cursor: pointer;
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
	text-transform: none;
	margin: 0;
	writing-mode: horizontal-tb !important;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 0px;
	text-shadow: none;
	text-align: center;
	border-image: initial;
	border: none;
}

.min-h-screen {
	min-height: 100vh;
}

.group-card {
	margin: 0 1.5rem 0 1rem;
	width: -webkit-fill-available;
	;
}

.w-full {
	width: 100%;
}

.w-fit {
	width: fit-content;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

.font-poppins-regular {
	font-family: 'poppins-regular' !important;
}

.font-poppins-bold {
	font-family: 'poppins-bold' !important;
}

.line-clamp-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-clamp-1 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.flex {
	display: flex;
}

.justify-center {
	justify-content: center;
}

.justify-evenly {
	justify-content: space-evenly;
}

.justify-end {
	justify-content: end;
}

.text-center {
	text-align: center;
}

.text-sm {
	font-size: 14px;
	line-height: 24px;
}

.text-smButton {
	font-size: 14px;
	line-height: 16px;
}

.text-tselDarkBlue {
	--tw-text-opacity: 1;
	color: #001A41;
}

.text-tselWhite {
	--tw-text-opacity: 1;
	color: #FFFFFF;
}

.text-nowrap {
	white-space: nowrap;
}

.text-promo {
	font-weight: 700;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
}

.wrapper-text-promo {
	padding-top: 1rem;
	padding-bottom: 1rem;
	width: inherit;
	display: flex;
	align-items: center;
}

.w-text-promo {
	display: flex;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.close-position {
	left: 19rem;
	top: 11px;
}

.rounded-button {
	border-radius: 36px;
}

.rounded-card {
	border-radius: 16px;
}

.rounded-banner {
	border-radius: 16px;
}

.img-hero {
	height: 80px;
}

.bg-image {
	background: url('https://www.telkomsel.com/sites/default/files/asset/fullhtml/img/gallery/telkomsel/background-linktree_0.png');
}

.bg-hero-image {
	background-image: url('https://www.telkomsel.com/sites/default/files/asset/fullhtml/img/gallery/telkomsel/vektor.png');
	background-repeat: no-repeat;
	background-size: 106px;
	width: 9rem;
	height: 80px;
	background-position: center;
}

.bg-banner {
	background: linear-gradient(36.21deg, #3D7ECF -15.59%, #224775 57.42%, #001A41 125.95%);
}

.bg-tselLightRed {
	--tw-bg-opacity: 1;
	background-color: #FCF4F4;
}

.bg-tselBlack {
	background-color: #000000;
}

.bg-tselWhite {
	--tw-bg-opacity: 1;
	background-color: #FFFFFF;
}

.bg-tselLightRed {
	--tw-bg-opacity: 1;
	background-color: #FCF4F4;
}

.bg-gradient-red {
	background-image: linear-gradient(50.03deg, #AB3981 22.22%, #F73034 66.31%, #FD9F51 87.53%);
}

.bg-color-card {
	background-color: #F6F3F3;
}

.bg-tselDarkBlue {
	--tw-bg-opacity: 1;
	background-color: #001A41;
}

.hover\:bg-tselDarkBlue:hover {
	background-color: #001A41;
}

.hover\:bg-tselWhite:hover {
	background-color: #FFFFFF;
}

.hover\:text-tselWhite:hover {
	--tw-text-opacity: 1;
	color: #FFFFFF;
}

.hover\:text-tselDarkBlue:hover {
	--tw-text-opacity: 1;
	color: #001A41;
}

.btn-close {
	position: relative;
	top: 25px;
	right: 12px;
}

.border-rounded {
	border-radius: 36px;
}

.items-center {
	align-items: center;
}

.flex-col {
	flex-direction: column;
}

.max-w-xl {
	max-width: 36rem;
}

.max-w-12 {
	max-width: 12rem;
}

.max-w-10 {
	max-width: 10rem;
}

.max-w-2 {
	max-width: 2.5rem;
}

.max-w-xl-promo {
	max-width: 40rem;
}

.w-full {
	width: 100%;
}

.w-auto {
	width: auto;
}

.w-20 {
	width: 20rem;
}

.h-auto {
	height: auto;
}

.h-16 {
	height: 4rem;
}

.h-80 {
	height: 80px;
}

.flex {
	display: flex;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.mx-auto {
	margin-right: auto;
	margin-left: auto;
}

.-mx-4 {
	margin-right: -1.5rem;
	margin-left: -1rem;
}

.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.mr-2 {
	margin-right: 0.5rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.pt-2\.5 {
	padding-top: 0.8rem;
}

.p-0 {
	padding: 0;
}

.p-4 {
	padding: 1rem;
}

.pt-4 {
	padding-top: 1rem;
}

.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.px-2\.5 {
	padding-left: 0.825rem;
	padding-right: 0.825rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.pb-2 {
	padding-bottom: 0.6rem;
}

.text-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (min-width: 600px) {
	.xs\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.xs\:max-w-7 {
		max-width: 7rem;
	}
	.xs\:max-w-5 {
		max-width: 5rem;

	.xs\:max-w-12 {
		max-width: 12rem;
	}

	.xs\:max-w-11 {
		max-width: 11rem;
	}

	.xs\:w-full {
		width: 100%;
	}

	.xs\:max-w-xs {
		max-width: 20rem;
	}

	.xs\:text-xl {
		font-size: 1.25rem;
		line-height: 2rem;
	}

	.xs\:px-6 {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.xs\:mr-4 {
		margin-right: 1rem;
	}

	.xs\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.xs\:mb-6 {
		margin-bottom: 1.5rem;
	}

	.xs\:mb-8 {
		margin-bottom: 2rem;
	}

	.xs\:mb-10 {
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 394px) and (max-width: 599px) {
	.bg-hero-image {
		width: 10rem;
	}
}

@media (min-width: 330px) and (max-width: 393px) {
	.bg-banner {
		padding-right: 0.7rem;
		padding-left: 0.7rem;
	}
	.bg-hero-image {
		display: flex;
		align-items: end;
		justify-content: center;
		width: 13rem;
	}

	.wrapper-text-promo {
		padding-top: 1.2rem;
		padding-bottom: 0.75rem;
	}

	.w-text-promo {
		padding-right: 0.2rem;
		padding-left: 0.2rem;
	}

	.text-promo {
		font-size: 11px;
		line-height: 16px;
	}

	.text-clamp {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

@media (min-width: 300px) and (max-width: 330px) {
	.bg-banner {
		padding: 0 12px;
	}
	.bg-hero-image {
		width: 13rem;
	}
	.wrapper-text-promo {
		padding-top: 1.5rem;
	}
	.text-promo {
		padding: 0 12px;
	}
}

@media (max-width: 300px) {
	.bg-banner {
		padding-right: 1.1rem;
		padding-left: 1.1rem;
	}

	.bg-hero-image {
		display: none;
	}

	.wrapper-text-promo {
		padding-top: 1.2rem;
	}

	.w-text-promo {
		padding-top: 6px;
	}

	.text-promo {
		font-size: 11px;
	}

}

@font-face {
	font-family: 'Poppins-Regular';
	src: url("https://www.telkomsel.com/themes/custom/telkomsel/assets/css/fonts/poppins/Poppins-Regular.woff") format("woff"),
	url("https://tdwva.telkomsel.com/va-ui/ext/res/static/shared/Poppins-Regular.ttf") format("truetype");
}

@font-face {
	font-family: 'Poppins-Bold';
	src: url("https://www.telkomsel.com/themes/custom/telkomsel/assets/css/fonts/poppins/Poppins-Bold.woff") format("woff");
}