.vieworder-content {
    background-color: #fff
}

.vieworder-content .container {
    max-width: 944px;
    padding-left: 0;
    padding-right: 0
}

.vieworder-userlogin {
    text-align: center
}

.form-emailcode {
    display: inline
}

.button-group {
    text-align: center
}

.ec-mc-empty {
    text-align: center
}

.verifyCodeWrapper {
    display: inline-flex;
    flex-shrink: 0;
    gap: 4px;
    align-items: center;
    position: static;
    float: none;
    border-radius: 0;
}

.verifyCodeWrapper.accessibility-show {
    padding-inline-end: 4px;
}

.verification {
    text-align: left;
    position: relative;
}

#guestViewForm .field:has(.is-invalid)::after,
#guestViewForm .was-validated .field:has(:invalid)::after {
    border-color: rgba(240, 73, 73, 0.2);
    border-width: calc(1px + 1px);
}

body.as-keyboardUser #guestViewForm .field__input:focus-visible {
    outline: revert;
    outline-offset: 3px;
}

.verification-email-code .trackchart-division-line {
    margin-top: 10px
}

.btn.disabled {
    color: #bebebe;
    border-color: #bebebe
}

.find-order-page {
    max-width: 944px;
    margin: 0 auto;
}

.vieworder {
    display: flex;
    flex-wrap: wrap;
    margin: 160px 0 160px
}

.vieworder-userlogin {
    width: 412px;
    height: 400px
}

.vieworder-guestlogin {
    width: 404px
}

.vieworder-userlogin h1 {
    height: 34px;
    font-size: 26px;
    color: #000;
    line-height: 34px;
    font-weight: 600
}

.vieworder-userlogin h5 {
    margin: 20px 0 0 0;
    height: 20px;
    font-size: 14px;
    color: #707070;
    line-height: 20px;
    font-weight: 500
}

.signin-btn {
    margin-top: 60px
}

.vieworder-or {
    height: 34px;
    font-size: 26px;
    color: #707070;
    text-align: center;
    line-height: 34px;
    font-weight: 500;
    margin-right: 10px
}

.vieworder-title {
    height: 34px;
    font-size: 26px;
    color: #000;
    text-align: center;
    line-height: 34px;
    font-weight: 600
}

.form-emailcode {
    padding-left: 0
}

#guestViewForm {
    margin-left: 20px;
    width: 360px;
    --form-field-gap: 20px;
    --form-field-gap-mobile: 16px;
}

.find-order-page__form {
    display: flex;
    flex-direction: column;
    gap: var(--form-field-gap);
}

#guestViewForm .field {
    margin-block-end: 0;
}

#guestViewForm .field__inner {
    position: relative;
    flex: 1;
    min-width: 0;
}

#guestViewForm .field__input {
    padding: 29px 16px 5px;
    line-height: 22px;
    height: auto;
    width: 100%;
    border: none;
    border-radius: 0;
}

#guestViewForm .field__label {
    line-height: 22px;
}

#guestViewForm .field__input:focus ~ .field__label,
#guestViewForm .field__input:not(:placeholder-shown) ~ .field__label,
#guestViewForm .field__input:-webkit-autofill ~ .field__label {
    transform: scale(0.8636) translate(0, -100%);
}

#guestViewForm .field::after {
    border-color: rgba(var(--color-entry-line), 1);
    border-radius: 4px;
}

#guestViewForm .field:has(.field__suffix) .field__input {
    padding-inline-end: 8px;
}

#guestViewForm .verification .field__input {
    padding-inline-end: 8px;
}

#guestViewForm .el-verification .field__input {
    padding-inline-end: 8px;
}

.viewBtnWrapper {
    text-align: center;
    margin-top: 60px;
}

.button-group {
    padding-top: 40px
}

.cancel {
    margin-right: 2rem
}

.verify-text {
    margin-top: 10px;
    margin-bottom: 0
}

.vieworder-line {
    width: 1px;
    height: 375px;
    border: 1px solid rgba(233, 233, 233, 1);
    margin: 0 62px 0 62px
}

.verify-body p:nth-child(2) {
    font-size: 16px;
    margin-bottom: 50px
}

input:not(.field__input) {
    overflow: hidden;
    background-color: #fff;
    padding-left: 20px;
}

.imgCode {
    width: 66px;
    height: 32px;
    border-radius: 2px;
    cursor: pointer;
    object-fit: cover;
}

.imgCode:focus-visible {
    outline: revert
}

.verifyCodeWrapper button.verification-code-audio.accessibility-show {
    position: absolute;
    right: -30px;
    top: 7px
}

.el-verification {
    position: relative;
}

.el-verifyCodeWrapper {
    position: static;
    display: flex;
    align-items: center;
}

.el-verifyCodeWrapper .el-bnt-text {
    height: 20px;
    font-size: 14px;
    color: #1455ff;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
    border: unset;
    background-color: unset;
    white-space: nowrap;
}

.el-verifyCodeWrapper .el-bnt-text:focus-visible {
    outline: revert
}

.el-verifyCodeWrapper .el-bnt-text.disabled {
    opacity: .4;
    cursor: default
}

#guestViewForm .view-order-Id,
#guestViewForm .login-guest-email,
#guestViewForm .verification,
#guestViewForm .el-verification {
    margin: 0;
}

#guestViewForm .invalid-feedback {
    display: none;
    min-height: 16px;
    font-size: 11px;
    color: #eb1406;
    line-height: 16px;
    font-weight: 500;
    margin: 10px 0;
    padding-left: 16px
}

#guestViewForm .input-wrap.has-field-error .invalid-feedback {
    display: block;
}

#guestViewForm .invalid-feedback::before {
    margin-right: 5px;
    margin-left: -16px
}

.order-paid-detail .page-body {
    margin-top: 20px
}

.link-nav {
    display: none
}

.viewOrderList:hover {
    color: #1455ff;
    text-decoration: underline
}

#viewOrder {
    min-width: 173px;
    width: auto
}

#viewOrder:focus-visible {
    outline: revert !important;
    outline-offset: 4px
}

.signin-btn {
    min-width: 130px;
    width: auto
}

.signin-btn:focus-visible {
    outline: revert !important;
    outline-offset: 4px
}

.vieworder-content.ec-content {
    width: auto
}

.returndetail-progress-bar .statusli-last .track-status-name {
    position: inherit
}

.newpar.new.section {
    display: none
}

.ec-content.orderdetail-content,
.ec-content.vieworder-content,
.ec-content.return-detail-page {
    padding-top: 0
}

.orderdetail-content .main-view .attr-style {
    white-space: unset
}

@media(max-width:1024px) and (min-width:840px) {
    .vieworder-content .container {
        width: 840px
    }

    .vieworder-userlogin {
        width: 380px
    }

    .vieworder-guestlogin {
        width: 405px
    }

    .vieworder-line {
        margin: 0 25px 0 25px
    }

    body,
    body .vieworder-content {
        background-color: #fff
    }
}

@media(max-width:839px) {
    body,
    body .vieworder-content {
        background-color: #f8f8f8
    }

    .vieworder-content .container {
        background-color: #f8f8f8
    }

    .vieworder-line {
        display: none
    }

    .vieworder {
        flex-wrap: wrap
    }

    #guestViewForm {
        width: 100%;
        width: auto;
        margin: 20px 20px;
        gap: var(--form-field-gap-mobile);
    }

    .find-order-page__form {
        gap: var(--form-field-gap-mobile);
    }

    .viewBtnWrapper {
        margin-top: 0;
    }

    #guestViewForm > div {
        width: 100%;
        margin: 0;
    }

    #guestViewForm .field__input {
        width: 100%;
    }

    .verify-body p:nth-child(1) {
        font-size: 13px;
        font-weight: 500;
        color: #5f5f5f;
        margin-bottom: 30px
    }

    .verify-body p:nth-child(2) {
        font-size: 13px;
        margin-bottom: 40px
    }

    .verify-body .btn-lg {
        min-width: 140px;
        margin: 0 7.5px
    }

    #emailCode {
        width: 100%;
        font-size: 14px;
        margin: 0;
    }

    #getEmailCode {
        font-size: 12px;
        float: right;
        margin-top: 4px
    }

    .vieworder {
        margin: 20px 20px 28px 20px
    }

    .vieworder-userlogin {
        height: auto;
        background-color: #fff;
        width: 100%
    }

    .vieworder-userlogin h1 {
        margin-top: 40px;
        text-align: center;
        font-size: 18px;
        height: 25px
    }

    .vieworder-userlogin h5 {
        text-align: center;
        opacity: .4;
        font-size: 12px;
        color: #000;
        margin-bottom: 0;
        margin-top: 0
    }

    .signin-btn {
        margin: 40px 0
    }

    .vieworder-btn {
        margin: 20px 0 40px 0
    }

    .vieworder-or {
        text-align: center;
        display: block;
        height: 25px;
        font-size: 18px;
        color: #707070;
        font-weight: 600;
        margin: 20px 0 0 0
    }

    .vieworder-title {
        min-height: 25px;
        font-size: 18px;
        color: #000;
        margin: 15px 0;
        display: block;
        height: auto;
        line-height: 24px
    }

    .vieworder-guestlogin {
        text-align: center;
        margin-top: 20px;
        background-color: #fff;
        width: 100%
    }

    .vieworder-guestlogin h5 {
        font-size: 16px;
        font-weight: 800;
        margin-top: 40px;
        text-align: left
    }

    .vieworder-guestlogin .field__input {
        padding-block: 29px 5px;
    }

    .form-verifycode {
        display: block;
        width: 100%;
    }

    .verification {
        width: 100%;
    }

    input:not(.field__input) {
        overflow: hidden;
        background-color: #fff;
    }

    .imgCode {
        margin-left: 10px;
        margin-right: 5px
    }

    #viewOrder {
        width: calc(100% - 40px)
    }

    .signin-btn {
        width: calc(100% - 40px)
    }
}

#guestViewForm .view-order-Id {
    margin-top: 20px;
}

.login-guest-email.was-validated {
    margin: 0;
}

#guestViewForm .login-guest-email.was-validated,
#guestViewForm .verification.was-validated,
#guestViewForm .el-verification.was-validated {
    margin: 0;
}

#guestViewForm .view-order-Id.was-validated {
    margin-top: 20px;
    margin-bottom: 0;
}

.invalid-feedback::before {
    top: 1px
}

@media(max-width:839px) {
    #guestViewForm .invalid-feedback {
        margin: 5px 0;
    }

    #guestViewForm .view-order-Id,
    #guestViewForm .view-order-Id.was-validated {
        margin-top: 0;
    }

    #guestViewForm .login-guest-email.was-validated,
    #guestViewForm .verification.was-validated,
    #guestViewForm .el-verification.was-validated {
        margin: 0;
    }
}