.orders-container{padding:0}.loading-container{display:flex;justify-content:center;align-items:center;height:400px}.orders-card{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.09);overflow:hidden}.orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;width:100%}.orders-table{margin-top:16px}.form-buttons{margin-top:24px;display:flex;justify-content:flex-end;gap:8px}@media(max-width:768px){.orders-header{flex-direction:column;align-items:flex-start;gap:16px}.orders-header>Space{width:100%;flex-direction:column;gap:16px}.orders-header .ant-input-search{width:100%!important}.orders-table{margin-top:16px}.form-buttons{flex-direction:column;gap:8px}.form-buttons Button{width:100%}}