body .main-content {
  padding-top: 0;
}

body .l-main .breadcrumb-mobifone {
  padding-top: 0;
  margin-bottom: 2rem;
  margin-left: 0;
}

.esim-international-page * {
  font-family:
    Roboto system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}

button:disabled {
    background: var(--Neutral-5, #D1D5DB) !important;
    cursor: not-allowed !important;
}

.esim-international-screen {
  isolation: isolate;
}

/* CONTAINER */
.esim-international-page.wrapper {
  width: 100%;
  /* max-width: 1140px; */
}

/* CARD */
.esim-international-page .card-esim {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 2px 15px rgba(56, 157, 250, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* HEADER */
.esim-international-page .header {
  position: relative;
  height: 204px;
}

.esim-international-page .header-bg {
  position: absolute;
  inset: 0;
  background: url("../../images/esim/bg_esim.svg") center/cover no-repeat;
}

.esim-international-page .header-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(90deg, rgba(0,0,0,0.4), transparent); */
}

.esim-international-page .header-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 20px;
  width: 100%;
  background: linear-gradient(to top, #fff, transparent);
}

.esim-international-page.wrapper.list-package-home .content {
  padding-top: 0;
}

.esim-international-page .header-content {
  position: absolute;
  top: 60px;
  left: 16px;
  color: #fff;
}

.esim-international-page .tag {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.esim-international-page .tag img {
  width: 14px;
  height: 14px;
  aspect-ratio: 1/1;
}

.esim-international-page .title-main {
  font-size: 20px;
  font-weight: 700;
}

.esim-international-page .title-sub {
  font-size: 12px;
}

/* CONTENT */
.esim-international-page .content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.esim-international-page .form-title {
  font-size: 24px;
  font-weight: 600;
  color: #041f4a;
}

.esim-international-page .form-desc {
  font-size: 14px;
  color: #041f4a;
}

/* FORM */
.esim-international-page .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 1.5rem;
}

.esim-international-page .label {
  font-size: 16px;
  font-weight: 700;
  color: #041f4a;
}

.esim-international-page .label span {
  color: red;
}

/* UPLOAD */
.esim-international-page .upload-box {
  height: 240px;
  background: #f0f5ff;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
}

.esim-international-page .upload-box:hover {
  background: #e6efff;
}

.esim-international-page .upload-text {
  color: #aec7e5;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.esim-international-page .upload-text img {
  width: 32px !important;
  height: 32px !important;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.esim-international-page .upload-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.esim-international-page .upload-box.has-image .upload-text {
  display: none;
}

/* BUTTON */
.esim-international-page .btn-submit {
  margin: 1rem;
  padding: 12px 16px;
  background: #237bd3;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #237BD3;
}

.esim-international-page .btn-submit:disabled {
  border: 1px solid #D1D5DB;
}

.esim-international-page .btn-submit:active,
.esim-international-page .btn-submit:focus {
  outline: none;
  border: 1px solid #237BD3;
}

.esim-international-page .form-group {
  margin-bottom: 0;
}

.esim-international-screen {
  margin-top: 2rem;
}

.message-error-upload-image,
.message-submit-error {
  color: var(--Sematic-1, #ff3e3e);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  margin-bottom: 0;
  /* margin-top: 1rem; */
  text-align: center;
}

/* -------------------------- form submit ------------------------------- */
.esim-international-form {
  display: flex;
  justify-content: center;
  font-family: Roboto, sans-serif;
}

.esim-international-form p,
.esim-international-form .form-group,
.esim-international-form label {
  margin-bottom: 0;
}

/* CARD */
.esim-international-form .confirm-card {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 15px rgba(56, 157, 250, 0.1);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* HEADER */
.esim-international-form .confirm-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #041f4a;
  margin-bottom: 4px;
}

.esim-international-form .confirm-header p {
  font-size: 14px;
  color: #041f4a;
  line-height: 20px;
}

/* SECTION */
.esim-international-form .confirm-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.esim-international-form .section-title {
  font-size: 16px;
  font-weight: 700;
  color: #0060a6;
}

.esim-international-form .field-label {
  font-size: 14px;
  font-weight: 700;
  color: #041f4a;
}

.esim-international-form .required {
  color: #ff3e3e;
}

/* IMAGE */
.esim-international-form .passport-image img {
  width: 100%;
  max-width: 308px;
  height: auto;
  border-radius: 8px;
}

/* FORM */
.esim-international-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.esim-international-form .form-group label {
  font-size: 14px;
  font-weight: 700;
  color: #041f4a;
}

/* INPUT giống form-value */
.esim-international-form .form-control {
  height: 56px;
  border-radius: 12px !important;
  background: #f0f5ff;
  border: 1px solid transparent;
  padding: 16px;
  font-size: 14px;
  color: #041f4a;
  font-weight: 500;
  outline: none;
  transition: all 0.2s ease;
}

.esim-international-form .form-control:disabled {
    color: #A2ACBD;
}

/* placeholder */
.esim-international-form .form-control::placeholder {
  color: #AEC7E5;
}

/* focus giống design */
.esim-international-form .form-control:focus {
  background: #fff;
  border: 1px solid #237bd3;
}

/* select fix height */
.esim-international-form select.form-control {
  appearance: none;
  cursor: pointer;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
  display: none !important;
}

.icon-arrow-up-select-black {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background: url(../../images/common/arrow-down-mnp.svg) no-repeat center / cover;
}

.icon-clear-value {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: auto;
    height: 24px;
    padding: 28px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.icon-clear-value::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../../images/common/close-circle.svg) no-repeat center / cover;
}

.icon-date-picker-select-black {
    z-index: 1000;
    width: 24px;
    height: 24px;
    top: 15px;
    background-size: cover;
    cursor: pointer;
    display: inline-block;
    background: url(../../images/reflect/calendar.svg) no-repeat;
    position: absolute;
    top: 16px;
    right: 16px;
    background-size: cover;
}

/* ERROR */
.esim-international-form .help-block {
  font-size: 13px;
  color: #ff3e3e;
}

/* ACTION */
.esim-international-form .confirm-actions {
  display: flex;
  gap: 16px;
}

.esim-international-form .confirm-actions button {
  flex: 1;
  height: 48px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}

.esim-international-form .confirm-actions button:focus {
  outline: none;
  box-shadow: none !important;
}

.esim-international-form .confirm-actions .btn-secondary:active {
  background: #f9fcff !important;
  border: 1px solid #0060a6 !important;
  color: #0060a6 !important;
  outline: none;
}

.esim-international-form .confirm-actions .btn-primary:active {
  background: #237bd3;
  color: #fff !important;
  outline: none;
  border: none;
}

/* BUTTON */
.esim-international-form .btn-secondary {
  background: #f9fcff;
  border: 1px solid #0060a6;
  color: #0060a6;
}

.esim-international-form .btn-primary {
  background: #237bd3;
  border: none;
  color: #fff;
}

/* ------------------------------ end form submit ---------------------------------- */

/* ------------------------------ component result ---------------------------------- */
.esim-qr-wrapper {
  background: #f9fbfc;
  font-family: Roboto, sans-serif;
}

.esim-qr-wrapper p, .esim-qr-wrapper label {
    margin-bottom: 0;
}

/* container */
.esim-qr-wrapper .esim-qr-container {
  margin: 0 auto;
}

/* breadcrumb */
.esim-qr-wrapper .esim-qr-breadcrumb {
  font-size: 16px;
  font-weight: 600;
  color: #041f4a;
  margin-bottom: 24px;
}

.esim-qr-wrapper .esim-qr-breadcrumb .active {
  color: #237bd3;
}

.esim-qr-wrapper .arrow {
  margin: 0 6px;
  opacity: 0.5;
}

/* card */
.esim-qr-wrapper .esim-qr-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 15px rgba(56, 157, 250, 0.1);
}

/* title */
.esim-qr-wrapper .esim-qr-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
  color: #041f4a;
}

/* layout */
.esim-qr-wrapper .esim-qr-content {
  display: flex;
  gap: 32px;
}

/* LEFT */
.esim-qr-wrapper .esim-qr-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.esim-qr-wrapper .esim-qr-box {
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(56, 157, 250, 0.1);
}

.esim-qr-wrapper .esim-qr-box img {
  width: 180px;
  border-radius: 12px;
}

.esim-qr-wrapper .esim-qr-actions {
  display: flex;
  gap: 12px;
}

.esim-qr-wrapper .icon-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: none;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 4px;
}

.esim-qr-wrapper #download-qr img {
    width: 24px;
    height: 24px;
}

/* note */
.esim-qr-wrapper .esim-qr-note {
  font-size: 14px;
  color: #64758f;
  font-style: italic;
  text-align: left;
  margin-top: 12px;
  font-weight: 400;
}

.esim-qr-wrapper .esim-qr-note b {
    font-weight: 700;
}

/* RIGHT */
.esim-qr-wrapper .esim-qr-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}

/* info */
.esim-qr-wrapper .esim-qr-info {
  background: #f9fcff;
  border-radius: 16px;
  padding: 16px;
}

.esim-qr-wrapper .info-item span.label {
  font-size: 14px;
  color: #64758F;
}

.esim-qr-wrapper .esim-qr-info span.title,
.esim-qr-wrapper .esim-qr-info div.title {
  color: #0060A6;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
  margin-bottom: 12px;
}

.esim-qr-wrapper .info-item .value {
  font-size: 14px;
  font-weight: 700;
  color: #0060A6 !important;
  margin-top: 4px;
  word-break: break-all;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.esim-qr-wrapper .info-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.esim-qr-wrapper .info-row b {
    text-align: right;
    color: #041F4A;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.esim-qr-wrapper .info-row span {
  color: #64758f;
}

.esim-qr-wrapper .divider {
  height: 1px;
  background: #deebff;
  margin: 12px 0;
}

.esim-qr-wrapper .icon-copy {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    cursor: pointer;
}

/* button */
.esim-qr-wrapper .esim-qr-btn {
  border-radius: 12px;
  border: none;
  background: #237bd3;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 12px 16px;
  text-transform: uppercase;
  text-align: center;
}


/* ---------------------------- popup --------------------------- */
/* Container */
#modalVideoCallFail {
    padding: 0;
}

#modalVideoCallFail .modal-dialog {
  max-width: 360px;
  margin: auto;
}

#modalVideoCallFail .modal-content {
  border-radius: 12px;
  border: none;
  padding: 24px 32px;
  box-shadow: 0px 4px 10px rgba(20, 81, 137, 0.08);
}

/* Header */
.modal_videocall_header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.modal_videocall_title {
  font-size: 18px;
  font-weight: 700;
  color: #041F4A;
  text-transform: uppercase;
}

.modal_videocall_close {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  color: #041F4A;
}

/* Body */
.modal_videocall_body {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.modal_videocall_icon img {
  width: 134px;
  height: 132px;
  margin-bottom: 24px;
}

.modal_videocall_content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.modal_videocall_heading {
  font-size: 20px;
  font-weight: 700;
  color: #041F4A;
  line-height: 24px;
}

.modal_videocall_desc {
  font-size: 14px;
  color: #344A6C;
  line-height: 20px;
  margin-top: 4px;
}

/* Footer */
.modal_videocall_footer {
  margin-top: 2rem;
}

.modal_videocall_btn {
  width: 100%;
  background: #237BD3;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
  padding: 12px 16px;
  text-transform: uppercase;
}


/* modal videocall */
.modal_videocall_btn:hover {
  background: #1b66b1;
}

.vc-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden {
    display: none !important;
}

.vc-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

.vc-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    background: red;
    color: #fff;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 6px;
}

.vc-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid #00ffcc;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}

.contact-wrapper .section-title {
  margin-bottom: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #AEC7E5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #041F4A;
    padding-left: 0;
}

.form-group select, .select2-container--default .select2-selection {
    width: 100%;
    height: 56px;
    padding: 16px;
    gap: 12px;
    border-radius: 12px;
    background: #F0F5FF !important;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #041F4A !important;
}

.form-group select::placeholder {
    color: #AEC7E5 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    display: none;
}

.select2-container {
  height: auto;
  width: 100% !important;
}

/* package-wrapper */
.package-wrapper .form-title {
  color: var(--Neutral-1, #041F4A);
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}

.lSSlideOuter:has(.lslide:nth-child(2):last-child) {
  justify-content: center !important;
}

.package-wrapper .using-pack-content {
  margin-top: 1.5rem;
}

.package-wrapper .using-pack-content .box-lSPager {
  display: none;
}

.pack-used-cancel {
  display: flex;
  width: 68px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 8px;
  top: 8px;
  border-radius: 8px;
  border: 1px solid var(--Sematic-1, #FF3E3E);
  background: var(--Accent-3, #FFF6F6);
  color: var(--Sematic-1, #FF3E3E);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  cursor: pointer;
}

.package-wrapper .pack_content .pack_body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.package-wrapper .pack_content {
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.package-wrapper .pack_content .register {
    margin-top: auto;
}


#contactModal ,#successContactModal , #errorContactModal{
  font-family: Roboto, sans-serif;
}

#contactModal .modal-dialog .title , #successContactModal .modal-dialog .title ,#errorContactModal .modal-dialog .title {
   font-size: 18px;
   line-height: 28px;
    font-weight: 700;
  margin-bottom: 32px;
}
#contactModal .modal-dialog , #successContactModal .modal-dialog, #errorContactModal .modal-dialog {
  min-width: 715px;
}
#contactModal .modal-body {
  padding:  1.5rem ;
}
#successContactModal .modal-content, #errorContactModal .modal-content {
  position: relative;
  padding: 1.5rem 7.5rem ;
}

.image-contact {
  width: 143px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}
#contactModal .btn-contact {
  width: 240px;
  height: 48px;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #237BD3;
  border-radius: 8px;
  background: #237BD3;
  color: var(--neutral-7, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

#contactModal .form-group-last {
  margin-bottom: 24px;
}
#contactModal .modal-dialog .close_btn {
  margin-top: 32px;
}

.error-block {
  color: red;
  font-style: italic;
}

#errorContactModal .close , #successContactModal .close {
  position: absolute;
  top: 1.5rem;   /* cách mép trên */
  right: 1.5rem; /* cách mép phải */
  font-size: 2rem;
  color: #000;
  opacity: 0.5;
}
#errorContactModal .close:hover , #successContactModal .close:hover {
  opacity: 1;
}

.modal-dialog .close_btn button {
  width: 241px;
  padding: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #237BD3;
  background: #237BD3;
}

#phone_input_error {
    color: red;
}

#contactModal .form-group input:not(.form-check-input),
#contactModal .form-group select,
#contactModal .select2-container--default .select2-selection {
  width: 100%;
  height: 56px;
  padding: 16px;
  gap: 12px;
  border-radius: 12px;
  background: #F0F5FF !important;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #041F4A !important;
}
#contactModal .form-group input::placeholder,
#contactModal .form-group select::placeholder {
  color: #AEC7E5 !important;
}
#contactModal .form-group select {
  appearance: none; /* Ẩn mũi tên mặc định */
  -webkit-appearance: none; /* Cho trình duyệt WebKit (Chrome, Safari) */
  -moz-appearance: none; /* Cho Firefox */
  background-image: none !important; /* Loại bỏ icon mặc định */
  /*color: #A0AEC0;*/
}
#contactModal .icon-date-picker-select-black {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url('../../images/reflect/calendar.svg') no-repeat;
  position: absolute;
  top: 10px;
  right: 20px;
}
#contactModal .icon-date-picker-select-black {
  z-index: 1000;
  width: 24px;
  height: 24px;
  top: 15px;
  background-size: cover;
  cursor: pointer;
}
#form-contact {
  margin: 0px 80px;
}

#contactModal .close_btn {
  display: flex;
  justify-content: center;
}

#contactModal .modal-dialog {
  align-items: center;
}

#contactModal .modal-dialog .title {
    text-align: center;
    color: #0A4874;
    /* font-family: Roboto; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

.btn-contact {
  width: 240px;
  height: 48px;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #237BD3;
  border-radius: 8px;
  background: #237BD3;
  color: var(--neutral-7, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.list-charge .m-tab.active .package-item {
  display: none;
}

.name_promotion {
    display: inline-block;
    padding: 4px;
    font-weight: 500;
    color: #FF3E3E;
    border: 1px solid #FF3E3E;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    font-size: 12px;
}

.promotion_countdown_time {
    color: #FF383C;
}

.esim-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 22px 24px;
  border-radius: 12px;

  background: linear-gradient(
    126deg,
    #fff5f8 0%,
    #fcfff0 29%,
    #e7f4fc 63%,
    #f7fcff 69%,
    #fff0e7 100%
  );

  box-shadow: 0 2px 15px rgba(56, 157, 251, 0.2);
  border: 1px solid #28a6fc;

  font-family: Roboto, sans-serif;
  cursor: pointer;
  margin-bottom: 2rem;
}

.esim-card .title {
  font-size: 22px;
  font-weight: 600;
  color: #041f4a;
}

.esim-card .arrow {
  font-size: 25px;
}

.logo-hot {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 49px;
  border-radius: 12px 0 0 0;
}

.logo-esim-bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo-esim-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 27%;
  width: 70px;
  height: 29px;
}

.title-package-wrapper-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.title-package-wrapper-new-mobile {
  justify-content: center;
  margin-top: 1rem;
}

.title-package-wrapper-new a.see-all {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #237BD3;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-wrap: nowrap;
  cursor: pointer;
}

a.see-all-mobile {
  display: none;
}

.title-package-wrapper-new a.see-all img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}

.title-list-package-wrapper {
  margin-bottom: 0.5rem !important;
}

.desc-list-package-wrapper {
  margin-bottom: 1.5rem;
}

.pack_star {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 8px;
    z-index: 2;
}

.pack_promotion {
    display: flex;
    gap: 7px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.mobile-service-content {
  padding-bottom: 0 !important;
}

.mobile-service-list-index .lSSlideWrapper.usingCss {
    margin: 0 56px;
}

.mobile-service-list-index .lSAction>.lSPrev {
    left: -1rem;
    /* width: 32px;
    height: 32px; */
    display: block !important;
}

.mobile-service-list-index .lSAction>.lSNext {
    right: -1rem;
    /* width: 32px;
    height: 32px; */
    display: block !important;
}

.mobile-service-list-index .lSAction {
  display: block !important;
}

.mobile-service-list-index .pack_content_new:hover {
  transform: scale(1.0005);
}

.mobile-service-list-index .box-lSPager {
  display: none !important;
}

.signature-wrapper {
  margin: 20px 0;
}

.signature-wrapper p {
    margin-bottom: 0.5rem;
}

.signature-label {
    text-align: center;
    margin-bottom: 0 !important;
    border-radius: 12px 12px 0 0;
    border: 1px solid #AEC7E5;
    border-bottom: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #000;
    padding: 12px 16px 0;
}

.signature-wrapper #signature-pad {
    width: 100%;
    height: 224px;
    border: 1px solid #AEC7E5;
    border-bottom: none;
    border-top: none;
    display: block;
}

.signature-wrapper #clear-signature  {
    width: 100%;
    padding: 10px 16px;
    background: #237BD3;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFF;
    border-radius: 0 0 12px 12px;
    border: 1px solid #AEC7E5;
    border-top: none;
}

.signature-wrapper #clear-signature:disabled  {
    background: #D1D5DB;
    cursor: not-allowed;
}

.esim-guide {
    background: #F9FCFF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: Roboto, sans-serif;
}

/* HEADER */
.esim-guide .esim-guide__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; /* thêm */
}
 
.esim-guide .esim-guide__title {
    color: #0060A6;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.esim-guide .icon-collapse {
    width: 24px;
    height: 24px;
    transform: rotate(90deg);
    transition: 0.3s; /* thêm */
}

/* 👉 trạng thái mở */
.esim-guide.open .icon-collapse {
    transform: rotate(-90deg);
}

/* BODY */
.esim-guide .esim-guide__body {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* TABS */
.esim-guide .esim-guide__tabs {
    display: flex;
    gap: 8px;
}

.esim-guide .tab {
    flex: 1;
    text-align: center;
    padding: 8px;
    border-radius: 50px;
    cursor: pointer;
}

.esim-guide .tab--active {
    background: #FFF4E8;
}

/* 👉 tab content control */
.esim-guide .tab-content {
    display: none;
}

.esim-guide .tab-content.active {
    display: flex;
}

/* STEPS */
.esim-guide .esim-guide__steps {
    flex-direction: column;
    gap: 8px;
}

.esim-guide .step {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    background: #FFF4E8;
    border-radius: 50px;
}

.esim-guide .step__number {
    background: #fff;
    border-radius: 50px;
    padding: 6px 12px;
    font-size: 14px;
    color: #344A6C;
}

.esim-guide .step__text {
    font-size: 14px;
    color: #344A6C;
    line-height: 20px;
}


.bank-transfer-layout #modalAlertConfictPackage .modal-body {
    padding: 36px;
}

.bank-transfer-layout #modalAlertConfictPackage .title-modal {
    color: #0A4874;
    text-align: center;

    /* Title/18/Bold */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    margin-bottom: 1.5rem;
}

.bank-transfer-layout #modalAlertConfictPackage .content {
    color: var(--Neutral-1, #041F4A);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    /* font-weight: 700; */
    font-style: Bold;
    /* font-size: 12px; */
    /* line-height: 20px; */
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0.75rem;
}


.bank-transfer-layout #modalAlertConfictPackage .note {
    color: #FF3E3E;
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.24px;
    text-align: left;
    margin-bottom: 2rem;
}
.text-red {
  color: var(--Sematic-1, #FF3E3E);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.text-alert {
  color: var(--Sematic-1, #FF3E3E);
}

.bank-transfer-layout #modalAlertConfictPackage .btn-confirm-register-package {
    display: block;
    padding: 10px 16px;
    border-radius: 12px;
    background: #237BD3;
    border: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #237BD3;
}

.bank-transfer-layout #modalAlertConfictPackage .btn-close-modal {
    display: block;
    padding: 10px 16px;
    border-radius: 12px;
    background: #F9FCFF;
    border: 1px solid #0060A6;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #0060A6;
    width: 100%;
}

.flatpickr-calendar {
  width: auto !important;
  padding: 0 16px 16px !important;
}

input.numInput.cur-year {
  padding-left: 0 !important;
}

.flatpickr-calendar.open {
  border: 1px solid #0060A6 !important;
  box-shadow: 0px 2px 15px 0px #389DFB1A !important;
  border-radius: 16px;
}
.flatpickr-calendar:before {
  display: none;
}

.flatpickr-day.today, .flatpickr-day:hover {
  border-radius: 4px;
}

.numInputWrapper {
  margin-left: 1rem !important;
}

.numInputWrapper span {
  width: 13px !important;
  right: -1px !important;
}

.numInputWrapper:hover {
  background: transparent !important;
}
span.flatpickr-weekday {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  color: #0060A6 !important;
}

span.flatpickr-day:not(.prevMonthDay, .flatpickr-disabled) {
  color: #041F4A;
  font-weight: 700;
}

.flatpickr-day.selected {
  background: #0060A6 !important;
  border-radius: 4px;
  color: #ffffff !important;
}

.flatpickr-months {
  margin-bottom: 1rem;
}

.flatpickr-prev-month, .flatpickr-next-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.numInput.cur-year {
  color: #1A202C !important;
  font-weight: 700 !important;
} 

.m-card-slider {
  max-width: 500px !important;
}

#airPort.no-value {
    color: #AEC7E5 !important;
}

/* FAQ */
.list-faq {
  margin-top: 1.5rem;
}

.list-faq-content {
  /* display: flex; */
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 16px; */
  align-self: stretch;
  border-radius: 12px;
  border: 0.5px solid var(--Neutral-5, #D1D5DB);
  background: #FFF;
  box-shadow: 0 2px 15px 0 rgba(56, 157, 251, 0.10);
}

.list-faq-content .faq-item {
    width: 100%;
}

.list-faq-content .faq-header {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    padding: 6px 0;
}

.list-faq-content .faq-title {
    flex: 1;
    color: #344A6C;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.list-faq-content .faq-icon {
  width: 20px;
  height: 20px;
}

.list-faq-content .faq-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-faq-content .faq-arrow-icon {
    width: 16px;
    height: 16px;
    position: relative;
    transition: transform 0.3s ease;
}

.list-faq-content .faq-arrow-icon::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid #237BD3;
    border-bottom: 2px solid #237BD3;
    transform: rotate(-45deg);
    top: 1px;
    left: 3px;
}

.list-faq-content .faq-body {
    display: none;
    padding: 12px 36px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--Blue-5, #F0F5FF);
    color: var(--Neutral-2, #344A6C) !important;
    font-family: Roboto;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    margin-top: 16px;
}

.list-faq-content .faq-body p {
  margin-bottom: 0 !important;
}

.list-faq-content .faq-body img {
  width: 100% !important;
}

.list-faq-content .faq-item.active .faq-title {
  color: var(--Blue-Button-Web, #237BD3);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.list-faq-content .faq-item.active .faq-body {
    display: block;
}

.list-faq-content .faq-item.active .faq-arrow-icon {
    transform: rotate(180deg);
}

.list-faq-content .faq-divider {
    width: 100%;
    height: 1px;
    background: #D1D5DB;
    margin: 1rem 0;
}

.list-faq-content .faq-item:last-child .faq-divider {
    display: none;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.vc-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* world cup */

/* worldcup.css */

.worldcup-page * {
    box-sizing: border-box;
}

.worldcup-page {
    width: 100%;
    color: #041f4a;
    font-family: Roboto, sans-serif;
    margin-top: 2rem;
}

.worldcup-page img {
    max-width: 100%;
    display: block;
}

.worldcup-page .container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 65px;
    padding-right: 65px;
}

/* =========================
   Breadcrumb
========================= */

.worldcup-page .breadcrumb-mobifone h2 {
    font-size: 20px;
    font-weight: 700;
}

.worldcup-page .breadcrumb-mobifone .active {
    color: #237bd3;
}

/* =========================
   Hero
========================= */

.worldcup-page .wc-hero {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-top: 32px;
}

.worldcup-page .wc-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.worldcup-page .wc-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 27, 60, 0.8) 0%,
        rgba(0, 27, 60, 0.5) 50%,
        rgba(0, 27, 60, 0) 100%
    );
}

.worldcup-page .wc-hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    z-index: 2;
}

.worldcup-page .wc-live-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.worldcup-page .wc-live-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #bc0100;
    padding: 6px 12px;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.worldcup-page .wc-live-badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.worldcup-page .wc-logo {
    width: 90px;
}

.worldcup-page .wc-hero h1 {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin: 0;
}

.worldcup-page .wc-hero p {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

/* =========================
   Section
========================= */

.worldcup-page .wc-section,
.worldcup-page .wc-faq {
    padding-top: 48px;
    padding-bottom: 48px;
}

.worldcup-page .wc-section-title {
    margin-bottom: 32px;
    text-align: center;
}
.worldcup-page .wc-section-title h2 {
  color:  #041F4A;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.worldcup-page .wc-section-title h2.gold {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  background:  linear-gradient(103deg, #BF953F 0%, #E5D535 25%, #B38728 50%, #E5D535 75%, #AA771C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* =========================
   Features
========================= */

.worldcup-page .wc-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.worldcup-page .wc-feature-item {
    text-align: center;
    padding: 16px;
}

.worldcup-page .wc-feature-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
    border-radius: 16px;
}

.worldcup-page .wc-feature-icon img {
  width: 80px;
  height: 80px;
}

.worldcup-page .wc-feature-item h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.worldcup-page .wc-feature-item p {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
}

/* =========================
   Packages
========================= */

.worldcup-page .wc-packages {
    padding: 24px 0 48px 0;
    background: #FFF;
}

.worldcup-page .wc-package-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.worldcup-page .wc-package-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    min-height: 650px;
}

.worldcup-page .wc-card-bg,
.worldcup-page .wc-card-overlay {
    position: absolute;
    inset: 0;
}

.worldcup-page .wc-card-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.worldcup-page .wc-card-overlay {
    background: rgba(0, 0, 0, -0.4);
}

.worldcup-page .wc-card-content {
    position: relative;
    z-index: 2;
    padding: 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.worldcup-page .wc-package-logo {
    width: 314px;
    max-width: 100%;
    margin: 0 auto 24px;
}

.worldcup-page .wc-package-card h3 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 24px;
}

.worldcup-page .wc-benefits {
    border: 2px solid #bf953f;
    border-radius: 12px;
    padding: 16px;
    backdrop-filter: blur(2px);
    background: rgba(88, 88, 88, 0.3);
  display: flex;
  flex-direction: column;
  gap: 12px;

}

.worldcup-page .wc-benefit-item {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;

    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
}

.worldcup-page .wc-benefit-item img {
  width: 16px;
  height: 12px;
}

.worldcup-page .wc-benefit-item:last-child {
    margin-bottom: 0;
}

.worldcup-page .wc-price {
    margin-top: auto;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    padding-top: 32px;
}

.worldcup-page .wc-price span {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 500;
}

.worldcup-page .wc-btn {
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 16px;
}

.worldcup-page .wc-btn-immediately {
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 16px;
}

.worldcup-page .wc-btn-primary {
    width: 100%;
    margin-top: 16px;
    color: #fff;
    background: linear-gradient(
        167deg,
        #bf953f 0%,
        #e5d535 25%,
        #b38728 50%,
        #e5d535 75%,
        #aa771c 100%
    );
}

.worldcup-page .wc-btn-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 16px;
}

.worldcup-page .wc-btn-outline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.worldcup-page .wc-btn-light {
    background: #fffbf5;
    color: #041f4a;
}

/* =========================
   FAQ
========================= */

.worldcup-page .wc-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.worldcup-page .wc-faq-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #d1d5db;
    box-shadow: 0 2px 15px rgba(56, 157, 250, 0.1);
    font-size: 16px;
    font-weight: 500;
}

.wc-faq-card{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.wc-collapse{
    background:#fff;
    border-radius:12px;
    border:0.5px solid #D1D5DB;
    box-shadow:0 2px 15px rgba(56,157,251,0.1);
    overflow:hidden;
}

.wc-collapse-header{
    width:100%;
    border:none;
    background:#fff;
    padding:24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
}

.wc-collapse-left{
    display:flex;
    align-items:center;
    gap:16px;
}

.wc-collapse-icon img{
    width:20px;
    height:20px;
}

.wc-collapse-header span{
    color:#344A6C;
    font-size:16px;
    font-weight:500;
}

.wc-arrow{
    width:10px;
    height:10px;
    border-right:2px solid #C28A2B;
    border-bottom:2px solid #C28A2B;
    transform:rotate(45deg);
    transition:0.3s;
}

.wc-arrow.active{
    transform:rotate(-135deg);
}

.wc-collapse-body{
    display:none;
    padding:0 24px 24px 24px;
}

.wc-collapse-body.show{
    display:block;
}

.wc-faq-question{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.wc-question-header {
    width:100%;
    border:none;
    background:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    padding:0;
    padding-left:36px;
}

button:focus {
  outline: none;
}

.wc-question-header span:first-child{
    color:#344A6C;
    font-size:16px;
    font-weight:500;
    text-align:left;
}

.wc-answer{
    display:none;
    padding:16px;
    border-radius:10px;
    background:#FFFBF5;
    color:#344A6C;
    font-size:14px;
    line-height:22px;
}

.wc-answer.show{
    display:block;
}

.wc-divider{
    height:1px;
    background:#E5E7EB;
    margin:16px 0;
}

.wc-policy-content{
    padding:16px 36px;
    border-radius:10px;
    background:#FFFBF5;
    color:#344A6C;
    font-size:14px;
    line-height:22px;
}
.wc-answer ul , .wc-answer p {
  margin-bottom: 0;
}


/* =========================
   Tablet
========================= */

@media (max-width: 991px) {

    .worldcup-page .wc-features {
        grid-template-columns: repeat(3, 1fr);
    }

    .worldcup-page .wc-package-grid {
        grid-template-columns: 1fr;
    }

    .worldcup-page .wc-hero {
        height: 460px;
    }
}

/* =========================
   Mobile
========================= */

@media (max-width: 767px) {

  .worldcup-page .wc-feature-icon {
    width: 64px;
    height: 64px;
  }
  .worldcup-page .wc-feature-icon img {
    width: 64px;
    height: 64px;
  }

  .wc-policy-content {
    font-size: 12px;
  }

  .modal-dialog .close_btn button.ussd_subscribe {
    line-height: normal!important;
  }

  .wc-question-header {
    gap:10px;
  }

  .wc-question-header.active span{
    color:  #041F4A;
  }

  #chooseCycleModal .btn-outline {
    line-height: normal !important;
  }
  #chooseCycleModal .btn-primary {
    line-height: normal !important;
    border: 1px solid #237BD3 !important;
  }

  .wc-collapse-header span {
    font-size: 14px;
  }
  .wc-collapse-header span.wc-arrow {
    font-size: 20px;
  }
  .wc-question-header span:first-child{
    font-size: 14px;
  }
  .wc-answer {
    color:  #344A6C;
    padding:16px 36px;
    font-size:12px;
    line-height:16px;
    border-radius:12px;
  }
     .worldcup-page .container {
       padding-left: 16px;
       padding-right: 16px;
      }

  .wc-question-header .wc-arrow {
    flex-shrink: 0;
  }

     .worldcup-page .wc-package-grid {
       gap: 16px;
     }

    .worldcup-page .wc-breadcrumbm {
        display: none;
    }

    .worldcup-page .wc-hero {
        height: 320px;
        margin-top: 0;
    }

    .worldcup-page .wc-live-wrap {
        gap: 12px;
    }

    .worldcup-page .wc-live-badge {
        font-size: 12px;
        line-height: 18px;
    }

    .worldcup-page .wc-logo {
        width: 64px;
    }

    .worldcup-page .wc-hero-content {
        gap: 12px;
    }

    .worldcup-page .wc-hero h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .worldcup-page .wc-hero p {
        font-size: 12px;
        line-height: 18px;
    }

    .worldcup-page .wc-section,
    .worldcup-page .wc-packages,
    .worldcup-page .wc-faq {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .worldcup-page .wc-section-title {
        margin-bottom: 16px;
    }

    .worldcup-page .wc-section-title h2 {
        font-size: 18px;
        line-height: 24px;
    }
  .worldcup-page .wc-section-title h2.gold {
    font-size: 18px;
    line-height: 24px;
  }

    .worldcup-page .wc-features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px 12px;
    }



    .worldcup-page .wc-feature-item {
      width: calc((100% - 24px) / 3);
      padding: 8px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .worldcup-page .wc-feature-icon {
        width: 64px;
        height: 64px;
        border-radius: 12px;
        margin-bottom: 12px;
    }

    .worldcup-page .wc-feature-item h3 {
        font-size: 14px;
        line-height: 20px;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .worldcup-page .wc-feature-item p {
        font-size: 12px;
        line-height: 16px;
    }

    .worldcup-page .wc-package-card {
        min-height: auto;
    }

    .worldcup-page .wc-card-content {
        padding: 16px;
    }

    .worldcup-page .wc-package-logo {
        width: 229px;
        margin-bottom: 16px;
    }

    .worldcup-page .wc-package-card h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .worldcup-page .wc-benefit-item {
        font-size: 14px;
    }

    .worldcup-page .wc-price {
        font-size: 24px;
        padding-top: 24px;
    }

    .worldcup-page .wc-price span {
        font-size: 14px;
    }

    .worldcup-page .wc-btn-group {
        gap: 12px;
    }

    .worldcup-page .wc-faq-item {
        padding: 12px;
        font-size: 14px;
        line-height: 20px;
    }
}

/* DESKTOP */
@media (min-width: 768px) {
  .wc-collapse-header{
      padding:24px;
  }

  .wc-collapse-header span{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .wc-question-header{
      padding-left:36px;
  }
  .wc-question-header.active span{
    color:  #041F4A;
  }

  .wc-question-header span:first-child{
      font-size:16px;
      line-height:20px;
  }

  .wc-answer{
      padding:16px 36px;
      font-size:14px;
      line-height:16px;
      border-radius:12px;
  }

  .esim-international-screen {
    padding: 0 24px 24px;
  }

  .esim-international-page .card-esim {
    gap: 32px;
  }

  .esim-international-page .header {
    height: 548px;
    border-radius: 12px;
  }

  .esim-international-page .header-content {
    top: 176px;
    left: 24px;
  }

  .esim-international-page .tag {
    font-size: 14px;
    padding: 6px 12px;
  }

  .esim-international-page .tag img {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
  }

  .esim-international-page .title-main {
    font-size: 40px;
  }

  .esim-international-page .title-sub {
    font-size: 24px;
  }

  .esim-international-page .content {
    padding: 24px;
    gap: 24px;
  }

  .esim-international-page .upload-box {
    width: 356px;
    margin: 0 auto;
  }

  .esim-international-page .btn-submit {
    width: 482px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 992px) {
  #contactModal .modal-dialog, #successContactModal .modal-dialog, #errorContactModal .modal-dialog {
    min-width: 90%;
    max-width: 100%;
  }
  #contactModal .modal-content ,#successContactModal .modal-content, #errorContactModal .modal-content {
    width: 80%;
  }
}

@media (max-width: 768px) {

  #packageDetailModal .actions button {
    padding: 8px 12px !important;
    font-size: 14px !important;
  }

  #packageDetailModal .actions .btn-register {
    border: 1px solid #237BD3 !important;
  }

  #chooseCycleModal .ussd_subscribe, #ussdModal .ussd_subscribe, #typePaymentModal .ussd_subscribe ,#chooseCycleModal .btn-outline,#ussdModal .btn-outline,#typePaymentModal .btn-outline {
    line-height: normal !important;
  }
  #contactModal .modal-dialog {
    margin-top: 55px;
  }

  .esim-international-page .card-esim, .esim-qr-wrapper {
    margin: 0 16px;
  }

  #contactModal .modal-content, #successContactModal .modal-content, #errorContactModal .modal-content {
      width: 98%;
  }

  #form-contact {
    margin: 0px 10px;
  }

  .confirm-card .confirm-wrapper,
  .esim-qr-wrapper .esim-qr-card,
  .esim-international-form,
  .confirm-card {
    padding: 16px;
  }

  .esim-qr-wrapper .esim-qr-content, .esim-qr-wrapper .esim-qr-right {
    flex-direction: column;
    gap: 1.5rem;
  }

  .esim-qr-wrapper .esim-qr-box img {
    width: 160px;
  }

  .esim-qr-wrapper .esim-qr-title {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }

  .esim-qr-wrapper .esim-qr-note {
    font-size: 12px;
    text-align: left;
    margin-top: 4px;
  }

  .esim-qr-wrapper .esim-qr-note br {
    display: none;
  }

  #modalVideoCallFail .modal-content {
    padding: 1rem;
  }

  .modal_videocall_desc {
    margin-top: 0;
  }

  .modal_videocall_icon img {
    margin-bottom: 12px;
  }

  .modal_videocall_heading {
    font-size: 16px;
  }

  .mobile-service-list-index .lSSlideWrapper.usingCss {
    margin: 0 40px;
  }

  .mobile-service-list-index .lSAction>.lSPrev {
      left: -0.75rem;
      /* width: 24px;
      height: 24px; */
  }

  .mobile-service-list-index .lSAction>.lSNext {
      right: -0.75rem;
      /* width: 24px;
      height: 24px; */
  }

}

/* ================= MOBILE ================= */
@media (max-width: 576px) {
  .bank-transfer-layout #modalAlertConfictPackage .modal-body {
    padding: 1.5rem;
  }

  .esim-international-screen {
    margin-top: 1rem;
  }

  .signature-wrapper {
    margin: 4px 0 12px;
  }

  .package-wrapper .form-title {
    font-size: 18px;
    margin-bottom: 1rem;
  }

  .esim-card {
    margin-bottom: 1rem;
  }

  .esim-international-page .form-group {
    gap: 4px;
    margin-top: 1rem;
  }

  .esim-international-page .btn-submit {
    margin-top: 0;
  }

  #errorContactModal .close, #successContactModal .close {
    top: 1rem;
    right: 1rem;
  }

  .using-pack-content {
      margin-bottom: 2rem !important;
  }

  .esim-international-form .confirm-card {
    padding: 16px;
    gap: 16px;
  }

  .esim-international-form .confirm-header h2 {
    font-size: 20px;
  }

  .esim-international-form .passport-image {
    margin: auto;
  }

  .esim-card {
    padding: 12px 16px;
  }

  .esim-card .title {
    font-size: 18px;
  }

  .logo-hot {
    width: 30px;
    height: 33px;
  }

  .logo-esim-bg {
    left: 65%;
  }
    
  a.see-all-mobile {
    display: flex !important;
  }

  a.see-all-desktop {
    display: none !important;
  }

  .list-faq-content {
    padding: 1rem;
  }

  .list-faq-content .faq-item .faq-title,
  .list-faq-content .faq-item.active .faq-title {
    font-size: 14px;
    font-weight: 500;
  }

  .list-faq-content .faq-body {
    font-size: 12px !important;
    padding: 12px;
  }

  .list-faq {
    margin-top: 2px;
  }
}

@media (max-width: 429px) {

  .worldcup-page .wc-feature-item {
    padding-left: 4px;
    padding-right: 4px;
  }
  .worldcup-page .wc-feature-item h3 {
    font-size: 13px;
  }

}

@media (max-width: 400px) {
  #chooseCycleModal .package-title, #ussdModal .package-title, #typePaymentModal .package-title {
    font-size: 18px !important;
  }
}

@media (max-width: 380px) {
  #chooseCycleModal .package-title, #ussdModal .package-title, #typePaymentModal .package-title {
    font-size: 17px !important;
  }

  .worldcup-page .wc-feature-item {
    padding-left: 0px;
    padding-right: 0px;
  }
  .worldcup-page .wc-feature-item h3 {
    font-size: 13px;
  }
}

