@font-face {
	font-family: 'poppinsregular';
	src: url('https://www.telkomsel.com/themes/custom/telkomsel/assets/css/fonts/poppins/Poppins-Regular.woff') format('woff'),
	url('https://www.telkomsel.com/shops/Poppins-Regular.efa70d3de5aa098d68ea.otf') format('opentype');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'poppinsbold';
	src: url('https://www.telkomsel.com/themes/custom/telkomsel/assets/css/fonts/poppins/Poppins-Bold.woff') format('woff'),
	url('https://www.telkomsel.com/shops/Poppins-Bold.cbf345b8d9e8f695de9f.otf') format('opentype');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'telkomselbatikbold';
	src: url('https://www.telkomsel.com/themes/custom/telkomsel/assets/css/fonts/TelkomselBatikSans-Bold.woff') format('woff');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'telkomselbatik';
	src: url('https://www.telkomsel.com/themes/custom/telkomsel/assets/css/fonts/TelkomselBatikSans-Bold.woff') format('woff');
	font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
	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: 'poppinsregular';
}

.font-poppins-bold {
	font-family: 'poppinsbold';
}

.font-telkomsel-batik-bold {
	font-family: 'telkomselbatikbold';
}

.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;
}

.cursor-pointer {
	cursor: pointer;
}

.show {
	display: block;
}

.show-flex {
	display: flex;
}

.hide {
	display: none;
}

.flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.items-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.justify-evenly {
	justify-content: space-evenly;
}

.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-tselRed {
	--tw-text-opacity: 1;
	color: #ED0226;
}

.text-tselGrey80 {
	--tw-text-opacity: 1;
	color: #66707A;
}

.border-tselRed-button {
	border: 3px solid #ED0226;
}

.border-primary-tselGrey40 {
	--tw-border-opacity: 1;
    border-color: rgba(204,207,211,var(--tw-border-opacity));
}

.border-solid {
    border-style: solid;
}

.border-b {
    border-bottom-width: 2px;
}

.border-t {
	border-top-width: 1px;
}

.bx-none {
	border-left: 0;
	border-right: 0;
}

.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-tselRed {
	--tw-bg-opacity: 1;
	background-color: #ED0226;
}

.bg-gradient-red {
	background-image: linear-gradient(50.03deg, #AB3981 22.22%, #F73034 66.31%, #FD9F51 87.53%);
}

.bg-tselGrey10 {
	--tw-bg-opacity: 1;
	background-color: #FAFAFB;
}

.bg-tselDarkBlue {
	--tw-bg-opacity: 1;
	background-color: #001A41;
}

.bg-tselWhite {
	--tw-bg-opacity: 1;
	background-color: #FFFFFF;
}

.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;
}

.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-14 {
	width: 14rem;
}

.w-20 {
	width: 20rem;
}

.h-auto {
	height: auto;
}

.h-16 {
	height: 4rem;
}

.p-4 {
	padding: 1rem;
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.px-text-title {
	padding: 0 30px;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.px-2\.5 {
	padding-left: 0.825rem;
	padding-right: 0.825rem;
}

.mt-2 {
	margin-top: 0.5rem;
}

.mt-3 {
	margin-top: 0.8rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mt-10 {
	margin-top: 3rem;
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mb-10 {
	margin-bottom: 3rem;
}

.mb-12 {
	margin-bottom: 4rem;
}

.mb-14 {
	margin-bottom: 5rem;
}

.mr-2 {
	margin-right: 0.5rem;
}

@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;
	}

	.xs\:text-md {
		font-size: 1rem;
		line-height: 1.2rem;
	}

	.xs\:w-20 {
		width: 20rem;
	}
}

.loader {
    -webkit-animation: rotate 1s normal linear infinite;
    animation: rotate 1s normal linear infinite;
}

@keyframes rotate {
    0% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg);
    }
    25% {
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
    }
    50% {
      -webkit-transform: rotate3d(0, 0, 1, 180deg);
      transform: rotate3d(0, 0, 1, 180deg);
    }
    75% {
      -webkit-transform: rotate3d(0, 0, 1, 270deg);
      transform: rotate3d(0, 0, 1, 270deg);
    }
    100% {
      -webkit-transform: rotate3d(0, 0, 1, 360deg);
      transform: rotate3d(0, 0, 1, 360deg);
    }
  }