*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;min-height:100vh;color:#1a1a2e;background:#f6f7f9}#root{min-height:100vh}.layout{display:flex;min-height:100vh}.main-area{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;padding:24px 16px}.shipper-item{transition:background .15s,color .15s,transform .1s}.shipper-item.clickable{cursor:pointer}.shipper-item.clickable:hover{background:#f6f7f9}.shipper-item.active{background:#fdf0f3}.shipper-item.active.clickable:hover{background:#fde7ec}@media (max-width: 760px){.layout{flex-direction:column}.sidebar{width:100%!important;height:auto!important;position:static!important}.sidebar-nav{flex-direction:row!important;overflow-x:auto}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}
