* {
    box-sizing: border-box;
}

.mobifone-body {
    padding-right: 0 !important;
}

body main * {
    color: #1e2d50;
}

.package-content-wrapper {
    padding: 24px 30px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 2px 15px 0 rgba(56, 157, 251, 0.10);
    margin-bottom: 2rem;
}

.package-content {
    display: flex;
    gap: 24px 42px;
    flex-wrap: wrap;
}

.pack_content {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 2px 15px 0 rgba(56, 157, 251, 0.10);
    flex: 0 0 calc(25% - 32px);
    text-align: center;
    cursor: pointer;
}

.total-result {
    color: #041F4A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 1.5rem;
}

.banner img {
    border-radius: 12px;
    max-height: 380px;
    height: 100%;
}

.title-content-wrapper {
    margin: 60px 0 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-content-wrapper .title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e2d50;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title-content-wrapper .line {
    flex: 1;
    height: 1px;
    border: 1px solid #041F4A;
    margin: 0 8px;
    width: 68px;
    min-width: 20px;
}

.title-content-wrapper .title-text {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #041F4A;
}

.title-content-wrapper .content-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #344A6C;
    margin: 12px 0 0 0;
    max-width: 652px;
}

.title-content-wrapper .title-container,
.title-content-wrapper .content-text {
    text-align: center;

}

.pack_content .pack_desc {
    margin-bottom: 1.5rem;
}

.pack_point {
    display: flex;
    margin-bottom: 1rem;
}

.pack_content .desc {
    text-align: left;
}

span.div {
    width: 1px;
    height: 17px;
    color: var(--Colors-Border-secondary, #E5E5E5);
    padding: 0 12px;
}

#collapse_about_1 {
    width: 100%;
    overflow-x: auto;
}

body .l-main .breadcrumb-mobifone {
    margin-bottom: 0;
}

.pack_content .pack_body .register_btn {
    color: var(--Primary, #0060A6);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 8px;
    border: 1px solid #0060A6;
}

.desc_price {
    color: #F04438 !important;
    font-weight: 700 !important;
    flex: none !important;
    margin-right: 12px;
}

.desc_price_discount {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration-line: line-through;
}

.search-wrapper {
    margin: 1.5rem 0;
}

.search-wrapper .title-search {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 0.75rem;
}

form#search-country {
    opacity: 1;
    border-radius: 12px;
    padding: 24px 30px;
    box-shadow: 0px 2px 15px 0px #389DFB1A;
    background: #FFFFFF;
    display: flex;
    gap: 24px;
    align-items: center;
}

.btn-search {
    max-width: 240px;
    width: 100%;
    border-radius: 6px;
    padding: 8px 16px;
    background: #0060A6;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.btn-search:hover {
    color: #FFFFFF;
}

.select-box-data {
    margin-bottom: 0;
    flex: 1;
}

.modal-open .select-box-data {
    flex: none;
}

.select2-container, 
.btn-search {
    height: 68px !important;
}

.select2-container {
    flex: 1;
}

.select2-container--default .select2-selection {
    padding-left: 0 !important;
    height: 100% !important;
    border: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
    border-radius: 6px;
    padding: 8px 12px;
    border-width: 1px;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #A2ACBD;
}

.select2-selection__arrow b {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url('../../../images/esim/chevron-down.svg') no-repeat center center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    right: 12px;
    top: 22px;
}

.pack_content .pack_title {
    padding: 13px;
    line-height: 24px;
    height: 78px;
}

.pack_content .pack_title .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    height: 100%;
}

.pack_content .pack_title .title span {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* số dòng tối đa */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: var(--Neutral-7, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
}

.hotimg {
    right: 0;
    width: 43px;
    height: 46px;
    flex-shrink: 0;
}

.logo-country {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.pack_content.hidden {
  display: none;
}

.show-toggle {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
}

#toggleBtn {
    color: var(--Primary, #0060A6);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.14px;
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    outline: none;
}

.icon-more {
    width: 24px;
    height: 24px;
}

.icon-more.collapse-icon {
    transform: rotate(180deg);
}

.nodata_history {
    margin-bottom: 2rem;
}

.nodata_history .image {
    margin-bottom: 0;
}

.nodata_history .image img {
    width: 131.897px;
    height: 125px;
    margin-bottom: 0;
}

.nodata_history p {
    color: #041F4A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.nodata_history .des {
    margin: 2rem 0;
}

.btn-view-roaming {
    display: flex;
    max-width: 545px;
    width: 100%;
    height: 48px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: var(--Primary, #0060A6);
    color: var(--Neutral-7, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
}

.btn-view-roaming:hover {
    color: var(--Neutral-7, #FFF);
}

/* search qr */
.search-qr-wrapper {
    margin-bottom: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    opacity: 1;
    border-radius: 8px;
    padding: 12px;
    background: linear-gradient(89.98deg, #FFFCFC 8.12%, #EDF4FF 99.98%);
    box-shadow: 0px 4px 12px 0px #0000000A;
    padding: 16px 12px;
}

.search-qr-wrapper img {
    width: 24px;
    height: 24px;
}

.search-qr-title {
    display: flex;
    justify-content: start;
    gap: 6px;
}

.search-qr-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.component-search-qr-wrapper {
    margin: 4px 0 1rem;
    padding: 24px;
    gap: 16px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 2px 15px 0 rgba(56, 157, 251, 0.10);
}

.search-wrapper .note {
    color: var(--Neutral-3, #64758F);
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
}

.form-group-input {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 24px;
}

.form-group-input label {
    display: flex;
    justify-content: start;
    align-items: center;
    min-width: 122px;
}

.form-group-input input {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--slate-300, #CBD5E1);
    background: #FFF;
    color: #041F4A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    height: 56px;
}

.form-group-input .input-box input {
    padding-left: 42px;
}

.form-group-input .input-box .icon-cv-email {
    background: url('../../../images/esim/mail.svg') no-repeat;
}

.form-group-input .input-box .icon-cv-phone {
    background: url('../../../images/esim/call.svg') no-repeat;
}

.form-group-input .input-box .icon-input {
    width: 20px !important;
    height: 20px !important;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 17px;
    left: 14px;
    border: 0;
    cursor: pointer;
    width: 28px;
    height: 28px;
    content: '';
    z-index: 10;
}

.button-search {
    display: flex;
    align-items: center;
    justify-content: end;
}

.button-search button {
    display: flex;
    max-width: 240px;
    width: 100%;
    height: 56px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--ColorMBF, #0061AF);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    color: #FFFFFF;
}

.button-search button:active, .button-search button:hover {
    color: #FFFFFF;
}

.button-search button:disabled {
    background: #B0CEE3;
    cursor: not-allowed;
}

.info-search-wrapper {
    margin-top: 40px;
}

.info-search-wrapper .nodata_history img {
    width: 136px;
    height: 124px;
    margin-bottom: 1rem;
    margin-top: 12px;
}

.info-search-wrapper .nodata_history .des {
    color: #041F4A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.info-qrcode-wrapper-success {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.info-qrcode-wrapper-success .qr-img-wrapper img {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 2px 15px 0 rgba(56, 157, 251, 0.10);
    width: 400px;
    height: 400px;
    aspect-ratio: 1/1;
}

.info-qrcode-wrapper-success .icon-action-qr {
    margin: 24px 0 40px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 2px 15px 0 rgba(56, 157, 251, 0.10);
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    aspect-ratio: 1/1;
}

.info-qr-ios, .info-qr-android {
    margin-bottom: 2rem;
    text-align: center;
    border-radius: var(--radius-xl, 12px);
    background: var(--Colors-Foreground-fg-white, #FFF);
    box-shadow: 0 2px 15px 0 rgba(56, 157, 251, 0.10);
    padding: var(--spacing-2xl, 20px) var(--spacing-xl, 16px) 20px var(--spacing-xl, 16px);
    max-width: 420px;
}

.info-qr-ios .title, .info-qr-android .title {
    margin-bottom: 0;
    color: var(--Neutral-1, #041F4A);
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 80% */
    text-transform: none;
    text-align: center;
    padding: 0;
}

.info-qrcode-wrapper-success .text-qrcode-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.text-qrcode-wrapper-ios {
    justify-content: start !important;
    margin-bottom: 8px;
}

.info-qrcode-wrapper-success .icon-copy {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 2px 15px 0 rgba(56, 157, 251, 0.10);
    cursor: pointer;
}

.icon-action-qr-download {
    cursor: pointer;
}

.text-qrcode-active-ios, .text-qrcode-sm-ios, .text-qrcode-android {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.text-qrcode-android .label, .text-qrcode-sm-ios .label, .text-qrcode-active-ios .label {
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 88.889% */
    margin-right: 20px;
    white-space: nowrap;
}

.text-qrcode-android .value, .text-qrcode-sm-ios .value, .text-qrcode-active-ios .value {
    color: var(--Primary, #0060A6);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.18px;
    word-break: break-all;
}

/* status screen */
.content-result-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 80px auto;
    padding: 0 1.5rem;
    max-width: 545px;
}

.content-result-wrapper img {
    width: 208px;
    height: 208px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.content-result-wrapper .detail-message {
    color: #041F4A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.content-result-wrapper .detail-message .note {
    margin: 12px 0 24px;
}

.content-result-wrapper .title {
    color: #041F4A;
    text-align: center;
    font-family: var(--Typography-Roboto, Roboto);
    font-size: var(--Typography-Font-Size-FS-20, 20px);
    font-style: normal;
    font-weight: 800;
    line-height: var(--Typography-Line-Height-LH-30, 30px); /* 150% */
    margin: 1.5rem 0 0.5rem;
}

.content-result-wrapper .btn-close-wrapper {
    max-width: 545px;
    width: 100%;
}

.content-result-wrapper .btn-close-wrapper a {
    margin-top: 80px;
    display: flex;
    width: 100%;
    height: 44px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--Primary, #0060A6);
    color: var(--Neutral-7, #FFF);
    text-align: center;
    font-family: var(--Typography-Roboto, Roboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.detail-esim-wrapper {
    text-align: left;
}

.detail-esim-wrapper .div {
    font-weight: 400 !important;
}

.detail-esim-wrapper .esim-name {
    font-size: var(--Typography-Font-Size-FS-22, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}

.detail-esim-wrapper .detail-esim {
    display: flex;
    padding: var(--spacing-2xl, 20px) var(--spacing-xl, 16px) var(--spacing-xs, 4px) var(--spacing-xl, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-lg, 12px);
    align-self: stretch;
    border-radius: var(--radius-xl, 12px);
    border: 1px solid var(--Colors-Border-secondary, #E5E5E5);
    background: var(--Colors-Background-secondary, #FAFAFA);
}

.detail-esim-wrapper .info-esim {
    display: flex;
    justify-content: space-between;
    padding-bottom: var(--spacing-lg, 12px);
    align-items: center;
    gap: var(--spacing-md, 8px);
    align-self: stretch;
    border-bottom: 1px solid #E5E5E5;
}

.detail-esim-wrapper .info-esim p {
    margin-bottom: 0;
}

.detail-esim-wrapper .info-esim .label-attr {
    color: #041F4A;
    font-family: var(--Typography-Roboto, Roboto);
    font-size: var(--Typography-Font-Size-FS-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-Line-Height-LH-20, 20px); /* 142.857% */
    gap: 12px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
}

.detail-esim-wrapper .info-esim .label-attr img {
    width: 20px;
    height: 15.278px;
    flex-shrink: 0;
}

.detail-esim-wrapper .info-esim .value-attr, .transaction-id {
    color: var(--Primary, #0060A6);
    text-align: right;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.14px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
}

.detail-esim-wrapper .info-esim:last-child {
    border-bottom: none;
}

.detail-esim .icon-copy {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.info-search-wrapper .icon-copy {
    margin-left: 8px;
}

.btn-back-success {
    border-radius: 12px !important;
    border: 1px solid var(--Primary, #0060A6);
    margin-top: 12px !important;
    background-color: #FFF !important;
    color: var(--Primary, #0060A6) !important;
}

/* modal */
#modalDetailEsim .modal-body, #modalSubmitBuyEsim .modal-body {
    padding: 2rem;
}

#modalDetailEsim .title-modal, #modalSubmitBuyEsim .title-modal {
    color: #0A4874;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 100% */
    margin-bottom: 1.5rem;
}

#modalDetailEsim .esim-name {
    color: #041F4A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
    margin-bottom: 4px;
}

#modalDetailEsim .content, #modalSubmitBuyEsim .content {
    text-align: left;
}

#modalDetailEsim .esim-price {
    color: var(--Accent-red-fg, #F04438);
    font-family: var(--Typography-Roboto, Roboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-Line-Height-LH-24, 24px); /* 133.333% */
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 4px;
}

#modalDetailEsim .text-through {
    overflow: hidden;
    color: #041F4A;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
    text-decoration-line: line-through;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#modalDetailEsim .text-bold-red {
    color: var(--Accent-red-fg, #F04438);
    font-family: var(--Typography-Roboto, Roboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typography-Line-Height-LH-24, 24px); /* 133.333% */
}

.collapse_info_esim_wrapper {
    margin: 2rem 0 1rem;
    padding: var(--spacing-lg, 12px) var(--spacing-xl, 16px);
    gap: var(--spacing-lg, 12px);
    border-radius: var(--radius-md, 8px);
    border: 1px solid #E5E5E5;
    background: #FFF;
}

.collapse_description_esim_wrapper {
    padding: var(--spacing-lg, 12px) var(--spacing-xl, 16px);
    gap: var(--spacing-lg, 12px);
    border-radius: var(--radius-md, 8px);
    border: 1px solid #E5E5E5;
    background: var(--Colors-Background-base, #FFF);
    margin-bottom: 2rem;
}

.btn-confirm-payment, .btn-redirect-payment-page {
    /* max-width: 545px; */
    width: 100%;
    height: 48px;
    padding: 10px 16px;
    gap: 8px;
    border-radius: 12px;
    background: var(--Primary, #0060A6);
    color: var(--Neutral-7, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    border: none;
    outline: none;
}

.btn-redirect-payment-page:disabled {
    border-radius: 12px;
    background: var(--Neutral-5, #D1D5DB);
    cursor: not-allowed;
}

#modalDetailEsim .title-card {
    margin-bottom: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typography-Line-Height-LH-24, 24px); /* 133.333% */
}

.icon-add-phhone-collapse {
    position: absolute;
    width: 24px !important;
    height: 24px !important;
    top: 50% !important;
    right: 0 !important;
    background: url(../../../images/bank-transfer/arrow-left.png) no-repeat;
    transform: translateY(-50%) rotate(90deg) !important;
}

#modalDetailEsim .filter-about {
    position: relative;
    cursor: pointer;
}

.collapsed .icon-add-phhone-collapse {
    background: url(../../../images/bank-transfer/arrow-left.png) no-repeat;
    transform: translateY(-50%) !important;
}

#collapse_info_esim, #collapse_description_esim {
    margin-top: 12px;
    padding: var(--spacing-xl, 16px) 0 0;
    gap: 4px;
    border-top: 1px solid var(--Colors-Border-secondary, #E5E5E5);
}

#collapse_description_esim {
    max-height: 500px;
    overflow: auto;
}

.esim_detail_wrapper {
    display: flex;
    padding-bottom: var(--spacing-lg, 12px);
    align-items: center;
    gap: var(--spacing-md, 8px);
    align-self: stretch;
    justify-content: space-between;
    gap: 8px;
    border-bottom: 1px solid var(--Colors-Border-tertiary, #F5F5F5);
    margin-bottom: 12px;
}

#collapse_info_esim .esim_detail_wrapper:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.esim_detail_wrapper .label {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    text-align: left;
}

.esim_detail_wrapper .label img {
    width: 20px;
    height: 20px;
}

.esim_detail_wrapper .label span {
    color: var(--Colors-Foreground-base, #141414);
    font-family: var(--Typography-Roboto, Roboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-Line-Height-LH-20, 20px); /* 125% */
}

.esim_detail_wrapper .value {
    color: #0F3A8F;
    text-align: right;
    font-family: var(--Typography-Roboto, Roboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: var(--Typography-Line-Height-LH-20, 20px); /* 125% */
}


.payment_info_esim_wrapper, .payment_info_contact_wrapper {
    padding: var(--spacing-xl, 16px);
    gap: var(--spacing-lg, 12px);
    border-radius: var(--radius-md, 8px);
    border: 1px solid #E5E5E5;
    background: #FFF;
    margin-bottom: 12px;
}

#modalSubmitBuyEsim .title_card {
    color: #141414;
    font-family: var(--Typography-Roboto, Roboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: var(--Typography-Line-Height-LH-24, 24px); /* 133.333% */
    margin-bottom: 0;
}

#modalSubmitBuyEsim hr {
    margin: 12px 0;
    border-top: 1px solid var(--Colors-Border-secondary, #E5E5E5);
}

#modalSubmitBuyEsim .esim_detail_wrapper {
    margin-bottom: 8px;
    padding-bottom: 0;
}

#modalSubmitBuyEsim .esim_detail_wrapper .label {
    color: var(--Colors-Foreground-tertiary, #525252);
    font-family: var(--Typography-Roboto, Roboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-Line-Height-LH-20, 20px); /* 125% */
}

#modalSubmitBuyEsim .esim_detail_wrapper .value {
    color: var(--Colors-Foreground-base, #141414);
    text-align: right;
    font-family: var(--Typography-Roboto, Roboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: var(--Typography-Line-Height-LH-20, 20px); /* 125% */
}

#modalSubmitBuyEsim .esim_detail_wrapper:last-child {
    margin-bottom: 0;
}

#modalSubmitBuyEsim .esim_detail_wrapper {
    border-bottom: none;
}

.payment_info_contact_wrapper .note {
    color: #525252;
    font-family: var(--Typography-Roboto, Roboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-Line-Height-LH-16, 16px);
    margin-top: 4px;
}

.esim_detail_price_wrapper {
    margin-top: 20px;
    margin-bottom: 1rem !important;
}

.payment_info_contact_wrapper .form-group-input {
    display: block;
}

.payment_info_contact_wrapper .form-group-input label {
    margin-bottom: 6px;
}

.esim_detail_price_wrapper .value {
    color: var(--Colors-Foreground-base, #141414) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: var(--Typography-Line-Height-LH-20, 20px); /* 125% */
}

.esim_detail_total_wrapper {
    margin-bottom: 20px !important;
}

.esim_detail_total_wrapper .label {
    text-transform: uppercase;
}

.esim_detail_total_wrapper .value {
    color: var(--Accent-red-fg, #F04438) !important;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: var(--Typography-Line-Height-LH-24, 24px); /* 100% */
}

/* badge */
.select2-selected-badge {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    max-width: calc(100% - 40px); /* tránh tràn */
    box-sizing: border-box;

    border-radius: 4px;
    border: 1px solid #AAA;
    background: #E4E4E4;
    padding: 4px;
    color: #041F4A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

/* text trong badge (cắt dài) */
.select2-selected-badge .badge-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
    display: inline-block;
}

/* nút x */
.select2-selected-badge .badge-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #AAA;
    padding: 0;stroke-width: 1px;
    stroke: #AAA;
    margin-left: 8px;
}
.select2-selected-badge .badge-close:focus { outline: none; box-shadow: 0 0 0 2px rgba(0,96,166,0.15); }

@media screen and (max-width: 1200px) {
    .pack_content {
        flex: 0 0 calc(33.33% - 12px);
    }

    .package-content {
        gap: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .pack_content {
        flex: 0 0 calc(50% - 16px);
    }

    .package-content {
        gap: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .pack_content {
        flex: 0 0 calc(50% - 16px);
    }

    .title-content-wrapper {
        margin: 23px 0 23px 0;
    }

    .title-content-wrapper .title-text {
        font-size: 16px;
        line-height: 24px;
    }

    .title-content-wrapper .line {
        border: 1px solid #A2ACBD;
    }
}


@media screen and (max-width: 576px) {
    .pack_content {
        flex: 0 0 100%;
    }

    .form-group-input {
        display: block;
    }

    form#search-country {
        display: block;
    }

    .btn-search {
        height: 52px !important;
        max-width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .pack_content {
        margin-top: 1rem;
    }

    .package-content {
        gap: 0;
    }
}