/* ==========================================================================
   1. DESIGN TOKENS & VARIABLES
   ========================================================================== */
:root {
  --brand-primary: #f7714d;
  --bg-light: #f4f8f9;
  --bg-muted: #ebf1f2;
  --border-color: #dae1e3;
  --text-dark: #394c52;
  --text-muted: #6d7c80;
  --link-color: #1f7aff;
  --white: #fff;
}

/* ==========================================================================
   2. HOMEPAGE BASE LAYOUT
   ========================================================================== */
.global-esim-home-page { background-color: var(--white); }
.global-esim-home-page .global-esim-home-popular-offer-section { background-color: var(--bg-light); }
.global-esim-home-page .global-esim-home-popular-offer-title { margin-bottom: 24px; }

/* Aspect Ratio Blocks / Grid Content */
.global-esim-home-page .global-esim-home-cube-destination-content,
.global-esim-home-page .global-esim-home-cube-destination-img,
.global-esim-home-page .global-esim-home-cube-why-choose-3-content,
.global-esim-home-page .global-esim-home-cube-why-choose-3-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.global-esim-home-page .global-esim-home-cube-destination-content,
.global-esim-home-page .global-esim-home-cube-why-choose-3-content {
  container-type: size;
}

.global-esim-home-page .global-esim-home-cube-destination-content.noImg,
.global-esim-home-page .global-esim-home-cube-why-choose-3-content.noImg {
  border-radius: 20px;
  background-color: var(--bg-muted);
}

.global-esim-home-page .global-esim-home-cube-destination-text,
.global-esim-home-page .global-esim-home-cube-why-choose-3-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
}

.global-esim-home-page .global-esim-home-cube-destination-title,
.global-esim-home-page .global-esim-home-cube-why-choose-3-title {
  font-weight: 700;
}

.global-esim-home-page .global-esim-home-cube-destination-text { padding: 8% 8% 0 8%; }
.global-esim-home-page .global-esim-home-cube-destination-title { font-size: 11cqw; }
.global-esim-home-page .global-esim-home-cube-destination-desc { margin-top: 8%; font-size: 8cqw; }

.global-esim-home-page .global-esim-home-cube-why-choose-3-text { padding: 6% 6% 0 6%; overflow: hidden; }
.global-esim-home-page .global-esim-home-cube-why-choose-3-title { font-size: 9cqw; }

/* Sections */
.global-esim-home-page .global-esim-home-install-esim-section { background-color: var(--bg-light); overflow: hidden; padding-bottom: 20px; }

.global-esim-home-page .global-esim-home-install-app-section { border-radius: 20px; background-color: var(--brand-primary); }
.global-esim-home-page .global-esim-home-scroll-id-container { position: relative; z-index: -1; }
.global-esim-home-page .global-esim-home-scroll-id-height { position: absolute; bottom: 0; }



/* ==========================================================================
   4. COMPONENT: INSTALLATION GUIDE
   ========================================================================== */
.global-esim-install-esim-container .global-esim-install-esim-guide-container { border-top: 1px solid var(--brand-primary); padding-top: 8px; margin-top: 24px; }
.global-esim-install-esim-container .global-esim-install-esim-guide-top { display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.global-esim-install-esim-container .global-esim-install-esim-guide-top-icon,
.global-esim-install-esim-container .global-esim-install-esim-guide-top-title { color: var(--brand-primary); }
.global-esim-install-esim-container .global-esim-install-esim-guide-step { padding-top: 8px; font-size: 16px; }
.global-esim-install-esim-container .global-esim-install-esim-desc { color: var(--text-muted); margin-top: 8px; }
.global-esim-install-esim-container .global-esim-install-esim-guide-carousel-content { border-radius: 20px; }
.global-esim-install-esim-container .global-esim-install-esim-guide-img img { display: block; margin-left: auto; margin-right: auto; width: 100%; max-height: 100%; object-fit: contain; object-position: center bottom; }

/* ==========================================================================
   5. COMPONENT: FAQ SYSTEM
   ========================================================================== */
.global-esim-faq-container a { color: var(--link-color); text-decoration: underline; }
.global-esim-faq-container .global-esim-faq-item { border-bottom: 1px solid var(--border-color); padding-top: 20px; padding-bottom: 20px; }
.global-esim-faq-container .global-esim-faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.global-esim-faq-container .global-esim-faq-question-text { font-weight: 700; }
.global-esim-faq-container .global-esim-faq-answer { margin-top: 8px; font-size: 16px; }

/* ==========================================================================
   6. STRUCTURAL GRID UTILITIES
   ========================================================================== */
.global-esim-cube-container { width: 100%; padding-bottom: 100%; height: 0; position: relative; }
.global-esim-cube-container .global-esim-cube-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ==========================================================================
   7. COMPONENT: CAROUSEL BANNER
   ========================================================================== */
.global-esim-home-banner .global-esim-home-banner-carousel-custom-next,
.global-esim-home-banner .global-esim-home-banner-carousel-custom-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brand-primary);
  cursor: pointer;
  opacity: .5;
}
.global-esim-home-banner .global-esim-home-banner-carousel-custom-next:hover,
.global-esim-home-banner .global-esim-home-banner-carousel-custom-prev:hover { opacity: 1; }
.global-esim-home-banner .global-esim-home-banner-carousel-custom-next.disabled,
.global-esim-home-banner .global-esim-home-banner-carousel-custom-prev.disabled { cursor: not-allowed; opacity: .3; }
.global-esim-home-banner .alice-carousel .alice-carousel__wrapper { transition: height .3s ease; }
.global-esim-home-banner .alice-carousel .alice-carousel__dots .alice-carousel__dots-item:not(.__custom):not(:last-child) { margin-right: 4px; }
.global-esim-home-banner .alice-carousel .alice-carousel__next-btn,
.global-esim-home-banner .alice-carousel .alice-carousel__prev-btn { padding-top: 0; padding-bottom: 0; }
.global-esim-home-banner .alice-carousel .alice-carousel__prev-btn { float: left; }
.global-esim-home-banner .alice-carousel .alice-carousel__next-btn { float: right; }
.global-esim-home-banner .alice-carousel:after { content: ""; display: block; clear: both; }
.global-esim-home-banner .global-esim-home-banner-carousel-custom-prev { left: 0; }
.global-esim-home-banner .global-esim-home-banner-carousel-custom-next { right: 0; }
.global-esim-home-banner .global-esim-home-banner-item { position: relative; }
.global-esim-home-banner .global-esim-home-banner-item img { width: 100%; height: auto; object-fit: contain; object-position: center; }
.global-esim-home-banner .global-esim-home-banner-link { display: block; }
.global-esim-home-banner .global-esim-home-banner-text-container { container-type: size; position: absolute; top: 0; left: 0; width: 50%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px; }
.global-esim-home-banner .global-esim-home-banner-item-title { font-size: 10cqw; }
.global-esim-home-banner .global-esim-home-banner-item-desc { font-size: 4cqw; }

/* ==========================================================================
   8. COMPONENT: FILTER BUTTONS
   ========================================================================== */
.global-esim-offer-filter-buttons .global-esim-hori-scroller-item { vertical-align: top; }
.global-esim-offer-filter-buttons .global-esim-hori-scroller-item + .global-esim-hori-scroller-item { margin-left: 8px; }
.global-esim-offer-filter-buttons .btn-custom { background-color: var(--white); border-color: var(--border-color); color: var(--text-dark); line-height: 1; border-radius: 16px; border-width: 2px; font-weight: 700; }
.global-esim-offer-filter-buttons .btn-custom.active { border-color: var(--brand-primary); color: var(--brand-primary); }

/* ==========================================================================
   9. GLOBAL RESPONSIVE MEDIA QUERIES
   ========================================================================== */

/* Mobile Breakpoint (< 600px) */
@media screen and (max-width: 599.98px) {
  .global-esim-home-page .global-esim-home-popular-offer-section { padding-top: 100px; padding-bottom: 20px; }
  .global-esim-home-page .global-esim-home-popular-offer-category { margin-bottom: 16px; }
  .global-esim-home-page .global-esim-home-cube-destination-section { padding-top: 24px; padding-bottom: 44px; }
  .global-esim-home-page .global-esim-home-cube-why-section { padding-bottom: 40px; }
  .global-esim-home-page .global-esim-home-cube-destination { height: 112px; width: 112px; }
  .global-esim-home-page .global-esim-home-cube-why { height: 173px; width: 173px; }
  .global-esim-home-page .global-esim-home-install-esim-section { padding-top: 20px; }
  .global-esim-home-page .global-esim-home-install-app-section { padding-top: 16px; margin-bottom: 40px; }
  
  .global-esim-install-esim-container .global-esim-install-esim-row-left-content { padding-left: 20px; padding-right: 20px; }
  .global-esim-install-esim-container .global-esim-install-esim-guide-top-title { font-size: 20px; }
  .global-esim-install-esim-container .global-esim-install-esim-desc { font-size: 16px; }
  .global-esim-install-esim-container .global-esim-install-esim-row > .global-esim-install-esim-row-right { display: none; }
  .global-esim-install-esim-container .global-esim-install-esim-row-mobile-img { margin-top: 24px; margin-bottom: 24px; }
  
  .global-esim-faq-container .global-esim-faq-question-text { font-size: 16px; }
  
  .global-esim-offer-filter-buttons .btn-custom { padding: 8px 16px; }
}

/* Tablet / Desktop Breakpoint (>= 600px) */
@media screen and (min-width: 600px) {
  .global-esim-home-page .global-esim-home-popular-offer-section { padding-top: 80px; padding-bottom: 30px; }
  .global-esim-home-page .global-esim-home-popular-offer-category { margin-bottom: 24px; }
  .global-esim-home-page .global-esim-home-cube-destination-section { padding-top: 3%; padding-bottom: 3%; }
  .global-esim-home-page .global-esim-home-cube-why-section { padding-bottom: 3%; }
  .global-esim-home-page .global-esim-home-install-esim-section { padding-top: 20px; }
  .global-esim-home-page .global-esim-home-install-app-section { padding-top: 48px; margin-top: 84px; margin-bottom: 120px; }

  
  .global-esim-install-esim-container .global-esim-install-esim-row-left-content { padding-left: 30px; padding-right: 30px; }
  .global-esim-install-esim-container .global-esim-install-esim-guide-top-title { font-size: 24px; }
  .global-esim-install-esim-container .global-esim-install-esim-desc { font-size: 20px; }
  .global-esim-install-esim-container .global-esim-install-esim-row { display: flex; }
  .global-esim-install-esim-container .global-esim-install-esim-row-left { flex: 4 0; }
  .global-esim-install-esim-container .global-esim-install-esim-row-right { flex: 3 0; align-self: center; overflow: hidden; }
  .global-esim-install-esim-container .global-esim-install-esim-row > .global-esim-install-esim-row-left .global-esim-install-esim-row-mobile-img { display: none; }
  
  .global-esim-faq-container { display: flex; }
  .global-esim-faq-container .global-esim-faq-left { flex: 3 0; }
  .global-esim-faq-container .global-esim-faq-right { flex: 4 0; }
  .global-esim-faq-container .global-esim-faq-question-text { font-size: 24px; }
  
  .global-esim-offer-filter-buttons .btn-custom { padding: 12px 24px; }
}










/* ==========================================================================
   1. DESIGN TOKENS
   ========================================================================== */
:root {
  --primary: #f7714d;
  --primary-light: rgba(255, 134, 101, 0.7);
  --bg-light: #f4f8f9;
  --border: #dae1e3;
  --text-dark: #09171d;
  --text-muted: #6d7c80;
  --success: #03c465;
  --success-light: #55d596;
  --tag-bg: #f9cfd5;
  --white: #fff;
}

/* ==========================================================================
   2. CORE PAGE LAYOUT & SECTIONS
   ========================================================================== */
.global-esim-campaign-destination-offers-page { background-color: var(--white); }
.global-esim-campaign-destination-offers-page .global-esim-campaign-destination-offers-more-offer-section {
  background-color: var(--bg-light);
  padding-bottom: 120px;
}




.global-esim-campaign-search-feature-search .global-esim-destination-search-container .global-esim-destination-search-input.global-esim-input.input-container .btn-global-esim-primary {
  width: 35px;
  height: 35px;
  border-radius: 11px;
  padding: 0;
}

/* ==========================================================================
   3. OFFERS & ITEMS
   ========================================================================== */
.global-esim-campaign-best-offer-item {
  display: flex;
  gap: 24px;
  padding: 20px 0;
}
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-item-info-option-container {
  flex: 2 1;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid var(--border);
  align-self: flex-start;
}
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-item-right-image-container {
  flex: 1 1;
  border-radius: 20px;
  overflow: hidden;
  align-self: flex-start;
}
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-item-info-option-top-right-tag-container { display: flex; justify-content: flex-end; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-item-info-option-top-right-tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background-color: var(--tag-bg);
}
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-item-info-option-for { font-size: 36px; font-weight: 700; line-height: 40px; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-day-diy-switch-title { font-size: 22px; font-weight: 700; line-height: 24px; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-day-diy-switch-unlimit { display: inline-block; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-day-diy-switch-unlimit-flex { display: flex; align-items: center; gap: 4px; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-day-diy-switch-unlimit-icon { font-size: 28px; line-height: 28px; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-day-diy-switch-unlimit-text { line-height: 28px; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-option-form { border-radius: 24px; padding: 20px; background-color: var(--bg-light); }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-option-form-label { font-size: 22px; font-weight: 700; line-height: 24px; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-more-detail-price-row { display: flex; align-items: center; justify-content: space-between; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-more-detail { display: flex; align-items: center; cursor: pointer; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-more-detail-info-icon { color: var(--primary); }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-more-detail-text { font-size: 12px; margin: 0 4px; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-more-detail-arrow-icon { color: var(--text-muted); }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-more-detail-price-right-col { display: flex; align-items: center; gap: 8px; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-more-detail-day-avg-price { padding: 6px 12px; border-radius: 999px; background-color: var(--success-light); font-size: 14px; font-weight: 600; line-height: 16px; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-more-detail-day-avg-price-currency-amount { font-size: 19px; font-weight: 600; line-height: 16px; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-choose-btn { box-shadow: 0 3px 10px 0 var(--border); border-radius: 16px; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-choose-btn .btn-global-esim-primary-outline { border-radius: 16px; font-size: 16px; width: 100%; font-weight: 700; padding: 15px; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-choose-btn .btn-global-esim-primary-outline:disabled { border-color: var(--border); color: var(--border); }
.global-esim-campaign-best-offer-item .global-esim-best-offer-include-hk-reminder { margin-top: 8px; font-size: 12px; font-weight: 500; color: var(--text-muted); }
.global-esim-campaign-best-offer-item .global-esim-best-offer-destinations-title { margin-top: 16px; font-size: 16px; font-weight: 700; }
.global-esim-campaign-best-offer-item .global-esim-best-offer-destinations-list-container { margin-top: 8px; }
.global-esim-campaign-best-offer-item .global-esim-best-offer-destinations-list { line-height: 16px; font-size: 12px; font-weight: 500; color: var(--text-muted); }
.global-esim-campaign-best-offer-item .global-esim-best-offer-destinations-area-expand { font-size: 12px; font-weight: 500; margin-top: 8px; }
.global-esim-campaign-best-offer-item .global-esim-best-offer-destinations-area-expand-text-icon { cursor: pointer; }
.global-esim-campaign-best-offer-item .global-esim-best-offer-destinations-area-expand-icon,
.global-esim-campaign-best-offer-item .global-esim-best-offer-destinations-area-expand-text { vertical-align: middle; }
.global-esim-campaign-best-offer-item .global-esim-best-offer-destinations-reminder { font-weight: 500; margin-top: 16px; font-size: 14px; }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-hr { height: 0; border-top: 1px solid var(--border); }
.global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-item-right-image { width: 100%; height: auto; }

.global-esim-campaign-best-offer-title .global-esim-campaign-best-offer-title-text { font-size: 24px; font-weight: 600; line-height: 32px; }
.global-esim-campaign-best-offer-title .global-esim-campaign-best-offer-sub-title-text { font-size: 16px; font-weight: 500; line-height: 20px; color: var(--text-muted); }

/* ==========================================================================
   4. UI COMPONENT UTILITIES
   ========================================================================== */

/* Hover Features */
.global-esim-campaign-hover-features-container {
  padding: 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.global-esim-campaign-hover-features-container .global-esim-campaign-hover-features-item-inline-block { display: inline-block; }
.global-esim-campaign-hover-features-container .global-esim-campaign-hover-features-item { display: flex; align-items: center; gap: 4px; }
.global-esim-campaign-hover-features-container .global-esim-campaign-hover-features-item-image { width: 32px; height: 32px; padding: 6px; }
.global-esim-campaign-hover-features-container .global-esim-campaign-hover-features-item-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.global-esim-campaign-hover-features-container .global-esim-campaign-hover-features-item-text { font-size: 14px; font-weight: 500; line-height: 16px; }
.global-esim-campaign-hover-features-container .global-esim-campaign-hover-features-item-text.with-tooltip { text-decoration: underline; cursor: pointer; }
.global-esim-campaign-hover-features-container .global-esim-campaign-hover-features-tooltip + .MuiTooltip-popper .MuiTooltip-tooltip { border-radius: 16px; padding: 16px; background-color: var(--white); border: 1px solid var(--border); }
.global-esim-campaign-hover-features-container .global-esim-campaign-hover-features-tooltip-title,
.global-esim-campaign-hover-features-container .global-esim-campaign-hover-features-tooltip-desc { font-size: 14px; font-weight: 500; line-height: 20px; color: var(--text-muted); }
.global-esim-campaign-hover-features-container .global-esim-campaign-hover-features-tooltip-title { font-weight: 700; }

/* Ultra Flexi Option */
.global-esim-campaign-ultra-flexi-option-container { background-color: var(--bg-light); border-radius: 16px; padding: 24px; }
.global-esim-campaign-ultra-flexi-option-container .global-esim-campaign-ultra-flexi-option-title { font-size: 20px; font-weight: 700; line-height: 28px; }
.global-esim-campaign-ultra-flexi-option-container .global-esim-campaign-ultra-flexi-option-flex { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.global-esim-campaign-ultra-flexi-option-container .global-esim-campaign-ultra-flexi-option-item { width: 230px; display: flex; align-items: center; }
.global-esim-campaign-ultra-flexi-option-container .global-esim-campaign-ultra-flexi-option-item-icon { width: 32px; height: 32px; margin-right: 8px; background-color: var(--white); border-radius: 50%; padding: 6px; flex-shrink: 0; }
.global-esim-campaign-ultra-flexi-option-container .global-esim-campaign-ultra-flexi-option-item-icon img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.global-esim-campaign-ultra-flexi-option-container .global-esim-campaign-ultra-flexi-option-item-label { font-size: 12px; font-weight: 500; line-height: 16px; }

/* Counter Component */
.global-esim-campaign-counter { display: flex; align-items: center; }
.global-esim-campaign-counter .global-esim-campaign-counter-btn { overflow: hidden; }
.global-esim-campaign-counter .global-esim-campaign-counter-btn .btn-custom { padding: 12px; background-color: var(--white); color: var(--success); border: 2px solid var(--success); border-radius: 12px; box-shadow: 0 3px 10px 0 var(--border); }
.global-esim-campaign-counter .global-esim-campaign-counter-btn .btn-custom:disabled { color: var(--text-muted); border-color: var(--text-muted); }
.global-esim-campaign-counter .global-esim-campaign-counter-input.global-esim-input.input-container { flex: 1 0; margin: 0 16px; }
.global-esim-campaign-counter .global-esim-campaign-counter-input.global-esim-input.input-container .form-control { border-radius: 12px; text-align: center; font-weight: 700; }

/* Pill Selection Switch Buttons */
.global-esim-binary-round-buttons-container { padding: 8px; border-radius: 999px; background-color: var(--bg-light); display: flex; max-width: 100%; }
.global-esim-binary-round-buttons-container .global-esim-binary-round-buttons-switch-button { flex: 1 0 50%; max-width: 50%; overflow: hidden; padding: 12px; color: var(--primary); border-radius: 999px; display: flex; justify-content: center; align-items: center; text-align: center; cursor: pointer; }
.global-esim-binary-round-buttons-container .global-esim-binary-round-buttons-switch-button.isActive { background-color: var(--primary); box-shadow: 0 0 10px 0 var(--border); color: var(--white); }
.global-esim-binary-round-buttons-container .global-esim-binary-round-buttons-switch-button-top-text { font-size: 16px; font-weight: 700; }
.global-esim-binary-round-buttons-container .global-esim-binary-round-buttons-switch-button-bottom-text { margin-top: 8px; font-size: 16px; font-weight: 400; }

/* ==========================================================================
   5. RESPONSIVE MEDIA QUERIES
   ========================================================================== */

/* Mobile Breakpoint (< 600px) */
@media screen and (max-width: 599.98px) {
  .global-esim-campaign-destination-offers-page .global-esim-campaign-destination-offers-best-offer-section { padding-bottom: 24px; }
  .global-esim-campaign-destination-offers-page .global-esim-campaign-destination-offers-more-offer-section { padding-top: 24px; padding-bottom: 24px; }
  .global-esim-campaign-destination-offers-page .global-esim-campaign-destination-offers-more-offer-title { margin-bottom: 8px; }


  .global-esim-campaign-search-feature-search .global-esim-destination-search-input.global-esim-input.input-container .form-control { min-height: 48px; font-size: 26px; border-radius: 16px 0 0 16px; }
  .global-esim-campaign-search-feature-search .global-esim-destination-search-input.global-esim-input.input-container .input-group-text { border-radius: 0 16px 16px 0; }
  .global-esim-campaign-search-feature-search .global-esim-destination-search-input.global-esim-input.input-container .btn-global-esim-primary { width: 36px; height: 36px; border-radius: 12px; }

  .global-esim-campaign-best-offer-item { display: block; }
  .global-esim-campaign-best-offer-item .global-esim-binary-round-buttons-switch-button-bottom-text,
  .global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-item-right-image-container { display: none; }
  .global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-option-form-bottom-desc { font-size: 14px; font-weight: 700; line-height: 20px; color: var(--primary); text-align: center; }
  .global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-option-form-label { font-size: 18px; font-weight: 600; line-height: 20px; }
  .global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-more-detail-price-row { display: block; }
  .global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-more-detail-price-right-col { display: flex; flex-direction: column; align-items: flex-end; }
  .global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-more-detail-day-avg-price { font-size: 12px; line-height: 22px; }
  .global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-more-detail-day-avg-price-currency-amount { font-size: 16px; line-height: 22px; }

  .global-esim-campaign-hover-features-container { border-radius: 16px; display: block; }
  .global-esim-campaign-ultra-flexi-option-container .global-esim-campaign-ultra-flexi-option-flex { display: block; }
  .global-esim-campaign-ultra-flexi-option-container .global-esim-campaign-ultra-flexi-option-item { width: auto; }

  .global-esim-binary-round-buttons-container .global-esim-binary-round-buttons-switch-button { padding: 10px; }
  .global-esim-binary-round-buttons-container .global-esim-binary-round-buttons-switch-button-bottom-text,
  .global-esim-binary-round-buttons-container .global-esim-binary-round-buttons-switch-button-top-text { font-size: 14px; }
}

/* Tablet / Desktop Breakpoint (>= 600px) */
@media screen and (min-width: 600px) {
  .global-esim-campaign-destination-offers-page .global-esim-campaign-destination-offers-best-offer-section { padding-bottom: 40px; }
  .global-esim-campaign-destination-offers-page .global-esim-campaign-destination-offers-more-offer-section { padding-top: 60px; padding-bottom: 120px; }
  .global-esim-campaign-destination-offers-page .global-esim-campaign-destination-offers-more-offer-title { margin-bottom: 24px; }
  .global-esim-campaign-best-offer-item .global-esim-campaign-best-offer-option-form-bottom-desc { display: none; }
}


















.global-esim-check-esim-modal-body .global-esim-check-esim-img{margin-top:16px}
.global-esim-check-esim-modal-body .global-esim-check-esim-img img{width:100%;height:auto;object-fit:contain;object-position:center}
.global-esim-activate-esim-modal-body .global-esim-activate-esim-img{margin-top:16px}
.global-esim-activate-esim-modal-body .global-esim-activate-esim-img img{width:100%;height:auto;object-fit:contain;object-position:center}
.global-esim-routes-container{scroll-behavior:smooth;line-height:1.2}


.global-esim-routes-container .alice-carousel .alice-carousel__dots .alice-carousel__dots-item{background:#dae1e3}
.global-esim-routes-container .alice-carousel .alice-carousel__dots .alice-carousel__dots-item.__active{background:#f7714d}




.global-esim-check-esim-modal-body .global-esim-check-esim-img{margin-top:16px}

.global-esim-check-esim-modal-body .global-esim-check-esim-img img{width:100%;height:auto;object-fit:contain;object-position:center}

.global-esim-activate-esim-modal-body .global-esim-activate-esim-img{margin-top:16px}

.global-esim-activate-esim-modal-body .global-esim-activate-esim-img img{width:100%;height:auto;object-fit:contain;object-position:center}

.global-esim-routes-container{scroll-behavior:smooth;/*line-height:1.2*/}



.global-esim-routes-container .alice-carousel .alice-carousel__dots .alice-carousel__dots-item{background:#dae1e3}

.global-esim-routes-container .alice-carousel .alice-carousel__dots .alice-carousel__dots-item.__active{background:#f7714d}

.global-esim-home-page{background-color:#fff}


.global-esim-home-page .global-esim-home-popular-offer-section{background-color:#f4f8f9}

.global-esim-home-page .global-esim-home-popular-offer-title{margin-bottom:24px}

.global-esim-home-page .global-esim-home-cube-destination-content,.global-esim-home-page .global-esim-home-cube-destination-img,.global-esim-home-page .global-esim-home-cube-why-choose-3-content,.global-esim-home-page .global-esim-home-cube-why-choose-3-img{width:100%;height:100%;object-fit:contain;object-position:center}

.global-esim-home-page .global-esim-home-cube-destination-content,.global-esim-home-page .global-esim-home-cube-why-choose-3-content{container-type:size}

.global-esim-home-page .global-esim-home-cube-destination-content.noImg,.global-esim-home-page .global-esim-home-cube-why-choose-3-content.noImg{border-radius:20px;background-color:#ebf1f2}
.global-esim-home-page .global-esim-home-cube-destination-text,.global-esim-home-page .global-esim-home-cube-why-choose-3-text{position:absolute;top:0;left:0;width:100%;color:#fff}
.global-esim-home-page .global-esim-home-cube-destination-title,.global-esim-home-page .global-esim-home-cube-why-choose-3-title{font-weight:700}
.global-esim-home-page .global-esim-home-cube-destination-text{padding-top:8%;padding-left:8%;padding-right:8%}
.global-esim-home-page .global-esim-home-cube-destination-title{font-size:11cqw}
.global-esim-home-page .global-esim-home-cube-destination-desc{margin-top:8%;font-size:8cqw}
.global-esim-home-page .global-esim-home-cube-why-choose-3-text{padding-top:6%;padding-left:6%;padding-right:6%;overflow:hidden}
.global-esim-home-page .global-esim-home-cube-why-choose-3-title{font-size:9cqw}
.global-esim-home-page .global-esim-home-install-esim-section{background-color:#f4f8f9;overflow:hidden;padding-bottom:20px}

.global-esim-home-page .global-esim-home-install-app-section{border-radius:20px;background-color:#f7714d}
.global-esim-home-page .global-esim-home-scroll-id-container{position:relative;z-index:-1}
.global-esim-home-page .global-esim-home-scroll-id-height{position:absolute;bottom:0}

@media screen and (max-width:599.98px){
	.global-esim-home-page .global-esim-home-popular-offer-section{padding-top:100px;padding-bottom:20px}
	.global-esim-home-page .global-esim-home-popular-offer-category{margin-bottom:16px}
	.global-esim-home-page .global-esim-home-cube-destination-section{padding-top:24px;padding-bottom:44px}
	.global-esim-home-page .global-esim-home-cube-why-title{margin-bottom:20px}
	.global-esim-home-page .global-esim-home-cube-why-section{padding-bottom:40px}
	.global-esim-home-page .global-esim-home-cube-destination{height:112px;width:112px}
	.global-esim-home-page .global-esim-home-cube-why{height:173px;width:173px}
	.global-esim-home-page .global-esim-home-install-esim-section{padding-top:20px}
	.global-esim-home-page .global-esim-home-install-app-section{padding-top:16px;margin-bottom:40px}}

@media screen and (min-width:600px){
	.global-esim-home-page .global-esim-home-popular-offer-section{padding-top:80px;padding-bottom:30px}
	.global-esim-home-page .global-esim-home-popular-offer-category{margin-bottom:24px}
	.global-esim-home-page .global-esim-home-cube-destination-section{padding-top:3%;padding-bottom:3%}
	.global-esim-home-page .global-esim-home-cube-why-title{margin-bottom:3%}
	.global-esim-home-page .global-esim-home-cube-why-section{padding-bottom:3%}
	.global-esim-home-page .global-esim-home-install-esim-section{padding-top:20px}
	.global-esim-home-page .global-esim-home-install-app-section{padding-top:48px;margin-top:84px;margin-bottom:120px}
}




@media screen and (min-width:600px){

}

.global-esim-find-destination-mobile-search-modal-body .global-esim-hori-scroll-container{padding-top:16px;padding-bottom:16px}
.global-esim-install-esim-container .global-esim-install-esim-guide-container{border-top:1px solid #f7714d;padding-top:8px;margin-top:24px}
.global-esim-install-esim-container .global-esim-install-esim-guide-top{display:flex;justify-content:space-between;align-items:center;cursor:pointer}
.global-esim-install-esim-container .global-esim-install-esim-guide-top-icon,.global-esim-install-esim-container .global-esim-install-esim-guide-top-title{color:#f7714d}
.global-esim-install-esim-container .global-esim-install-esim-guide-step{padding-top:8px;font-size:16px}
.global-esim-install-esim-container .global-esim-install-esim-desc{color:#6d7c80;margin-top:8px}
.global-esim-install-esim-container .global-esim-install-esim-guide-carousel-content{border-radius:20px}
.global-esim-install-esim-container .global-esim-install-esim-guide-img img{display:block;margin-left:auto;margin-right:auto;width:100%;max-height:100%;object-fit:contain;object-position:center bottom}

@media screen and (max-width:599.98px){.global-esim-install-esim-container .global-esim-install-esim-row-left-content{padding-left:20px;padding-right:20px}
	.global-esim-install-esim-container .global-esim-install-esim-guide-top-title{font-size:20px}
	.global-esim-install-esim-container .global-esim-install-esim-desc{font-size:16px}
	.global-esim-install-esim-container .global-esim-install-esim-row>.global-esim-install-esim-row-right{display:none}
	.global-esim-install-esim-container .global-esim-install-esim-row-mobile-img{margin-top:24px;margin-bottom:24px}}

@media screen and (min-width:600px){
	.global-esim-install-esim-container .global-esim-install-esim-row-left-content{padding-left:30px;padding-right:30px}
	.global-esim-install-esim-container .global-esim-install-esim-guide-top-title{font-size:24px}
	.global-esim-install-esim-container .global-esim-install-esim-desc{font-size:20px}
	.global-esim-install-esim-container .global-esim-install-esim-row{display:flex}
	.global-esim-install-esim-container .global-esim-install-esim-row-left{flex:4 0}
	.global-esim-install-esim-container .global-esim-install-esim-row-right{flex:3 0;align-self:center}
	.global-esim-install-esim-container .global-esim-install-esim-row>.global-esim-install-esim-row-left .global-esim-install-esim-row-mobile-img{display:none}
	.global-esim-install-esim-container .global-esim-install-esim-row>.global-esim-install-esim-row-right{overflow:hidden}
}



@media screen and (max-width:599.98px){.global-esim-faq-container .global-esim-faq-question-text{font-size:16px}}

.global-esim-cube-container{width:100%;padding-bottom:100%;height:0;position:relative}
.global-esim-cube-container .global-esim-cube-content{position:absolute;top:0;left:0;width:100%;height:100%}
.global-esim-home-banner .global-esim-home-banner-carousel-custom-next,.global-esim-home-banner .global-esim-home-banner-carousel-custom-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#f7714d;cursor:pointer;opacity:.5}
.global-esim-home-banner .global-esim-home-banner-carousel-custom-next:hover,.global-esim-home-banner .global-esim-home-banner-carousel-custom-prev:hover{opacity:1}
.global-esim-home-banner .global-esim-home-banner-carousel-custom-next.disabled,.global-esim-home-banner .global-esim-home-banner-carousel-custom-prev.disabled{cursor:not-allowed;opacity:.3}
.global-esim-home-banner .alice-carousel .alice-carousel__wrapper{transition:height .3s ease}
.global-esim-home-banner .alice-carousel .alice-carousel__dots .alice-carousel__dots-item:not(.__custom):not(:last-child){margin-right:4px}
.global-esim-home-banner .alice-carousel .alice-carousel__next-btn,.global-esim-home-banner .alice-carousel .alice-carousel__prev-btn{padding-top:0;padding-bottom:0}
.global-esim-home-banner .alice-carousel .alice-carousel__prev-btn{float:left}
.global-esim-home-banner .alice-carousel .alice-carousel__next-btn{float:right}
.global-esim-home-banner .alice-carousel:after{content:"";display:block;clear:both}
.global-esim-home-banner .global-esim-home-banner-carousel-custom-prev{left:0}
.global-esim-home-banner .global-esim-home-banner-carousel-custom-next{right:0}
.global-esim-home-banner .global-esim-home-banner-item{position:relative}
.global-esim-home-banner .global-esim-home-banner-item img{width:100%;height:auto;object-fit:contain;object-position:center}
.global-esim-home-banner .global-esim-home-banner-link{display:block}
.global-esim-home-banner .global-esim-home-banner-text-container{container-type:size;position:absolute;top:0;left:0;width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px}
.global-esim-home-banner .global-esim-home-banner-item-title{font-size:10cqw}
.global-esim-home-banner .global-esim-home-banner-item-desc{font-size:4cqw}
.global-esim-offer-filter-buttons .global-esim-hori-scroller-item{vertical-align:top}
.global-esim-offer-filter-buttons .global-esim-hori-scroller-item+.global-esim-hori-scroller-item{margin-left:8px}
.global-esim-offer-filter-buttons .btn-custom{background-color:#fff;border-color:#dae1e3;color:#394c52;line-height:1;border-radius:16px;border-width:2px;font-weight:700}
.global-esim-offer-filter-buttons .btn-custom.active{border-color:#f7714d;color:#f7714d}

@media screen and (max-width:599.98px){
	.global-esim-offer-filter-buttons .btn-custom{padding:8px 16px}
}

@media screen and (min-width:600px){
	.global-esim-offer-filter-buttons .btn-custom{padding:12px 24px}
}


.global-esim-destination-result-container .global-esim-destination-result-item{cursor:pointer}
.global-esim-destination-result-container .global-esim-destination-result-item:hover{background-color:#f4f8f9}
.global-esim-destination-result-container .global-esim-destination-result-country-item{display:flex;align-items:center}

@media screen and (min-width:600px){
	.global-esim-destination-result-container .global-esim-destination-result-empty,.global-esim-destination-result-container .global-esim-destination-result-item{padding:12px 24px}
}

@media screen and (max-width:599.98px){
	.global-esim-destination-result-container .global-esim-destination-result-empty,.global-esim-destination-result-container .global-esim-destination-result-item{padding:24px 0;border-bottom:1px solid #dae1e3}
}

.global-esim-destination-search-container .global-esim-destination-search-input.global-esim-input.input-container .btn-global-esim-primary{line-height:1;padding:8px;border-radius:16px;z-index:auto}


@media screen and (max-width:599.98px){
	.global-esim-destination-search-container .global-esim-destination-search-result-container{display:none}
}

@media screen and (min-width:600px){
	.global-esim-destination-search-container .global-esim-destination-search-input.global-esim-input.input-container{position:relative;z-index:1}
	.global-esim-destination-search-container .global-esim-destination-search-result-container{position:relative;height:0}
	.global-esim-destination-search-container .global-esim-destination-search-result-list{position:absolute;z-index:1;top:0;left:0;width:100%;max-height:192px;border-radius:16px;box-shadow:0 5px 25px 0 #6d7c80;background-color:#fff;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}
	.global-esim-destination-search-container .global-esim-destination-search-result-list::-webkit-scrollbar{display:none}
}

.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card{padding:10px;height:100%}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content{background-color:#fff;width:100%;box-shadow:0 3px 10px 0 #dae1e3;border-radius:20px;overflow:hidden;padding-bottom:16px;height:100%;display:flex;flex-direction:column}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-tag-row{display:flex}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-stretch-space{flex:1 1;display:flex;flex-direction:column;justify-content:space-between}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-bottom,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-top{display:flex;padding-left:16px;padding-right:16px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-bottom,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-top{align-items:center}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-bottom,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle{padding-top:16px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-tag-row{justify-content:flex-end;min-height:32px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-bottom{justify-content:space-between}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-tag{max-width:100%;max-height:32px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:0 20px 0 20px;font-size:12px;line-height:16px;padding:8px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-tag img{width:14px;height:14px;object-fit:contain;object-position:center;margin-right:4px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-tag *{vertical-align:middle}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-top-text{font-weight:700;/*white-space:pre-wrap*/}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-top-name{font-size:30px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-top-number{font-size:20px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-border{width:0;margin:0 4px;border-right:1px solid #dae1e3}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-left,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-right{flex:1 0;align-self:center;text-align:center}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-data-amount,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-left-amount,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-right-price{font-weight:700;font-size:20px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-data-unit,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-left-unit,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-right-from{font-weight:500;font-size:14px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-data-amount,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-data-unit,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-social-amount,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-social-unit{color:#f7714d}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-social{font-size:14px;font-weight:500;display:inline-block}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-social-amount{font-weight:700}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-right{vertical-align:baseline}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-right-price{font-weight:700;color:#f7714d}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-bottom-left{cursor:pointer}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-bottom-left-icon{color:#f7714d}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-bottom-left-text{font-size:12px;line-height:16px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-right.btn-custom{background-color:#fff;border-color:#f9cfd5;color:#394c52;line-height:1;border-radius:12px;border-width:2px;font-weight:700;font-size:14px}

@media screen and (max-width:599.98px){
	.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card{min-width:340px}
}

@media screen and (min-width:600px){
	.global-esim-offer-hori-list-container .global-esim-offer-hori-list-desktop-carousel-container{padding:0 80px}
	
	.global-esim-offer-hori-list-container .global-esim-offer-hori-list-desktop-carousel-next,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-desktop-carousel-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:40px;height:40px;border-radius:50%;color:#f7714d;background-color:#f9cfd5;cursor:pointer;border: none}
	
	.global-esim-offer-hori-list-container .global-esim-offer-hori-list-desktop-carousel-next.disabled,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-desktop-carousel-prev.disabled{cursor:not-allowed;color:#fff;background-color:#dae1e3}
	.global-esim-offer-hori-list-container .global-esim-offer-hori-list-desktop-carousel-next>i,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-desktop-carousel-prev>i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
	.global-esim-offer-hori-list-container .alice-carousel ul.alice-carousel__stage{display:flex}
	.global-esim-offer-hori-list-container .alice-carousel li.alice-carousel__stage-item{flex-shrink:0;height:auto}
	.global-esim-offer-hori-list-container .alice-carousel .alice-carousel__next-btn,.global-esim-offer-hori-list-container .alice-carousel .alice-carousel__prev-btn{padding-top:0;padding-bottom:0}
	.global-esim-offer-hori-list-container .alice-carousel .alice-carousel__prev-btn{float:left}
	.global-esim-offer-hori-list-container .alice-carousel .alice-carousel__next-btn{float:right}
	.global-esim-offer-hori-list-container .alice-carousel:after{content:"";display:block;clear:both}
	
	.global-esim-offer-hori-list-container .global-esim-offer-hori-list-desktop-carousel-prev{left:0px}
	.global-esim-offer-hori-list-container .global-esim-offer-hori-list-desktop-carousel-next{right:0px}
}



.global-esim-destination-result-container .global-esim-destination-result-item{cursor:pointer}
.global-esim-destination-result-container .global-esim-destination-result-item:hover{background-color:#f4f8f9}
.global-esim-destination-result-container .global-esim-destination-result-country-item{display:flex;align-items:center}@media screen and (min-width:600px){.global-esim-destination-result-container .global-esim-destination-result-empty,.global-esim-destination-result-container .global-esim-destination-result-item{padding:12px 24px}
}
@media screen and (max-width:599.98px){.global-esim-destination-result-container .global-esim-destination-result-empty,.global-esim-destination-result-container .global-esim-destination-result-item{padding:24px 0;border-bottom:1px solid #dae1e3}
}

.global-esim-destination-search-container .global-esim-destination-search-input.global-esim-input.input-container .btn-global-esim-primary{line-height:1;padding:8px;border-radius:16px;z-index:auto}


@media screen and (max-width:599.98px){
	.global-esim-destination-search-container .global-esim-destination-search-result-container{display:none}
}

@media screen and (min-width:600px){.global-esim-destination-search-container .global-esim-destination-search-input.global-esim-input.input-container{position:relative;z-index:1}
.global-esim-destination-search-container .global-esim-destination-search-result-container{position:relative;height:0}
.global-esim-destination-search-container .global-esim-destination-search-result-list{position:absolute;z-index:1;top:0;left:0;width:100%;max-height:192px;border-radius:16px;box-shadow:0 5px 25px 0 #6d7c80;background-color:#fff;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}
.global-esim-destination-search-container .global-esim-destination-search-result-list::-webkit-scrollbar{display:none}}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card{padding:10px;height:100%}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content{background-color:#fff;width:100%;box-shadow:0 3px 10px 0 #dae1e3;border-radius:20px;overflow:hidden;padding-bottom:16px;height:100%;display:flex;flex-direction:column}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-tag-row{display:flex}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-stretch-space{flex:1 1;display:flex;flex-direction:column;justify-content:space-between}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-bottom,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-top{display:flex;padding-left:16px;padding-right:16px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-bottom,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-top{align-items:center}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-bottom,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle{padding-top:16px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-tag-row{justify-content:flex-end;min-height:32px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-bottom{justify-content:space-between}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-tag{max-width:100%;max-height:32px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:0 20px 0 20px;font-size:12px;line-height:16px;padding:8px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-tag img{width:14px;height:14px;object-fit:contain;object-position:center;margin-right:4px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-tag *{vertical-align:middle}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-top-text{font-weight:700;/*white-space:pre-wrap*/}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-top-name{font-size:30px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-top-number{font-size:20px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-border{width:0;margin:0 4px;border-right:1px solid #dae1e3}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-left,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-right{flex:1 0;align-self:center;text-align:center}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-data-amount,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-left-amount,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-right-price{font-weight:700;font-size:20px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-data-unit,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-left-unit,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-right-from{font-weight:500;font-size:14px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-data-amount,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-data-unit,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-social-amount,.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-social-unit{color:#f7714d}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-social{font-size:14px;font-weight:500;display:inline-block}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-center-social-amount{font-weight:700}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-right{vertical-align:baseline}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-middle-right-price{font-weight:700;color:#f7714d}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-bottom-left{cursor:pointer}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-bottom-left-icon{color:#f7714d}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-bottom-left-text{font-size:12px;line-height:16px}
.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card-content-right.btn-custom{background-color:#fff;border-color:#f9cfd5;color:#394c52;line-height:1;border-radius:12px;border-width:2px;font-weight:700;font-size:14px}

@media screen and (max-width:599.98px){.global-esim-offer-hori-list-container .global-esim-offer-hori-list-card{min-width:340px}
}


.content-container{position:relative;background-color:#fff}
.content-container.content-padding-container{padding:0 12px}
.content-container.footer-padding-container{padding-bottom:50px}
.content-container.summary-padding-container{padding-bottom:85px}
.content-container-404{min-height:100vh}
.header-container{position:-webkit-sticky;position:sticky;top:0;background-color:#fff;z-index:10}
.header-container .top{min-height:60px;position:relative;padding:16px 12px}

@media screen and (min-width:1280px){
	.header-container .top{padding:10px 24px;box-shadow:0 0 2px rgba(0,0,0,.08),0 2px 24px rgba(0,0,0,.08)}
	.header-container .top .right-side .sologan{font-weight:500;font-size:18px;line-height:26px;color:#000}
	.header-container .top .right-side .sologan.logged{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#818c99}
	.header-container .top .right-side .lang-switch{font-weight:700;font-size:17px;line-height:22px;text-align:center;letter-spacing:-.408px;color:#000}
}

.header-container .top .ver-divider{height:40px;padding-top:4px;padding-bottom:4px}
.header-container .top .ver-divider .MuiDivider-root{width:2px;background-color:rgba(0,0,0,.12)}
.header-container .top .button.desktop-logo{width:auto;height:40px}
.header-container .top .logo .button{height:32px;width:32px}
.header-container .top .logo .button.brand-logo{width:auto}
.header-container .top .logo .button.back-btn{position:absolute;background:#000}
.header-container .top .logo .profile{width:36px;height:36px;background-position:50%;background-size:cover;margin:0 auto;border-radius:50%}
.header-container .top .select-sub-logo{position:absolute;top:12px;left:44px}
.header-container .top .select-sub-logo.inbox{left:12px}
.header-container .top .page-title{text-align:center;font-weight:500;font-size:18px;line-height:26px;color:#000;padding-left:32px;padding-right:32px}
.header-container .top .menu{position:absolute;top:calc(50% - 11px);right:16px;min-width:24px;height:24px}
.header-container .top .menu .hbg-menu{position:absolute;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;height:100%;width:100%;background:linear-gradient(133.76deg,#e40077 8.26%,#861f81 84.56%)}
.isGlobalEsim .header-container .top .menu .hbg-menu{background:none;background-color:#f7714d}
.header-container .top .menu .label{font-size:17px;line-height:22px;letter-spacing:-.408px;color:#000;opacity:.4}
.header-container .top .menu .label.active{opacity:1}
.profile-pic{background-position:50%;background-size:cover;margin:0 auto;border-radius:50%}
.profile-pic.small{width:36px!important;height:36px!important}
.profile-pic.medium{width:44px!important;height:44px!important}
.profile-pic.large{width:58px!important;height:58px!important}
.menu-paper-container{background-color:#fff}
.menu-paper-container.DESKTOP{border-radius:4px;box-shadow:0 4px 4px rgba(0,0,0,.1)
}

@media screen and (max-width:1280px){
	.menu-paper-container{padding-bottom:50px!important}
}

.menu-paper-container .header-row{top:calc(50% - 13px);min-height:44px}
.menu-paper-container .header-row .left .back{min-width:30px}
.menu-paper-container .header-row .middle .user-info .user-name{font-weight:700;font-size:16px;line-height:20px;letter-spacing:-.32px;flex-basis:100%}
.menu-paper-container .header-row .middle .user-info .user-email{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#818c99}
.menu-paper-container .header-row .middle .title{text-align:center;font-weight:500;font-size:18px;line-height:26px;color:#000}
.menu-paper-container .header-row .middle .title.login-slogan{text-align:left}
.menu-paper-container .list-item .ver-indicator{position:absolute;left:0;width:4px;height:48px;background:linear-gradient(180deg,#ae006f,#5f2477);padding:0!important}
.isGlobalEsim .menu-paper-container .list-item .ver-indicator{background:none;background-color:#f7714d}

@media screen and (min-width:1280px){
	.menu-paper-container .list-item .ver-indicator{left:-8px;height:36px}
}

.menu-paper-container .list-item .label-name{font-size:17px;line-height:22px;letter-spacing:-.408px;color:#000}
.menu-paper-container .list-item .lang-name .native-name{flex-basis:100%}
.menu-paper-container .list-item .lang-name .current-lang-name{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#818c99}
.menu-paper-container hr{margin-bottom:26px}
.filled-btn{min-width:0!important}.filled-btn.small{height:30px;font-size:14px;line-height:18px;text-align:center;letter-spacing:-.154px}
.filled-btn.medium{height:36px;font-size:15px;line-height:20px;letter-spacing:-.24px}
.filled-btn.large{height:44px;font-size:17px;line-height:22px;letter-spacing:-.408px}
.filled-btn.multiline{height:auto}
.filled-btn.multiline .first-line{font-size:20px;line-height:24px}
.filled-btn.multiline .second-line{margin:0 -4px;font-weight:400;font-size:13px;line-height:18px;letter-spacing:-.24px;white-space:nowrap}
.filled-btn.disabled{opacity:.4;pointer-events:none}
.filled-btn.pending{opacity:.4}
.filled-btn.enabled{opacity:1}
.filled-btn.white{background:#fff;color:#000}
.filled-btn.white:hover{background:#fff}
.filled-btn.grey{background:#ddd;color:#000}
.filled-btn.grey:hover{background:#ddd}
.filled-btn.black{background:#000}
.filled-btn.black .label{color:#fff}.filled-btn.black:hover{background:#000}
.filled-btn.transparent{color:#fff}
.filled-btn.transparent,.filled-btn.transparent:hover{background:transparent;box-shadow:0 4px 4px rgba(0,0,0,.25),0 0 4px hsla(0,0%,100%,.3)}
.filled-btn.gradiant{background:linear-gradient(270deg,#eb0082,#83298f);color:#fff}
.filled-btn.commerce{background:url(prepaid_DIY_static_media_commerce.f751be4a.png);background-size:cover;color:#fff}
.isGlobalEsim .filled-btn.commerce,.isGlobalEsim .filled-btn.gradiant{background:none;background-color:#f7714d}
.filled-btn.MuiButton-root{padding:8px 16px}
.filled-btn.MuiButton-contained{border-radius:4px}
.filled-btn .MuiButton-label{font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:500}
.filled-btn .label{text-align:center}
.filled-btn .label .icon{position:absolute}
.filled-btn .label .icon.start{top:6px;left:10px}.filled-btn .label .icon.end{z-index:100;top:6px;right:10px;cursor:pointer}
.flow-row{margin:0 0 16px!important}

@media screen and (min-width:1280px)and (max-width:1919px){
	.flow-row{padding:60px 0 0 60px}}


@media screen and (min-width:1920px){
	.flow-row{padding:120px 0 0 60px}
}
.flow-row .flow-container .stepper-container{padding:0}
.flow-row .flow-container .stepper-container .stepper,.flow-row .flow-container .stepper-container .stepper *{box-sizing:content-box}
.flow-row .flow-container .stepper-container .stepper .MuiStepLabel-iconContainer.MuiStepLabel-alternativeLabel{margin-left:2px}
.flow-row .flow-container .stepper-container .stepper .MuiStepLabel-iconContainer.MuiStepLabel-alternativeLabel .stepper-icon{height:24px;width:24px;padding:2px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}
.flow-row .flow-container .stepper-container .stepper .MuiStepLabel-iconContainer.MuiStepLabel-alternativeLabel .stepper-icon.active{background:linear-gradient(180deg,#ae006f,#5f2477)}
.isGlobalEsim .flow-row .flow-container .stepper-container .stepper .MuiStepLabel-iconContainer.MuiStepLabel-alternativeLabel .stepper-icon.active{background:none;background-color:#f7714d}
.flow-row .flow-container .stepper-container .stepper .MuiStepLabel-iconContainer.MuiStepLabel-alternativeLabel .stepper-icon.inactive{background:#99a2ad}
.flow-row .flow-container .stepper-container .stepper .MuiStepLabel-labelContainer .MuiStepLabel-label.MuiStepLabel-alternativeLabel{margin-top:0;font-weight:500;font-size:10px;line-height:12px;text-align:center;letter-spacing:.12px;text-transform:capitalize;color:#99a2ad}
.flow-row .flow-container .stepper-container .stepper .MuiStepLabel-labelContainer .MuiStepLabel-label.MuiStepLabel-alternativeLabel.MuiStepLabel-active,.flow-row .flow-container .stepper-container .stepper .MuiStepLabel-labelContainer .MuiStepLabel-label.MuiStepLabel-alternativeLabel.MuiStepLabel-completed{color:#000}
.flow-row .flow-container .stepper-container .stepper .MuiStepConnector-alternativeLabel{left:calc(-50% + 34px);right:calc(50% + 34px)}
.flow-row .flow-container .stepper-container .stepper .MuiStepConnector-alternativeLabel .MuiStepConnector-line{height:2px;background:#99a2ad;border-radius:20px}
.flow-row .flow-container .stepper-container .stepper .MuiStepConnector-alternativeLabel.MuiStepConnector-active .MuiStepConnector-line,.flow-row .flow-container .stepper-container .stepper .MuiStepConnector-alternativeLabel.MuiStepConnector-completed .MuiStepConnector-line{height:2px;background:linear-gradient(180deg,#ae006f,#5f2477);border-radius:20px}
.isGlobalEsim .flow-row .flow-container .stepper-container .stepper .MuiStepConnector-alternativeLabel.MuiStepConnector-active .MuiStepConnector-line,.isGlobalEsim .flow-row .flow-container .stepper-container .stepper .MuiStepConnector-alternativeLabel.MuiStepConnector-completed .MuiStepConnector-line{background:none;background-color:#f7714d}
.footer-container .footer-row{padding:12px;position:relative;background:#eaeaea;min-height:84px}
.footer-container .footer-row .f-container .link{font-weight:700;font-size:14px;line-height:18px;letter-spacing:-.154px;color:#959595}
.footer-container .footer-row .f-container .link span:nth-child(n+2):before{content:" | "}
.footer-container .menu-row{position:fixed;left:0;bottom:0;z-index:10;width:100vw;padding:0!important}
.menu-safe-area{height:env(safe-area-inset-bottom);background-color:#fff}.menu-container{height:49px;border-top:.5px solid rgba(0,0,0,.12);background-color:#fff;padding:8px;text-align:center}
.menu-container .MuiGrid-item .MuiBadge-root .menu-icon{height:28px;width:28px;top:calc(50% - 14px);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}
.menu-container .MuiGrid-item .MuiBadge-root .menu-icon.active{background:linear-gradient(180deg,#ae006f,#5f2477)}
.isGlobalEsim .menu-container .MuiGrid-item .MuiBadge-root .menu-icon.active{background:none;background-color:#f7714d}
.menu-container .MuiGrid-item .MuiBadge-root .menu-icon.inactive{background:#99a2ad}
.menu-container .MuiGrid-item .MuiBadge-root .MuiBadge-dot{color:#fff;background:#5c9ce6}
.menu-container.desktop{position:relative;height:auto;border-radius:4px;padding:8px;width:100%;margin:0;border-top:0}
.menu-container.desktop .list-item .ver-indicator{position:absolute;left:0;width:4px;height:48px;background:linear-gradient(180deg,#ae006f,#5f2477);padding:0!important}
.isGlobalEsim .menu-container.desktop .list-item .ver-indicator{background:none;background-color:#f7714d}

@media screen and (min-width:1280px){
	.menu-container.desktop .list-item .ver-indicator{left:8px;height:36px}}
.menu-container.desktop .list-item .label{text-align:left;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#000}
.menu-container.desktop .list-item hr{margin-bottom:14px}.hbg-menu-drawer .MuiDrawer-paper{min-height:calc(100vh - 120px);padding:16px 12px;border-radius:14px 14px 0 0}
.notify-container{box-shadow:0 0 2px rgba(0,0,0,.08),0 0 24px rgba(0,0,0,.16)
}
@media screen and (min-width:1280px){
	.notify-container{width:20%}}.notify-container .notify-content{width:100vw}
.notify-container .inner-container{background:#fff;border-radius:10px;padding:12px}.notify-container .inner-container .content{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#000}
.price-row{position:fixed;left:0;bottom:0;z-index:10;width:100vw;border-top:.5px solid rgba(0,0,0,.12);background:rgba(0,0,0,.75);padding:8px}
@media screen and (min-width:1280px){
	.price-row{position:fixed;top:0;right:0;bottom:0;left:auto;z-index:1!important;width:30%;border-top:.5px solid rgba(0,0,0,.12);background:#ebedf0;padding:240px 48px}
}

.price-row .sub-total-row .label{font-size:12px;line-height:14px;color:#e1e3e6}
.price-row .deduct-row,.price-row .sub-total-row .price{font-weight:700;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#e1e3e6}
.price-row .deduct-row{text-align:center}
.price-row .discount-row .label{font-size:12px;line-height:14px;color:#e1e3e6}
.price-row .discount-row .price{font-weight:700;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#e1e3e6}
.price-row .ver-divider .MuiDivider-root{background-color:#909499}
.price-row .name{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#e1e3e6}
.price-row .details-btn,.price-row .name.small{font-size:12px;line-height:14px}
.price-row .details-btn{cursor:pointer;color:#4986cc}.price-row .price{font-weight:700;font-size:20px;line-height:24px;color:#e1e3e6}
.price-row .card-row{position:absolute;top:85px;z-index:-1;width:376px;height:256px;background-repeat:no-repeat;background-position:50%;background-position-y:top;transition:background-image 1s ease-in-out}
.price-row .card-row.PSIM-MNP.tc,.price-row .card-row.PSIM.tc{background-image:url(prepaid_DIY_static_media_PSIM.3acc8d5c.svg)}
.price-row .card-row.PSIM-MNP.en,.price-row .card-row.PSIM.en{background-image:url(prepaid_DIY_static_media_PSIM-en.32c67360.svg)}
.price-row .card-row.ESIM{background-image:url(prepaid_DIY_static_media_ESIM.874c85e1.svg)}
.price-row .tc-row{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#e1e3e6}
.price-row .tc-row span{color:#71aaeb}.price-row .tc-row.DESKTOP{color:#000}
.price-row .tc-row.DESKTOP span{color:#3f8ae0}
.price-row .selected-row .content-container{padding:16px;background-color:#fff}
.price-row .selected-row .content-container .selected-row-container{max-height:calc(100vh - 320px);overflow:auto}
.price-row .selected-row .content-container .selected-row-container .title{font-weight:700;font-size:29px;line-height:28px;letter-spacing:.326451px;color:#000}
.price-row .selected-row .content-container .selected-row-container .addon-item-row,.price-row .selected-row .content-container .selected-row-container .plan-row{font-size:20px;line-height:24px;letter-spacing:.38px;color:#000}
.price-row .selected-row .content-container .selected-row-container .addon-item-row .name,.price-row .selected-row .content-container .selected-row-container .plan-row .name{font-weight:700;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#2c2d2e}
.price-row .selected-row .content-container .selected-row-container .addon-item-row .desc .name,.price-row .selected-row .content-container .selected-row-container .plan-row .desc .name{font-weight:700;font-size:15px;line-height:20px;letter-spacing:-.24px;color:#6d7885}
.price-row .selected-row .content-container .selected-row-container .addon-item-row .desc .details,.price-row .selected-row .content-container .selected-row-container .plan-row .desc .details{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#6d7885}
.price-row .selected-row .content-container .selected-row-container .addon-item-row .desc .details a,.price-row .selected-row .content-container .selected-row-container .plan-row .desc .details a{color:#3f8ae0}
.price-row .selected-row .content-container .selected-row-container .addon-item-row .desc ul,.price-row .selected-row .content-container .selected-row-container .plan-row .desc ul{margin:0;padding-left:20px}
.price-row .selected-row .content-container .selected-row-container .addon-item-row .desc ul li,.price-row .selected-row .content-container .selected-row-container .plan-row .desc ul li{font-size:15px;line-height:20px;letter-spacing:-.24px}
.price-row .selected-row .content-container .selected-row-container .addon-item-row .desc .price,.price-row .selected-row .content-container .selected-row-container .plan-row .desc .price{font-size:15px;line-height:20px;text-align:right;letter-spacing:-.24px;color:#6d7885}
.price-row .selected-row .content-container .selected-row-container .sim-item .name{font-weight:700;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#2c2d2e}
.price-row .selected-row .content-container .selected-row-container .sim-item .desc{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#6d7885}
.price-row .selected-row .content-container .selected-row-container .cal-row .sum-item .label{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#000}
.price-row .selected-row .content-container .selected-row-container .cal-row .sum-item .price{font-weight:700;font-size:15px;line-height:20px;text-align:right;letter-spacing:-.24px;color:#818c99}
.price-row .selected-row .content-container .selected-row-container .cal-row .discount-row .label{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#3f8ae0}
.price-row .selected-row .content-container .selected-row-container .cal-row .discount-row .price{font-weight:700;font-size:15px;line-height:20px;text-align:right;letter-spacing:-.24px;color:#3f8ae0}
.price-row .selected-row .content-container .selected-row-container .cal-row .MuiDivider-root{margin:10px 0}
.price-row .selected-row .content-container .selected-row-container .recharge-item .label{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#6d7885}
.price-row .selected-row .content-container .selected-row-container .recharge-item .price{font-size:15px;line-height:20px;text-align:right;letter-spacing:-.24px;color:#6d7885}
.price-row .selected-row .content-container .selected-row-container .total-row .label{font-weight:700;font-size:20px;line-height:24px;letter-spacing:.38px;color:#000}
.price-row .selected-row .content-container .selected-row-container .total-row .price{font-weight:700;font-size:20px;line-height:24px;text-align:right;letter-spacing:.38px;color:#000}
.price-row .mnp-row .title{font-weight:700;font-size:52px;line-height:63px;letter-spacing:1.00053px;color:#000}
.price-row .mnp-row .caption{font-weight:500;font-size:24px;line-height:28px;letter-spacing:.326451px;color:#000}
.info-btn{cursor:pointer;font-size:15px;line-height:20px;text-align:right;letter-spacing:-.24px;color:#4986cc;white-space:nowrap}
.info-btn img{padding-top:4px;padding-left:4px}
.info-btn.small{font-size:12px;line-height:14px}
.bottom-drawer .MuiDrawer-paper{margin:8px auto;border-radius:18px;padding:16px;max-width:700px;max-height:calc(100vh - 120px)}

@media screen and (min-width:1280px){
	.bottom-drawer .MuiDrawer-paper{max-width:700px;max-height:80vh;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px}
}
.bottom-drawer .MuiDrawer-paper .drawer-container{padding:0 10px 10px}
.bottom-drawer .MuiDrawer-paper .drawer-container .close-container{text-align:right}
.bottom-drawer .MuiDrawer-paper .drawer-container .close-container .close{cursor:pointer}
.bottom-drawer .MuiDrawer-paper .drawer-container .header-icon{display:flex;justify-content:center;align-items:center;margin-bottom:15px}
.bottom-drawer .MuiDrawer-paper .drawer-container .title{font-weight:500;font-size:20px;line-height:24px;text-align:center;letter-spacing:.38px;color:#000}
.bottom-drawer .MuiDrawer-paper .drawer-container .desc{margin-top:10px;margin-bottom:10px;font-size:14px;line-height:18px;text-align:center;letter-spacing:-.154px;color:#6d7885}
.bottom-drawer .MuiDrawer-paper .drawer-container .footer{margin-top:10px}.number-selection-drawer .validations .validation-title{font-size:16px;text-align:center}
.number-selection-drawer .validations .validation-content{padding:16px;display:flex;justify-content:center}
.number-selection-drawer .validations .validation-buttons{display:flex;grid-gap:8px;gap:8px;padding-top:16px}
.number-selection-drawer .validations .validation-buttons>.btn{flex:1 1}.number-selection-drawer .mb1c2n-intro{text-align:left}
.styled-paper-drawer .MuiDrawer-paper{margin:8px auto;border-radius:18px;padding:16px;max-width:700px;max-height:calc(100vh - 120px)
}

@media screen and (min-width:716px){
	.styled-paper-drawer .MuiDrawer-paper{margin-left:auto;margin-right:auto}
}

@media screen and (min-width:1280px){.styled-paper-drawer .MuiDrawer-paper{max-width:700px;max-height:80vh;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px}}
.styled-paper-drawer .MuiDrawer-paper .drawer-container{padding:0 10px 10px}.styled-paper-drawer .MuiDrawer-paper .drawer-container .top-container{display:flex;align-items:center}.styled-paper-drawer .MuiDrawer-paper .drawer-container .top-container .back{cursor:pointer}
.styled-paper-drawer .MuiDrawer-paper .drawer-container .top-container .back-placeholder{width:24px}
.styled-paper-drawer .MuiDrawer-paper .drawer-container .top-container .title{text-align:center;flex:1 1}
.styled-paper-drawer .MuiDrawer-paper .drawer-container .top-container .close{cursor:pointer}
.otp-box-container .label{font-size:14px;line-height:18px;letter-spacing:-.154px;color:#6d7885}
.otp-box-container .otp-box{padding:0 2px;height:40px;max-width:calc(100vw - 32px)}
.otp-box-container .otp-box .otp-box-input{padding:0!important;width:calc(16.66667vw - 18px)!important;max-width:44px;min-width:32px;height:100%;background:#f2f3f5!important;border:.5px solid rgba(0,0,0,.12);border-radius:4px}
.otp-box-container .otp-box .otp-box-input.otp-box-input-focus{border:1px solid #3f8ae0;outline:none}
.otp-box-container .otp-box .otp-box-input.has-error{background:#faebeb!important;border:1px solid #e64646}
.otp-box-container .otp-box .separator{margin:0 4px
}.otp-box-container .error-label{font-size:14px;line-height:18px;letter-spacing:-.154px;color:#e64646}
.alert-drawer{height:100vh}.alert-drawer .MuiDrawer-paper{position:absolute;margin:0 auto;border-radius:18px;padding:16px;width:calc(100vw - 48px);top:calc(100vh - 75%);bottom:auto}

@media screen and (min-width:1280px){.alert-drawer .MuiDrawer-paper{max-width:700px;max-height:100%;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px}}.alert-drawer .close{text-align:right}
.alert-drawer .drawer-image{text-align:center}
.alert-drawer .title{font-weight:500;font-size:20px;line-height:24px;text-align:center;letter-spacing:.38px;color:#000}
.alert-drawer .details .name{font-weight:700;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#2c2d2e}
.alert-drawer .details .line{text-align:center}
.alert-drawer .details .sub-title{font-weight:700}
.alert-drawer .details .desc,.alert-drawer .details .sub-title{font-size:14px;line-height:18px;text-align:center;letter-spacing:-.154px;color:#6d7885}
.backdrop.MuiBackdrop-root{z-index:5000}
.backdrop.MuiBackdrop-root .MuiCircularProgress-root .MuiCircularProgress-svg{color:#fff}
.backdrop .loading{position:absolute;top:50%;left:50%;width:120px;height:120px;margin:-60px 0 0 -60px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}
.backdrop .backdrop-loader{border-color:transparent transparent #f7714d #f7714d;border-style:solid;border-width:8px;border-radius:50%;background-color:transparent}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
.buy-drawer .MuiDrawer-paper{height:calc(100vh - 120px);padding:16px 12px;border-radius:14px 14px 0 0}

@media screen and (min-width:1280px){
	.buy-drawer .MuiDrawer-paper{max-width:700px;max-height:580px;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px}
}

.buy-drawer .header-row{position:relative}
.buy-drawer .header-row .title{font-weight:500;font-size:18px;line-height:26px;text-align:center;color:#000}
.buy-drawer .header-row .close{cursor:pointer;position:absolute;right:0;top:0}.buy-drawer .header-row .back{cursor:pointer;position:absolute;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#3f8ae0;left:0;top:4px}
.buy-drawer .banner-row img{width:100%}.buy-drawer .active-sim{text-align:center;font-size:15px;line-height:20px;letter-spacing:-.24px;color:#3f8ae0}
.buy-drawer .active-sim .button{display:flex;justify-content:center;align-items:center}
.buy-drawer .active-sim .button>span{padding-left:8px}
.buy-box-container .card-item{cursor:pointer;border-radius:4px;padding:12px 0;background-color:#fff;text-align:center;box-shadow:0 0 4px 0 rgba(0,0,0,.4)}
.buy-box-container .card-item .caption{margin-top:8px;font-weight:700;font-size:15px;line-height:20px;letter-spacing:-.24px;color:#000}
.cart-drawer .MuiDrawer-paper{margin:0 auto;border-radius:18px;padding:16px;max-height:calc(100% - 64px)}
.cart-drawer .close{cursor:pointer;text-align:right;padding:16px 16px 0 0!important}
.cart-drawer .cart-image{padding:0!important;text-align:center}
.cart-drawer .title{font-weight:500;font-size:20px;line-height:24px;text-align:center;letter-spacing:.38px;color:#000
}.cart-drawer a{color:#3f8ae0}.cart-drawer .details .plan-type{font-weight:700;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#2c2d2e}
.cart-drawer .details .offer{margin-top:8px}.cart-drawer .details .offer,.cart-drawer .details .offer .name{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#6d7885}
.cart-drawer .details .offer .name{font-weight:700}
.cart-drawer .details .offer ul{margin:0;padding-left:24px}
.cart-drawer .details .offer .price,.cart-drawer .details .offer ul li{font-size:15px;line-height:20px;letter-spacing:-.24px}
.cart-drawer .details .offer .price{text-align:right}
.cart-drawer .addon-item{color:#6d7885}
.cart-drawer .addon-item .name{font-weight:700}
.cart-drawer .addon-item .desc,.cart-drawer .addon-item .name{font-size:15px;line-height:20px;letter-spacing:-.24px}
.cart-drawer .addon-item ul{margin:0;padding-left:24px}
.cart-drawer .addon-item .price,.cart-drawer .addon-item ul li{font-size:15px;line-height:20px;letter-spacing:-.24px}
.cart-drawer .addon-item .price{text-align:right}
.cart-drawer .sim-item .name{font-weight:700;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#2c2d2e}
.cart-drawer .sim-item .desc{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#6d7885}
.cart-drawer .subtotal-item .sum-item .title{font-weight:400;font-size:15px;line-height:20px;letter-spacing:-.24px;color:#000;text-align:left}
.
.cart-drawer .subtotal-item .sum-item .price{font-weight:700;font-size:15px;line-height:20px;text-align:right;letter-spacing:-.24px;color:#818c99}
.cart-drawer .subtotal-item .sum-item.discount-row .price,.cart-drawer .subtotal-item .sum-item.discount-row .title{color:#3f8ae0}
.cart-drawer .total-item .title{font-weight:400;font-size:20px;line-height:24px;letter-spacing:.38px;color:#000;text-align:left}
.cart-drawer .total-item .price{font-size:20px;line-height:24px;text-align:right;letter-spacing:.38px;color:#818c99}
.common-drawer{height:100vh}
.common-drawer .MuiDrawer-paper{position:absolute;margin:0 auto;border-radius:18px;padding:16px;width:calc(100vw - 48px);top:50%;bottom:auto;-webkit-transform:translateY(-65%)!important;transform:translateY(-65%)!important}

@media screen and (min-width:1280px){
	.common-drawer .MuiDrawer-paper{max-width:700px;max-height:100%;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px}
}

@media screen and (max-height:600px){
	.common-drawer .MuiDrawer-paper{-webkit-transform:translateY(-85%)!important;transform:translateY(-85%)!important}
}

@media screen and (min-height:600px)and (max-height:680px){
	.common-drawer .MuiDrawer-paper{-webkit-transform:translateY(-75%)!important;transform:translateY(-75%)!important}
}

.common-drawer .close{cursor:pointer;text-align:right}.common-drawer .drawer-image{text-align:center}
.common-drawer .title{font-weight:500;font-size:20px;line-height:24px;text-align:center;letter-spacing:.38px;color:#000}.common-drawer .details .name{font-weight:700;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#2c2d2e}
.common-drawer .details .line{text-align:center}.common-drawer .details .sub-title{font-weight:700}
.common-drawer .details .desc,.common-drawer .details .sub-title{text-align:center}
.common-drawer .details .desc,.common-drawer .details .sub-title,.common-drawer .email-row .label{font-size:14px;line-height:18px;letter-spacing:-.154px;color:#6d7885}.common-drawer .email-row .email{font-size:16px;line-height:20px;letter-spacing:-.32px;color:#000}
.password-valid-box-container .valid-item{margin-bottom:4px}.password-valid-box-container .valid-item .desc{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#000}
.password-valid-box-container .valid-item .desc.success{color:#4bb34b}
.password-box-container .label{font-size:14px;line-height:18px;letter-spacing:-.154px;color:#6d7885}
.password-box-container .password-box .MuiOutlinedInput-root{height:44px;background-color:#f2f3f5;border-radius:4px}
.password-box-container .password-box .MuiOutlinedInput-root fieldset{border:1px solid rgba(0,0,0,.12);border-radius:4px}
.password-box-container .password-box .MuiOutlinedInput-root:hover fieldset{border:1px solid rgba(0,0,0,.12)}
.password-box-container .password-box .MuiOutlinedInput-root.Mui-focused fieldset{border:1px solid #3f8ae0}
.password-box-container .password-box .MuiOutlinedInput-root.Mui-error{background:#faebeb}
.password-box-container .password-box .MuiOutlinedInput-root.Mui-error fieldset{border:1px solid #e64646}
.password-box-container .password-box .MuiOutlinedInput-root input{font-size:16px;line-height:20px;letter-spacing:-.32px;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}
.password-box-container .password-box .MuiFormHelperText-root.Mui-error{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#e64646;margin:8px 0 0}
.end-date-remind{font-size:14px;line-height:18px;background-color:#fef2ec;color:#f37120;padding:12px;border-radius:4px}.delivery-drawer .MuiDrawer-paper{height:calc(100vh - 120px);padding:16px 12px;border-radius:14px 14px 0 0}
.delivery-drawer .delivery-container{position:relative}
.delivery-drawer .delivery-container .header-container{position:fixed;width:100%;border-radius:14px 14px 0 0;margin-top:-8px}
.delivery-drawer .delivery-container .header-container .header-row{position:relative}
.delivery-drawer .delivery-container .header-container .header-row .title{font-weight:500;font-size:18px;line-height:26px;text-align:center;color:#000}
.delivery-drawer .delivery-container .header-container .header-row .close{cursor:pointer;position:absolute;right:0;top:0}
.delivery-drawer .delivery-container .header-container .header-row .back{cursor:pointer;position:absolute;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#3f8ae0;left:0;top:4px}
.delivery-drawer .delivery-container .delivery-content{margin-top:50px}
.address-tips{display:flex;align-items:center;font-size:14px;color:#3f4246}
.address-tips img{margin-right:5px}.select-box-container .label{font-size:14px;line-height:18px;letter-spacing:-.154px;color:#6d7885}
.select-box-container .label.white{color:#fff}.select-box-container .select-box.MuiOutlinedInput-root{height:44px;background-color:#f2f3f5;border-radius:4px}
.select-box-container .select-box.MuiOutlinedInput-root fieldset{border:.5px solid rgba(0,0,0,.12);border-radius:4px}
.select-box-container .select-box.MuiOutlinedInput-root:focus fieldset,.select-box-container .select-box.MuiOutlinedInput-root:hover fieldset{border:.5px solid rgba(0,0,0,.12)}
.select-box-container .select-box.MuiOutlinedInput-root select{font-size:16px;line-height:20px;letter-spacing:-.32px;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;padding:12px;border-radius:4px}.select-box-container .select-box.MuiOutlinedInput-root.error{background:#faebeb!important;border:1px solid #e64646}
.select-box-container .error-label{font-size:14px;line-height:18px;letter-spacing:-.154px;color:#e64646}
.select-box-container.gradiant .select-box.MuiOutlinedInput-root{height:36px;background:linear-gradient(90deg,#a23af6,#2038f5);border-radius:0;width:100vw;margin-left:-12px;color:#fff}
.select-box-container.gradiant .select-box.MuiOutlinedInput-root fieldset{border:.5px solid rgba(0,0,0,.12);border-radius:10px}
.select-box-container.gradiant .select-box.MuiOutlinedInput-root:focus fieldset,.select-box-container.gradiant .select-box.MuiOutlinedInput-root:hover fieldset{border:.5px solid rgba(0,0,0,.12)}
.select-box-container.gradiant .select-box.MuiOutlinedInput-root select{font-size:16px;line-height:20px;letter-spacing:-.32px;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;padding:12px;border-radius:10px}
.text-box-container .label{font-size:14px;line-height:18px;letter-spacing:-.154px;color:#6d7885}
.text-box-container .text-box .MuiOutlinedInput-root{height:44px;background-color:#f2f3f5;border-radius:4px}
.text-box-container .text-box .MuiOutlinedInput-root fieldset{border:.5px solid rgba(0,0,0,.12);border-radius:4px}
.text-box-container .text-box .MuiOutlinedInput-root:hover fieldset{border:.5px solid rgba(0,0,0,.12)}
.text-box-container .text-box .MuiOutlinedInput-root.Mui-focused fieldset{border:1px solid #3f8ae0}
.text-box-container .text-box .MuiOutlinedInput-root.Mui-error{background:#faebeb}
.text-box-container .text-box .MuiOutlinedInput-root.Mui-error fieldset{border:1px solid #e64646}
.text-box-container .text-box .MuiOutlinedInput-root input{font-size:16px;letter-spacing:-.32px}
.text-box-container .text-box .MuiOutlinedInput-root .text-length,.text-box-container .text-box .MuiOutlinedInput-root input{line-height:20px;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}
.text-box-container .text-box .MuiOutlinedInput-root .text-length{font-weight:500;font-size:15px;letter-spacing:-.24px;color:#818c99}
.text-box-container .text-box .MuiOutlinedInput-root.MuiOutlinedInput-adornedEnd{padding-right:12px}
.text-box-container .text-box .MuiFormHelperText-root.Mui-error{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#e64646;margin:8px 0 0}
.checkbox-container{max-height:44px;margin-left:-9px!important}.checkbox-container .check-box{padding:3px 12px 0 9px}
.checkbox-container .check-box:hover{background-color:transparent}
.checkbox-container .MuiTypography-root{font-size:16px;line-height:20px;letter-spacing:-.32px;color:#000;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}
.checkbox-container .MuiTypography-root.MuiFormControlLabel-label div a{color:#4986cc}
.search-box-container .label{font-size:14px;line-height:18px;letter-spacing:-.154px;color:#6d7885}
.search-box-container .search-row .MuiAutocomplete-popperDisablePortal .MuiAutocomplete-paper{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.08);border-radius:4px}.search-box-container .search-row .MuiAutocomplete-popperDisablePortal .MuiAutocomplete-noOptions,.search-box-container .search-row .MuiAutocomplete-popperDisablePortal .MuiAutocomplete-option{font-family:WenQuanYi Zen Hei,Heiti TC,Microsoft JhengHei;font-size:16px;line-height:20px;letter-spacing:-.32px;color:#000}.search-box-container .search-row .MuiAutocomplete-popperDisablePortal .MuiAutocomplete-option:hover{background-color:#eee}
.search-box-container .search-field .MuiOutlinedInput-root{height:44px;background-color:#f2f3f5;border-radius:4px;padding:2px 9px}
.search-box-container .search-field .MuiOutlinedInput-root fieldset{border:.5px solid rgba(0,0,0,.12);border-radius:4px}
.search-box-container .search-field .MuiOutlinedInput-root:focus fieldset,.search-box-container .search-field .MuiOutlinedInput-root:hover fieldset{border:.5px solid rgba(0,0,0,.12)}
.search-box-container .search-field .MuiOutlinedInput-root input{font-size:16px;line-height:20px;letter-spacing:-.32px;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}
.delivery-empty-warning-drawer .MuiDrawer-paper{margin:8px auto;border-radius:18px;padding:16px}

@media screen and (min-width:1280px){
	.delivery-empty-warning-drawer .MuiDrawer-paper{max-width:700px;max-height:230px;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px;padding:16px 16px 0}
}

.delivery-empty-warning-drawer .close{cursor:pointer;text-align:right;padding:16px 16px 0 0!important}
.delivery-empty-warning-drawer .cart-image{padding:0!important;text-align:center}
.delivery-empty-warning-drawer .title{font-weight:500;font-size:20px;line-height:24px;text-align:center;letter-spacing:.38px;color:#000}
.delivery-empty-warning-drawer .address{padding:4px 12px!important}
.delivery-empty-warning-drawer .address .desc{font-size:14px;line-height:18px;text-align:center;letter-spacing:-.154px;color:#000}
.delivery-empty-warning-drawer .details{padding:4px 12px!important}.delivery-empty-warning-drawer .details .desc{font-size:14px;line-height:18px;text-align:center;letter-spacing:-.154px;color:#6d7885}
.offer-details-drawer .MuiDrawer-paper{min-height:calc(100vh - 120px);border-radius:14px 14px 0 0;padding:16px}

@media screen and (min-width:1280px){
	.offer-details-drawer .MuiDrawer-paper{max-width:700px;min-height:430px;max-height:430px;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px}
}

.offer-details-drawer .header-row{position:relative}
.offer-details-drawer .header-row .title{font-weight:500;font-size:18px;line-height:26px;text-align:center;color:#000}
.offer-details-drawer .header-row .close{cursor:pointer;position:absolute;right:0;top:0}
.offer-details-drawer .activation a,.offer-details-drawer .details a,.offer-details-drawer .top-up a{color:#3f8ae0}
.offer-details-drawer .activation .name,.offer-details-drawer .details .name,.offer-details-drawer .top-up .name{font-weight:500;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#000}
.offer-details-drawer .activation .desc,.offer-details-drawer .details .desc,.offer-details-drawer .top-up .desc{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#000}
.offer-details-drawer .activation .desc .name,.offer-details-drawer .details .desc .name,.offer-details-drawer .top-up .desc .name{font-weight:700;font-size:15px;line-height:20px;letter-spacing:-.24px;color:#6d7885}
.offer-details-drawer .activation .desc ul,.offer-details-drawer .details .desc ul,.offer-details-drawer .top-up .desc ul{margin:0;padding-left:24px}
.offer-details-drawer .activation .desc ul li,.offer-details-drawer .details .desc ul li,.offer-details-drawer .tc-row,.offer-details-drawer .top-up .desc ul li{font-size:15px;line-height:20px;letter-spacing:-.24px}
.offer-details-drawer .tc-row{color:#000}.offer-details-drawer .tc-row span{color:#3f8ae0}.max-sim-drawer .MuiDrawer-paper{margin:8px auto;border-radius:18px;padding:16px}

@media screen and (min-width:1280px){.max-sim-drawer .MuiDrawer-paper{max-width:700px;max-height:255px;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px}}.max-sim-drawer .close{text-align:right;padding:16px 16px 0 0!important}
.max-sim-drawer .close img{cursor:pointer}
.max-sim-drawer .image{padding:0!important;text-align:center}
.max-sim-drawer .title{font-weight:500;font-size:20px;line-height:24px;text-align:center;letter-spacing:.38px;color:#000}.max-sim-drawer .desc{font-size:14px;line-height:18px;text-align:center;letter-spacing:-.154px;color:#6d7885}.max-sim-drawer .desc p{margin:0}
.min-amount-drawer .MuiDrawer-paper{margin:8px auto;border-radius:18px;padding:16px}

@media screen and (min-width:1280px){.min-amount-drawer .MuiDrawer-paper{max-width:700px;max-height:180px;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px}}
.min-amount-drawer .close{cursor:pointer;text-align:right;padding:16px 16px 0 0!important}
.min-amount-drawer .cart-image{padding:0!important;text-align:center}
.min-amount-drawer .title{font-weight:500;font-size:20px;line-height:24px;text-align:center;letter-spacing:.38px;color:#000}
.min-amount-drawer .caption{font-size:14px;line-height:18px;text-align:center;letter-spacing:-.154px;color:#6d7885}
.native-drawer .MuiDrawer-paper{margin:8px auto;border-radius:18px;padding:0 16px;background:hsla(0,0%,97.3%,.82);-webkit-backdrop-filter:blur(27px);backdrop-filter:blur(27px)}

@media screen and (min-width:1280px){
	.native-drawer .MuiDrawer-paper{max-width:700px;max-height:130px;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px}
}
.native-drawer .MuiList-root .MuiListItem-root{text-align:center;font-size:20px;line-height:24px;color:#007aff;display:block;padding:16px}
.native-drawer .MuiList-root .MuiListItem-root.red{color:#ff3b30}
.native-drawer .MuiList-root .MuiListItem-root.caption{font-weight:600;font-size:13px;line-height:18px;letter-spacing:-.006em;color:#8f8f8f}
.native-drawer.addon .MuiDrawer-paper{padding:0;background:transparent;box-shadow:none}
.native-drawer.addon .MuiDrawer-paper .list{margin-bottom:8px}
.native-drawer.addon .MuiDrawer-paper .addon-list,.native-drawer.addon .MuiDrawer-paper .list{border-radius:18px;padding:0 16px;background:hsla(0,0%,97.3%,.82)}
.result-drawer{overflow:hidden}
.result-drawer .MuiDrawer-paper{height:calc(100vh - 180px);padding:16px 12px;border-radius:14px 14px 0 0}

@media screen and (min-width:1280px){.result-drawer .MuiDrawer-paper{height:calc(100vh - 360px);max-width:700px;max-height:100%;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px;overflow:hidden}}
.result-drawer .scroll-container{height:100%;overflow:hidden}.result-drawer .header-row{position:relative;overflow:hidden;max-height:42px;padding:8px}
.result-drawer .header-row .title{font-weight:500;font-size:18px;line-height:26px;text-align:center;color:#000;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.result-drawer .header-row .close{cursor:pointer;position:absolute;right:0;top:0}
.result-drawer .result-row{overflow-x:hidden;overflow-y:auto;height:calc(100% - 95px)}.result-drawer .space{height:53px}.result-drawer .confirm-btn-row{max-height:53px;padding-top:0!important;background-color:#fff;position:fixed;left:0;bottom:0;width:100vw}

@media screen and (min-width:1280px){.result-drawer .confirm-btn-row{position:absolute}}
.plan-card-result-container .tabs{margin-bottom:16px;min-height:36px}.plan-card-result-container .tabs .MuiTabs-indicator{background:linear-gradient(180deg,#ae006f,#5f2477);border-radius:2px}
.isGlobalEsim .plan-card-result-container .tabs .MuiTabs-indicator{background:none;background-color:#f7714d}
.plan-card-result-container .tabs .tab{font-weight:500;font-size:16px;line-height:20px;text-align:center;letter-spacing:-.32px;color:#818c99;padding:0;min-height:36px;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}
.plan-card-result-container .tabs .tab.Mui-selected{color:#000}.plan-card-result-container .tab-panel{padding:0}
.plan-card-result-container .tab-content .empty{text-align:center}.plan-card-result-container .tab-content .empty .label{font-size:15px;line-height:20px;text-align:center;letter-spacing:-.24px;color:#6d7885}
.plan-card-wrap.LOCAL{height:100%}

@media screen and (min-width:1280px){.plan-card-container{height:100%}}
.plan-card-container.active .plan-card-item{border:2px double transparent;border-radius:4px;padding:0;background-image:linear-gradient(#fff,#fff),linear-gradient(180deg,#ae006f,#5f2477);background-origin:border-box;background-clip:content-box,border-box}.isGlobalEsim .plan-card-container.active .plan-card-item{background-image:linear-gradient(#fff,#fff),linear-gradient(#f7714d,#f7714d)}

@media screen and (min-width:1280px){.plan-card-container.active .plan-card-item{margin:0;height:100%}}
.plan-card-container .plan-card-item{padding:0;background:#f5f5f5;border:2px solid rgba(0,0,0,.08);box-sizing:border-box;border-radius:4px}

@media screen and (min-width:1280px){.plan-card-container .plan-card-item{margin:0;height:100%}}
.plan-card-container .plan-card-item a{color:#3f8ae0}
.plan-card-container .plan-card-item .header{cursor:pointer;padding:12px}
.plan-card-container .plan-card-item .header.with-tag-label{padding-bottom:4px}
.plan-card-container .plan-card-item .header .image img{width:96px;height:96px;border:1px solid #ccc;border-radius:8px}
.plan-card-container .plan-card-item .header .details{width:calc(100% - 112px)}
.plan-card-container .plan-card-item .header .details .details-container{padding:12px 0 0}
.plan-card-container .plan-card-item .header .details .title{min-height:44px;line-height:20px;font-weight:700;font-size:16px;letter-spacing:-.32px;color:#000}
.plan-card-container .plan-card-item .header .details .title .network{padding:2px}
.plan-card-container .plan-card-item .header .details .title .network .network-label{padding:2px 3px 0;background:linear-gradient(135deg,#c48aff,#aa65f0);border-radius:4px;height:20px;font-weight:400;font-size:13px;line-height:18px;letter-spacing:-.078px;color:#fff;text-align:center}.plan-card-container .plan-card-item .header .details .title .period{padding:2px}
.plan-card-container .plan-card-item .header .details .title .period .period-label{white-space:nowrap;padding:2px 3px 0;background:linear-gradient(135deg,#b1b6bd,#99a2ad);border-radius:4px;height:20px;font-weight:400;font-size:13px;line-height:18px;letter-spacing:-.078px;color:#fff;text-align:center}
.plan-card-container .plan-card-item .header .details .title .name{padding:2px}.plan-card-container .plan-card-item .header .details .desc{min-height:32px;font-size:13px;line-height:16px;letter-spacing:-.078px;color:#6d7885;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.plan-card-container .plan-card-item .header .details .desc.active{overflow:auto;white-space:normal;word-break:break-word}
.plan-card-container .plan-card-item .header .details .price{font-size:13px;line-height:16px;text-align:right;letter-spacing:-.078px;color:#000}
.plan-card-container .plan-card-item .header .details .price span{font-weight:700;font-size:14px;line-height:18px;letter-spacing:-.154px;color:#000}
.plan-card-container .plan-card-item .bottom{padding:0 12px 12px;font-size:15px;line-height:20px;letter-spacing:-.24px;color:#6d7885}
.plan-card-container .plan-card-item .bottom.with-tag-label{padding-bottom:4px}
.plan-card-container .plan-card-item .bottom .details ul{padding:2px 0 0 20px;margin:0}
.plan-card-container .plan-card-item .plan-tag-container{padding:0}.custom-period .label{font-size:17px;line-height:22px;letter-spacing:-.408px;color:#000}
.custom-period .price-per-unit{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#818c99}
.custom-period .price{font-weight:700;font-size:20px;line-height:24px;text-align:right;letter-spacing:.38px;color:#000}
.counter-container .minus-col{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.counter-container .minus-col.disabled{opacity:.4;pointer-events:none}
.counter-container .minus-col .minus-container{max-width:44px;max-height:44px;background:rgba(0,28,61,.05);border-radius:10px;padding:20px 13px}
.counter-container .count-col .count{max-width:44px;max-height:44px}
.counter-container .count-col .count input{width:44px;height:44px;padding:0 8px;font-size:16px;font-family:inherit;text-align:center;line-height:20px;letter-spacing:-.32px;background:#f2f3f5;border-radius:4px;-moz-appearance:textfield}
.counter-container .count-col .count input::-webkit-inner-spin-button,.counter-container .count-col .count input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.counter-container .count-col .count .MuiOutlinedInput-root fieldset{border:.5px solid rgba(0,0,0,.12);border-radius:4px}
.counter-container .plus-col{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.counter-container .plus-col.disabled{opacity:.4;pointer-events:none}
.counter-container .plus-col .plus-container{max-width:44px;max-height:44px;background:rgba(0,28,61,.05);border-radius:10px;padding:20px 13px}
.offer-reminder{border-radius:4px;background:#ffedf9;color:#ae006f;padding:12px}
.isGlobalEsim .offer-reminder{background:#f9cfd5;color:#f7714d}
.offer-reminder a{color:#3f8ae0}.bottom-tag-list{display:flex;justify-content:end;align-items:center}
.bottom-tag-list .tag-label{min-width:0;border-radius:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bottom-tag-list .tag-label+.tag-label{margin-left:4px}
.diy-breakdown table.detail-table{width:100%}.diy-breakdown table.detail-table tbody tr td:first-child{max-width:100%}.diy-breakdown table.detail-table tbody tr td:nth-child(2){text-align:end;white-space:nowrap;padding-left:16px}
.diy-breakdown table.detail-table tbody tr td:nth-child(3){white-space:nowrap;padding-left:16px}
.diy-offer .diy-offer-rangeslider .rangeslider{margin-top:9px;margin-bottom:9px;height:4px;border-radius:2px}
.diy-offer .diy-offer-rangeslider .rangeslider .rangeslider__fill{position:static;height:100%;border-radius:2px;background:#ae006f}
.isGlobalEsim .diy-offer .diy-offer-rangeslider .rangeslider .rangeslider__fill{background:none;background-color:#f7714d}
.diy-offer .diy-offer-rangeslider .rangeslider .rangeslider__handle{top:50%}
.diy-offer .input-entry{margin-left:8px;border-radius:4px;border:1px solid #6d7c80;min-width:90px;cursor:pointer}.diy-offer .info-text{color:#ae006f;font-weight:500;font-size:29px}
.isGlobalEsim .diy-offer .info-text{color:#f7714d}.diy-counter{width:100%}
.diy-counter .counter-input{flex:1 1}.counter-input{width:60px}
.counter-input input{text-align:center;padding-right:0;padding-left:0}
.promo-banner{border-radius:4px;display:flex;align-items:flex-start}
.promo-banner+.promo-banner{margin-top:8px}.promo-banner.default{background-color:#eef2fa;color:#4b4f91}
.roaming-diy{width:100%;padding:16px}
.roaming-diy,.roaming-diy .diy-element{display:flex;flex-direction:column;grid-gap:10px;gap:10px}
.roaming-diy .more_info{display:flex;flex-direction:row;align-items:baseline;grid-gap:5px;gap:5px}.roaming-diy .info-text{color:#ae006f;font-weight:500;font-size:29px}
.isGlobalEsim .roaming-diy .info-text{color:#f7714d}
.subscriptions-drawer .MuiDrawer-paper{padding:16px 12px;border-radius:14px 14px 0 0}

@media screen and (min-width:1280px){
	.subscriptions-drawer .MuiDrawer-paper{height:auto;max-width:700px;max-height:700px;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px}
}

.subscriptions-drawer .header-row{padding:16px 16px 0!important}.subscriptions-drawer .header-row .sub-header-container{border-bottom:1px solid #d7d8d9;padding-bottom:16px}
.subscriptions-drawer .header-row .primary-sub-header-container .cancel{font-size:17px;line-height:22px;letter-spacing:-.408px;color:#000}
.subscriptions-drawer .header-row .primary-sub-header-container .confirm{font-weight:700;font-size:17px;line-height:22px;letter-spacing:-.408px}
.subscriptions-drawer .header-row .icon{margin-left:4px}.subscriptions-drawer .header-row .label{font-size:16px;line-height:20px;letter-spacing:-.32px;color:#000}
.subscriptions-drawer .header-row .unread-circle{margin-right:4px}.subscriptions-drawer .select-primary-reminder{background:linear-gradient(90deg,#a23af6,#2038f5);height:auto;padding:8px 12px!important;margin:8px 0 0}
.subscriptions-drawer .select-primary-reminder .desc{font-size:14px;line-height:18px;letter-spacing:-.154px;color:#fff}
.subscriptions-drawer .subscriptions-row .edit-btn{font-size:17px;line-height:22px;letter-spacing:-.408px;color:#000}
.subscriptions-drawer .subscriptions-row .title{font-weight:500;font-size:18px;line-height:26px;text-align:center;color:#000}
.subscriptions-drawer .subscriptions-row .close{cursor:pointer;position:absolute;right:16px;top:16px}
.subscriptions-drawer .subscriptions-row .subscription-item .profile-pic .pic{width:44px;height:44px;background-position:50%;background-size:cover;margin:0 auto;border-radius:50%}
.subscriptions-drawer .subscriptions-row .subscription-item .details .primary-indicator{font-size:16px;line-height:20px;letter-spacing:-.32px;color:#818c99;padding:0}
.subscriptions-drawer .subscriptions-row .subscription-item .details .mobile{font-size:16px;line-height:20px;letter-spacing:-.32px;color:#000}
.subscriptions-drawer .subscriptions-row .subscription-item .details .name{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#818c99}
.subscriptions-drawer .subscriptions-row .subscription-item .unread-circle{width:24px;height:24px;margin-right:8px}
.subscriptions-drawer .subscriptions-row .subscription-item .unread-circle.circle{background:#3f8ae0;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:500;font-size:15px;line-height:20px;text-align:center;letter-spacing:-.24px;color:#fff}
.subscriptions-drawer .buy-more .add-icon img{padding:12px}
.subscriptions-drawer .buy-more .label{font-size:16px;line-height:20px;letter-spacing:-.32px;color:#000}
.switch-user-drawer .MuiDrawer-paper{margin:8px auto;border-radius:18px;padding:16px}

@media screen and (min-width:1280px){.switch-user-drawer .MuiDrawer-paper{max-width:700px;max-height:200px;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px}}.switch-user-drawer .close{cursor:pointer;text-align:right;padding:16px 16px 0 0!important}
.switch-user-drawer .popup-image{padding:0!important;text-align:center}
.switch-user-drawer .title{font-weight:500;font-size:20px;line-height:24px;text-align:center;letter-spacing:.38px;color:#000}
.switch-user-drawer .desc{font-size:14px;line-height:18px;text-align:center;letter-spacing:-.154px;color:#6d7885}
.travel-drawer .MuiDrawer-paper{height:calc(100vh - 120px);padding:16px 12px;border-radius:14px 14px 0 0}

@media screen and (min-width:1280px){
	.travel-drawer .MuiDrawer-paper{max-width:700px;max-height:100%;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px;overflow:hidden}
}

.travel-drawer .scroll-container{height:100%;overflow:hidden}.travel-drawer .travel-header-container{width:100%}
.travel-drawer .travel-header-container .header-row{position:relative}.travel-drawer .travel-header-container .header-row .title{font-weight:500;font-size:18px;line-height:26px;text-align:center;color:#000}
.travel-drawer .travel-header-container .header-row .close{cursor:pointer;position:absolute;right:0;top:0}
.travel-drawer .travel-header-container .header-row .back{cursor:pointer;position:absolute;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#3f8ae0;left:0;top:4px}.travel-drawer .travel-content{padding-bottom:60px!important;overflow:auto;height:calc(100% - 50px)
}

@media screen and (min-width:1280px){.travel-drawer .travel-content{padding-bottom:100px!important}}
.travel-drawer .confirm-btn-row{padding-top:0!important;background-color:#fff;position:fixed;left:0;bottom:0;width:100vw}
.travel-offer-row .hot .title{font-weight:700;font-size:20px;line-height:24px;letter-spacing:.38px;color:#000}
.avator-row .avator-container{position:relative;border:2px double transparent;background-origin:border-box;background-clip:content-box,border-box;background-image:linear-gradient(#fff,#fff),radial-gradient(circle at left,#d92391,#812ed9,#2f44ec,#66c5c6);border-radius:50%;min-height:66px;min-width:66px}
.avator-row .avator-container .background{position:absolute;background-size:cover!important;background-position:50%;border-radius:50%;min-height:60px;min-width:60px;top:1px;left:1px;-webkit-filter:brightness(60%);filter:brightness(60%)}
.avator-row .avator-container .label{position:relative;text-align:center;font-weight:500;font-size:13px;line-height:16px;letter-spacing:-.078px;color:#fff}
.hot-locations-container .avatar{width:66px;padding:0 7.5px}.location-search-container .search-box .cancel{font-size:17px;line-height:22px;text-align:right;letter-spacing:-.408px;color:#3f8ae0}
.location-search-container .locations{padding-top:2px;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#000}.location-search-container .locations .MuiListSubheader-root{padding:6px 0;font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;color:#000;background:#fff}.location-search-container .locations .MuiListItem-root{padding:6px 0}
.usage-history-drawer .MuiDrawer-paper{height:calc(100vh - 120px);padding:16px 12px;border-radius:14px 14px 0 0}

@media screen and (min-width:1280px){
	.usage-history-drawer .MuiDrawer-paper{max-width:700px;max-height:75%;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px}
}

.usage-history-drawer .header-row{position:relative}.usage-history-drawer .header-row .title{font-weight:500;font-size:18px;line-height:26px;text-align:center;color:#000}
.usage-history-drawer .header-row .close{cursor:pointer;position:absolute;right:0;top:0}
.usage-history-drawer .search-row{width:calc(100% + 8px);min-width:calc(100% + 8px);max-width:calc(100% + 8px);background-image:url(prepaid_DIY_static_media_bg.2b301f23.svg);background-size:cover;padding:16px 12px!important;margin-left:-4px}.usage-history-drawer .content-row .plan-tab-container .plan-tabs{min-height:auto;margin-bottom:12px}
.usage-history-drawer .content-row .plan-tab-container .plan-tabs .plan-tab{background:transparent;border-radius:10px;min-height:100%;margin:0 4px 0 0}
.usage-history-drawer .content-row .plan-tab-container .plan-tabs .plan-tab .MuiTab-wrapper{font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:-.154px;color:#6d7885}
.usage-history-drawer .content-row .plan-tab-container .plan-tabs .plan-tab.Mui-selected{background:#fff}
.usage-history-drawer .content-row .plan-tab-container .plan-tabs .plan-tab.Mui-selected .MuiTab-wrapper{color:#000}
.
usage-history-drawer .content-row .plan-tab-container .plan-tabs .MuiTabs-indicator{background:linear-gradient(180deg,#ae006f,#5f2477);border-radius:2px}
.usage-history-drawer .content-row .plan-tab-container .plan-tab-panel{padding:0}
.usage-history-drawer .content-row .plan-tab-container .plan-tab-panel .tab-content .desc{font-weight:500;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#6d7885}
.usage-history-drawer .content-row .tab-container .tabs{min-height:auto;margin-bottom:12px}.usage-history-drawer .content-row .tab-container .tabs .tab{background:transparent;border-radius:10px;min-height:100%;margin:0 4px 0 0}
.usage-history-drawer .content-row .tab-container .tabs .tab .MuiTab-wrapper{font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:-.154px;color:#6d7885}.usage-history-drawer .content-row .tab-container .tabs .tab.Mui-selected{background:#000}
.usage-history-drawer .content-row .tab-container .tabs .tab.Mui-selected .MuiTab-wrapper{color:#fff}
.usage-history-drawer .content-row .tab-container .tabs .MuiTabs-indicator{display:none;background:#3f8ae0;border-radius:2px}.usage-history-drawer .content-row .tab-container .tab-panel{padding:0}
.usage-history-drawer .content-row .tab-container .tab-panel .tab-content .desc{font-weight:500;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#6d7885}.usage-history-drawer .content-row .tab-container .tab-panel .tab-content .data-desc .label{min-height:28px;font-size:12px;line-height:14px;text-align:center;color:#6d7885}

@media screen and (min-width:1280px){
	.usage-history-drawer .content-row .tab-container .tab-panel .tab-content .data-desc .label{min-height:14px}
}
.usage-history-drawer .content-row .tab-container .tab-panel .tab-content .data-desc .total{font-weight:500;font-size:24px;line-height:28px;text-align:center;letter-spacing:.326451px;color:#2c2d2e}.usage-history-drawer .content-row .tab-container .tab-panel .tab-content .data-desc .total .unit{font-weight:500;font-size:17px;line-height:22px;text-align:center;letter-spacing:-.408px;color:#2c2d2e}
.usage-history-drawer .content-row .tab-container .tab-panel .tab-content .graph-row{margin-top:22px}.usage-history-drawer .content-row .tab-container .tab-panel .tab-content .graph-row .legion{font-size:12px;line-height:14px;color:#6d7885}.usage-history-drawer .content-row .tab-container .tab-panel .tab-content .graph-row .graph{margin-top:-18px}

@media screen and (min-width:1280px){
	.usage-history-drawer .content-row .tab-container .tab-panel .tab-content .graph-row .graph{margin-top:-50px;max-height:33vh}
}

.usage-history-drawer .content-row .tab-container .tab-panel .tab-content .remark-row{font-size:14px;line-height:18px;letter-spacing:-.154px;color:#6d7885}
.usage-history-drawer .activties-row .activity-item .label{font-size:14px;line-height:18px;letter-spacing:-.154px;color:#000}.usage-history-drawer .activties-row .activity-item .date{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#818c99}
.usage-history-drawer .activties-row .remark-row{font-size:14px;line-height:18px;letter-spacing:-.154px;color:#6d7885}
.usage-history-drawer .activties-row .empty-container .image{text-align:center}
.usage-history-drawer .activties-row .empty-container .desc{text-align:center;font-size:15px;line-height:20px;letter-spacing:-.24px;color:#6d7885}
.gradiant-btn.MuiButton-outlined{padding:0;border:1px double transparent;border-radius:4px;background:rgba(0,28,61,.05);background-origin:border-box;background-clip:content-box,border-box;background-image:linear-gradient(#fff,#fff),radial-gradient(circle at top left,#ef0077,#7a1d84)}.isGlobalEsim .gradiant-btn.MuiButton-outlined{background-image:linear-gradient(#fff,#fff),linear-gradient(#f7714d,#f7714d)}
.gradiant-btn .MuiButton-label{font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:500}
.gradiant-btn .MuiButton-label .text{background-color:#ef0077;background-image:linear-gradient(90deg,#ef0077,#7a1d84);background-size:100%;background-repeat:repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-background-clip:text;-moz-text-fill-color:transparent}
.isGlobalEsim .gradiant-btn .MuiButton-label .text{background-image:none;background-color:#f7714d}
.gradiant-btn.active{background:linear-gradient(90deg,#ef0077,#7a1d84)}
.isGlobalEsim .gradiant-btn.active{background:none;background-color:#f7714d}
.gradiant-btn.active .MuiButton-label .text{color:#fff;background-color:#fff;background-image:none;background-size:100%;background-repeat:repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-background-clip:text;-moz-text-fill-color:transparent}.gradiant-btn.small{min-height:30px}.gradiant-btn.medium{min-height:36px;font-size:15px;line-height:20px;letter-spacing:-.24px}
.gradiant-btn.exLarge,.gradiant-btn.large{min-height:44px;font-size:17px;line-height:22px;letter-spacing:-.408px}
.gradiant-btn.standalone{border-radius:4px}.list-item-icon{min-width:auto}
.auto-pay-drawer .MuiDrawer-paper{margin:8px auto;border-radius:18px;padding:16px}

@media screen and (min-width:1280px){
	.auto-pay-drawer .MuiDrawer-paper{max-width:700px;max-height:230px;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px;padding:16px 16px 0}
}

.auto-pay-drawer .close{cursor:pointer;text-align:right;padding:16px 16px 0 0!important}.auto-pay-drawer .cart-image{padding:0!important;text-align:center}
.auto-pay-drawer .title{font-weight:500;font-size:20px;line-height:24px;text-align:center;letter-spacing:.38px;color:#000}
.auto-pay-drawer .details{padding:4px 12px!important}.auto-pay-drawer .details .name{font-weight:700;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#2c2d2e}
.auto-pay-drawer .details .desc{font-size:14px;line-height:18px;text-align:center;letter-spacing:-.154px;color:#6d7885}
.wallet-drawer .MuiDrawer-paper{height:calc(100vh - 120px);padding:16px 12px;border-radius:14px 14px 0 0}

@media screen and (min-width:1280px){
	.wallet-drawer .MuiDrawer-paper{max-width:700px;max-height:440px;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px;padding:16px 16px 0}
}

.wallet-drawer .header-row{position:relative}.wallet-drawer .header-row .title{font-weight:500;font-size:18px;line-height:26px;text-align:center;color:#000}
.wallet-drawer .header-row .close{cursor:pointer;position:absolute;right:0;top:0}.wallet-drawer .header-row .back{cursor:pointer;position:absolute;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#3f8ae0;left:0;top:4px}
.wallet-drawer .wallet-content-row .p{font-size:16px}.wallet-drawer .wallet-content-row .sim-row-container{overflow:hidden}
.wallet-drawer .wallet-content-row .sim-row{background-image:url(prepaid_DIY_static_media_bg.43aeb1ad.svg);background-repeat:no-repeat;background-size:contain;max-width:307px!important;min-width:307px!important;max-height:185px!important;padding:16px!important}
.wallet-drawer .wallet-content-row .sim-row .profile-row{max-height:60px;overflow:hidden}
.wallet-drawer .wallet-content-row .sim-row .profile-row .profile-pic .pic{width:44px;height:44px;background-position:50%;background-size:cover;margin:0 auto;border-radius:50%}
.wallet-drawer .wallet-content-row .sim-row .profile-row .details .primary-indicator{font-size:16px;line-height:20px;letter-spacing:-.32px;color:#fff;padding:0}
.wallet-drawer .wallet-content-row .sim-row .profile-row .details .mobile{font-weight:700;font-size:20px;line-height:24px;letter-spacing:.38px;color:#fff;white-space:nowrap}
.wallet-drawer .wallet-content-row .sim-row .profile-row .details .name{font-size:14px;line-height:18px;letter-spacing:-.154px;color:#fff}
.wallet-drawer .wallet-content-row .sim-row .balance-row{max-height:44px;overflow:hidden}
.wallet-drawer .wallet-content-row .sim-row .balance-row .avaliable-balance{font-weight:500;font-size:20px;line-height:24px;letter-spacing:.38px;color:#fff}
.wallet-drawer .wallet-content-row .sim-row .balance-row .avaliable-balance span{font-weight:700;font-size:24px;line-height:28px;letter-spacing:.326451px;color:#fff;padding-left:2px}
.wallet-drawer .wallet-content-row .sim-row .balance-row .total-balance{font-weight:500;font-size:14px;line-height:18px;letter-spacing:-.154px;color:#fff}
.wallet-drawer .wallet-content-row .sim-row .expiry-row{margin-top:24px;font-size:13px;line-height:16px;letter-spacing:-.078px;color:#fff}
.wallet-drawer .wallet-content-row .moneyback-bg{height:66px;background:linear-gradient(79.73deg,#f37021 -.02%,#cf5ac3 31.26%,#247cdb 67.23%,#0fd0d0 100.07%);position:relative}.wallet-drawer .wallet-content-row .moneyback-bg .custom-button{background:#3184b0;color:#fff;position:absolute;right:15px;top:15px}

@media screen and (max-width:600px){.wallet-drawer .wallet-content-row .moneyback-bg .custom-button{font-size:12px}
}

.wallet-drawer .charge-row{margin-top:24px}.wallet-drawer .charge-row .sub-item .label{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#000}
.wallet-drawer .charge-row .sub-item .amount{font-weight:700;font-size:15px;line-height:20px;letter-spacing:-.24px;color:#818c99}.wallet-drawer .charge-row .sub-item .amount .cust-amount{padding-left:4px}
.wallet-drawer .charge-row .sub-item .amount .cust-amount .MuiInputBase-root{height:40px}
.wallet-drawer .charge-row .sub-item .amount .cust-amount .MuiInputBase-root .MuiInputBase-input{text-align:right}
.wallet-drawer .charge-row .total .amount,.wallet-drawer .charge-row .total .label{font-size:20px;line-height:24px;letter-spacing:.38px}
.wallet-drawer .charge-row .total .amount{color:#818c99}.wallet-drawer .charge-row .validity-desc{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#6d7885}
.wallet-drawer .recharge-btn .MuiButton-contained{border-radius:4px;background:#000}
.wallet-drawer .recharge-btn .MuiButton-contained .MuiButton-label{font-family:inherit;font-weight:500;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#fff}
.outlined-btn.exSmall{min-height:36px;font-size:12px;line-height:20px;letter-spacing:-.408px}
.outlined-btn.small{min-height:30px}
.outlined-btn.medium{min-height:36px;font-size:15px;line-height:20px;letter-spacing:-.24px}
.outlined-btn.exLarge,.outlined-btn.large{min-height:44px;font-size:17px;line-height:22px;letter-spacing:-.408px}
.outlined-btn.MuiButton-outlined{padding:0;border:1px double transparent;border-radius:4px;background:rgba(0,28,61,.05);background-origin:border-box;background-clip:content-box,border-box}
.outlined-btn.MuiButton-outlined .MuiButton-label{font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:500}
.outlined-btn.MuiButton-outlined .MuiButton-label .label-container.large{padding:8px 2px}
.outlined-btn.MuiButton-outlined .MuiButton-label .label-container.exLarge{padding:24px 2px}
.outlined-btn.MuiButton-outlined .MuiButton-label .MuiButton-startIcon{position:absolute;left:16px}
.outlined-btn.MuiButton-outlined .MuiButton-label .text{background:transparent}
.outlined-btn.MuiButton-outlined .MuiButton-label .text .days{font-size:10px;white-space:nowrap}
.outlined-btn.MuiButton-outlined.active{background-image:linear-gradient(#fff,#fff),radial-gradient(circle at top left,#ae006f,#5f2477)}
.outlined-btn.MuiButton-outlined.active .MuiButton-label .text{background-color:#ae006f;background-image:linear-gradient(90deg,#ae006f,#5f2477);background-size:100%;background-repeat:repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-background-clip:text;-moz-text-fill-color:transparent}.outlined-btn.MuiButton-outlined.active.commerce{background:url(prepaid_DIY_static_media_commerce.f751be4a.png);background-size:cover}
.outlined-btn.MuiButton-outlined.active.commerce .MuiButton-label .text{font-weight:700;color:#fff;background-color:#fff;background-image:none;background-size:100%;background-repeat:repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-background-clip:text;-moz-text-fill-color:transparent}
.isGlobalEsim .outlined-btn.MuiButton-outlined.active{background-image:none;background-color:#f7714d}
.isGlobalEsim .outlined-btn.MuiButton-outlined.active .MuiButton-label .text{background-image:none;background-color:#f7714d;-webkit-text-fill-color:#fff;-moz-text-fill-color:#fff;color:#fff}
.isGlobalEsim .outlined-btn.MuiButton-outlined.active.commerce{background-image:none;background-color:#f7714d}
.isGlobalEsim .outlined-btn.MuiButton-outlined.active.commerce .MuiButton-label .text{background-image:none;background-color:#f7714d;color:#fff;-webkit-text-fill-color:#fff;-moz-text-fill-color:#fff}.alert-container{padding:12px;background:#faebeb;border-radius:4px}
.alert-container .label{font-weight:500;font-size:16px;line-height:20px;letter-spacing:-.32px;color:#e64646}
.alert-container .desc{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#e64646}

@media screen and (min-width:960px){.force-dialog .MuiDialog-paperScrollPaper{height:80%;width:80%}}
.force-dialog .force-row{height:100%;padding:16px}
.chatbot-entry{z-index:15;position:fixed;bottom:30px;right:30px;width:420px;height:650px;background-color:#f4f8f9;box-shadow:1px 1px 5px #a5b0b3;border-radius:5px}
.chatbot-entry .chatbot-entry-close{cursor:pointer}.chatbot-entry .chatbot-entry-img{width:170px}
.chatbot-entry .chatbot-iframe{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;border-radius:5px}

@media only screen and (max-width:768px){.chatbot-entry{bottom:0;right:0;width:100%;height:100%;box-shadow:none}
	.chatbot-entry,.chatbot-entry .chatbot-iframe{border-radius:0}}.ichat{position:fixed;right:20px;bottom:150px;cursor:pointer;height:125px;width:125px;background-size:contain;background-repeat:no-repeat;z-index:10}

@media only screen and (max-width:768px){.ichat{width:100px;height:100px}}.login-drawer{font-size:16px}
.login-drawer .close{cursor:pointer}.login-drawer .three-logo{height:70px;width:auto;object-fit:contain;object-position:center;display:block;margin:0 auto;max-width:80%}.login-drawer .title{font-weight:500;font-size:18px;line-height:26px;text-align:center}.login-drawer .back{font-size:17px;line-height:22px;letter-spacing:-.408px}
.seperator{flex:1 1;height:0;border-bottom:1px solid #a5b0b3}.login-drawer .MuiDrawer-paper{height:calc(100vh - 120px);padding:16px 12px;border-radius:14px 14px 0 0}

@media screen and (min-width:1280px){.login-drawer .MuiDrawer-paper{max-width:700px;max-height:60vh;margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;border-radius:18px}}.login-drawer .header-row{position:relative}.login-drawer .header-row .title{font-weight:500;font-size:18px;line-height:26px;text-align:center;color:#000}
.login-drawer .header-row .close{cursor:pointer;position:absolute;right:0;top:0}
.login-drawer .header-row .back{cursor:pointer;position:absolute;font-size:17px;line-height:22px;letter-spacing:-.408px;color:#3f8ae0;left:0;top:4px}
.login-drawer .login-content .has-user{padding:12px;background:#cce4ff;border-radius:10px}
.login-drawer .login-content .has-user .title{font-weight:500;font-size:16px;line-height:20px;letter-spacing:-.32px;color:#000}
.login-drawer .login-content .has-user .desc{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#6d7885}
.login-drawer .login-content .tabs .MuiTabs-indicator{background:linear-gradient(90deg,#ae006f,#5f2477);border-radius:2px}.login-drawer .login-content .tabs .tab{text-align:center;font-weight:500;font-size:16px;line-height:20px;letter-spacing:-.32px;color:#818c99}
.login-drawer .login-content .tabs .tab span{font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}
.login-drawer .login-content .tabs .tab.Mui-selected{color:#000}
.login-drawer .login-content .tab-content.login .forgot-password{text-align:center;font-size:15px;line-height:20px;letter-spacing:-.24px;color:#3f8ae0;padding-top:24px}.login-drawer .login-content .tab-content.login .active-sim{text-align:center;font-size:15px;line-height:20px;letter-spacing:-.24px;color:#3f8ae0;border-top:1px solid rgba(0,0,0,.1)}
.login-drawer .login-content .tab-content.login .active-sim .button{display:flex;justify-content:center;align-items:center}
.login-drawer .login-content .tab-content.login .active-sim .button>span{padding-left:8px}
.login-drawer .login-content .tab-content.register .t-c-caption{height:46px;font-size:13px;line-height:16px;letter-spacing:-.078px;color:#000}
.login-drawer .login-content .tab-content.register .t-c-caption span{color:#3f8ae0}
.login-drawer .login-content .hr{font-size:15px;line-height:20px;letter-spacing:-.24px;color:rgba(0,0,0,.12)}
.login-drawer .forgot-password-content .login-id-empty-tips{font-size:13px;color:#e64646;padding-top:8px}
.login-drawer .forgot-password-content .forgot-pwd-link-tips{padding:12px;background:#cce4ff;border-radius:4px}
.login-drawer .forgot-password-content .forgot-pwd-link-tips .title{font-size:16px;font-weight:700;color:#000}
.login-drawer .forgot-password-content .forgot-pwd-link-tips .text{margin-top:6px;font-size:13px;color:#6d7885}
.login-drawer .forgot-password-content .verify-row .title{font-weight:500;font-size:24px;line-height:28px;text-align:center;letter-spacing:.326451px;color:#6d7885}
.login-drawer .forgot-password-content .verify-row .desc{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#000}.login-drawer .forgot-password-content .caption{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#6d7885}
.login-drawer .forgot-password-content .email .loginId{font-size:16px;line-height:20px;letter-spacing:-.32px;color:#000}
.login-drawer .forgot-password-content .login-pwd-row .desc{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#000
}.login-drawer .forgot-password-content .login-pwd-row .goto-otp-btn{font-size:15px;line-height:20px;letter-spacing:-.24px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#000;cursor:pointer}
.login-drawer .forgot-password-content .resend-otp-row .desc{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#000}
.login-drawer .forgot-password-content .resend-otp-row .resend-btn{font-size:15px;line-height:20px;letter-spacing:-.24px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#000;cursor:pointer}
.login-drawer .forgot-password-content .resend-otp-row .resend-btn.disable{font-size:15px;line-height:20px;letter-spacing:-.24px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#6d7885}
.login-drawer .forgot-password-content .resend-otp-row .timer{padding-left:2px;font-size:15px;line-height:20px;letter-spacing:-.24px;color:#6d7885}
.login-drawer .forgot-password-content .forgot-pwd-error{margin-top:16px}
.login-drawer .forgot-password-content .forgot-pwd-error .error-container{padding:12px;background:#faebeb;border-radius:10px}
.login-drawer .forgot-password-content .forgot-pwd-error .error-container .label{font-weight:500;font-size:16px;line-height:20px;letter-spacing:-.32px;color:#e64646}
.login-drawer .forgot-password-content .forgot-pwd-error .error-container .desc{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#e64646}
.biometric-popup .biometric-container{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.biometric-popup .biometric-container:focus{outline:none}
.biometric-popup .biometric-container .biometric-row{max-width:272px;padding:16px;text-align:center;background:#fff;border-radius:18px}
.biometric-popup .biometric-container .biometric-row .content-row .msg{font-weight:700;font-size:17px;line-height:22px;text-align:center;letter-spacing:-.408px;color:#000}
.biometric-popup .biometric-container .biometric-row .content-row .caption{font-size:13px;line-height:16px;text-align:center;letter-spacing:-.078px;color:#000}
.biometric-popup .biometric-container .biometric-row .button-row .cancel,.biometric-popup .biometric-container .biometric-row .button-row .confirm{font-size:17px;line-height:22px;text-align:center;letter-spacing:-.408px;color:#3f8ae0}.register-form-container .caption{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#6d7885}
.register-form-container .email{font-size:16px;line-height:20px;letter-spacing:-.32px;color:#000}
.register-form-container .resend-otp-row .desc,.register-form-container .resend-otp-row .resend-btn{font-size:15px;line-height:20px;letter-spacing:-.24px;color:#000}
.register-form-container .resend-otp-row .resend-btn{-webkit-text-decoration-line:underline;text-decoration-line:underline}
.register-form-container .resend-otp-row .resend-btn.disable{font-size:15px;line-height:20px;letter-spacing:-.24px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#6d7885}
.register-form-container .resend-otp-row .timer{padding-left:2px;font-size:15px;line-height:20px;letter-spacing:-.24px;color:#6d7885}

@media screen and (min-width:1280px){
	.register-form-container .password-valid-row{box-shadow:0 4px 4px rgba(0,0,0,.1);border-radius:4px}
}

.register-form-container .tc-row{font-size:13px;line-height:16px;letter-spacing:-.078px;color:#000}
.register-form-container .tc-row .button{color:#4986cc}
.first-container{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3)}
.first-container .first-loader-container{position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px}
.first-container .first-loader-container .first-loader{border-radius:50%;border:4px solid #546469;border-top-color:transparent;width:32px;height:32px;-webkit-animation:spin .75s linear infinite;animation:first-spin .75s linear infinite}@-webkit-keyframes first-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes first-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}

.rate-limit-container .captcha-img{max-width:150px;display:inline-block;margin-right:16px}
.a-modal .MuiPaper-root{background-color:transparent}
.a-modal .a-modal-body{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:40px 16px}
.a-modal .a-img{max-width:100%;max-height:100%;cursor:pointer}
.a-modal .a-close-container{width:0;position:relative;height:100%}
.a-modal .a-close-container .a-close,.a-modal .a-close-container .a-timer{position:absolute;top:-24px;right:0;color:#fff}
.a-modal .a-close-container .a-timer{font-size:24px;line-height:24px;width:24px;text-align:center;cursor:not-allowed}
.a-modal .a-close-container .a-close{cursor:pointer}
.alice-carousel .animated{-webkit-animation-fill-mode:both;animation-fill-mode:both}
.alice-carousel .animated-out{z-index:1}
.alice-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}
.alice-carousel{position:relative;width:100%;margin:auto;direction:ltr}
.alice-carousel__wrapper{overflow-x:hidden;overflow-y:hidden;height:auto}
.alice-carousel__stage,.alice-carousel__wrapper{position:relative;box-sizing:border-box;width:100%}
.alice-carousel__stage{height:100%;margin:0;padding:0;white-space:nowrap;transform-style:flat;-webkit-transform-style:flat;backface-visibility:hidden;-webkit-backface-visibility:hidden}
.alice-carousel__stage-item{position:relative;display:inline-block;padding:0;margin:0;box-sizing:border-box;width:100%;height:100%;vertical-align:top;white-space:normal;line-height:0}
.alice-carousel__stage-item *{line-height:normal}
.alice-carousel__stage-item.__hidden{opacity:0;overflow:hidden}
.alice-carousel__next-btn,.alice-carousel__prev-btn{display:inline-block;box-sizing:border-box;width:50%;padding:10px 5px}
.alice-carousel__next-btn [data-area]:after,.alice-carousel__prev-btn [data-area]:after{position:relative;content:attr(data-area);text-transform:capitalize}
.alice-carousel__prev-btn{text-align:right}
.alice-carousel__next-btn{text-align:left}
.alice-carousel__next-btn-item,.alice-carousel__prev-btn-item{display:inline-block;cursor:pointer;padding:5px;margin:0;color:#465798}
.alice-carousel__next-btn-item:hover,.alice-carousel__prev-btn-item:hover{color:#8b0000}
.alice-carousel__next-btn-item.__inactive,.alice-carousel__prev-btn-item.__inactive{opacity:.4;pointer-events:none}
.alice-carousel__play-btn{position:absolute;top:30px;left:20px;display:inline-block}
.alice-carousel__play-btn:hover{cursor:pointer}
.alice-carousel__play-btn-wrapper{position:relative;width:32px;height:32px;padding:10px;border-radius:50%;background-color:#fff}
.alice-carousel__play-btn-item{position:absolute;width:32px;height:32px;cursor:pointer;border:0;outline:none;background:transparent}
.alice-carousel__play-btn-item:after,.alice-carousel__play-btn-item:before{position:absolute;pointer-events:none;display:block;width:0;height:0;content:"";transition:all .4s linear;border-color:transparent transparent transparent #465798;border-style:solid;border-width:8px 0 8px 15px}
.alice-carousel__play-btn-item:before{left:5px;height:14px}
.alice-carousel__play-btn-item:after{top:7px;left:18px}
.alice-carousel__play-btn-item.__pause:after,.alice-carousel__play-btn-item.__pause:before{height:30px;border-width:0 0 0 10px}
.alice-carousel__play-btn-item.__pause:after{top:0;left:18px}
.alice-carousel__dots{margin:30px 3px 5px;padding:0;list-style:none;text-align:center}
.alice-carousel__dots>li{display:inline-block}
.alice-carousel__dots-item:not(.__custom){width:8px;height:8px;cursor:pointer;border-radius:50%;background-color:#e0e4fb}
.alice-carousel__dots-item:not(.__custom):not(:last-child){margin-right:20px}
.alice-carousel__dots-item:not(.__custom).__active,.alice-carousel__dots-item:not(.__custom):hover{background-color:#6e7ebc}
.alice-carousel__slide-info{position:absolute;top:20px;right:20px;display:inline-block;padding:5px 10px;color:#465798;border-radius:5px;background-color:rgba(224,228,251,.6)}
.alice-carousel__slide-info-item{vertical-align:middle;line-height:0}
.center-title-modal a:hover{color:inherit}.center-title-modal img{max-width:100%}
.center-title-modal .MuiPaper-rounded{border-radius:8px}
.center-title-modal .MuiDialog-paperFullScreen{border-radius:0}
.center-title-modal .center-title-modal-header-with-close{display:flex;align-items:center}
.center-title-modal .center-title-modal-header-center-title{padding-left:32px;flex:1 1;display:flex;justify-content:center}
.center-title-modal .center-title-modal-header-center-title.center-title-modal-header-center-title-no-close{padding-right:32px}
.center-title-modal .center-title-modal-header-close{margin-left:auto;color:#a5b0b3;cursor:pointer}
.center-title-modal .MuiDialogActions-root{padding-left:16px;padding-right:16px;padding-bottom:16px}
.btn-global-esim-primary{background-color:#f7714d;color:#fff}
.btn-global-esim-primary.btn:hover{color:#fff}.btn-global-esim-primary-outline{border:1px solid #f7714d;background-color:#fff;color:#f7714d}.btn-global-esim-primary-outline.btn:hover{color:#f7714d}
.isGlobalEsim .btn-primary{background-image:none;background-color:#f7714d}
.isGlobalEsim .btn-primary:hover{border-color:#f7714d}
.isGlobalEsim .btn-outline-primary{background-image:none;background-color:#f7714d}
.isGlobalEsim .btn-outline-primary:hover{border-color:#f7714d}
.isGlobalEsim .btn-outline-primary span{color:#f7714d}.isGlobalEsim .button>.el-button.el-button--default{background-image:none;background-color:#f7714d}
.global-esim-checkbox .form-check-input{background-color:#fff}.global-esim-checkbox .form-check-input[type=checkbox]{border-color:#6d7c80;border-width:2px}
.global-esim-checkbox .form-check-input:checked{background-color:#f7714d}.global-esim-checkbox .form-check-input[type=checkbox]:hover{background-image:linear-gradient(#fff,#fff),linear-gradient(#f7714d,#f7714d)}
.global-esim-checkbox .form-check-input[type=checkbox]:checked,.global-esim-checkbox .form-check-input[type=checkbox]:checked:hover{border-width:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E");border-color:#f7714d}
.isGlobalEsim .form-check-input{background-color:#fff}
.isGlobalEsim .form-check-input:checked{background-color:#f7714d}.isGlobalEsim .form-check-input[type=checkbox]:hover{background-image:linear-gradient(#fff,#fff),linear-gradient(#f7714d,#f7714d)}
.isGlobalEsim .form-check-input[type=checkbox]:checked,.isGlobalEsim .form-check-input[type=checkbox]:checked:hover{border-width:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E");border-color:#f7714d}
.global-esim-radio .form-check-input{background-color:#fff}.global-esim-radio .form-check-input[type=radio]{border-color:#6d7c80;border-width:1px}
.global-esim-radio .form-check-input[type=radio]:checked,.global-esim-radio .form-check-input[type=radio]:checked:hover,.global-esim-radio .form-check-input[type=radio]:hover{border-color:#f7714d}
.global-esim-radio .form-check-input[type=radio]:checked:after,.global-esim-radio .form-check-input[type=radio]:checked:hover:after{background:linear-gradient(#f7714d,#f7714d)}
.isGlobalEsim .form-check-input[type=radio]:checked,.isGlobalEsim .form-check-input[type=radio]:checked:hover,.isGlobalEsim .form-check-input[type=radio]:hover{border-color:#f7714d}
.isGlobalEsim .form-check-input[type=radio]:checked:after,.isGlobalEsim .form-check-input[type=radio]:checked:hover:after{background:linear-gradient(#f7714d,#f7714d)}
.isGlobalEsim .MuiRadio-colorSecondary.Mui-checked{color:#f7714d}

.global-esim-input.input-container .form-control:focus{border-color:#dae1e3}.global-esim-input.input-container .input-group-text{border-color:#dae1e3;background-color:#fff}
.global-esim-modal a:hover{color:inherit}
.global-esim-modal img{max-width:100%}.global-esim-modal .alice-carousel .alice-carousel__dots .alice-carousel__dots-item{background:#dae1e3}
.global-esim-modal .alice-carousel .alice-carousel__dots .alice-carousel__dots-item.__active{background:#f7714d}.global-esim-modal .MuiPaper-rounded{border-radius:8px}
.global-esim-modal .MuiDialog-paperFullScreen{border-radius:0}
.global-esim-modal .global-esim-modal-header-with-close{display:flex;align-items:center}.global-esim-modal .global-esim-modal-header-center-title{padding-left:32px;flex:1 1;display:flex;justify-content:center}
.global-esim-modal .global-esim-modal-header-center-title.global-esim-modal-header-center-title-no-close{padding-right:32px}
.global-esim-modal .global-esim-modal-header-close{margin-left:auto;color:#a5b0b3;cursor:pointer}
.global-esim-modal .MuiDialogActions-root{padding-left:16px;padding-right:16px;padding-bottom:16px}
.global-esim-price{text-align:right}.global-esim-price .global-esim-price-currency-amount{display:flex;align-items:flex-end;justify-content:flex-end}
.global-esim-price .global-esim-price-currency{font-size:16px;font-weight:700;margin-right:4px}
.global-esim-price .global-esim-price-amount{font-size:28px;font-weight:700;color:#f7714d}
.global-esim-price .global-esim-price-rate{font-size:10px;font-weight:700;color:#6d7c80}
.global-esim-switch .MuiSwitch-switchBase{color:#fff}
.global-esim-switch .MuiSwitch-switchBase+.MuiSwitch-track{background-color:#859194;opacity:1}
.global-esim-switch .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:#f7714d;opacity:1}
.global-esim-switch .MuiSwitch-switchBase.Mui-disabled+.MuiSwitch-track{cursor:not-allowed}
.global-esim-select .form-select{background-color:#fff}
.global-esim-select .form-select:focus{border-color:#ebf1f2;box-shadow:none}
.isGlobalEsim .tabs .tab.active,.isGlobalEsim .tabs .tab:hover,.isGlobalEsim .text-primary{background:none;background-color:#f7714d;-webkit-background-clip:text;color:#f7714d}
.isGlobalEsim .text-success{color:#03c465!important}
.isGlobalEsim .text-danger{color:#c13515!important}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1;background-color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}@font-face{font-family:"Noto Sans TC";font-style:normal;font-weight:100;src:local(""),url(prepaid_DIY_static_media_noto-sans-tc-v11-latin_chinese-traditional-100.514c422b.woff2) format("woff2"),url(prepaid_DIY_static_media_noto-sans-tc-v11-latin_chinese-traditional-100.b54d3262.woff) format("woff")}@font-face{font-family:"Noto Sans TC";font-style:normal;font-weight:300;src:local(""),url(prepaid_DIY_static_media_noto-sans-tc-v11-latin_chinese-traditional-300.545be952.woff2) format("woff2"),url(prepaid_DIY_static_media_noto-sans-tc-v11-latin_chinese-traditional-300.2490d6f5.woff) format("woff")}@font-face{font-family:"Noto Sans TC";font-style:normal;font-weight:400;src:local(""),url(prepaid_DIY_static_media_noto-sans-tc-v11-latin_chinese-traditional-regular.8b6948eb.woff2) format("woff2"),url(prepaid_DIY_static_media_noto-sans-tc-v11-latin_chinese-traditional-regular.3f4d0ff6.woff) format("woff")}@font-face{font-family:"Noto Sans TC";font-style:normal;font-weight:500;src:local(""),url(prepaid_DIY_static_media_noto-sans-tc-v11-latin_chinese-traditional-500.29a93b2e.woff2) format("woff2"),url(prepaid_DIY_static_media_noto-sans-tc-v11-latin_chinese-traditional-500.b8b28414.woff) format("woff")}@font-face{font-family:"Noto Sans TC";font-style:normal;font-weight:700;src:local(""),url(prepaid_DIY_static_media_noto-sans-tc-v11-latin_chinese-traditional-700.c4589217.woff2) format("woff2"),url(prepaid_DIY_static_media_noto-sans-tc-v11-latin_chinese-traditional-700.3235e6e6.woff) format("woff")}@font-face{font-family:"Noto Sans TC";font-style:normal;font-weight:900;src:local(""),url(prepaid_DIY_static_media_noto-sans-tc-v11-latin_chinese-traditional-900.0c12ae57.woff2) format("woff2"),url(prepaid_DIY_static_media_noto-sans-tc-v11-latin_chinese-traditional-900.627720e4.woff) format("woff")}
.button{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}a{color:inherit;text-decoration:none}
.hidden{display:none}.hor-divider{padding:0 12px!important}.alice-carousel .alice-carousel__dots{margin-top:8px}
.alice-carousel .alice-carousel__dots .alice-carousel__dots-item{background:#c0bfc6}
.alice-carousel .alice-carousel__dots .alice-carousel__dots-item.__active{background:#b0006f}
.isGlobalEsim .alice-carousel .alice-carousel__dots .alice-carousel__dots-item.__active{background:none;background-color:#f7714d}
.MuiPaper-root.MuiDrawer-paper{padding-top:0!important;padding-bottom:0!important}.MuiPaper-root.MuiDrawer-paper>div{margin-top:8px!important;margin-bottom:8px!important}
.MuiInputBase-root>fieldset{top:0!important}
.form-control,.form-control:focus{color:inherit}.aem-margin :last-child{margin-bottom:0}.form-select{color:#09171d}