.orders-table-container{overflow-x:auto;margin:20px 0;padding:1rem;background-color:#fff;border:1px solid #ddd;border-radius:10px;min-width:100%}.orders-table{width:100%;min-width:1000px;border-collapse:collapse;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.orders-table thead{background-color:#f3f4f6}.orders-table td,.orders-table th{padding:12px 16px;border-bottom:1px solid #e5e7eb;text-align:left;white-space:nowrap}.orders-table th{font-size:.95rem;font-weight:600;color:#111827}.orders-table td{font-size:.9rem;color:#374151}.orders-table tbody tr:hover{background-color:#f9fafb}@media (max-width:768px){.orders-table td,.orders-table th{font-size:.85rem;padding:10px 12px}}@media (max-width:480px){.orders-table td,.orders-table th{font-size:.8rem;padding:8px 10px}}section.home-section{min-height:83vh;display:flex;flex-direction:column;margin-top:2rem;gap:2rem;align-items:center}h1.overview-heading{font-size:large;margin-top:1rem}section.top-dash-board{width:96%;height:5rem;background:white;display:flex;align-items:center;padding-left:2rem;border-radius:6px}h1.welcome-dashboard{font-size:xx-large}span.sir{color:#9809a3}section.home-section-overview-gir{width:100%;width:96%;display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}section.home-section-orders{width:100%;height:100%;display:flex;justify-content:center;flex-direction:column;gap:1rem;align-items:flex-start;background:#fff;border-radius:6px;padding:0 1rem;overflow-y:scroll}@media (max-width:1300px){section.home-section-overview-gir{grid-template-columns:1fr;gap:2rem}}@media (max-width:550px){h1.welcome-dashboard{font-size:x-large}}