@font-face {
    font-family: "SF PRO TEXT";
    src: local("Roboto-Black"), url("../change-sim/SFProText-Regular.ttf") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.content-change-sim {
    max-width: 100%;
    margin: 0 auto;
    width: 1170px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 18px;
}

.nav-pills-change-sim {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 24px;
}

.nav-item-change-sim {
    border-bottom: 1px solid transparent;
    color: #b5b4b4;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: -1px;
    padding: 0 0 3px;
    text-align: center;
    font-family: 'FS PFBeauSansPro', sans-serif;
}

.nav-item-change-sim.active,
.nav-item-change-sim:hover {
    border-color: #ee0033;
    color: #ee0033;
}

.nav-link-change-sim {
    display: block;
}

.step-bar__inner-change-sim {
    /*background-color: #f8f8f8;*/
    padding: 18px 0;
}

.step-bar__list-change-sim {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.step-bar__item-change-sim {
    align-items: self-start;
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(100%/3);
}

.step-bar__item-change-sim.active .step-bar__text-change-sim {
    color: #ee0033;
    font-weight: 600;
}

.step-bar__item-change-sim.done .step-bar__value-change-sim {
    background-color: #ee0033;
    color: #fff;
    font-size: 0;
}

.step-bar__item-change-sim.done .step-bar__value-change-sim:before {
    content: "\e920";
    font-family: "icon-theme";
    font-size: 10px;
    left: 50%;
    position: absolute;
    top: 7px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.step-bar__item-change-sim.done .step-bar__text-change-sim {
    color: #ee0033;
}

.step-bar__item-change-sim:after {
    background-color: #ee0033;
    content: "";
    height: 2px;
    position: absolute;
    top: 12px;
    width: 100%;
}

.step-bar__item-change-sim:last-child:after {
    left: 0;
    width: 100%;
}

.step-bar__value-change-sim {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #ee0033;
    border-radius: 50%;
    color: #ee0033;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.02em;
    padding: 2px;
    position: relative;
    width: 26px;
    z-index: 1;
}

.step-bar__text-change-sim {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 12px 0 0;
}

@media (max-width: 767px) {
    .step-bar__text-change-sim {
        font-size: 14px;
        line-height: 21px;
    }
}

.step-bar__time-change-sim {
    color: #44494d;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    margin: 3px 0 0;
}

.center-step-bar-change-sim {
    align-items: center !important;
}

.end-step-bar-change-sim {
    align-items: end !important;
}

.change-sim__box {
    background-color: #fff;
    border-radius: 8px 8px 8px 0;
    padding: 18px 20px 20px;
}

@media (max-width: 991px) {
    .change-sim__box {
        background-color: transparent;
        border-radius: 0;
        padding: 0;
    }
}

.change-sim__box:not(:last-child) {
    margin: 0 0 15px;
}

.change-sim__sub {
    color: #44494d;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px;
}

@media (max-width: 991px) {
    .change-sim__sub {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 10px;
    }
}

.change-sim__form-customize {
    margin-bottom: 16px;
    position: relative;
    width: 100%;
}

.change-sim__form-customize .label-title {
    color: #44494d;
    display: inline-block;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
    word-break: break-word;
}

@media (max-width: 575px) {
    .change-sim__form-customize .label-title {
        font-size: 14px;
    }
}

.change-sim__form-customize .required {
    color: #f25151;
    margin-left: 2px;
    position: absolute;
    top: -2px;
}

.change-sim__form-customize .form-control {
    background-color: #fff;
    border-radius: 8px 8px 8px 0;
    border: 1px solid #d1d1d1;
    color: #44494d;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 24px;
    padding: 8px 12px;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
    font-weight: 400;
    font-family: "Roboto";
}

@media (max-width: 575px) {
    .change-sim__form-customize .form-control {
        font-size: 16px;
        line-height: 24px;
    }
}

.change-sim__form-customize .form-control::-webkit-input-placeholder {
    color: #b5b4b4;
}

.change-sim__form-customize .form-control::-moz-placeholder {
    color: #b5b4b4;
}

.change-sim__form-customize .form-control:-ms-input-placeholder {
    color: #b5b4b4;
}

.change-sim__form-customize .form-control::placeholder {
    color: #b5b4b4;
}

@media (max-width: 575px) {
    .change-sim__form-customize .form-control::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 20px;
    }
    .change-sim__form-customize .form-control::-moz-placeholder {
        font-size: 14px;
        line-height: 20px;
    }
    .change-sim__form-customize .form-control:-ms-input-placeholder {
        font-size: 14px;
        line-height: 20px;
    }
    .change-sim__form-customize .form-control::placeholder {
        font-size: 14px;
        line-height: 20px;
    }
}

.change-sim__form-customize .form-control:focus {
    border-color: #58b84f;
}

.change-sim__form-customize .form-control:disabled {
    background-color: #e4e4e4;
    color: #727272;
    opacity: 1;
}

.change-sim__form-customize .form-control:disabled::-webkit-input-placeholder {
    color: #727272;
}

.change-sim__form-customize .form-control:disabled::-moz-placeholder {
    color: #727272;
}

.change-sim__form-customize .form-control:disabled:-ms-input-placeholder {
    color: #727272;
}

.change-sim__form-customize .form-control:disabled::placeholder {
    color: #727272;
}

.change-sim__form-customize textarea.form-control {
    min-height: 150px;
}

.change-sim__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
}

@media (max-width: 991px) {
    .change-sim__btn {
        margin: 20px 0;
    }
}

.change-sim__btn .button {
    width: 360px;
}

@media (max-width: 991px) {
    .change-sim__btn .button {
        width: 100%;
    }
}

.chang-sim-common__choose {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 275px;
    -ms-flex: 0 0 275px;
    flex: 0 0 275px;
    margin-top: 12px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .chang-sim-common__choose {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 12px;
        width: 100%;
        justify-content: space-between;
    }
}

.chang-sim-common__choose .radio-custom1 {
    padding-left: 28px;
}

.chang-sim-common__choose .radio-custom1:not(:last-child) {
    margin: 0 25px 0 0;
}

.chang-sim-common__choose .radio-custom1:not(:last-child) {
    margin: 0 25px 0 0;
}

.radio-custom__change-sim {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
}


/* Hide the browser's default radio button */

.radio-custom__change-sim input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom radio button */

.radio-custom__change-sim .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #ee0033;
    border-radius: 100%;
}

.radio-custom__change-sim:hover input~.checkmark {
    border-color: #ee0033;
}

.radio-custom__change-sim input:checked~.checkmark {
    border-color: #ee0033;
}

.radio-custom__change-sim input:disabled~.checkmark {
    border-color: #e4e4e4;
}

.radio-custom__change-sim input:disabled~.txt-radio__change-sim {
    color: #727272;
}

.radio-custom__change-sim span {
    display: block;
}

.radio-custom__change-sim .price {
    padding: 5px 0 0 0;
}

.radio-custom__change-sim .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-custom__change-sim input:checked~.checkmark:after {
    display: block;
    background: #ee0033;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    left: 3px;
}

.txt-radio__change-sim__name,
.txt-radio__change-sim__fee {
    color: #828282;
    font-size: 14px;
    line-height: 20px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: 400;
}

.text-indent__change-sim {
    font-family: 'Roboto', sans-serif;
    color: #44494D;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
}

.change-sim-txt-indent__contents {
    margin: 10px 0 16px 0;
}

.txt-radio__change-sim .active {
    color: #EE0033;
}

.choose-same__change-sim {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .choose-same__change-sim {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
}

.choose-same__change-sim__column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-left: 2px solid #ee0033;
    border-radius: 0 8px 8px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 30px);
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 15px;
    padding: 9px 12px 9px 20px;
    width: calc(100% - 30px);
}

@media (max-width: 575px) {
    .choose-same__change-sim__column {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 20px;
        width: 100%;
    }
}

.choose-same__change-sim__intro {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.choose-same__change-sim__sub {
    color: #44494d;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    font-family: 'FS PFBeauSansPro';
}

.choose-same__change-sim__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.choose-same__change-sim__item:not(:last-child) {
    margin: 0 0 8px;
}

.choose-same__change-sim__name {
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
}

.choose-same__change-sim__value {
    color: #44494d;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 0 25px;
}

.choose-same__change-sim__action {
    color: #44494d;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 20px;
}

.choose-same__change-sim__action i {
    font-size: 24px;
}

.change-sim-choosen__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.change-sim-choosen__item:not(:last-child) {
    margin: 0 0 5px;
}

.change-sim-choosen__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #44494d;
    margin: 0 8px 0 0;
}

.change-sim-choosen__icon i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 24px;
}

.form-customize__change-sim {
    margin-bottom: 16px;
    position: relative;
    width: 100%;
}

.order-common__2column .form-customize__change-sim {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 2 - 30px);
    -ms-flex: 0 0 calc(100% / 2 - 30px);
    flex: 0 0 calc(100% / 2 - 30px);
    margin: 0 15px 15px;
    width: calc(100% / 2 - 30px);
}

@media (max-width: 575px) {
    .order-common__2column .form-customize__change-sim {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 15px;
        width: 100%;
    }
}

.change-sim-common__search {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
}

.change-sim-common__search i {
    color: #727272;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.change-sim-common__search .form-customize__change-sim {
    margin: 0;
}

.change-sim-common__search .form-control {
    padding: 10px 15px 10px 35px;
}

.change-sim-switch__address-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 640px) {
    .change-sim-switch__address-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .change-sim-switch__address-list div {
        margin-right: 0;
    }
}

.change-sim-package__address-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.change-sim-switch__address-item {
    width: 283px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 8px 8px 8px 0;
    padding: 30px 18px 30px 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 330px) {
    .change-sim-switch__address-item {
        width: 250px;
        height: 122px;
    }
}

.change-sim-switch__address-item:hover,
.change-sim-switch__address-item.active {
    background: rgba(238, 0, 51, 0.05);
    border: 1px solid #ee0033;
    cursor: pointer;
}

.change-sim-switch__address-item--medium {
    padding: 25px 20px;
    width: unset;
    padding: 7px 0 9px 11.5px;
    height: 74px;
}

.change-sim-switch__address-item--medium img {
    width: 50px;
    height: 50px;
}

.change-sim-switch__date-picker .change-sim-date-select-picker {
    background: none;
    background-position-x: 0;
    background-position-y: 46%;
    border: none;
    width: auto;
    padding: 0;
    color: #727272;
}

.change-sim-item-date {
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.img-change-sim-item-date {
    width: 15px !important;
    height: 15px !important;
    margin-right: 9px;
}

.change-sim-switch__address-name {
    font-family: 'FS PFBeauSansPro';
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #44494D;
}

.change-sim-item-date select {
    appearance: none;
    border: none;
    border-radius: 8px 8px 8px 0;
    color: #727272;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    background: none;
}

.note-time-working__change-sim {
    display: flex;
    margin-top: 16px;
}

.note-time-working__change-sim-title {
    width: 10%;
}

.note-time-working__change-sim-content {
    width: 90%;
}

.note-time-working__change-sim-title,
.note-time-working__change-sim-content {
    font-family: 'Roboto';
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #727272;
}

.choose-same__change-sim__column-result {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0 8px 8px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 2 - 30px);
    -ms-flex: 0 0 calc(100% / 2 - 30px);
    flex: 0 0 calc(100% - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 15px;
    padding: 8px 12px 12px;
    width: calc(100% - 30px);
}


/*TRA CUU GOI CUOC ZONE ---------------------------------------------------------------------*/


/*.look-up--select{*/


/*    font-weight: 700;*/


/*    line-height: 19px;*/


/*    font-size: 14px;*/


/*    color: #727272;*/


/*}*/

.look-up-padding-top-20 {
    padding-top: 20px
}

.lookup-order__des_normal {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #44494D;
    line-height: 24px;
    margin: 10px auto;
    max-width: 450px;
    text-align: center;
    width: 100%;
}

.lookup--btn--cancel {
    width: 100%;
    margin-top: 28px;
}

@media (max-width: 575px) {
    .lookup-order__des_normal {
        max-width: 100%;
    }
}

.lookup-basic__content .lookup-basic__top {
    border-bottom: 1px solid #eee;
    padding: 0 0 12px 0;
}

.lookup__padding-top-2 {
    padding-top: 2px;
}

.look-up__info {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    border-bottom: 4px solid #eee;
    color: #44494D;
}

.look-up__result {
    font-weight: 700;
    font-family: 'FS PFBeauSansPro', sans-serif;
    line-height: 27px;
    font-size: 18px;
    color: #44494D;
}

.look-up-detail--zone {
    padding-top: 15px;
}

.look-up-total-fee {
    font-weight: 700;
    font-size: 34px;
    line-height: 30px;
    color: #EE0033;
}

.look-up-total-cost--title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    font-family: 'FS PFBeauSansPro', sans-serif;
    color: #44494D;
    flex-grow: 1;
}

.look-up-padding-top-29 {
    padding-top: 29px;
}

.look-up-total-cost {
    display: flex;
    justify-content: space-between;
}


/*MOBILE LOOK-UP*/
@media (max-width: 767px) {
    .lookup-order__row {
        margin: 0 0 15px !important;
    }
    .lookup-order__btn__web {
        display: none
    }
    .lookup-order__title {
        padding-top: 12px
    }
}

@media (max-width: 991px) {
     .main-look-up-detail .pathway {
        display: none;
    }
}

.sub--look-up {
    padding: 0 16px 0 16px;
}

.sub-look-up-title {
    text-align: center;
}
.sub--look-up .sub-look-up-title{
    padding-top: 13px
}

.sub--look-up-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    font-family: 'FS PFBeauSansPro', sans-serif;
    color: #44494D;
}

.sub--look-up-complete {
    font-size: 16px;
    color: #58B84F;
    line-height: 24px;
    font-family: 'FS PFBeauSansPro', sans-serif;
}

.sub-look-up--info {
    margin-top: 16px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 8px 8px 8px 0;
    -webkit-box-flex: 0;
    width: calc(100%);
}

.sub-look-up--info--title span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #44494D;
    font-family: 'FS PFBeauSansPro', sans-serif;
    float: left;
}

.sub-look-up--info-2 {
    margin-top: 16px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 8px 8px 0 0;
    -webkit-box-flex: 0;
    width: calc(100%);
}

.sub-look-up--info--title {
    padding-bottom: 4px;
}

.sub-look-up--info--detail {}

.sub-look-up--info--detail--ul {
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.sub-look-up--info--detail--ul i {
    padding: 0 10px 0 0;
    max-width: 100%;
}

.sub-look-up--info--content {
    padding: 20px 16px;
}

.sub-look-up-location {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    color: #727272
}

.padding--top-16 {
    padding-top: 16px;
}

.padding--top-8 {
    padding-top: 8px
}

.sub-look-up-total-cost-fee {
    border-radius: 0 0 8px 0;
    border: 1px solid #d1d1d1;
    align-items: center;
    text-align: center;
}

.sub-look-up-total-cost-fee .sub-look-up-des-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    font-family: 'FS PFBeauSansPro', sans-serif;
    color: #44494D;
}

.sub-look-up-total-cost-fee .sub-look-up-fee {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    font-family: 'FS PFBeauSansPro', sans-serif;
    color: #EE0033;
}

.sub-fee-content {
    padding: 5px 0 12px 0;
}

.lookup--sub-btn--cancel {
    width: 100%;
    margin-top: 16px;
}

.title-choose-same__change-sim__intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.change-calendar-choose-same {
    width: 20%;
    text-align: end;
    color: #EE0033;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    font-family: 'FS PFBeauSansPro';
}

.title-name-choose-same__change-sim__sub {
    width: 80%;
}

.result-choose-store__change-sim-custom {
    display: flex;
}

.change-sim-item-date__result-choose-store {
    margin-right: 12.33px !important;
}

.icon-eye-small {
    background-image: url("../images/sme/icon/icon-eye-small.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    width: 17px;
    height: 18px;
    right: 15px;
    background-size: contain;
}

.change-sim-select {
    background-position-x: calc(100% - 17px) !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    font-size: 14px !important;
    color: #727272 !important;
    letter-spacing: 0.02em;
}

.lookup-order__title {
    font-weight: 700 !important;
    margin: 0 0 30px !important;
}

.lookup-result__status--success {
    color: #58b84f;
}

.lookup-result__status--pending {
    color: #fe9705;
}

.lookup-result__status--fail {
    color: #ee0033;
}
.modal-reason-report textarea{
    resize: none
}
.modal-reason-report textarea::placeholder{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 24px
}
.modal-lookup-form{
    max-width: unset !important;
    margin-top: 20px !important;
    margin-bottom: 12px !important;
}
.modal-reason-report textarea{
     height: 160px;
}
.modal-lookup-select{
    font-weight: 700;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 14px;
    color: #727272;
    letter-spacing: 0.02em;
}
.modal-reason-report a{
    color: #D1D1D1;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-weight: 700;
    line-height: 18px;
    font-size: 12px;


    position: absolute;
    right: 40px;
    bottom: 101px;
}
.sub-look-up--info--title__change-sim {
    display: flex;
    justify-content: space-between;
}

.sub-look-up--info--title__change-sim span {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #44494D;
    font-family: 'FS PFBeauSansPro', sans-serif;
    float: left;
    width: 90%;
}

.sub-look-up--info-2__change-sim {
    margin-top: 16px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 8px 8px 0 0;
    -webkit-box-flex: 0;
    width: calc(100%);
}

.sub-look-up--info--title__change-sim {
    padding-bottom: 4px;
}

.sub-look-up--info--detail__change-sim {}

.sub-look-up--info--detail__change-sim--ul {
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.sub-look-up--info--detail__change-sim--ul li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #44494D;
    display: flex;
    align-items: center;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 6px 0;
}

.sub-look-up--info--detail__change-sim--ul i {
    padding: 0 10px 0 0;
    max-width: 100%;
}

.sub-look-up--info--content__change-sim {
    padding: 20px 16px;
}

.padding--top-16__change-sim {
    padding-top: 16px;
}

.sub-look-up-total-cost-fee__change-sim {
    border-radius: 0 0 8px 0;
    border: 1px solid #d1d1d1;
    align-items: center;
    text-align: center;
    border-top: none;
}

.sub-look-up-total-cost-fee__change-sim .sub-look-up-des-title__change-sim {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    font-family: 'FS PFBeauSansPro', sans-serif;
    color: #44494D;
}

.sub-look-up-total-cost-fee__change-sim .sub-look-up-fee__change-sim {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    font-family: 'FS PFBeauSansPro', sans-serif;
    color: #EE0033;
}

.sub-fee-content__change-sim {
    padding: 5px 0 12px 0;
}

.sub-look-up--info--detail__child-change {
    display: flex;
    align-items: center;
}

.sub-look-up--info--detail__child-change img {
    margin-right: 10px;
}

.sub-look-up--info--detail__delivery-fee-change {
    display: flex;
    justify-content: space-between;
}

.sub-look-up__delivery-fee-money {
    font-family: 'FS PFBeauSansPro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #EE0033;
}

.payment-method__list-change-sim {
    margin: 0 0 10px;
    overflow: hidden;
}

.list-payment__item-change-sim {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.payment-method__checkmark {
    margin-right: 6px !important;
}

.radio-custom__change-sim .payment-method__checkmark {
    height: 18px !important;
    width: 18px !important;
}

.radio-custom__change-sim input:checked~.payment-method__checkmark:after {
    top: 2px !important;
    left: 2px !important;
}

.txt-radio__change-payment-method {
    font-family: 'SF PRO TEXT';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #727272;
}

.dieu-khoan-text {
    color: #EE0033;
    text-decoration: underline;
}

.change-sim__customer {
    margin: 16px 0;
}

.change-sim-mobile {
    display: none;
}

.change-sim-desktop {
    display: block;
    background-color: #FBFBFB;
}

@media (max-width: 991px) {
    .change-sim-mobile {
        display: block;
    }
    .change-sim-desktop {
        display: none;
    }
}

.pathway-change-sim {
    padding: 29px 0 31px 0;
}

@media (max-width: 767px) {
    .pathway-change-sim {
        padding: 15px 0;
    }
}

.pathway-change-sim ul li {
    display: inline;
    font-size: 16px;
}

.pathway-change-sim ul li span {
    padding: 0 5px;
}

.pathway-change-sim .active {
    color: #ee0033 !important;
}

.pathway-change-sim ul li i.icon-i-next {
    font-size: 12px;
    vertical-align: middle;
}

.pathway-change-sim .content li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #44494D;
}

.desktop-nav-pill-change-sim {
    width: 35%;
    position: relative;
    margin: auto;
}

.content-nav-pills-change-sim {
    margin-bottom: 30px;
}

.change-sim-payment-desktop {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 400px - 30px);
}

@media (max-width: 991px) {
    .change-sim-payment-desktop {
        width: 100%;
    }
}

.change-sim-payment-desktop .contract-form {
    margin: 0;
}

.change-sim-payment-desktop .contract-form__name {
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.change-sim-payment-desktop .info-check__top .contract-form__name {
    margin: 0;
}

.change-sim-order {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 375px;
    -ms-flex: 0 0 375px;
    flex: 0 0 375px;
    margin: 0 0 0 30px;
    width: 375px;
}

@media (max-width: 991px) {
    .change-sim-order {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 10px 0 0;
        width: 100%;
    }
}

.change-sim-order__box {
    background-color: #fff;
    padding: 15px 12px;
}

@media (max-width: 991px) {
    .change-sim-order__box {
        border: 1px solid #d1d1d1;
        border-radius: 8px 8px 8px 0;
        padding: 15px;
    }
}

.change-sim-order__title {
    color: #44494d;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 10px;
}

@media (max-width: 991px) {
    .change-sim-order__title {
        font-size: 16px;
        line-height: 24px;
    }
}

.change-sim-order__title.last {
    margin: 10px 0 0;
}

.change-sim-order__list {
    margin: 10px 0 0;
}

.change-sim-order__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.change-sim-order__item:not(:last-child) {
    margin: 0 0 10px;
}

.change-sim-order__item.total {
    border-top: 1px solid #eaeaea;
    padding: 10px 0 0;
}

.change-sim-channel__detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .change-sim-channel__detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.order-common__change-sim {
    background-color: #fff;
    padding: 16px 12px;
    word-break: break-word;
}

@media (max-width: 767px) {
    .order-common__change-sim {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .order-common__change-sim {
        padding: 20px 15px;
    }
}

.order-common__change-sim__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 6px;
}

@media (max-width: 991px) {
    .order-common__change-sim__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.order-common__change-sim__info .radio-custom1 {
    padding-left: 30px;
}

.order-common__change-sim__title {
    color: #44494d;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .order-common__change-sim__title {
        font-size: 20px;
        line-height: 30px;
        width: 100%;
    }
}

.order-common__change-sim__choose {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 310px;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    margin: 0 0 0 38px;
}

@media (max-width: 991px) {
    .order-common__change-sim__choose {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 10px 0 0;
        width: 100%;
    }
}

.order-common__change-sim__choose .radio-custom1 {
    padding-left: 28px;
}

.order-common__change-sim__choose .radio-custom1:not(:last-child) {
    margin: 0 16px 0 0;
}

.order-common__change-sim__choose .txt-radio {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #44494D;
}

.order-common__change-sim__note {
    color: #44494d;
    font-size: 14px;
    line-height: 24px;
    margin: 6px 0 17px;
    font-weight: 400;
}

.order-common__change-sim__sub {
    color: #44494d;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin: 0 0 14px;
}

@media (max-width: 575px) {
    .order-common__change-sim__sub {
        font-size: 16px;
        line-height: 24px;
    }
}

.order-common__change-sim__form {
    margin: 10px 0 0;
}

@media (max-width: 575px) {
    .order-common__change-sim__form {
        margin: 15px 0 0;
    }
}

.order-common__change-sim__2column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

@media (max-width: 575px) {
    .order-common__change-sim__2column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
}

.order-common__change-sim__2column .form-customize {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 2 - 30px);
    -ms-flex: 0 0 calc(100% / 2 - 30px);
    flex: 0 0 calc(100% / 2 - 30px);
    margin: 0 15px 15px;
    width: calc(100% / 2 - 30px);
}

@media (max-width: 575px) {
    .order-common__change-sim__2column .form-customize {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 15px;
        width: 100%;
    }
}

.order-common__change-sim__search i {
    color: #727272;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal-lookup-order .modal__body {
    padding: 0 16px 30px !important;
}
@media (max-width: 991px){
    .modal-lookup-order .modal__body {
        padding: 0 0 30px !important;
    }
}
.modal-btn-lookup-web{
    margin: 20px 0 0 !important;
}
.modal-btn-lookup-web a{
    width: 100% !important;
}
.order-common__change-sim__search .form-customize {
    margin: 0;
}

.order-common__change-sim__search img {
    margin: 0 0 0 15px;
}

.order-common__change-sim__agree {
    margin: 15px 0 0;
}

.order-common__change-sim__agree .check-box__input:checked~.check-box__txt {
    color: #44494d;
}

.delivery-contact__change-sim__row {
    background-color: #fbfbfb;
    border-radius: 8px;
    padding: 18px 16px;
}

@media (max-width: 767px) {
    .delivery-contact__change-sim__row {
        padding: 20px 15px;
    }
}

.delivery-contact__change-sim__row:not(:last-child) {
    margin: 0 0 15px;
}

.delivery-contact__change-sim .radio-custom1 {
    max-width: calc(100% - 200px);
    padding: 0 0 0 35px;
}

@media (max-width: 767px) {
    .delivery-contact__change-sim .radio-custom1 {
        max-width: 100%;
        padding: 0 0 0 30px;
    }
}

.delivery-contact__change-sim .radio-custom1 .checkmark {
    top: 5px;
}

.delivery-contact__change-sim .radio-custom1 .txt-radio {
    font-family: 'FS PFBeauSansPro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    letter-spacing: 0.15px;
    color: #44494D;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .delivery-contact__change-sim .radio-custom1 .txt-radio {
        font-size: 18px;
        line-height: 28px;
    }
}

.delivery-contact__change-sim__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 3px;
}

@media (max-width: 767px) {
    .delivery-contact__change-sim__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.delivery-contact__change-sim__action {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 190px;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    margin: 0 0 0 10px;
}

@media (max-width: 767px) {
    .delivery-contact__change-sim__action {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 5px 0;
        width: 100%;
    }
}

.delivery-contact__change-sim__rate {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
}

.delivery-contact__change-sim__rate i {
    margin: 0 4px;
}

.delivery-contact__change-sim__review {
    color: #727272;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    margin: 0 0 0 12px;
    font-weight: 400;
    font-family: 'Roboto';
}

.delivery-contact__change-sim__info {
    padding: 0 0 0 35px;
}

@media (max-width: 767px) {
    .delivery-contact__change-sim__info {
        padding: 0;
    }
}

.delivery-contact__change-sim__list {
    margin: 2px 0 10px;
}

@media (max-width: 767px) {
    .delivery-contact__change-sim__list {
        margin: 5px 0 10px;
    }
}

.delivery-contact__change-sim__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.delivery-contact__change-sim__item:not(:last-child) {
    margin: 0 0 5px;
}

.delivery-contact__change-sim__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #44494d;
    margin: 0 8px 0 0;
}

.delivery-contact__change-sim__icon i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 24px;
}

.delivery-contact__change-sim__value {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #44494D;
}

.delivery-contact__change-sim__form {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px -10px 0;
}

@media (max-width: 767px) {
    .delivery-contact__change-sim__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
}

.delivery-contact__change-sim__form-action {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
}

@media (max-width: 767px) {
    .delivery-contact__change-sim__form-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        width: 100%;
    }
}

.delivery-contact__change-sim__form-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 105px;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    width: 105px;
}

@media (max-width: 767px) {
    .delivery-contact__change-sim__form-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
    }
}

.delivery-contact__change-sim__form-item:not(:last-child) {
    margin: 0 15px 0 0;
}

@media (max-width: 767px) {
    .delivery-contact__change-sim__form-item:not(:last-child) {
        margin: 0 0 15px;
    }
}

.delivery-contact__change-sim__form-noti {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #727272;
    margin: -10px 10px 0;
}

@media (max-width: 767px) {
    .delivery-contact__change-sim__form-noti {
        margin: 10px 0 0;
    }
}

.order-common__change-sim__form .note-text {
    font-family: 'SF PRO TEXT, sans-serif';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #44494D;
    margin-top: 6px;
}

.order-common__change-sim__form .form-customize .form-control {
    padding: 8px 12px !important;
}

.order-common__change-sim__2column .form-customize .form-select-order__change-sim,
.delivery-contact__change-sim__form-item .form-select-order__change-sim {
    font-family: 'FS PFBeauSansPro' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    display: flex !important;
    align-items: center !important;
    letter-spacing: 0.02em !important;
    color: #727272 !important;
}

.delivery-contact__change-sim .radio-custom1 .checkmark,
.pay-form__change-sim .radio-custom1 .checkmark {
    height: 18px !important;
    width: 18px !important;
}

.delivery-contact__change-sim .radio-custom1 input:checked~.checkmark:after,
.pay-form__change-sim .radio-custom1 input:checked~.checkmark:after {
    width: 9px !important;
    height: 9px !important;
    top: 2.5px !important;
    left: 2.5px !important;
}

.delivery-contact__change-sim__form-item .delivery-contact__change-sim__btn {
    font-family: 'FS PFBeauSansPro' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    letter-spacing: 0.02em !important;
}

.radio-custom1 input:checked~.checkmark~span {
    font-weight: 500;
}

.pay-form__change-sim {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px -15px 0;
}

.pay-form__change-sim .radio-custom1 input:checked~.checkmark~span {
    font-weight: 400;
}

@media (max-width: 575px) {
    .pay-form__change-sim {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 10px 0 0;
    }
}

.pay-form__change-sim__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fbfbfb;
    border-radius: 8px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 2 - 30px);
    -ms-flex: 0 0 calc(100% / 2 - 30px);
    flex: 0 0 calc(100% / 2 - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px;
    min-height: 160px;
    padding: 15px;
    width: calc(100% / 2 - 30px);
}

@media (max-width: 575px) {
    .pay-form__change-sim__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 20px;
        width: 100%;
    }
    .pay-form__change-sim__item:last-child {
        margin: 0;
    }
}

.pay-form__change-sim__item.selected,
.pay-form__change-sim__item:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.pay-form__change-sim__item.disabled {
    background-color: #e4e4e4;
    pointer-events: none;
}

.pay-form__change-sim__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 10px;
}

.pay-form__change-sim__icon img {
    height: 66px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 66px;
}

.pay-form__change-sim__item .txt-radio {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #44494D;
}

.pay-form__change-sim__value .checkmark {
    top: 3px;
}

.order-common__change-sim__agree .check-box__txt {
    font-family: 'Roboto' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #44494D !important;
}

.order-common__change-sim__agree .check-box__link {
    font-family: 'Roboto' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.order-buy__change-sim {
    background-color: #fff;
    padding: 36px 29px;
    word-break: break-word;
}

@media (max-width: 767px) {
    .order-buy__change-sim {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .order-buy__change-sim {
        padding: 30px 15px;
    }
}

.order-buy__change-sim__top {
    margin: 0 0 10px;
    position: relative;
}

.order-buy__change-sim__title {
    font-family: 'FS PFBeauSansPro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #44494D;
}

@media (max-width: 575px) {
    .order-buy__change-sim__title {
        font-size: 16px;
        line-height: 24px;
    }
}

.order-buy__change-sim__icon {
    color: #ee0033;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.order-buy__change-sim__icon i {
    font-size: 20px;
}

.order-buy__change-sim__content {
    margin: 10px 0;
}

.order-buy__change-sim__list {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0;
}

.order-buy__change-sim__list:last-child {
    border-bottom: 0;
}

.order-buy__change-sim__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.order-buy__change-sim__name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #727272;
}

.order-buy__change-sim__value {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #44494D;
}

.order-buy__change-sim__value.total {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: right;
    color: #44494D;
}

.order-buy__change-sim__vat {
    color: #727272;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 18px;
    margin: 2px 0 0;
}

.order-buy__change-sim__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0 0;
}

.order-buy__change-sim__btn .button:not(:last-child) {
    margin: 0 0 15px;
}

.step-change-sim__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.step-change-sim__list--3column .step-change-sim__item {
    width: calc(100% / 3);
}
.step-change-sim__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
    position: relative;
    width: calc(100% / 5);
}

.step-first-item {
    align-items: flex-start;
}

.step-two-item {
    align-items: center;
}

.step-third-item {
    align-items: flex-end;
}

@media (max-width: 991px) {
    .step-change-sim__item {
        padding: 0 6px;
    }
}
.step-change-sim__item.active .step-change-sim__icon,
.step-change-sim__item.done .step-change-sim__icon {
    background: -webkit-linear-gradient(bottom, rgba(238, 0, 51, 0.1), rgba(238, 0, 51, 0.1)), #fff;
    background: linear-gradient(0deg, rgba(238, 0, 51, 0.1), rgba(238, 0, 51, 0.1)), #fff;
    border: 2px solid rgba(238, 0, 51, 0.6);
}
.step-change-sim__item.active .step-change-sim__value,
.step-change-sim__item.done .step-change-sim__value {
    color: #ee0033;
}
.step-change-sim__item.active .step-change-sim__name,
.step-change-sim__item.done .step-change-sim__name {
    color: #ee0033;
    font-weight: 600;
}
@media (max-width: 991px) {
    .step-change-sim__item.done .step-change-sim__icon {
        background: #ee0033;
        z-index: 3;
    }
    .step-change-sim__item.done .step-change-sim__value {
        color: #fff;
    }
}
.step-change-sim__item.done:after {
    background-color: #ee0033;
}
.step-change-sim__item:after {
    background-color: #d1d1d1;
    border-radius: 6px;
    content: "";
    height: 2px;
    /*left: 50%;*/
    position: absolute;
    top: 18px;
    width: 150%;
    z-index: 2;
}
@media (max-width: 991px) {
    .step-change-sim__item:after {
        top: 10px;
    }
}
/*.step-change-sim__item:not(:first-child):not(:last-child):after {*/
/*    display: none;*/
/*}*/
.step-change-sim__item:not(:first-child):not(:last-child):after {
    right: -90% !important;
    z-index: 1 !important;
}
.step-change-sim__item:last-child:after {
    display: none;
}
.step-change-sim__icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    height: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 36px;
    z-index: 10;
}
@media (max-width: 991px) {
    .step-change-sim__icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 23px;
        -ms-flex: 0 0 23px;
        flex: 0 0 23px;
        height: 23px;
        width: 23px;
    }
}
.step-change-sim__value {
    color: #727272;
    font-family: 'FS PFBeauSansPro', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
@media (max-width: 991px) {
    .step-change-sim__value {
        font-size: 12px;
        line-height: 18px;
    }
}
.step-change-sim__info {
    margin: 12px 0 0;
    padding: 0 10px;
}
@media (max-width: 991px) {
    .step-change-sim__info {
        margin: 10px 0 0;
        padding: 0;
    }
}
.step-change-sim__name {
    color: #d1d1d1;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Roboto", serif;
}
@media (max-width: 991px) {
    .step-change-sim__name {
        color: #e4e4e4;
    }
}
.lookup-result__status--pending-mobile{
    color: #B5B4B4;
}
.customize-pagination li:hover, .customize-pagination li.active {
    background-color: #ee0033;
    color: #FFFFFF !important;
}
.customize-pagination li:hover, .customize-pagination li {
    color: #727272;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.pathway ul li strong {
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 24px;
}
.pathway .content li a {
    color: #44494D !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.form-customize .form-control-normal::placeholder{
    color: #B5B4B4;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.form-customize .dt-picker .form-control::placeholder{
    font-weight: 700 !important;
    line-height: 20px !important;
    font-size: 14px !important;
    color: #727272 !important;
    letter-spacing: 0.02em;
}
.lookup-basic__side .button{
    font-weight: 700 !important;
}

.lookup-order{
    padding: 0 !important;
}
.results-orders__title {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 27px !important;
    margin-bottom: 12px !important;
}

/*package css zone*/
.lookup-result__id-name {
    color: #44494d;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.lookup-result__name {
    font-weight: 700;
    line-height: 27px;
    margin: 8px 0 13px;
}
.lookup-result__price{
    padding: 13px 0 30px;
}
.lookup-result__status{
    font-weight: 400;
    line-height: 25px !important;
}
/*end of package css zone*/

.lookup-bill-paginate{
    padding-bottom: 108px;
    background-color: #f8fafb;
}
.results-orders {
    padding: 40px 0 167px !important;
}
.lookup-result__name--mobile{
    color: #727272;
    line-height: 27px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'FS PFBeauSansPro', sans-serif;
}

@media (max-width: 991px){
    .results-orders {
        margin: 40px auto 0;
        padding: 40px 0 61px !important;
    }
    .lookup-result__price {
        padding: 3px 0 2px;
    }
    .lookup-result__name{
        font-weight: 700 !important;
        font-size: 18px !important;
        line-height: 27px !important;
    }
}

.lookup-basic__title{
    font-weight: 700 !important;
}
.cancel-order--zone{
    padding: 0 20px
}
.icon-change-sim-mobile{
    padding-right: 10px
}
