.history-order-page{width:100%;font-size:14px;display:flex;flex-direction:column;align-items:flex-start;gap:21px;overflow:auto}.history-order-page .history-order-page-pagination{display:flex;justify-content:center;width:100%}.history-order-page .tab-list{width:100%;height:56px;display:flex;box-sizing:border-box}.history-order-page .tab-list .tab{width:155px;white-space:nowrap;display:flex;align-items:center;justify-content:center;padding:18.5px 38px;background-color:#fff}.history-order-page .tab-list .tab-count{margin-left:4px;font-weight:700;color:#ff3a3a}.history-order-page .tab-list .active{border-bottom:1.5px solid var(--Color-Green-2,#619e11)}.history-order-page .search-input{width:100%;display:flex;height:40px;padding:0 12px;align-items:center;gap:8px;border-radius:8px;border:1px solid var(--Light_Mode-Stroke,#d9d9d9);background:var(--Light_Mode-Surface,#fff)}.history-order-page .search-input>input{flex:1 0 0;border:0}.history-order-page .search-input>input:focus{outline:0}.history-order-page .order-list{width:100%;display:flex;flex-direction:column;gap:12px;min-height:600px}.history-order-page .order-list .order{width:100%;display:flex;padding:0 12px;flex-direction:column;align-items:flex-start;gap:9px;background:#fff}.history-order-page .order-list .order .order-header{width:100%;display:flex;padding:12px 0;justify-content:space-between;align-items:center;border-bottom:1px solid var(--Backgrounds-Secondary,#f2f2f7);font-weight:600}.history-order-page .order-list .order .order-header .store{font-size:16px}.history-order-page .order-list .order .order-header .status{font-size:12px}.history-order-page .order-list .order .food-list{width:100%;display:flex;flex-direction:column;gap:12px;max-height:none;position:relative}.history-order-page .order-list .order .food-list .food.faded{position:relative}.history-order-page .order-list .order .food-list .food.faded:after{content:"";position:absolute;bottom:0;left:0;height:100%;width:100%;background:linear-gradient(180deg,rgba(255,255,255,.3),white);pointer-events:none;z-index:2}.history-order-page .order-list .order .food-list .food{width:100%;display:flex;justify-content:space-between}.history-order-page .order-list .order .food-list .food .food-infor{display:flex;gap:18px}.history-order-page .order-list .order .food-list .food .food-infor .title{display:flex;flex-direction:column;justify-content:center;gap:8px}.history-order-page .order-list .order .food-list .food .food-infor .title .name{font-size:16px;font-weight:600}.history-order-page .order-list .order .food-list .food .food-infor .title .date{color:var(--currentColor,#868686);font-weight:600}.history-order-page .order-list .order .food-list .food .food-infor>img{object-fit:cover}.history-order-page .order-list .order .food-list .food>p{font-weight:600}.history-order-page .empty-order{display:flex;flex-direction:column;align-items:center;margin:0 auto;color:#666;font-size:18px}.history-order-page .empty-order>img{max-width:250px;width:100%}.history-order-page .empty-order .underline-text{margin-top:16px;font-weight:500;cursor:pointer;color:#000;text-decoration:underline!important}.history-order-page .order-footer{width:100%;display:flex;flex-direction:column;gap:24px;align-items:flex-end;border-top:1px solid var(--Backgrounds-Secondary,#f2f2f7)}.history-order-page .order-footer .total{display:flex;gap:20px;align-items:center;font-size:16px;font-weight:600}.history-order-page .order-footer .total>p{font-size:12px}.history-order-page .order-footer .btn_{display:flex;gap:12px;align-items:center;margin-bottom:10px}.history-order-page .order-footer .btn_>button{height:36px;font-weight:600;color:var(--Color-Green-2,#619e11);padding:0 16px;border-radius:33px;border:1px solid var(--Color-Green-2,#619e11);background-color:rgba(0,0,0,0);outline:none}.history-order-page .order-footer .btn_>.cancel-button{color:#d32f2f;border:1px solid #d32f2f}@media only screen and (max-width:1022px){.empty-order>img{min-width:200px;height:250px}.empty-order .underline-text{font-size:14px}}@media only screen and (max-width:550px){.history-order-page{padding:6px;border-radius:6px}}