body {
	margin: 0;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
}

a, 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-btn {
	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';
}

.font-poppins-bold {
	font-family: 'Poppins-Bold';
}

.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;
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.px-2\.5 {
	padding-left: 0.825rem;
	padding-right: 0.825rem;
}

.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;
}

.rounded-button {
	border-radius: 36px;
}

.rounded-card {
	border-radius: 16px;
}

.bg-tselLightRed {
	--tw-bg-opacity: 1;
	background-color: #FCF4F4;
}

.bg-tselBlack {
	background-color: #000000;
}

.bg-gradient-red {
	background-image: linear-gradient(50.03deg, #AB3981 22.22%, #F73034 66.31%, #FD9F51 87.53%);
}

.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;
}

.items-center {
	align-items: center;
}

.flex-col {
	flex-direction: column;
}

.max-w-xl {
	max-width: 36rem;
}

.max-w-12 {
	max-width: 12rem;
}

.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;
}

.flex {
	display: flex;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-6 {
	margin-bottom: 1rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

@media (min-width: 600px) {
	.xs\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.xs\:max-w-12 {
		max-width: 12rem;
	}

	.xs\:w-full {
		width: 100%;
	}

	.xs\:max-w-xs {
		max-width: 20rem;
	}

	.xs\:text-xl {
		font-size: 1.25rem;
		line-height: 2rem;
	}
}

@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("opentype");
}

@font-face {
	font-family: 'Poppins-Bold';
	src: url("https://www.telkomsel.com/themes/custom/telkomsel/assets/css/fonts/poppins/Poppins-Bold.woff") format("woff");
}