@charset "UTF-8";

/*
Theme Name:   ABC Child
Description:  Child Theme base on twenty-nineteen
Template:     twentynineteen
Version:      1.0.0
Text Domain:  twentynineteenchild
 */
.pre-purchase-top-tag {
	width: auto;
	display: flex;
	color: #999999;
	margin-right: 20px;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid transparent;
	margin-bottom: -1px;
	white-space: nowrap;
}

.brand-1010 .pre-purchase-top-tag {
	color: #b2b2b2;
}

.pre-purchase-top-tag.active {
	color: #faa61a !important;
	border-bottom: 5px solid #faa61a;
	font-weight: bold;
}

.brand-1010 .pre-purchase-top-tag.active {
	color: #f2c97f !important;
	border-color: #f2c97f;
}

.brand-cs_postpaid .pre-purchase-top-tag.active {
	color: #0B417B !important;
	border-color: #0B417B;
}

tabs#offerList container {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-around;
	overflow-x: scroll;
	overflow-y: hidden;
	font-size: 1.1rem;
	margin-top: 0.75rem;
	padding-left: min(5px, 10%);
	padding-right: min(10px, 10%);
}

tabs#offerList container::-webkit-scrollbar {
	width: 1px;
}

.msp_country_title {
	padding: 20px;
	color: #333333;
}

.brand-1010 .msp_country_title {
	color: #ffffff;
}

.prepurchase_offer_list_country_title {
	padding: 15px 20px 2px 20px;
	color: var(--tag-text-color);
	border-radius: 25px 25px 0 0;
	background-color: var(--tag-bg-color);
}

.brand-cs_postpaid .prepurchase_offer_list_country_title {
	border-radius: 8px 8px 0 0;
}

.prepurchase_offer_list_country_title #pre-purchase-offer-title {
	color: var(--tag-text-color);
	font-size: 4.5vw;
}

.prepurchase_offer_list_country_title.prepruchase-success {
	border-radius: 0;
	background: white;
}

.prepurchase_offer_list_country_title.prepruchase-success #pre-purchase-offer-title {
	color: var(--tag-bg-color);
}

.brand-1010 .prepurchase_offer_list_country_title.prepruchase-success {
	background: #444441;
}

msisdn.apply_to {
	color: var(--tag-text-color);
	background-color: var(--tag-bg-color);
	font-size: 4vw;
	margin-top: -1vw;
	border-radius: unset;
	height: 9vw;
	line-height: unset;
	padding-bottom: 3vh;
	margin-bottom: -3vh;
}

body.en-us msisdn.apply_to::before {
	content: "Apply to: ";
	padding-left: 20px;
}

body.zh-hk msisdn.apply_to::before {
	content: "適用於：";
	padding-left: 20px;
}

.pre-purchase-offer-filter .pre-purchase-offerlist-options {
	display: flex;
	padding-bottom: 10px;
}

.pre-purchase-offerlist-options .pre-purchase-offerlist-filter-option {
	align-self: center;
	margin: 0 15px;
	display: flex;
	align-items: baseline;
	font-weight: bold;
}

.pre-purchase-offerlist-options .pre-purchase-offerlist-filter-option>img {
	width: 3vw;
	padding-left: 5px;
}

.pre-purchase-offerlist-options .pre-purchase-offerlist-filter-option select {
	font-size: 3.5vw;
	border: none;
	border-radius: 25px;
	padding: 5px;
}

.pre-purchase-offerlist-options .pre-purchase-offerlist-filter-option select::-webkit-scrollbar-track {
	background-color: red;
}

.pre-purchase-offerlist-options .pre-purchase-offerlist-filter-option select::-webkit-scrollbar-thumb {
	background-color: red;
}

.pre-purchase-offerlist-options .pre-purchase-offerlist-filter-option.option-sort .dropdown .dropdown_input {
	width: max-content;
	padding: 0 5px;
	border-radius: 25px;
}

.pre-purchase-offerlist-options .pre-purchase-offerlist-filter-option.option-sort .dropdown {
	position: relative;
}

.pre-purchase-offerlist-options .pre-purchase-offerlist-filter-option.option-sort .dropdown_items {
	position: absolute;
	z-index: 3;
	background-color: white;
	display: none;
	border-radius: 25px;
	box-shadow: 0px 0px 5px grey;
	color: black;
	font-size: 3.4vw;
}

.pre-purchase-offerlist-options .pre-purchase-offerlist-filter-option.option-sort .dropdown_items.open {
	width: max-content;
	display: flex;
	flex-direction: column;
}

.pre-purchase-offerlist-options .pre-purchase-offerlist-filter-option.option-sort .dropdown_items span {
	padding: 7px 24px;
}

.pre-purchase-offerlist-options .pre-purchase-offerlist-filter-option.option-sort .dropdown_items span:first-child {
	border-radius: 25px 25px 0 0;
}

.pre-purchase-offerlist-options .pre-purchase-offerlist-filter-option.option-sort .dropdown_items span:last-child {
	border-radius: 0 0 25px 25px;
}

.pre-purchase-offerlist-options .pre-purchase-offerlist-filter-option.option-sort .dropdown_items span:hover,
.pre-purchase-offerlist-options .pre-purchase-offerlist-filter-option.option-sort .dropdown_items span.active {
	background-color: var(--option-bg-color) !important;
	color: var(--option-text-color) !important;
}

.pre-purchage-offerlist-header {
	width: 70vw;
	padding: 1vw 1vw 5vw 1vw;
	color: white;
	border-radius: 15px 15px 0 0;
	display: flex;
	align-items: center;
	position: relative;
	line-height: 4vw;
	font-size: 3.4vw;
}

.DPC.pre-purchage-offerlist-header,
.DPM.pre-purchage-offerlist-header,
.DPA.pre-purchage-offerlist-header,
.RT.pre-purchage-offerlist-header,
.RTC.pre-purchage-offerlist-header,
.RTM.pre-purchage-offerlist-header,
.DP.pre-purchage-offerlist-header {
	background-color: var(--dp-card-header-bg-color);
}

.QPM.pre-purchage-offerlist-header,
.QPC.pre-purchage-offerlist-header,
.QP.pre-purchage-offerlist-header {
	background-color: var(--qp-card-header-bg-color);
}

.pre-purchase-offerlist-name {
	font-weight: bold;
	font-size: 3.3vw;
	padding-right: 30px;
}

.pre-purchase-packlist-img {
	width: 6vw;
	padding: 2px 1vw 1vw 4vw;
}

.pre-purchase-offerlist-item-terms a {
	color: #333333;
}

#filter-modal {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: end;
	transform: translate(0, 100vh);
	transition: transform 300ms ease 0s;
}

.modal-bg {
	position: fixed;
	z-index: 10;
	background: hsla(0, 0%, 0%, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

#filter-modal.show {
	transform: translate(0, 0);
}

#filter-modal .modal-content {
	width: 100%;
	background: white;
	border-radius: 25px 25px 0 0;
	position: absolute;
	color: black;
}

.brand-1010 #filter-modal .modal-content {
	background: #f4f4f4;
}

.modal-content-close {
	position: absolute;
	right: 10px;
	top: -40px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: flex;
}

.modal-content-header {
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

.modal-content-groups {
	max-height: 70vh;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 6%;
}

.modal-content-group {
	padding: 15px 0;
	width: 100%;
}

.group-title {
	color: #999999;
	font-weight: bold;
	font-size: large;
	padding: 10px 0;
}

span.title-span {
	background-color: #f0f0f0;
	border-radius: 25px;
	margin: 5px;
	padding: 5px;
	font-size: x-small;
	color: #333333;
}

.modal-content-group:not(:first-child) {
	border-top: 1px solid #c6c6c6;
}

.modal-content-group .group-content>div {
	display: -webkit-box;
	width: 90vw;
	padding: 2px 0;
	font-weight: 500;
}

.modal-content-group .group-content input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	outline: none;
	transition: all 0.3s ease;
	color: white;
	vertical-align: bottom;
	border-radius: 50%;
	line-height: 20px;
	box-shadow: inset 0px 0px 14px rgba(255, 255, 255, 0.4), inset 0px 2px 5px rgba(0, 0, 0, 0.4);
	margin-right: 5px;
	position: relative;
}

.modal-content-group .group-content input[type=checkbox]:checked::after {
	position: absolute;
	content: "";
	left: 6px;
	top: 3px;
	width: 8px;
	height: 12px;
	transform: rotate(45deg);
	display: block;
	border-bottom-right-radius: 3px;
	background:
		radial-gradient(farthest-side at top left, transparent 97%, var(--checkbox-checked-color) 100%) bottom 2.5px left calc(100% - 2px)/2px 2px,
		radial-gradient(farthest-side, var(--checkbox-checked-color) 99%, transparent 100%) top right /2.5px 2.5px,
		radial-gradient(farthest-side, var(--checkbox-checked-color) 99%, transparent 100%) bottom left/2.5px 2.5px,
		linear-gradient(var(--checkbox-checked-color), var(--checkbox-checked-color)) right bottom/2.5px 88%,
		linear-gradient(var(--checkbox-checked-color), var(--checkbox-checked-color)) right bottom/88% 2.5px;
	background-repeat: no-repeat;
}

.modal-content-group .group-content input[type=checkbox]:checked {
	background: var(--checkbox-checked-bg-color);
	border: var(--checkbox-checked-bg-color);
	box-shadow: none;
}

.modal-content-btns {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.modal-content-btns .modal-content-btn {
	width: 50%;
	height: 42px;
	margin: 10px;
	border-radius: 25px;
	border: none;
	font-weight: bold;
}

.modal-content-btns .modal-content-btn.resetBtn {
	background: var(--reset-btn-bg-color);
	color: var(--reset-btn-text-color);
}

.modal-content-btns .modal-content-btn.applyBtn {
	background: var(--apply-btn-bg-color);
	color: var(--apply-btn-text-color);
}

.brand-cs_postpaid .modal-content-btns .modal-content-btn.applyBtn {
	background: #BE81EF;
}

.pre-purchase-offerlist-item-title-private {
	font-size: 3vw;
	text-align: center;
	font-weight: bold;
	line-height: 3.8vw;
	padding-top: 1vw;
}

.pre-purchase-packlist-pf {
	background-size: 100%;
	background-repeat: no-repeat;
	width: 14.5vw;
	height: 14.5vw;
	position: absolute;
	right: -18vw;
	bottom: -3vw;
	text-align: center;
	line-height: normal;
	z-index: 2;
	transform-style: preserve-3d;
	animation: 2s animatePacklistPf linear;
	animation-iteration-count: 2;
}

@keyframes animatePacklistPf {

	0%,
	7% {
		transform: rotateZ(0);
	}

	15% {
		transform: rotateZ(-15deg);
	}

	20% {
		transform: rotateZ(10deg);
	}

	25% {
		transform: rotateZ(-10deg);
	}

	30% {
		transform: rotateZ(6deg);
	}

	35% {
		transform: rotateZ(-4deg);
	}

	40%,
	100% {
		transform: rotateZ(0);
	}
}

.pre-purchase-packlist-pf.UsersChoice>div {
	color: var(--usersChoice--text-color);
	font-weight: bold;
	position: absolute;
	font-size: 2vw;
	left: 34%;
	top: 20%;
}

.brand-1010 .pre-purchase-packlist-pf {
	width: 14.5vw;
	height: 14.5vw;
}

.brand-1010 .pre-purchase-packlist-pf.UsersChoice>div {
	top: 17%;
}

.pre-purchase-packlist-pf::after {
	font-weight: bold;
	font-size: 22px;
	width: 60%;
}

.zh-hk.brand-csl .pre-purchase-packlist-pf.Discount {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/Discount_csl_zh-hk.png);
}

.en-us.brand-csl .pre-purchase-packlist-pf.Discount {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/Discount_csl_en-us.png);
}

.zh-hk.brand-csl .pre-purchase-packlist-pf.Popular {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/Popular_csl_zh-hk.png);
}

.en-us.brand-csl .pre-purchase-packlist-pf.Popular {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/Popular_csl_en-us.png);
}

.zh-hk.brand-csl .pre-purchase-packlist-pf.New {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/New_csl_zh-hk.png);
}

.en-us.brand-csl .pre-purchase-packlist-pf.New {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/New_csl_en-us.png);
}

.zh-hk.brand-csl .pre-purchase-packlist-pf.UsersChoice {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/UsersChoice_csl_zh-hk.png);
}

.en-us.brand-csl .pre-purchase-packlist-pf.UsersChoice {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/UsersChoice_csl_en-us.png);
}

.zh-hk.brand-csl .pre-purchase-packlist-pf.FlashOffer {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/FlashOffer_csl_zh-hk.png);
}

.en-us.brand-csl .pre-purchase-packlist-pf.FlashOffer {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/FlashOffer_csl_en-us.png);
}

.zh-hk.brand-csl .pre-purchase-packlist-pf.AppExclusive {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/AppExclusive_csl_zh-hk.png);
}

.en-us.brand-csl .pre-purchase-packlist-pf.AppExclusive {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/AppExclusive_csl_en-us.png);
}

.zh-hk.brand-1010 .pre-purchase-packlist-pf.Discount {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/Discount_1010_zh-hk.png);
}

.en-us.brand-1010 .pre-purchase-packlist-pf.Discount {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/Discount_1010_en-us.png);
}

.zh-hk.brand-1010 .pre-purchase-packlist-pf.Popular {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/Popular_1010_zh-hk.png);
}

.en-us.brand-1010 .pre-purchase-packlist-pf.Popular {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/Popular_1010_en-us.png);
}

.zh-hk.brand-1010 .pre-purchase-packlist-pf.New {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/New_1010_zh-hk.png);
}

.en-us.brand-1010 .pre-purchase-packlist-pf.New {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/New_1010_en-us.png);
}

.zh-hk.brand-1010 .pre-purchase-packlist-pf.UsersChoice {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/UsersChoice_1010_zh-hk.png);
}

.en-us.brand-1010 .pre-purchase-packlist-pf.UsersChoice {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/UsersChoice_1010_en-us.png);
}

.zh-hk.brand-1010 .pre-purchase-packlist-pf.FlashOffer {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/FlashOffer_1010_zh-hk.png);
}

.en-us.brand-1010 .pre-purchase-packlist-pf.FlashOffer {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/FlashOffer_1010_en-us.png);
}

.zh-hk.brand-1010 .pre-purchase-packlist-pf.AppExclusive {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/AppExclusive_1010_zh-hk.png);
}

.en-us.brand-1010 .pre-purchase-packlist-pf.AppExclusive {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/AppExclusive_1010_en-us.png);
}

.zh-hk.brand-cs_postpaid .pre-purchase-packlist-pf.Discount {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/Discount_cs_postpaid_zh-hk.png);
}

.en-us.brand-cs_postpaid .pre-purchase-packlist-pf.Discount {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/Discount_cs_postpaid_en-us.png);
}

.zh-hk.brand-cs_postpaid .pre-purchase-packlist-pf.Popular {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/Popular_cs_postpaid_zh-hk.png);
}

.en-us.brand-cs_postpaid .pre-purchase-packlist-pf.Popular {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/Popular_cs_postpaid_en-us.png);
}

.zh-hk.brand-cs_postpaid .pre-purchase-packlist-pf.New {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/New_cs_postpaid_zh-hk.png);
}

.en-us.brand-cs_postpaid .pre-purchase-packlist-pf.New {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/New_cs_postpaid_en-us.png);
}

.zh-hk.brand-cs_postpaid .pre-purchase-packlist-pf.UsersChoice {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/UsersChoice_cs_postpaid_zh-hk.png);
}

.en-us.brand-cs_postpaid .pre-purchase-packlist-pf.UsersChoice {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/UsersChoice_cs_postpaid_en-us.png);
}

.zh-hk.brand-cs_postpaid .pre-purchase-packlist-pf.FlashOffer {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/FlashOffer_cs_postpaid_zh-hk.png);
}

.en-us.brand-cs_postpaid .pre-purchase-packlist-pf.FlashOffer {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/FlashOffer_cs_postpaid_en-us.png);
}

.zh-hk.brand-cs_postpaid .pre-purchase-packlist-pf.AppExclusive {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/AppExclusive_cs_postpaid_zh-hk.png);
}

.en-us.brand-cs_postpaid .pre-purchase-packlist-pf.AppExclusive {
	background-image: url(/abc_cms/wp-content/uploads/2024/03/AppExclusive_cs_postpaid_en-us.png);
}

.en-us.brand-csl .instant#pre-purchase-offerlist .pre-purchase-packlist-pf {
	background-image: url(/abc_cms/wp-content/uploads/2025/03/instant_offer_csl_en-us.png);
}

.zh-hk.brand-csl .instant#pre-purchase-offerlist .pre-purchase-packlist-pf {
	background-image: url(/abc_cms/wp-content/uploads/2025/03/instant_offer_csl_zh-hk.png);
}

.en-us.brand-1010 .instant#pre-purchase-offerlist .pre-purchase-packlist-pf {
	background-image: url(/abc_cms/wp-content/uploads/2025/03/instant_offer_1010_en-us.png);
}

.zh-hk.brand-1010 .instant#pre-purchase-offerlist .pre-purchase-packlist-pf {
	background-image: url(/abc_cms/wp-content/uploads/2025/03/instant_offer_1010_zh-hk.png);
}

.en-us.brand-cs_postpaid .instant#pre-purchase-offerlist .pre-purchase-packlist-pf {
	background-image: url(/abc_cms/wp-content/uploads/2025/03/instant_offer_cs_postpaid_en-us.png);
}

.zh-hk.brand-cs_postpaid .instant#pre-purchase-offerlist .pre-purchase-packlist-pf {
	background-image: url(/abc_cms/wp-content/uploads/2025/03/instant_offer_cs_postpaid_zh-hk.png);
}

.instant#pre-purchase-offerlist .pre-purchase-packlist-pf {
	width: 18vw;
	height: 18vw;
}

.pre-purchase-offerlist-order {
	width: 90vw;
}

.pre-purchase-offerlist-item {
	width: 100%;
	margin-bottom: 5vw;
	border-radius: 6vw;
	background: #f4f4f4;
	display: flex;
	align-items: center;
	flex-direction: column;
	font-size: 4vw;
	min-height: 30vmin;
	color: #333333;
	position: relative;
}

.prepurchase-page .pre-purchase-offerlist-item {
	margin-top: -4vw;
}

.pre-purchase-offerlist-item-listname {
	width: 100%;
	font-size: 4vw;
	font-weight: bold;
	text-align: left;
}

.pre-purchase-offerlist-content {
	margin-top: 5vw;
	margin-bottom: 3vw;
	display: flex;
	width: 90%;
	justify-content: space-between;
}

.pre-purchase-offerlist-item-left {
	width: 60%;
}

.order .pre-purchase-offerlist-item-left {
	width: 70%;
}

.pre-purchase-offerlist-item-right {
	width: 20%;
	align-self: center;
}

.pre-purchase-offerlist-item-price {
	text-align: center;
	line-height: 1;
	font-weight: bold;
}

.pre-purchase-offerlist-item-price>div {
	font-size: 6vw;
	color: var(--text-price-color);
}

.pre-purchase-offerlist-item-priceRemark {
	font-size: 3.5vw;
	color: #808080;
	line-height: 4vw;
}

.pre-purchase-offerlist-item-priceRemark.expiryBox {
	background-color: #fff;
	width: fit-content;
	padding: 3px 10px;
	margin-top: 5px;
	border-radius: 21px;
	font-size: 3.4vw;
	color: black;
}

.pre-purchase-offerlist-item-expand {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	width: 90%;
	font-size: 4vw;
	text-align: center;
}

.pre-purchase-offerlist-item-expand.collapse::after {
	background-image: url(../../uploads/2019/12/down_arrow_black_r2.png);
}

.pre-purchase-offerlist-item-expand.expand::after {
	background-image: url(../../uploads/2019/12/up_black.png);
}

offerlist .pre-purchase-offerlist-button {
	width: 17%;
	border-width: 0px;
	height: max-content;
	align-self: center;
	background: var(--btn-bg-color);
	color: var(--btn-text-color);
	font-size: 3vw;
	height: 11vw;
}

offerlist .pre-purchase-offerlist-button.disabled {
	opacity: 0.6;
}

body.zh-hk offerlist .pre-purchase-offerlist-button::before {
	content: "購買";
}

body.en-us offerlist .pre-purchase-offerlist-button::before {
	content: "Buy";
}

body.zh-hk offerlist .DPC .pre-purchase-offerlist-button::before,
body.zh-hk offerlist .RTC .pre-purchase-offerlist-button::before,
body.zh-hk offerlist .QPC .pre-purchase-offerlist-button::before,
body.zh-hk offerlist .DPM .pre-purchase-offerlist-button::before,
body.zh-hk offerlist .RTM .pre-purchase-offerlist-button::before,
body.zh-hk offerlist .order.DP .pre-purchase-offerlist-button::before,
body.zh-hk offerlist .order.QP .pre-purchase-offerlist-button::before {
	content: "啟用";
}

body.en-us offerlist .DPC .pre-purchase-offerlist-button::before,
body.en-us offerlist .RTC .pre-purchase-offerlist-button::before,
body.en-us offerlist .QPC .pre-purchase-offerlist-button::before,
body.en-us offerlist .DPM .pre-purchase-offerlist-button::before,
body.en-us offerlist .RTM .pre-purchase-offerlist-button::before,
body.en-us offerlist .order.DP .pre-purchase-offerlist-button::before,
body.en-us offerlist .order.QP .pre-purchase-offerlist-button::before {
	content: "Activate";
}

.pre-purchase-offerlist-item-expand::after {
	content: " ";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 5vw;
	height: 5vw;
	display: inline-block;
}

.pre-purchase-offerlist-item-expand-content {
	overflow: hidden;
}

.pre-purchase-offerlist-item-expand-content .content-title {
	padding: 15px 0;
	text-align: left;
}

.pre-purchase-offerlist-item-expand-content .content-title>span {
	font-weight: 700;
	color: var(--text-color);
}

.pre-purchase-offerlist-item-destination-content {
	font-size: 3.5vw;
	color: #808080;
	line-height: 4vw;
}

.pre-purchase-offerlist-item.QP {
	background-color: #f4f4f4;
}

.offer-tnc.prepurchase.tncCheck span {
	color: #000000;
}

.brand-1010 .pre-purchase-offerlist-item-title-price {
	color: #774e16;
}

.brand-1010 .pre-purchase-offerlist-item-title-priceRemark {
	color: #774e16 !important;
}

.brand-1010 .pre-purchase-offerlist-item-title-destination {
	color: #333333;
}

.pre-purchase-offer-DP msisdn,
.pre-purchase-offer-QP msisdn {
	border-radius: 0px 0px 25px 25px;
}

.brand-1010 .pre-purchase-offer-DP msisdn,
.brand-1010 .pre-purchase-offer-QP msisdn {
	background-color: #A5A4A2;
}

.brand-1010 #offer-detail.detail-row.prepurchase::before,
.brand-1010 #offer-detail .offer-destination>div::before,
.brand-1010 #offer-price-box.detail-row:not(.landing)::before,
.brand-1010 #offer-valid.detail-row::before,
.brand-1010 msisdn.detail-row::before,
.brand-1010 #offer-valid span,
.brand-1010 #pre-purchase-msisdn.detail-row {
	color: #333333;
}

.brand-1010 #offer-detail.prepurchase .offer-title,
.brand-1010 #offer-detail.prepurchase .offer-destination,
.brand-1010 #offer-detail.prepurchase .offer-destination span,
.brand-1010 #offer-price {
	color: #cb9c57;
}

.brand-1010 #pre-purchase-msisdn.detail-row {
	background-color: #444441;
}

body.brand-1010 .offer-tnc a {
	color: #cb9c57;
}

.brand-1010 .offer-tnc.prepurchase.tncCheck span {
	color: #ffffff;
}

.brand-1010 .pre-purchase-offer-button#cancel {
	color: #333333;
	background: #f4f4f4;
}

.offer-remark {
	color: var(--title-color);
	text-align: left;
	font-size: 14px;
	padding-bottom: 10px;
}

.offer-remark span ol {
	margin: 0;
}

.offer-remark span li {
	padding-bottom: 5px;
}

.offer-remark.DP li:first-child {
	display: none;
}

.suspend-remark.prepurchase {
	color: #FF4444;
	text-align: left;
}

.brand-1010 #offer-detail.detail-row.prepurchase::before,
.brand-1010 #offer-detail .offer-destination>div::before,
.brand-1010 #offer-price-box.detail-row:not(.landing)::before,
.brand-1010 #offer-valid.detail-row::before,
.brand-1010 msisdn.detail-row::before,
.brand-1010 #offer-valid span,
.brand-1010 #pre-purchase-msisdn.detail-row {
	color: #ffffff;
}

.pre-purchase-offer.DP .pre-purchase-offer-header {
	background-color: var(--dp-card-header-bg-color);
}

.pre-purchase-offer.QP .pre-purchase-offer-header {
	background-color: var(--qp-card-header-bg-color);
}

.selected-item {
	padding: 10px 0px 10px 20px;
	color: var(--title-color);
	font-size: 4.5vw;
	font-weight: bold;
}

msisdn.prepurchase-offer-msisdn {
	display: block;
	margin: -1vw 0 0 0;
	padding-left: 20px;
	width: auto;
	color: var(--tag-text-color);
	background-color: var(--tag-bg-color);
	font-size: 4vw;
	border-radius: 0 0 25px 25px;
	line-height: normal;
	height: auto;
	padding-bottom: 8vh;
}

.en-us msisdn.prepurchase-offer-msisdn::before {
	content: "Apply to: ";
}

.zh-hk msisdn.prepurchase-offer-msisdn::before {
	content: "適用於：";
}

.pre-purchase-offer .pre-purchase-offer-header {
	width: 70vw;
	padding: 1vw 1vw 5vw 1vw;
	color: white;
	border-radius: 25px 25px 0 0;
	display: flex;
	align-items: center;
	position: relative;
	line-height: 4vw;
	font-size: 3.4vw;
	font-weight: 700;
}

.pre-purchase-offer .pre-purchase-offer-header .pre-purchase-offer-header-img {
	width: 6vw;
	padding: 2px 1vw 1vw 4vw;
}

.pre-purchase-offer .pre-purchase-offer-item {
	width: 100%;
	border-radius: 6vw;
	background: #f4f4f4;
	display: flex;
	align-items: center;
	flex-direction: column;
	font-size: 4vw;
	min-height: 30vmin;
	color: #333333;
	position: relative;
	margin-top: -4vw;
	text-align: left;
}

.pre-purchase-offer-item .pre-purchase-offer-content {
	margin-top: 5vw;
	display: flex;
	width: 90%;
	justify-content: space-between;
	align-items: center;
}

.pre-purchase-offer-item .pre-purchase-offer-content .content-left {
	width: 70%;
}

.pre-purchase-offer-item .pre-purchase-offer-content .content-right {
	width: 20%;
	text-align: center;
}

.pre-purchase-offer-item .pre-purchase-offer-content-listName {
	width: 100%;
	font-size: 4vw;
	font-weight: bold;
	text-align: left;
}

.pre-purchase-offer-item .pre-purchase-offer-price {
	font-size: 6vw;
	color: var(--text-price-color);
	font-weight: bold;
	line-height: 1;
}

.pre-purchase-offer-item .pre-purchase-offer-no {
	font-weight: bold;
	font-size: 3.5vw;
	white-space: nowrap;
}

.pre-purchase-offer-item .pre-purchase-offer-expireDate {
	font-size: 3.5vw;
	color: #808080;
	line-height: 4vw;
}

.pre-purchase-offer-item .pre-purchase-offer-destination {
	width: 90%;
	padding: 15px 0;
}

.pre-purchase-offer-item .pre-purchase-offer-destination .pre-purchase-offer-destination-title {
	font-weight: 700;
	color: var(--text-color);
}

.pre-purchase-offer-item .pre-purchase-offer-destination .pre-purchase-offer-destination-content {
	font-size: 3.5vw;
	color: #808080;
	line-height: 4vw;
}

.wp-block-group.msp {
	margin: 0 -2vw;
	padding-top: 20px;
}

.wp-block-group.msp .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: radial-gradient(circle at 50% -10.5px, transparent 25px, var(--tag-bg-color) 0px) 0% 0%,
		radial-gradient(circle at calc(100% + 15px) 30px, transparent 30px, var(--tag-bg-color) 0px) 100% 100%,
		radial-gradient(circle at -15px 30px, transparent 30px, var(--tag-bg-color) 0px) 0% 100%;
	background-size: 100% 300px, 51% calc(100% - 300px), 51% calc(100% - 300px);
	background-repeat: no-repeat;
	border-radius: 5vw;
	padding-bottom: 20px;
}

.wp-block-group.msp .msp_country_title {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wp-block-group.msp .msp_country_title #pre-purchase-offer-title {
	color: var(--tag-text-color) !important;
}

.wp-block-group.msp .msp_title_remark {
	background-color: white;
	border-radius: 25px;
	padding: 0 10px;
	font-weight: 700;
	margin-top: 5px;
	width: 80%;
}

.brand-1010 .wp-block-group.msp .msp_title_remark {
	color: black;
}

.wp-block-group.msp banner {
	text-align: center;
	margin-left: 0;
	width: auto;
}

.wp-block-group.msp banner img {
	border-radius: 25px;
	width: 80%;
	box-shadow: 0px 3px 15px #00000059;
}

.wp-block-group.msp #banner-container {
	width: auto !important;
}

.wp-block-group.msp .cardboard.bottom.oval {
	width: 80%;
	margin-top: -30%;
	padding-top: 35%;
}

.wp-block-group.msp .pre-purchase-offerlist-order {
	width: 100%;
}

.wp-block-group.msp .pre-purchage-offerlist-header {
	width: 100%;
	padding: 1vw 0vw 5vw 0vw;
}

.brand-1010 .wp-block-group.msp .pre-purchage-offerlist-header {
	width: 80%;
}

.wp-block-group.msp .pre-purchase-packlist-pf {
	width: 19vw;
	height: 19vw;
	right: -10%;
	top: -25%;
}

.brand-1010 .wp-block-group.msp .pre-purchase-packlist-pf {
	right: -37%;
}

.en-us.brand-csl .wp-block-group.msp .pre-purchase-packlist-pf.TourSpecial {
	background-image: url(/abc_cms/wp-content/uploads/2024/12/TourSpecial_csl_en-us.png);
}

.zh-hk.brand-csl .wp-block-group.msp .pre-purchase-packlist-pf.TourSpecial {
	background-image: url(/abc_cms/wp-content/uploads/2024/12/TourSpecial_csl_zh-hk.png);
}

.en-us.brand-csl .wp-block-group.msp .pre-purchase-packlist-pf.ChinaEssential {
	background-image: url(/abc_cms/wp-content/uploads/2024/12/ChinaEssential_csl_en-us.png);
}

.zh-hk.brand-csl .wp-block-group.msp .pre-purchase-packlist-pf.ChinaEssential {
	background-image: url(/abc_cms/wp-content/uploads/2024/12/ChinaEssential_csl_zh-hk.png);
}

.en-us.brand-1010 .wp-block-group.msp .pre-purchase-packlist-pf.TourSpecial {
	background-image: url(/abc_cms/wp-content/uploads/2024/12/TourSpecial_1010_en-us.png);
}

.zh-hk.brand-1010 .wp-block-group.msp .pre-purchase-packlist-pf.TourSpecial {
	background-image: url(/abc_cms/wp-content/uploads/2024/12/TourSpecial_1010_zh-hk.png);
}

.en-us.brand-1010 .wp-block-group.msp .pre-purchase-packlist-pf.ChinaEssential {
	background-image: url(/abc_cms/wp-content/uploads/2024/12/ChinaEssential_1010_en-us.png);
}

.zh-hk.brand-1010 .wp-block-group.msp .pre-purchase-packlist-pf.ChinaEssential {
	background-image: url(/abc_cms/wp-content/uploads/2024/12/ChinaEssential_1010_zh-hk.png);
}

.en-us.brand-cs_postpaid .wp-block-group.msp .pre-purchase-packlist-pf.TourSpecial {
	background-image: url(/abc_cms/wp-content/uploads/2024/12/TourSpecial_cs_postpaid_en-us.png);
}

.zh-hk.brand-cs_postpaid .wp-block-group.msp .pre-purchase-packlist-pf.TourSpecial {
	background-image: url(/abc_cms/wp-content/uploads/2024/12/TourSpecial_cs_postpaid_zh-hk.png);
}

.en-us.brand-cs_postpaid .wp-block-group.msp .pre-purchase-packlist-pf.ChinaEssential {
	background-image: url(/abc_cms/wp-content/uploads/2024/12/ChinaEssential_cs_postpaid_en-us.png);
}

.zh-hk.brand-cs_postpaid .wp-block-group.msp .pre-purchase-packlist-pf.ChinaEssential {
	background-image: url(/abc_cms/wp-content/uploads/2024/12/ChinaEssential_cs_postpaid_zh-hk.png);
}

.confirm_modal {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	align-items: end;
}

.confirm_modal.show {
	display: flex;
}

.confirm_modal.show .modal_bg {
	position: fixed;
	z-index: 10;
	background: hsla(0, 0%, 0%, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}

.confirm_modal .modal_content {
	width: 100%;
	background: white;
	border-radius: 25px 25px 0 0;
	position: absolute;
	z-index: 20;
	transform: translate(0, 100vh);
	transition: transform 300ms ease 0s;
}

.brand-1010 .confirm_modal .modal_content {
	background: #3b3b37;
}

.brand-cs_postpaid .confirm_modal .modal_content {
	border-radius: unset;
}

.confirm_modal.show .modal_content {
	transform: translate(0, 0);
}

.brand-1010 .confirm_modal .modal_content {
	background: #3b3b37;
}

.confirm_modal .modal_content .modal_header,
.confirm_modal .modal_content .modal_body,
.confirm_modal .modal_content .modal_footer {
	padding: 20px 20px 0 20px;
}

.confirm_modal .modal_content .closeBtn {
	position: absolute;
	right: 10px;
	top: -40px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: flex;
}

.confirm_modal .modal_content .modal_header {
	text-align: center;
	font-weight: bold;
}

.confirm_modal .modal_content .modal_body {
	text-align: center;
}

.confirm_modal .modal_content .modal_footer {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.confirm_modal .modal_content .modal_footer .confirm_btn {
	width: 80%;
	height: 42px;
	margin: 10px;
	border-radius: 25px;
	border: none;
	font-weight: bold;
	background: var(--apply-btn-bg-color);
	color: var(--apply-btn-text-color);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.brand-1010 .confirm_modal .modal_content .modal_footer .confirm_btn {
	background: linear-gradient(to bottom, #debb74, #efcd8a 38%, #daaf69 81%, #c8a061);
}

.brand-cs_postpaid .confirm_modal .modal_content .modal_footer .confirm_btn {
	border-radius: 8px;
}

.confirm_modal .modal_content .modal_footer .confirm_btn::after {
	content: "";
	background-image: url(/abc_cms/wp-content/uploads/2024/07/dashboard_redirect_csl.png);
	width: 10vw;
	height: 8vw;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: fixed;
	right: calc(10vw + 25px);
}

.brand-1010 .confirm_modal .modal_content .modal_footer .confirm_btn::after {
	background-image: url(/abc_cms/wp-content/uploads/2024/07/dashboard_redirect_1010.png);
}

.brand-cs_postpaid .confirm_modal .modal_content .modal_footer .confirm_btn::after {
	background-image: url(/abc_cms/wp-content/uploads/2024/07/dashboard_redirect_cs_postpaid.png);
}

.landing_msg {
	background: #fdf9ef;
	color: #faa61a;
	border-color: #faa61a;
	border-radius: 12px;
	padding: 3px 12px 4px;
	border: 1px solid;
	display: none;
}

.brand-1010 .landing_msg {
	background: #fff7e8;
	color: #cb9c57;
	border-color: #f2c97f;
}

.brand-cs_postpaid .landing_msg {
	background: #fcf8fd;
	color: #be81ef;
	border-color: #eed8ff;
}