.shipments-time-line{display:flex;justify-content:space-between;align-items:center}.shipments-time-line__circle{position:relative;width:24px;height:24px;border-radius:50%;border:2px solid var(--brand-color)}.shipments-time-line__circle:before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:16px;height:16px;border-radius:50%;content:"";background-color:var(--brand-color)}.shipments-time-line__progress{flex:1;border:1px dashed var(--brand-color);position:relative}.shipments-time-line__progress-line{position:absolute;width:50%;border:1px solid var(--brand-color);left:-1px;top:0;transform:translateY(-1px)}.shipments-time-line__progress-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,calc(-50% - 17.5px));width:20px;height:20px;display:flex;align-items:flex-end;justify-content:center}.shipments-time-line__progress-icon path{fill:var(--brand-color)}.shipments-time-line__progress-circle{position:absolute;left:50%;top:50%;width:16px;height:16px;transform:translate(-50%,-50%);background-color:var(--brand-color);border-radius:50%}.shipments-time-line_load .shipments-time-line__start:before{background-color:var(--brand-color)}.shipments-time-line_canceled .shipments-time-line__start{border-color:#fa3b73}.shipments-time-line_canceled .shipments-time-line__start:before{background-color:#fa3b73}.shipments-time-line_progress .shipments-time-line__start{border-color:var(--brand-color)}.shipments-time-line_progress .shipments-time-line__start:before{background-color:var(--brand-color)}.shipments-time-line_exception .shipments-time-line__progress-circle{background-color:#fff;height:24px;width:24px}.shipments-time-line_delivery .shipments-time-line__circle{border-color:var(--brand-color)}.shipments-time-line_delivery .shipments-time-line__circle:before{background-color:var(--brand-color)}.shipments-time-line_delivery .shipments-time-line__progress{border:1px solid var(--brand-color)}.shipments-list-item__status{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.shipments-list-item__status-wrapper{padding:4px 16px;min-width:121px;height:32px;border-radius:24px;background:#f7f7f7}.shipments-list-item__status-wrapper.active{background:var(--brand-color-secondary)}.shipments-list-item__status-wrapper.active svg,.shipments-list-item__status-wrapper.active svg path{stroke:var(--brand-color)}.shipments-list-item__status-wrapper.active svg.express circle{fill:var(--brand-color)}.shipments-list-item__status-wrapper.active svg.courier path{fill:var(--brand-color-secondary)}.shipments-list-item__status-wrapper.active svg.plane path{fill:var(--brand-color)}.shipments-list-item__status-wrapper.active .text-subheader{color:var(--brand-color);white-space:nowrap}.shipments-list-item{position:relative;min-height:104px;background-color:#fff;box-shadow:0 2px 15px rgba(27,31,46,.04);padding:8px 24px 8px 8px;display:flex;cursor:pointer;transition:background .2s}.shipments-list-item__consignment-no{max-width:calc(100% - 1.25rem)}.shipments-list-item__consignment-no.ml-0{margin-left:0}@media(max-width:1439px){.shipments-list-item{padding-right:12px}}@media(max-width:1439px){.shipments-list-item .f-size-14{font-size:12px!important}}.shipments-list-item:hover{background-color:#f9f9f9}.shipments-list-item__col{display:flex;flex-direction:column}.shipments-list-item__col_data{min-width:220px;max-width:220px}.shipments-list-item__col_date{max-width:200px;min-width:200px;padding:0 12px}.shipments-list-item__col_info{max-width:220px;min-width:220px;padding:0 12px}.shipments-list-item__col_info--wide{max-width:270px;min-width:270px}.shipments-list-item__col_timeline{flex:1;overflow:auto}.shipments-list-item__block_w_50{width:50%;padding-right:10px}.shipments-list-item__block_mb_6{margin-bottom:6px}.shipments-list-item__date-head{margin-bottom:11px;min-height:21px}.shipments-list-item__timeline-block{max-width:33%;min-width:33%}@media(max-width:1480px){.shipments-list-item__timeline-block{max-width:32%;min-width:32%}}@media(max-width:1425px){.shipments-list-item__timeline-block{max-width:31%;min-width:31%}}.shipments-list-item .f-w-700{font-weight:700}.shipments-list-item .f-w-500{font-weight:500}.shipments-list-item .background-grey{background-color:#999}.shipments-list-item .saved-row{border-top-left-radius:4px;border-bottom-left-radius:4px}.shipments-list-item .bookmarks{display:flex;position:absolute;top:-2px;left:8px}.shipments-list-item .bookmarked{margin-right:6px}.shipments-list-item .bookmarked svg{width:12px;height:auto;transform-origin:top center;transform:scaleY(2)}.shipments-list-item .bookmarked.bookmarked__red{color:#fa3b73}.shipments-list-item .bookmarked.bookmarked__green{color:#20984b}.shipments-list-item__date-container{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shipments-list-item__date-container:hover{overflow:visible;text-overflow:unset}.shipments-list-item__date-container:hover span{display:block;position:absolute;background-color:#f9f9f9}