.modal-mask{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999;opacity:0;transition:opacity .3s ease;pointer-events:none;display:flex;justify-content:center;align-items:center}body.modal-open{overflow:hidden;position:fixed;width:100%;height:100%}@media (max-width: 768px){.modal-mask{align-items:flex-end}}.modal-container{background-color:#fff;box-shadow:0 -2px 10px #0000001a;overflow:auto;transform:translateY(100%);transition:transform .3s ease;display:flex;flex-direction:column}.modal-container{width:80%;max-width:520px;max-height:80%;border-radius:8px}@media (max-width: 768px){.modal-container{width:100%;height:70vh;max-height:70vh;border-radius:12px 12px 0 0;max-width:unset}}.modal-header{padding:16px 20px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#fff;z-index:1}.modal-title{margin:0;font-size:18px;font-weight:500;color:#000000d9}.modal-body{padding:0;overflow-y:auto;flex:1;background:#f6f8f9}.modal-body::-webkit-scrollbar,.track-order-result-progress::-webkit-scrollbar{width:8px;background:#f6f8f9}.modal-body::-webkit-scrollbar-thumb,.track-order-result-progress::-webkit-scrollbar-thumb{background:#d2d2d2;border-radius:200px}.modal-footer{padding:10px 20px;border-top:1px solid #f0f0f0;text-align:right;position:sticky;bottom:0;background:#fff}.modal-mask.active{opacity:1;pointer-events:auto}.modal-mask.active .modal-container{transform:translateY(0)}.modal-close{cursor:pointer;color:#1c1c1c;background:none;border:none;padding:6px;line-height:1;border-radius:20px;width:32px;height:32px}.modal-close:hover{color:#1c1c1c;background:#f6f6f6cc}.modal-btn{padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;border:1px solid transparent}.modal-btn-primary{background-color:#1890ff;color:#fff}.modal-btn-primary:hover{background-color:#40a9ff}.modal-btn-default{background-color:#fff;border-color:#d9d9d9;margin-right:8px}.modal-btn-default:hover{color:#1890ff;border-color:#1890ff}.modal-drag-handle{width:40px;height:4px;background-color:#ddd;border-radius:2px;margin:8px auto;cursor:ns-resize;display:none}@media (max-width: 768px){.modal-drag-handle{display:block}.modal-close{padding:0}}.track-order{padding:24px 16px;max-width:1600px;margin:0 auto}@media (min-width:768px){.track-order{padding:48px 32px}}@media (min-width:1280px){.track-order{padding:48px 64px}}@media (min-width:1600px){.track-order{padding:48px 0}}.track-order-box{width:640px;margin:0 auto}.track-order-title{font-size:40px;text-align:center;font-weight:600;line-height:1.2}.track-order-tab{width:100%;display:flex;justify-content:space-around;align-items:center;font-size:20px;font-weight:400;line-height:1.2;color:#1c1c1c;margin:24px auto 16px}.track-order-tab-item{max-width:50%;padding:20px;cursor:pointer;position:relative;text-align:center}.track-order-tab-item:after{content:"";position:absolute;left:50%;bottom:-10px;width:calc(100% - 40px);height:2px;background-color:#000;transform:translate(-50%) scaleX(0);transform-origin:center;transition:transform .5s ease}.track-order-tab-item.is-active-tab{font-weight:500}.track-order-tab-item.is-active-tab:after{content:"";position:absolute;left:50%;bottom:-1px;width:calc(100% - 40px);height:2px;background-color:#000;transform:translate(-50%) scaleX(1);transform-origin:center;transition:transform .5s ease;border-radius:1px}.track-order-form-box{position:relative}.track-order-form{position:absolute;top:0;left:0;width:100%;opacity:0;height:0;padding:0;overflow:hidden;transition:opacity .3s ease-in-out,height .3s ease-in-out,padding .3s ease-in-out;z-index:1}.track-order-form.is-active-form{display:flex;flex-direction:column;gap:24px;position:relative;opacity:1;height:auto;padding:24px 0 0;transition:opacity .3s ease-in-out .1s,height .3s ease-in-out,padding .3s ease-in-out;z-index:2}.track-order-form .track-order-form-group{width:100%;transition:all .3s linear}.track-order-form .track-order-form-group.is-active-error{border:1px solid #E04700}.track-order-form .track-order-form-group input{border:none;max-width:100%;flex:1 0 auto;font-size:20px;line-height:1.5;color:#1c1c1c;width:100%;font-weight:500}.track-order-form .track-order-form-group .label{color:#494949;font-size:20px;transition:all .3s linear;font-weight:400;margin-bottom:0;flex:1 0 auto;position:absolute;left:24px;top:50%;transform:translateY(-50%)}.track-order-form .track-order-form-group input:focus{border:none;outline:none}.track-order-form .track-order-form-group input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px white inset!important;box-shadow:0 0 0 1000px #fff inset}.track-order-form .track-order-form-group{padding:16px 24px;border:1px solid #d2d2d2;border-radius:8px;display:flex;align-items:center;position:relative;transition:all .3s linear}.track-order-form .track-order-form-group .focus-text{position:absolute;top:-10px;left:20px;background:#fff;font-size:12px;line-height:1.5;padding:0 4px;transition:all .3s linear;transform:none}.no-order-found{padding:24px;border-radius:8px;background:#fdf6f2;text-align:center;color:#e04700;display:none}.no-order-found-title{font-size:14px;font-weight:500;line-height:1.5}.track-order-form .error-text{font-size:12px;color:#e04700;width:592px;margin:8px auto 0;display:none}.track-order-form .error-text.is-active-error{display:block}.track-order-form .track-order-form-button{border:none;margin:0 auto;padding:16px 48px;border-radius:80px;cursor:pointer;font-size:20px;color:#fff;background:#333 linear-gradient(104deg,#333 60%,#1c1c1c 60% 100%) no-repeat 100% 100%;position:relative;overflow:hidden;z-index:1;background-size:300% 100%;font-weight:500}.track-order-form .track-order-form-button.is-submitting{background:#1c1c1cd9}.track-order-result-box{max-width:1200px;margin:48px auto 0;border-top:1px solid #d2d2d2;padding-top:48px;position:relative}.track-order-result-head{padding:24px;display:flex;flex-direction:column;gap:12px;background:#f6f8f9;border-radius:12px}.track-order-result-headtitle{font-size:20px;font-weight:700;line-height:1.4}.track-order-result-headtext{display:flex;gap:24px;font-size:14px;color:#1c1c1c;line-height:1.4}.track-order-result-headtext span{color:#777}.track-order-result-list{margin-top:24px;padding:24px;background:#f6f8f9;border-radius:12px}.track-order-result-list-title{margin-bottom:24px;color:#1c1c1c;font-size:16px;font-weight:500;line-height:1.5}.track-order-result-list-item{display:flex;padding:24px 0;border-top:1px solid #d2d2d2;gap:32px}.track-order-result-list-item-img{padding:8px;min-width:120px;width:120px;height:120px;background:#fff;border-radius:8px}.track-order-result-list-item-img img{width:100%;height:100%;object-fit:cover}.track-order-result-list-item-title{font-size:16px;color:#1c1c1c;font-weight:500;line-height:1.5;display:-webkit-box;display:box;-webkit-box-orient:vertical;box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;line-clamp:2;max-width:864px;width:100%}.track-order-result-list-item-info{display:flex;flex-direction:column;gap:8px;max-width:864px;width:100%}.track-order-result-list-item-text-item{font-size:14px;color:#1c1c1c;font-weight:400;line-height:1.5}.track-order-result-list-item-text-item span{margin-right:24px;width:50px;display:inline-block;color:#777}.track-order-result-list-item-shipment{padding:12px;background:#fffc;border-radius:8px;display:flex;flex-direction:column;gap:12px;width:100%;max-width:864px;margin-top:12px}.track-order-result-list-item-shipment-title{font-weight:600;font-size:14px;line-height:1.4;color:#1c1c1c}.track-order-result-list-item-shipment-text{display:flex;gap:24px;flex-wrap:wrap}.track-order-result-list-item-shipment-text-item{font-size:14px;font-weight:400;line-height:1.4;color:#1c1c1c}.track-order-result-list-item-shipment-line{width:1px;background:#d2d2d2}.track-order-result-list-item-shipment-text .track-order-result-list-item-shipment-line:last-child{display:none}.shipment-number{color:#0b3587;text-decoration:underline;margin-left:8px;cursor:pointer}.track-order-result-progress{background:#f6f8f9;padding:0 0 16px;border-radius:12px;max-height:520px;overflow-y:auto;position:relative}.modal-body .track-order-result-progress{border-radius:0;max-height:unset}.modal-body .track-order-loader{margin:48px auto;display:block}.modal-body .no-track-info-found{margin:48px auto;color:#777;padding:0 48px;text-align:center}.track-order-result-progress-title{padding:22px 24px;background:#f6f8f9;font-size:14px;line-height:1.5;color:#1c1c1c;border-top-left-radius:12px;border-top-right-radius:12px;position:sticky;top:0;z-index:1}.track-order-result-progress-title span{color:#777}.track-order-result-progress-box{padding:0 24px;display:flex;gap:16px;position:relative}.track-order-result-progress-list{display:flex;flex-direction:column;padding-left:24px}.track-order-result-progress-item{position:relative;padding:12px 0}.track-order-result-progress-item:first-child{padding:0}.track-order-result-progress-item:after{content:"";position:absolute;top:30px;left:-17px;width:2px;height:calc(100% - 5px);background:#00c0ff99}.track-order-result-progress-item:first-child:after{top:24px}.track-order-result-progress-item:last-child:after{display:none}.track-order-result-progress-item-title{font-size:14px;color:#1c1c1c;font-weight:500}.track-order-result-progress-item-title.is-active-title{color:#007da6;font-size:20px;font-weight:700;line-height:1.5}.track-order-result-progress-item-text{margin:4px 0;font-size:12px;font-weight:400}.track-order-result-progress-item-date{font-size:12px;color:#777}.track-order-result-progress-item-circle{position:absolute;width:12px;height:12px;top:12px;left:-22px}.track-order-result-progress-item:first-child .track-order-result-progress-item-circle{top:6px}.track-order-tracking-result-box{display:flex;border-top:1px solid #d2d2d2;padding-top:48px;gap:24px;max-width:1200px;margin:48px auto}.track-order-tracking-result .track-order-result-progress{width:520px;border-radius:12px}.track-order-tracking-result .track-order-result-box{max-width:unset;margin:0;border-top:none;padding-top:0}.track-order-tracking-result .track-order-result-list-item-info{flex-direction:row;gap:24px}.track-order-tracking-result .track-order-result-box .track-order-result-list{margin-top:0}.track-order-tracking-result .track-order-result-list-item-info-text{display:flex;gap:8px;flex-direction:column}.track-order-shipping-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:8px;overflow:hidden;margin-top:6px;border:1px solid #D2D2D2}.track-order-shipping-table th,.track-order-shipping-table td{padding:8px 12px;text-align:left;border-left:1px solid white;border-right:1px solid white;border-top:none;border-bottom:none}.track-order-shipping-table th{background-color:#fff;line-height:1.4;font-weight:400;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.track-order-shipping-table td:first-child{border-left:none}.track-order-shipping-table th:last-child,.track-order-shipping-table td:last-child{border-right:none}.track-order-shipping-table tr:not(:first-child) td{border-top:none}.track-order-shipping-table tr{background-color:#f5f5f5;font-size:12px;font-weight:400}.track-order-shipping-table .table-header{font-size:1.2em;margin-bottom:10px;font-weight:700}.track-order-methods{padding:24px;max-width:1200px;margin:48px auto 0;background:#f6f6f6;border-radius:12px;display:flex;gap:24px;flex-direction:column}.track-order-methods-box{display:flex;gap:24px;font-size:14px;line-height:1.5}.track-order-methods-left{flex:1 1 auto;max-width:408px;display:flex;flex-direction:column;gap:8px}.track-order-methods-text{display:flex;align-items:center;gap:6px}.track-order-methods-left a{color:#0b3587;text-decoration:none;display:flex;align-items:center}.track-order-methods-left a:hover{color:#0b3587;text-decoration:underline;cursor:pointer}.track-order-methods-table{flex:1 0 auto}.track-order-methods-title{font-size:14px;color:#1c1c1c;font-weight:500;line-height:1.5}.track-order-methods-other-tips{font-size:14px;color:#777;font-weight:400;line-height:1.5}.track-order-loader{max-width:1200px;height:60px;display:none;margin:48px auto 0;position:relative}.track-order-loader.is-loading:after{border-color:#00c0ff;border-top-color:transparent}@media screen and (max-width: 768px){.modal-body::-webkit-scrollbar{width:8px;height:120px}.modal-body::-webkit-scrollbar-thumb{background:#d2d2d2;border-radius:6px}.track-order-loader{margin:24px auto}.track-order{margin:0 auto;padding:24px 0;border-radius:12px}.track-order-box{width:100%;padding:24px 16px;min-height:unset}.track-order-title{font-size:24px}.track-order-tab{margin:16px 0}.track-order-tab-item{padding:10px 20px;font-size:14px}.track-order-form.is-active-form{padding:16px 0 0;gap:16px}.track-order-form .track-order-form-group{padding:12px}.track-order-form .track-order-form-group .label,.track-order-form .track-order-form-group input{font-size:16px}.track-order-form .track-order-form-group .focus-text{left:12px;font-size:12px}.track-order-form .error-text{margin:4px 0 0 12px;width:calc(100% - 24px)}.track-order-form .track-order-form-button{width:100%;padding:14px 48px;font-size:16px}.no-order-found{padding:12px;font-size:12px}.no-order-found-title{font-size:12px}.track-order-result-box{border:none;margin:0 auto;padding:0 16px}.track-order-result-head{padding:16px;gap:8px}.track-order-result-headtext{flex-direction:column;gap:8px}.track-order-result-headtext-item{display:flex;justify-content:space-between}.track-order-result-list{margin-top:12px;padding:16px}.track-order-result-list-title{margin-bottom:12px}.track-order-result-list-item-m{display:flex;flex-direction:column}.track-order-result-list-item-info{flex-direction:row}.track-order-result-list-item-img{width:80px;min-width:80px;height:80px;padding:6px}.track-order-result-list-item{padding:16px 0;gap:8px}.track-order-result-list-item-info-text{display:flex;gap:4px;flex-direction:column}.track-order-result-list-item-title{font-size:14px}.track-order-result-list-item-text-item{font-size:12px}.track-order-result-list-item-text-item span{margin-right:8px;width:40px}.track-order-result-list-item-shipment{padding:12px;margin-top:8px}.track-order-result-list-item-shipment-text{flex-direction:column;gap:8px}.track-order-result-list-item-shipment-line{display:none}.track-order-result-progress{overflow-y:hidden;max-height:unset}.track-order-result-progress-title{padding:16px}.track-order-result-progress-box{padding:0 16px}.track-order-result-progress-item{padding:8px 0}.track-order-result-progress-item:after{left:-15px;top:25px}.track-order-result-progress-item-circle{left:-20px;top:8px}.track-order-result-progress-item:first-child .track-order-result-progress-item-circle{top:4px}.track-order-result-progress-item:first-child:after{top:21px}.track-order-result-progress-showMore{font-size:14px;color:#0b3587;vertical-align:middle;display:flex;align-items:center;gap:4px;cursor:pointer;position:relative;padding-top:8px;line-height:22px}.track-order-result-progress-list.is-show-more .track-order-result-progress-item:nth-child(n+4){display:none}.track-order-tracking-result-box{flex-direction:column;gap:16px;margin:0 auto 24px;padding-top:24px;width:calc(100% - 32px)}.track-order-tracking-result .track-order-result-progress{width:100%}.track-order-tracking-result .track-order-result-box{padding:0}.track-order-tracking-result .track-order-result-list-item-info-text{gap:4px}.track-order-methods{max-width:unset;width:100%;margin:16px auto 0;padding:24px 16px;border-radius:0;gap:16px}.track-order-methods-box{flex-direction:column;gap:8px}.track-order-methods-table td,.track-order-methods-table th{white-space:nowrap}.track-order-methods-left{font-size:12px}.track-order-shipping-table-box{overflow-x:auto}.track-order-methods-other-tips{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/track-order.css.map */
