.access-denied__section{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.access-denied__card{background-color:#fff;width:50%;margin:0 auto;padding:40px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;border-radius:4px}.access-denied__card .text{display:flex;flex-direction:column;gap:8px}.access-denied__card .text h2{font-size:1rem;line-height:22px;font-weight:600;letter-spacing:-1.9%}.access-denied__card .text p{font-size:.8rem;line-height:20px;font-weight:400;letter-spacing:-1.9%}@media screen and (max-width: 768px){.access-denied__card{width:90%}}.order-detail__section .cta__container{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:8px;margin:0 0 20px}.order-detail__container{background-color:#fff;border-radius:4px;overflow:hidden}.order-metadata__card{padding:16px;display:flex;align-items:flex-start;justify-content:space-between}.order-metadata__card .col{display:flex;flex-direction:column;gap:8px}.order-metadata__card .col h4{font-size:14px;font-weight:400;line-height:17px}.order-metadata__card .col h3{font-size:14px;font-weight:500;line-height:17px}.order-metadata__card .content{display:flex;flex-direction:column;gap:12px}.order-metadata__card .content .text{display:flex;gap:2rem}.order-metadata__card .content p{font-size:12px;font-weight:500;line-height:14.5px}.product-detail__container{padding:8px;display:flex;flex-direction:column;gap:4px}.product__card{padding:3rem 1rem;border-radius:4px;background-color:#f8f8f8}.product__card hr{border-top:1px solid #d4d4d4;margin:12px 0}.product__card .product-info{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.product__card .product-info .pricing{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.product__card .product-info .pricing h4{font-size:14px;font-weight:600;line-height:17px;white-space:nowrap}.product__card .product-info .col h5{font-size:12px;font-weight:500;line-height:14.5px}.product__card .product-info .col p{font-size:11px;line-height:13.5px;color:#535353}.product__card .product-info .col{display:flex;flex-direction:column;gap:4px}.product__card .product-info .content{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.product__card .product-info .content .image{background-color:#fff;width:72px;height:72px;border-radius:4px;overflow:hidden}.product__card .product-info .content .image img{width:100%;height:100%;object-fit:cover}.product__card .product-info .content .text h2{font-size:14px;font-weight:600;line-height:17px}.product__card .product-info .content .text .product-metadata{margin-top:12px;display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.product__card .files-header{display:flex;align-items:center;justify-content:space-between;padding:4px 8px 10px}.product__card .files-header .files-count{font-size:11px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.4px}.product__card .bulk-download-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;background-color:transparent;border:1px solid currentColor;border-radius:6px;cursor:pointer;transition:background-color .15s ease,opacity .15s ease}.product__card .bulk-download-btn:hover:not(:disabled){background-color:#0000000a}.product__card .bulk-download-btn:disabled{opacity:.7;cursor:not-allowed}.product__card .loader-sm{display:inline-block;width:12px;height:12px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin-sm .7s linear infinite}@keyframes spin-sm{to{transform:rotate(360deg)}}.product__card .file-name-row{display:flex;align-items:center;gap:10px;min-width:0}.product__card .file-name-row .file-name{flex:0 1 auto;min-width:0}.product__card .file-status{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:500;line-height:1;border-radius:10px;flex-shrink:0}.product__card .file-status-pending{background-color:#eff6ff;color:#2563eb}.product__card .file-status-failed{background-color:#fef2f2;color:#b91c1c}.product__card .file-row.is-failed{background-color:#ef44440a}.product__card .file-rows{display:flex;flex-direction:column}.product__card .file-row{display:flex;align-items:center;gap:12px;padding:12px 8px;border-radius:6px;transition:background-color .15s ease}.product__card .file-row:hover{background-color:#00000006}.product__card .file-row+.file-row{border-top:1px solid #ececec}.product__card .file-icon-col{flex-shrink:0}.product__card .file-type-badge{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:32px;padding:0 8px;font-size:10px;font-weight:700;letter-spacing:.5px;border-radius:6px;text-transform:uppercase}.product__card .file-info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.product__card .file-info .file-name{font-size:13px;font-weight:500;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product__card .file-info .file-meta{display:flex;align-items:center;gap:6px;font-size:11px;line-height:14px;color:#8a8a8a;flex-wrap:wrap}.product__card .file-info .file-meta-dot{color:#c4c4c4}.product__card .file-download-btn{flex-shrink:0}.product__card .file-download-btn .btn-inner{display:inline-flex;align-items:center;gap:6px}@media screen and (max-width: 768px){.order-metadata__card .content .text{flex-direction:column;gap:12px}.product__card .product-info{flex-direction:column;gap:1rem}.product__card .product-info .content{flex-direction:column;gap:1rem;width:100%}.product__card .product-info .content .image{width:100%;height:200px}.product__card .product-info .content .text h2{font-size:16px;line-height:19px}.product__card .product-info .content .text .product-metadata{margin-top:1rem;display:flex;align-items:flex-start;flex-direction:column;gap:1rem}.product__card .product-info .title-row{flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem}.product__card .product-info .title-row .pricing{font-size:13px}.product__card .file-row{flex-wrap:wrap;gap:10px}.product__card .file-info{flex-basis:calc(100% - 54px)}.product__card .file-info .file-name{white-space:normal;overflow-wrap:break-word}.product__card .file-download-btn{width:100%;justify-content:center}.product__card .files-header{padding:4px 0 10px}}
