#liogo-shipment{--create-indigo:#4e49de;--create-border:#dfe5f3;--create-text:#253654;--create-muted:#7182a1;min-height:100vh;background:#fff;color:var(--create-text);font:14px Arial,sans-serif}
#liogo-shipment *{box-sizing:border-box}
#liogo-shipment button{cursor:pointer;font:inherit}
#liogo-shipment [hidden]{display:none!important}
#liogo-shipment .create-top{height:73px;border-bottom:1px solid var(--create-border);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 27px;background:#fff;position:relative;z-index:2}
#liogo-shipment .create-top>button{border:0;background:none;color:var(--create-indigo);font-weight:700;text-align:left;padding:9px 0}
#liogo-shipment .create-top>div{text-align:center;display:flex;flex-direction:column;gap:4px}
#liogo-shipment .create-top strong{font-size:15px;letter-spacing:.1px}
#liogo-shipment .create-top span{font-size:10px;color:var(--create-muted)}
#liogo-shipment .create-progress{height:3px;display:flex;overflow:hidden}
#liogo-shipment .create-progress span{width:33.3333%;font-size:0;background:#f2f3fb;border-right:2px solid white}
#liogo-shipment .create-progress span.active,#liogo-shipment .create-progress span.done{background:var(--create-indigo)}
#liogo-shipment .create-progress b{display:none}
#liogo-shipment .create-main{margin-left:clamp(24px,13vw,200px);width:calc(100% - clamp(24px,13vw,200px));padding-right:7px;padding-bottom:96px}
#liogo-shipment .create-address-grid,#liogo-shipment .create-detail-grid{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 149px)}
#liogo-shipment .create-sender,#liogo-shipment .create-detail-grid>section{padding:17px 36px 30px 0}
#liogo-shipment .create-recipient,#liogo-shipment .create-summary-panel{border-left:1px solid var(--create-border);padding:17px 0 30px 36px}
#liogo-shipment .create-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:19px;min-height:30px}
#liogo-shipment .create-section-head h2,#liogo-shipment .create-summary-panel h2{font-size:13px;font-weight:700;margin:0;letter-spacing:.1px}
#liogo-shipment .create-soft-btn{border:0;border-radius:7px;background:#f3f4ff;color:var(--create-indigo);font-size:12px;font-weight:700;padding:10px 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}
#liogo-shipment .create-soft-btn:hover{background:#e9eaff}
#liogo-shipment .create-soft-btn svg{width:15px;height:15px}
#liogo-shipment .create-search{height:50px;border:1px solid var(--create-border);border-radius:6px;display:flex;align-items:center;gap:12px;padding:0 15px;background:#f8faff;color:#8b9bbb;margin-bottom:24px}
#liogo-shipment .create-search svg{width:17px;height:17px}
#liogo-shipment .create-search input{border:0;outline:0;background:transparent;width:100%;font-size:14px;color:var(--create-text)}
#liogo-shipment .sender-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(275px,300px));gap:12px;align-items:start}
#liogo-shipment .sender-card{border:1px solid #d9e2f4;background:#f9fbff;text-align:left;border-radius:8px;padding:13px 14px;min-height:151px;color:var(--create-text)}
#liogo-shipment .sender-card.selected{outline:2px solid #8288ff;outline-offset:0;background:#fafbff}
#liogo-shipment .sender-card-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--create-border);padding-bottom:10px;margin-bottom:9px;font-size:12px}
#liogo-shipment .sender-card-top strong{font-weight:700}
#liogo-shipment .sender-check{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#e6eaf7;color:transparent}
#liogo-shipment .sender-card.selected .sender-check{background:var(--create-indigo);color:#fff}
#liogo-shipment .sender-check svg{width:15px;height:15px}
#liogo-shipment .sender-detail{display:flex;align-items:flex-start;gap:7px;color:#52698d;font-size:11px;line-height:1.45;margin-top:3px}
#liogo-shipment .sender-detail svg{width:13px;height:13px;flex:0 0 13px;color:#8799b9}
#liogo-shipment .create-empty{border:1px dashed var(--create-border);padding:22px;color:var(--create-muted);border-radius:8px;font-size:12px}
#liogo-shipment .sender-count{font-size:12px;color:var(--create-text);margin-top:24px}
#liogo-shipment .create-form{display:grid;gap:18px}
#liogo-shipment .create-form label{display:flex;flex-direction:column;gap:6px;color:#526789;font-size:12px}
#liogo-shipment .create-form input,#liogo-shipment .create-form textarea{width:100%;border:1px solid #98a9c8;border-radius:6px;background:#fff;color:#243553;font:13px Arial,sans-serif;padding:10px 11px;outline:none}
#liogo-shipment .create-form input{height:40px}
#liogo-shipment .create-form textarea{min-height:96px;resize:vertical}
#liogo-shipment .create-form input:focus,#liogo-shipment .create-form textarea:focus{border-color:var(--create-indigo);box-shadow:0 0 0 2px #4e49de18}
#liogo-shipment .create-form input::placeholder,#liogo-shipment .create-form textarea::placeholder{color:#8292ad}
#liogo-shipment .create-form .create-save-address{display:flex;flex-direction:row;align-items:flex-start;gap:10px;padding:13px 14px;border:1px solid var(--create-border);border-radius:7px;background:#fafbff;cursor:pointer}
#liogo-shipment .create-form .create-save-address input[type=checkbox]{width:17px;height:17px;margin:1px 0 0;flex:none;accent-color:var(--create-indigo);cursor:pointer}
#liogo-shipment .create-save-address span{display:flex;flex-direction:column;gap:4px}
#liogo-shipment .create-save-address strong{font-size:12px;color:var(--create-text)}
#liogo-shipment .create-save-address small{font-size:11px;line-height:1.4;color:var(--create-muted)}
#liogo-shipment .recipient-book{padding:7px;border:1px solid var(--create-border);border-radius:8px;box-shadow:0 8px 24px #25365412;margin-bottom:15px;max-height:190px;overflow:auto}
#liogo-shipment .recipient-book button{display:flex;flex-direction:column;gap:4px;width:100%;padding:10px;border:0;background:#fff;text-align:left;border-radius:5px}
#liogo-shipment .recipient-book button:hover{background:#f3f4ff}
#liogo-shipment .recipient-book strong{font-size:12px}
#liogo-shipment .recipient-book span,#liogo-shipment .recipient-book p{font-size:11px;color:var(--create-muted);margin:0}
#liogo-shipment .create-footer{position:fixed;z-index:3;left:0;right:0;bottom:0;min-height:71px;border-top:1px solid #e8ebf5;background:#fff;display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:10px 18px;box-shadow:0 -6px 22px #26376508}
#liogo-shipment .create-footer button{height:46px;border-radius:6px;padding:0 20px;font-size:12px;font-weight:700}
#liogo-shipment #create-back{border:1px solid #d9e0ee;background:white;color:#354765}
#liogo-shipment .create-primary{border:1px solid var(--create-indigo);background:var(--create-indigo);color:#fff;border-radius:6px;font-size:12px;font-weight:700;padding:12px 18px}
#liogo-shipment .create-primary:hover{background:#3936c5}
#liogo-shipment .create-primary:disabled{opacity:.55;cursor:not-allowed}
#liogo-shipment .create-footer .create-primary{min-width:238px}
#liogo-shipment .create-explainer{font-size:13px;color:var(--create-muted);line-height:1.55;margin:5px 0 24px}
#liogo-shipment .create-summary-panel h2{margin:7px 0 22px}
#liogo-shipment .create-summary-panel>p{font-size:12px;color:var(--create-muted);line-height:1.6;margin-top:20px}
#liogo-shipment .create-summary-panel>strong{font-size:12px;color:var(--create-indigo)}
#liogo-shipment .create-route{display:grid;grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);align-items:center;gap:10px;border:1px solid var(--create-border);background:#fafbff;border-radius:10px;padding:17px}
#liogo-shipment .create-route span,#liogo-shipment .create-review span{font-size:10px;color:var(--create-muted);font-weight:700}
#liogo-shipment .create-route strong,#liogo-shipment .create-review strong{display:block;font-size:13px;margin:6px 0 4px}
#liogo-shipment .create-route small,#liogo-shipment .create-review small{display:block;color:var(--create-muted);font-size:11px;line-height:1.4}
#liogo-shipment .create-route-arrow{font-size:20px;color:var(--create-indigo)}
#liogo-shipment .create-offer-empty{border:1px dashed #cdd4ef;background:#fafbff;border-radius:10px;min-height:285px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:26px}
#liogo-shipment .create-offer-empty svg{width:28px;height:28px;color:var(--create-indigo)}
#liogo-shipment .create-offer-empty h3{font-size:16px;margin:14px 0 7px}
#liogo-shipment .create-offer-empty p{font-size:12px;color:var(--create-muted);max-width:390px;line-height:1.6}
#liogo-shipment .create-review{border:1px solid var(--create-border);border-radius:9px;overflow:hidden}
#liogo-shipment .create-review>div{padding:16px 18px;border-bottom:1px solid var(--create-border)}
#liogo-shipment .create-review>div:last-child{border-bottom:0}
#liogo-shipment .create-modal-backdrop{position:fixed;z-index:5;inset:0;background:#16213c8a;display:grid;place-items:center;padding:18px}
#liogo-shipment .create-modal{width:min(520px,100%);max-height:calc(100vh - 36px);overflow:auto;background:#fff;border-radius:12px;padding:23px;box-shadow:0 24px 70px #0c153447}
#liogo-shipment .create-modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
#liogo-shipment .create-modal-head h2{font-size:18px;margin:0}
#liogo-shipment .create-modal-head button{border:0;background:#f1f3fa;width:32px;height:32px;border-radius:6px;font-size:22px;color:var(--create-muted)}
#liogo-shipment .create-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
#liogo-shipment .create-package-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);min-height:calc(100vh - 149px)}
#liogo-shipment .create-package-left{min-width:0;border-right:1px solid var(--create-border)}
#liogo-shipment .create-package-right{padding:18px 24px;min-width:0}
#liogo-shipment .create-package-right h2,#liogo-shipment .create-block h2{font-size:12px;margin:0 0 18px}
#liogo-shipment .create-package-right p{font-size:12px;line-height:1.5;color:var(--create-muted)}
#liogo-shipment .create-warning{display:flex;gap:8px;align-items:flex-start;border:1px solid #edb342;border-radius:6px;background:#fffdf4;color:#85560a;padding:10px;font-size:11px;line-height:1.5}
#liogo-shipment .create-warning svg{width:16px;height:16px;flex:none}
#liogo-shipment .create-block{padding:18px 22px 20px 0;border-bottom:1px solid var(--create-border)}
#liogo-shipment .create-block .create-section-head{margin-bottom:8px}
#liogo-shipment .create-products-empty{min-height:85px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;font-size:12px;color:var(--create-muted)}
#liogo-shipment .create-products-empty svg{width:18px;height:18px}
#liogo-shipment .create-product-row{display:flex;justify-content:space-between;align-items:center;padding:10px 5px;border-bottom:1px solid var(--create-border);font-size:12px}
#liogo-shipment .create-product-row span{display:flex;gap:7px;align-items:center}
#liogo-shipment .create-product-row svg{width:16px;height:16px;color:var(--create-indigo)}
#liogo-shipment .create-product-row button{border:0;background:none;font-size:22px;color:var(--create-muted)}
#liogo-shipment .create-product-form{display:flex;align-items:end;flex-wrap:wrap;gap:9px;padding:12px 0}
#liogo-shipment .create-product-form label{display:flex;flex-direction:column;gap:5px;font-size:11px;flex:1 1 155px}
#liogo-shipment .create-product-form label:nth-child(2){flex:0 0 75px}
#liogo-shipment .create-product-form input{width:100%;height:37px;border:1px solid #98a9c8;border-radius:5px;padding:8px}
#liogo-shipment .create-product-form button{height:37px}
#liogo-shipment .create-tabs{display:flex;border-bottom:1px solid var(--create-border);margin:8px 0 15px}
#liogo-shipment .create-tabs button{flex:1;border:0;border-bottom:2px solid transparent;background:white;color:#667899;padding:10px 2px;font-size:12px}
#liogo-shipment .create-tabs button.active{border-bottom-color:var(--create-indigo);color:var(--create-text)}
#liogo-shipment .create-templates{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:17px}
#liogo-shipment .create-templates button{border:1px solid var(--create-border);background:#f9fbff;border-radius:6px;padding:9px 12px;text-align:left;display:flex;flex-direction:column;gap:4px}
#liogo-shipment .create-templates button:hover{border-color:var(--create-indigo)}
#liogo-shipment .create-templates small{color:var(--create-muted)}
#liogo-shipment .create-dimensions{border:0;margin:0;padding:0;min-width:0}
#liogo-shipment .create-dimensions legend{font-size:11px;color:#526789;margin-bottom:8px}
#liogo-shipment .create-dimension-inputs{display:flex;align-items:center;gap:7px;background:#f8faff;border-radius:7px;padding:7px;width:min(100%,420px)}
#liogo-shipment .create-dimension-inputs svg{width:19px;height:19px;flex:none;color:var(--create-indigo)}
#liogo-shipment .create-form .create-dimension-inputs input{width:0;min-width:0;flex:1;height:33px;padding:5px;font-size:11px}
#liogo-shipment .create-dimension-inputs span{font-weight:700;color:var(--create-muted)}
#liogo-shipment .create-weight{max-width:180px}
#liogo-shipment .create-package-measures{display:flex;align-items:end;gap:14px;flex-wrap:wrap}
#liogo-shipment .create-package-measures .create-weight{flex:0 1 180px;min-width:135px}
#liogo-shipment .create-desi-display{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#526789}
#liogo-shipment .create-desi-display abbr{cursor:help;text-decoration:none;color:var(--create-muted)}
#liogo-shipment .create-desi-display strong{min-width:125px;height:40px;display:flex;align-items:center;padding:0 11px;border-radius:6px;background:#f7f9ff;color:var(--create-indigo);font-size:13px}
#liogo-shipment .create-package-actions{display:flex;justify-content:flex-end}
#liogo-shipment .create-update{background:#07946b;border:1px solid #07946b;color:#fff;border-radius:6px;padding:10px 17px;font-size:12px;font-weight:700}
#liogo-shipment .create-update:hover{background:#057e5b}
#liogo-shipment .create-update:disabled{opacity:.55;cursor:not-allowed}
#liogo-shipment .create-package-hint{font-size:11px;line-height:1.5;color:var(--create-muted);margin:12px 0 3px}
#liogo-shipment .create-disabled-choice{display:block;font-size:11px;color:#8191aa;margin:9px 0}
#liogo-shipment .create-disabled-choice input{vertical-align:middle;margin-right:7px}
#liogo-shipment .create-address-recap{display:flex;flex-direction:column;gap:6px;font-size:11px;color:#526789}
#liogo-shipment .create-address-recap h2{margin-bottom:6px}
#liogo-shipment .create-address-recap strong{font-size:12px;color:var(--create-text)}
#liogo-shipment .create-organize textarea,#liogo-shipment .create-organize input[type=search]{display:block;width:100%;border:1px solid #cbd6ef;border-radius:8px;background:#fff;color:var(--create-text);font:inherit;font-size:12px;padding:11px 12px;outline:none}
#liogo-shipment .create-organize textarea{min-height:100px;resize:vertical}
#liogo-shipment .create-organize textarea:focus,#liogo-shipment .create-organize input[type=search]:focus{border-color:#5651ed;box-shadow:0 0 0 2px #5651ed18}
#liogo-shipment .create-organize p{font-size:11px;color:#8191aa;text-align:center;margin:8px 0 25px}
#liogo-shipment .create-organize h2:not(:first-child){margin-top:20px}
#liogo-shipment .create-organize .shipment-tag-chips{margin-bottom:8px}
#liogo-shipment .create-organize .shipment-tag-suggestions{max-height:160px}
#liogo-shipment .create-quote-list{display:grid;gap:11px}
#liogo-shipment .create-quote-list h3{font-size:11px;letter-spacing:.3px;margin:18px 0 8px;color:#526789}
#liogo-shipment .create-offer-meta{font-size:11px;color:var(--create-muted);margin:0 0 12px}
#liogo-shipment .create-quote{width:100%;border:1px solid var(--create-border);border-radius:9px;background:#fff;padding:17px;display:flex;justify-content:space-between;align-items:center;gap:14px;text-align:left;color:var(--create-text)}
#liogo-shipment .create-quote:hover,#liogo-shipment .create-quote.selected{border-color:var(--create-indigo);background:#f8f8ff}
#liogo-shipment .create-quote.selected{box-shadow:0 0 0 1px var(--create-indigo)}
#liogo-shipment .create-quote strong,#liogo-shipment .create-quote small{display:block}
#liogo-shipment .create-quote small{color:var(--create-muted);font-size:11px;line-height:1.45;margin-top:5px}
#liogo-shipment .create-quote b{color:var(--create-indigo);font-size:16px;white-space:nowrap}
#liogo-shipment .create-quote-radio{width:17px;height:17px;border:1px solid #9eacc7;border-radius:50%;flex:none}
#liogo-shipment .create-quote.selected .create-quote-radio{border:5px solid var(--create-indigo)}
#liogo-shipment .create-quote-copy{flex:1;min-width:0}
#liogo-shipment .create-quote-brand{display:flex;flex:1;min-width:0;flex-direction:column;align-items:flex-start;gap:3px}
#liogo-shipment .create-quote-brand small{width:104px;max-width:100%;margin:0;text-align:center;white-space:nowrap}
#liogo-shipment .create-quote-price{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:5px;min-width:145px;margin-left:auto;white-space:nowrap;text-align:right}
#liogo-shipment .create-quote-price strong{color:var(--create-text);font-size:16px;font-weight:800;line-height:1.1}
#liogo-shipment .create-quote-price small{font-size:11px;font-weight:700;color:var(--create-muted);line-height:1.25;margin:0}
.create-carrier-logo{width:104px;min-width:104px;height:34px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:5px;background:#f4f7fb;color:#274263;font-size:12px;font-weight:800;line-height:1.1;text-align:center;padding:3px 6px}
.create-carrier-logo img{display:block;width:100%;height:100%;object-fit:contain}
.create-carrier-logo span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.create-carrier-logo.hepsijet{color:#e46a24}.create-carrier-logo.surat{color:#df2839;font-style:italic}.create-carrier-logo.kolay{color:#478856}.create-carrier-logo.ptt{color:#008cc3}.create-carrier-logo.aras{color:#19366b;font-style:italic}.create-carrier-logo.yurtici{color:#e35c2d}
.rate-logo-upload{position:relative;display:inline-block;padding:7px 10px;border-radius:5px;background:#eef1ff;color:#4e49de;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap}
.rate-logo-upload input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}
.carrier-panel .card-head{align-items:flex-start}.carrier-total{display:inline-flex;align-items:center;border-radius:999px;background:#eaf4f7;color:#195b70;padding:7px 12px;font-size:12px;font-weight:700;white-space:nowrap}.carrier-panel .carrier-add-form{padding:17px;background:#f7faff;border:1px solid #e2ebf5;border-radius:12px}.carrier-panel .carrier-add-form .button{white-space:nowrap}.carrier-table-wrap{border:1px solid #dce7f2;border-radius:12px}.carrier-table th{background:#f8fbff;border-bottom-color:#dce7f2}.carrier-table th:first-child{border-top-left-radius:12px}.carrier-table th:last-child{border-top-right-radius:12px}.carrier-table td{padding:14px 12px}.carrier-row:hover td{background:#fafcff}.carrier-row td:first-child{width:150px}.carrier-row td:nth-child(2){min-width:170px}.carrier-row td:nth-child(2) small{display:block;color:#8da0b3;margin-top:4px}.carrier-rate-count{display:inline-flex;padding:7px 10px;border-radius:999px;background:#edf8f4;color:#187454;font-weight:700;font-size:11px;white-space:nowrap}.carrier-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.carrier-actions .button,.carrier-actions .rate-logo-upload{min-height:32px;display:inline-flex;align-items:center;border-radius:8px;padding:7px 11px}.carrier-actions .rate-logo-upload{background:#eef1ff;color:#4e49de}.carrier-actions .rate-logo-upload:hover{background:#e3e8ff}.carrier-edit-row td{background:#f8fbfd!important}.carrier-edit-form{display:flex;align-items:end;gap:10px;flex-wrap:wrap}.carrier-edit-form .field{flex:1 1 250px;max-width:420px}.carrier-edit-form .button{min-height:41px}
@media(max-width:560px){#liogo-shipment .create-quote{flex-wrap:wrap}#liogo-shipment .create-quote b{margin-left:auto}#liogo-shipment .create-quote-price{min-width:120px}.create-carrier-logo{width:85px;min-width:85px}#liogo-shipment .create-quote-brand small{width:85px}}
.carrier-add-form,.rate-builder,.rate-batch-tools{display:flex;align-items:end;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.tax-form{display:flex;align-items:end;gap:12px;flex-wrap:wrap;margin-bottom:12px}.tax-form .field{flex:1 1 170px;max-width:260px}.tax-form .button{min-height:42px}
.rate-actions{white-space:nowrap}.rate-actions .button+.button{margin-left:6px}.rate-edit-row td{background:#f8fbfd;border-bottom:1px solid #dfe8f1}.rate-edit-form{display:flex;align-items:end;flex-wrap:wrap;gap:10px}.rate-edit-form .field{flex:1 1 140px;max-width:220px}.rate-edit-form .button{min-height:41px}
.carrier-add-form .field{flex:1 1 220px}.carrier-add-form .button{min-height:42px}
.rate-builder .field{flex:1 1 150px}.rate-builder .field:first-child{flex:2 1 230px}
.rate-builder-note{color:#75889b;font-size:12px;margin:0 0 15px}
.rate-batch-tools{padding:12px 0;border-top:1px solid #edf1f5}.rate-batch-tools .field{min-width:190px}
.rate-batch-tools .field label{font-size:11px}.rate-batch-tools .field input{padding:8px 10px}
.rate-batch-table input{width:100%;min-width:105px;max-width:210px;border:1px solid #dbe4ec;border-radius:7px;padding:9px 10px;background:#fff}
.rate-batch-table td{padding:8px 11px}.rate-batch-table th:last-child,.rate-batch-table td:last-child{text-align:right}
@media(max-width:700px){.carrier-add-form .field,.rate-builder .field,.rate-builder .field:first-child{flex:1 1 100%}.rate-batch-tools .field{flex:1 1 100%}}
@media(max-width:700px){.carrier-panel .carrier-add-form .button{width:100%}.carrier-table-wrap{overflow-x:auto}.carrier-table{min-width:660px}.carrier-panel .card-head{gap:8px}}
@media(max-width:860px){#liogo-shipment .create-package-layout{grid-template-columns:1fr}#liogo-shipment .create-package-left{border-right:0}#liogo-shipment .create-block{padding-right:0}#liogo-shipment .create-package-right{border-top:1px solid var(--create-border);padding:20px 0}}
@media(max-width:860px){#liogo-shipment .create-main{margin-left:0;width:100%;padding:0 20px 100px}#liogo-shipment .create-address-grid,#liogo-shipment .create-detail-grid{grid-template-columns:1fr}#liogo-shipment .create-sender,#liogo-shipment .create-detail-grid>section{padding:22px 0}#liogo-shipment .create-recipient,#liogo-shipment .create-summary-panel{border-left:0;border-top:1px solid var(--create-border);padding:22px 0 30px}}
@media(max-width:560px){#liogo-shipment .create-top{padding:0 15px}#liogo-shipment .create-top strong{font-size:13px}#liogo-shipment .create-top>button{font-size:12px}#liogo-shipment .create-main{padding:0 14px 100px}#liogo-shipment .create-section-head{align-items:flex-start;flex-direction:column}#liogo-shipment .create-soft-btn{width:100%}#liogo-shipment .sender-cards{grid-template-columns:1fr}#liogo-shipment .create-footer{padding:8px 12px}#liogo-shipment .create-footer .create-primary{min-width:0;flex:1}#liogo-shipment .create-form-row{grid-template-columns:1fr}}
