.app-layout{box-sizing:border-box;width:100%;min-height:100vh;margin:0;padding:0;display:flex}.shipra-sidebar{z-index:1000;scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box;background:#fff;border-right:1px solid #eaded9;outline:none;flex-direction:column;width:82px;height:100vh;margin:0;padding:0;transition:width .25s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden auto}.shipra-sidebar.shipra-sidebar-collapsed{width:82px}.shipra-sidebar.shipra-sidebar-expanded{width:276px}.shipra-sidebar::-webkit-scrollbar{width:0;height:0;display:none}.shipra-sidebar::-webkit-scrollbar-track{background:0 0}.shipra-sidebar::-webkit-scrollbar-thumb{background:#e5d8d3;border-radius:10px}.shipra-sidebar-logo{box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border-bottom:1px solid #f3e6e1;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:102px;min-height:102px;margin:0;padding:10px;transition:background-color .2s,padding .25s;display:flex;overflow:hidden}.shipra-sidebar-logo:hover{background-color:#fffaf8}.shipra-sidebar-logo img{object-fit:contain;opacity:1;visibility:visible;pointer-events:none;width:58px;min-width:58px;max-width:none;height:auto;transition:width .25s,min-width .25s;display:block}.shipra-sidebar-expanded .shipra-sidebar-logo{justify-content:flex-start;padding-left:20px;padding-right:10px}.shipra-sidebar-expanded .shipra-sidebar-logo img{width:155px;min-width:155px}.shipra-sidebar-menu{box-sizing:border-box;width:100%;margin:0;padding:28px 10px;display:block}.shipra-sidebar-expanded .shipra-sidebar-menu{padding-left:18px;padding-right:18px}.shipra-sidebar-menu>ul{box-sizing:border-box;flex-direction:column;width:100%;margin:0;padding:0;list-style:none;display:flex}.shipra-sidebar-menu>ul>li{box-sizing:border-box;width:100%;margin:0 0 10px;padding:0;list-style:none;display:block}.shipra-sidebar-menu>ul>li:last-child{margin-bottom:0}.shipra-sidebar-menu-item{box-sizing:border-box;color:#333;width:100%;height:50px;min-height:50px;font-family:inherit;font-size:var(--dashboard-body-size);text-align:left;white-space:nowrap;cursor:pointer;appearance:none;background:0 0;border:0;border-radius:9px;outline:none;justify-content:center;align-items:center;gap:0;margin:0;padding:0;font-weight:650;line-height:1;transition:background-color .2s,color .2s;display:flex}.shipra-sidebar-menu-item:focus,.shipra-sidebar-menu-item:focus-visible{box-shadow:none;outline:none}.shipra-sidebar-collapsed .shipra-sidebar-menu-item{justify-content:center;gap:0;padding-left:0;padding-right:0}.shipra-sidebar-expanded .shipra-sidebar-menu-item{justify-content:flex-start;gap:16px;padding-left:7px;padding-right:7px}.shipra-sidebar-icon{color:#333;flex-shrink:0;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;min-height:30px;transition:color .2s;display:flex}.shipra-sidebar-icon svg{color:#333;stroke:currentColor;fill:none;flex-shrink:0;width:22px;min-width:22px;max-width:22px;height:22px;min-height:22px;max-height:22px;transition:color .2s,stroke .2s;display:block;overflow:visible}.shipra-sidebar-text{text-overflow:ellipsis;white-space:nowrap;color:#333;opacity:0;visibility:hidden;width:auto;max-width:190px;transition:opacity .15s,transform .2s,visibility .15s;display:block;overflow:hidden;transform:translate(-8px)}.shipra-sidebar-collapsed .shipra-sidebar-text{opacity:0;visibility:hidden;width:0;max-width:0;transform:translate(-8px)}.shipra-sidebar-expanded .shipra-sidebar-text{opacity:1;visibility:visible;width:auto;max-width:190px;transform:translate(0)}.shipra-sidebar-menu-item:hover{color:#fd3801;background-color:#fff1ec}.shipra-sidebar-menu-item:hover .shipra-sidebar-icon{color:#fd3801}.shipra-sidebar-menu-item:hover .shipra-sidebar-icon svg{color:#fd3801;stroke:#fd3801}.shipra-sidebar-menu-item.active{color:#fd3801;background-color:#ffede7}.shipra-sidebar-menu-item.active .shipra-sidebar-icon{color:#fd3801}.shipra-sidebar-menu-item.active .shipra-sidebar-icon svg{color:#fd3801;stroke:#fd3801}.shipra-sidebar-tools{width:100%;margin-bottom:10px}.shipra-sidebar-tools-main{position:relative}.shipra-sidebar-tools.tools-open>.shipra-sidebar-tools-main{color:#fd3801;background-color:#ffede7}.shipra-sidebar-tools.tools-open>.shipra-sidebar-tools-main .shipra-sidebar-icon{color:#fd3801}.shipra-sidebar-tools.tools-open>.shipra-sidebar-tools-main .shipra-sidebar-icon svg{color:#fd3801;stroke:#fd3801}.shipra-sidebar-submenu{box-sizing:border-box;opacity:0;visibility:hidden;flex-direction:column;width:100%;max-height:0;margin:4px 0 0;padding:0;list-style:none;transition:max-height .25s,opacity .2s,visibility .2s;display:flex;overflow:hidden}.shipra-sidebar-tools.tools-open .shipra-sidebar-submenu{opacity:1;visibility:visible;max-height:180px}.shipra-sidebar-submenu>li{box-sizing:border-box;width:100%;margin:0 0 6px;padding:0;list-style:none;display:block}.shipra-sidebar-submenu>li:last-child{margin-bottom:0}.shipra-sidebar-submenu-item{width:100%;height:48px;min-height:48px;font-size:var(--dashboard-body-size)}.shipra-sidebar-expanded .shipra-sidebar-submenu-item{justify-content:flex-start;gap:12px;padding-left:32px;padding-right:7px}.shipra-sidebar-collapsed .shipra-sidebar-submenu{opacity:0;visibility:hidden;max-height:0;overflow:hidden;display:none!important}.main-area{box-sizing:border-box;background:#fff8f5;width:calc(100% - 82px);min-width:0;max-width:calc(100% - 82px);min-height:100vh;margin-left:82px;transition:width .25s,margin-left .25s;overflow-x:hidden}.shipra-sidebar-expanded~.main-area{width:calc(100% - 276px);max-width:calc(100% - 276px);margin-left:276px}.topbar{box-sizing:border-box;background:#fff;border-bottom:1px solid #eaded9;align-items:center;width:100%;height:68px;display:flex}@media (width<=991px){.shipra-sidebar,.shipra-sidebar.shipra-sidebar-collapsed{width:72px}.shipra-sidebar.shipra-sidebar-expanded{width:250px}.shipra-sidebar-expanded .shipra-sidebar-logo{padding-left:18px}.shipra-sidebar-expanded .shipra-sidebar-logo img{width:140px;min-width:140px}.shipra-sidebar-menu{padding-left:8px;padding-right:8px}.shipra-sidebar-expanded .shipra-sidebar-menu{padding-left:15px;padding-right:15px}.main-area{width:calc(100% - 72px);max-width:calc(100% - 72px);margin-left:72px}.shipra-sidebar-expanded~.main-area{width:calc(100% - 250px);max-width:calc(100% - 250px);margin-left:250px}}@media (width<=767px){.shipra-sidebar,.shipra-sidebar.shipra-sidebar-collapsed{width:70px}.shipra-sidebar.shipra-sidebar-expanded{width:240px}.shipra-sidebar-logo{height:90px;min-height:90px}.shipra-sidebar-logo img{width:52px;min-width:52px}.shipra-sidebar-expanded .shipra-sidebar-logo{padding-left:16px}.shipra-sidebar-expanded .shipra-sidebar-logo img{width:135px;min-width:135px}.shipra-sidebar-menu{padding:22px 7px}.shipra-sidebar-expanded .shipra-sidebar-menu{padding-left:14px;padding-right:14px}.main-area{width:calc(100% - 70px);max-width:calc(100% - 70px);margin-left:70px}.shipra-sidebar-expanded~.main-area{width:calc(100% - 240px);max-width:calc(100% - 240px);margin-left:240px}}@media (width<=480px){.shipra-sidebar,.shipra-sidebar.shipra-sidebar-collapsed{width:64px}.shipra-sidebar.shipra-sidebar-expanded{width:220px}.shipra-sidebar-logo{height:82px;min-height:82px;padding:8px}.shipra-sidebar-logo img{width:48px;min-width:48px}.shipra-sidebar-expanded .shipra-sidebar-logo{padding-left:14px}.shipra-sidebar-expanded .shipra-sidebar-logo img{width:125px;min-width:125px}.shipra-sidebar-menu{padding:18px 6px}.shipra-sidebar-expanded .shipra-sidebar-menu{padding-left:12px;padding-right:12px}.shipra-sidebar-menu-item{height:48px;min-height:48px}.shipra-sidebar-submenu-item{height:46px;min-height:46px;font-size:13px}.main-area{width:calc(100% - 64px);max-width:calc(100% - 64px);margin-left:64px}.shipra-sidebar-expanded~.main-area{width:calc(100% - 220px);max-width:calc(100% - 220px);margin-left:220px}}.content-area{min-width:0;max-width:100%;padding:clamp(8px,1.5vw,24px);overflow-x:hidden;container:order-content/inline-size}@media (width<=991px){.shipra-sidebar-expanded~.main-area{width:calc(100% - 72px);max-width:calc(100% - 72px);margin-left:72px}}@media (width<=767px){.shipra-sidebar-expanded~.main-area{width:calc(100% - 70px);max-width:calc(100% - 70px);margin-left:70px}}@media (width<=480px){.shipra-sidebar-expanded~.main-area{width:calc(100% - 64px);max-width:calc(100% - 64px);margin-left:64px}}.topbar{box-sizing:border-box;background:#fff;border-bottom:1px solid #e8eef7;justify-content:space-between;align-items:center;width:100%;height:58px;padding:0 24px 0 20px;display:flex;box-shadow:0 1px 8px #1441780a}.topbar-spacer{flex:1}.topbar-actions{align-items:center;gap:16px;display:flex}.wallet-button{color:#fd3801;cursor:pointer;background:#fff;border:1px solid #fd380159;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-width:76px;height:36px;padding:0 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.wallet-button svg{stroke-width:2px}.wallet-button:hover{color:#fd3801;background:#fff7f4;border-color:#fd3801}.account-select{color:#17365d;cursor:pointer;background:#fff;border:1px solid #fd380159;border-radius:7px;justify-content:space-between;align-items:center;width:170px;height:36px;padding:0 12px;transition:all .2s;display:flex}.account-select:hover{background:#fff7f4;border-color:#fd3801}.account-name{flex:1}.profile-button{color:#17365d;cursor:pointer;background:0 0;border:none;align-items:center;gap:7px;height:40px;padding:0;display:flex}.profile-button svg:first-child{color:#fd3801;fill:#fd3801;stroke:#fff;width:36px;height:36px}.profile-button svg:last-child{color:#17365d;stroke-width:2px}.profile-button:hover svg:first-child{color:#fd3801;fill:#fd3801}.profile-button:hover svg:last-child{color:#fd3801}@media (width<=900px){.topbar{padding:0 16px}.topbar-actions{gap:10px}.account-select{width:130px}}@media (width<=600px){.account-select{justify-content:center;width:40px}.account-name,.account-select svg{display:none}.wallet-button{min-width:60px;padding:0 10px}}.shipment-wrapper{min-width:0;max-width:100%;overflow-x:hidden}.shipment-table-container{min-width:0;max-width:100%}.orders-table.shipment-table{table-layout:fixed;width:100%;min-width:0}.shipment-table-scroll{width:100%;min-width:0;max-width:100%;overflow:hidden visible}.shipment-table th:first-child{width:4%}.shipment-table th:nth-child(2){width:7%}.shipment-table th:nth-child(3){width:10%}.shipment-table th:nth-child(4){width:7%}.shipment-table th:nth-child(5){width:6%}.shipment-table th:nth-child(6),.shipment-table th:nth-child(7){width:12%}.shipment-table th:nth-child(8){width:14%}.shipment-table th:nth-child(9){width:10%}.shipment-table th:nth-child(10){width:18%}.shipment-table :is(th,td){padding-left:8px;padding-right:8px}.shipment-table .shipment-actions{flex-wrap:nowrap;gap:5px}.shipment-actions>div{flex:none}.shipment-table .shipment-download{min-width:0;height:40px;min-height:40px;font-size:var(--dashboard-body-size);white-space:nowrap;color:#fd3801;background:#fff;border:1px solid #fd3801;border-radius:7px;flex-wrap:nowrap;padding:0 8px;font-weight:500;transition:background .2s,color .2s}.shipment-table .shipment-download:hover{color:#fff;background:#fd3801;border-color:#fd3801}.shipment-table .shipment-more{background:0 0;border:none;width:28px;height:40px;padding:0}.shipment-table :is(.box-info,.customer-info,.value-info){white-space:normal;overflow-wrap:anywhere;min-width:0;max-width:100%}.shipment-table .box-info>*{white-space:normal;overflow-wrap:anywhere;min-width:0}.shipment-table :is(th,td){white-space:normal;overflow-wrap:anywhere}.shipment-table .shipment-status{white-space:normal;max-width:100%}.shipment-table .box-info strong{font-weight:600}.shipment-selected-count{color:#64748b;font-size:var(--dashboard-label-size)}.checkbox-column input:indeterminate{background:#fd3801;border-color:#fd3801;position:relative}.checkbox-column input:indeterminate:after{content:"";background:#fff;height:2px;position:absolute;top:6px;left:3px;right:3px}.shipment-cell{flex-direction:column;gap:5px;display:flex}.shipment-cell strong{color:#243b55;font-weight:600}.shipment-order-link{color:#fd3801;cursor:pointer;font:inherit;background:0 0;border:0;padding:0;text-decoration:underline}.shipment-status{white-space:nowrap;font-size:var(--dashboard-small-size);border-radius:6px;padding:5px 9px;display:inline-block}.shipment-status-ready-to-ship{color:#b45309;background:#fff1e8}.shipment-status-pickup{color:#1d4ed8;background:#eff6ff}.shipment-status-shipped{color:#047857;background:#ecfdf5}.shipment-actions{align-items:center;gap:6px;display:flex}.shipment-download,.shipment-more{height:36px;font:inherit;cursor:pointer;background:#fff;justify-content:center;align-items:center;gap:7px;display:inline-flex}.shipment-download{color:#fd3801;border:1px solid #fd3801;border-radius:6px;padding:0 10px}.shipment-more{color:#8290a3;background:0 0;border:0;padding:0 3px}.shipment-download:hover,.shipment-download[aria-expanded=true]{background:#fff1e8}.shipment-action-popover{z-index:1200;box-sizing:border-box;background:#fff;border:1px solid #e1e7ee;border-radius:8px;width:180px;margin:0;padding:6px;position:fixed;inset:auto;box-shadow:0 6px 20px #173b6326}.shipment-action-popover button{text-align:left;color:#334155;width:100%;min-height:40px;font:inherit;font-size:var(--dashboard-label-size);cursor:pointer;background:#fff;border:0;border-radius:4px;align-items:center;gap:8px;padding:10px;display:flex}.shipment-action-popover button:hover,.shipment-action-popover button:focus-visible{color:#fd3801;background:#fff1e8}.shipment-wrapper :focus-visible,.shipment-action-popover :focus-visible,.shipment-details :focus-visible{outline-offset:2px;outline:2px solid #fd3801}.shipment-table-footer{font-size:var(--dashboard-label-size);color:#334155;flex-wrap:wrap;align-items:center;gap:16px;padding:18px 16px;display:flex}.shipment-table-footer>div{align-items:center;gap:10px;margin-left:auto;display:flex}.shipment-table-footer button{color:#929eac;background:0 0;border:0;place-items:center;padding:4px;display:grid}.shipment-notice{font-size:var(--dashboard-label-size);color:#334155}.shipment-details{color:#334155;border:1px solid #e1e7ee;border-radius:12px;width:min(480px,100vw - 32px);max-height:calc(100dvh - 40px);padding:24px}.shipment-details::backdrop{background:#0008}.shipment-details header{justify-content:space-between;align-items:center;gap:16px;display:flex}.shipment-details h2{font-size:var(--dashboard-section-title-size);margin:0}.shipment-details button{cursor:pointer;color:inherit;background:0 0;border:0}.shipment-details dl{margin-bottom:0}.shipment-details dl>div{font-size:var(--dashboard-label-size);border-bottom:1px solid #e5eaf0;grid-template-columns:1fr 1.4fr;gap:14px;padding:10px 0;display:grid}.shipment-details dt{font-weight:600}.shipment-details dd{overflow-wrap:anywhere;margin:0}@media (width<=600px){.shipment-wrapper{padding:10px}.shipment-table-footer{gap:12px;font-size:12px}}@container order-content (width<=700px){.orders-table.shipment-table{table-layout:auto;min-width:0}.shipment-table .shipment-actions{flex-wrap:wrap}}.courier-drawer{color:#444;background:#fff;border:1px solid #e4e4e4;border-radius:15px;width:min(620px,100vw - 24px);max-width:none;height:calc(100dvh - 20px);max-height:none;margin:0;padding:0;font-family:inherit;animation:.25s ease-out courier-slide-in;position:fixed;inset:10px 10px 10px auto;overflow:hidden;box-shadow:0 6px 18px #0003}.courier-drawer::backdrop{background:#0009}.courier-drawer *,.courier-drawer :before,.courier-drawer :after{box-sizing:border-box}.courier-drawer button,.courier-drawer input,.courier-drawer select{font:inherit}.courier-drawer button{cursor:pointer}.courier-drawer :focus-visible{outline-offset:3px;outline:2px solid #ff4800}.courier-drawer-panel{flex-direction:column;height:100%;display:flex}.courier-drawer-header{border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:16px 22px;display:flex}.courier-drawer-header h2{font-size:var(--dashboard-section-title-size);margin:0;font-weight:700;line-height:1.25}.courier-drawer-close{color:#080808;background:0 0;border:0;place-items:center;width:32px;height:32px;padding:0;display:grid}.courier-drawer-close svg{width:23px;height:23px}.courier-drawer-body{flex-direction:column;flex:1;gap:16px;min-height:0;padding:18px 20px 26px;display:flex;overflow-y:auto}.courier-route{font-size:var(--dashboard-body-size);border:1px solid #e0e5ee;border-radius:11px;flex-shrink:0;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:12px 14px;padding:18px 16px 18px 34px;display:grid;position:relative}.courier-route-line{background:#e9e9e9;width:2px;position:absolute;top:38px;bottom:38px;left:17px}.courier-route-line:before,.courier-route-line:after{content:"";background:#e9e9e9;border-radius:50%;width:11px;height:11px;position:absolute;left:-4px}.courier-route-line:before{top:-3px}.courier-route-line:after{bottom:-3px}.courier-route input,.courier-route select{color:#5c5c5c;background:#fff;border:1px solid #d8d8d8;border-radius:11px;width:100%;height:40px;padding:0 17px}.courier-select-wrap{min-width:0;position:relative}.courier-select-wrap select{appearance:none;padding-right:36px}.courier-select-wrap svg{pointer-events:none;position:absolute;top:11px;right:9px}.courier-mode-filter{border:1px solid #d4dde6;border-radius:9px;flex-shrink:0;align-self:flex-start;display:flex;overflow:hidden}.courier-mode-filter button{color:#000;min-height:38px;font-size:var(--dashboard-body-size);background:#fff;border:0;border-right:1px solid #d4dde6;justify-content:center;align-items:center;gap:5px;padding:8px 16px;display:flex}.courier-mode-filter button:last-child{border-right:0}.courier-mode-filter button[aria-pressed=true]{background:#ffdad0}.courier-results{border:1px solid #e0e5ee;border-radius:11px;flex:none;min-height:0;padding:16px 12px 20px}.courier-shipment-details{grid-template-columns:minmax(0,1.35fr) minmax(0,.9fr) minmax(0,1.6fr) minmax(0,1fr);gap:10px;margin:0 0 14px;font-size:12px;line-height:1.45;display:grid}.courier-shipment-details dt{color:#9c9c9c;text-transform:uppercase;letter-spacing:.2px;white-space:normal;font-size:11px}.courier-shipment-details dd{overflow-wrap:anywhere;margin:4px 0 0}.courier-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.courier-card{cursor:pointer;border:1px solid #e0e5ee;border-radius:11px;display:block;overflow:hidden}.courier-card:has(input:checked){border-color:#ff4800}.courier-card-heading{background:#f7f7f7;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:62px;padding:10px;font-size:12px;display:grid}.courier-card-heading input{appearance:none;background:#fff;border:1px solid #9899a7;border-radius:50%;flex:0 0 16px;width:16px;height:16px;margin:0}.courier-card-heading input:checked{border:5px solid #ff4800}.courier-card-heading strong{overflow-wrap:anywhere;min-width:0;line-height:1.4}.courier-price{white-space:nowrap;margin-left:auto}.courier-card-pickup{border-top:1px solid #e9edf2;justify-content:space-between;align-items:center;gap:10px;min-height:44px;padding:10px;font-size:12px;display:flex}.courier-card-pickup svg{flex-shrink:0;width:16px;height:16px}.courier-empty,.courier-feedback{font-size:14px;line-height:1.5}.courier-feedback{color:#b23a10}.courier-drawer-footer{background:#fff;border-top:1px solid #e0e5ee;flex-shrink:0;justify-content:flex-end;gap:12px;padding:16px 22px;display:flex}.courier-drawer-footer button{min-height:40px;padding:9px 20px;font-size:14px}.courier-cancel{color:#444;background:#fff;border:1px solid #d4dde6}.courier-continue{color:#fff;background:#ff4800;border:1px solid #ff4800;border-radius:15px;box-shadow:0 6px 12px #0003}.courier-continue:hover{background:#e94000}@keyframes courier-slide-in{0%{transform:translate(calc(100% + 12px))}to{transform:translate(0)}}@media (width<=600px){.courier-drawer-body{padding:20px 20px 28px}.courier-route{grid-template-columns:120px minmax(0,1fr);font-size:13px}.courier-shipment-details{grid-template-columns:repeat(2,minmax(0,1fr));font-size:12px}.courier-card-heading,.courier-card-pickup{gap:7px;padding:10px;font-size:12px}}@media (width<=520px){.courier-drawer{width:calc(100vw - 16px);height:calc(100dvh - 16px);inset:8px 8px 8px auto}.courier-drawer-header{padding:20px 16px}.courier-drawer-header h2{font-size:20px}.courier-drawer-body{gap:16px;padding:18px 14px 24px}.courier-route{grid-template-columns:1fr;gap:12px;padding:20px}.courier-route-line{display:none}.courier-route input,.courier-route select{height:46px}.courier-select-wrap svg{top:14px}.courier-mode-filter button{padding:9px 16px;font-size:13px}.courier-shipment-details dt,.courier-shipment-details dd{white-space:normal;overflow-wrap:anywhere}.courier-card-grid{grid-template-columns:1fr}.courier-drawer-footer{padding:16px}.courier-drawer-footer button{min-height:40px;font-size:14px}}@media (prefers-reduced-motion:reduce){.courier-drawer{animation:none}}.courier-mode-filter svg{width:17px;height:17px}.orders-wrapper{background:#f8fafc;width:100%;min-width:0;max-width:100%;padding:16px 18px;overflow-x:hidden}.orders-table-container{background:#fff;border:1px solid #e1e7ee;border-radius:12px;flex-direction:column;width:100%;min-width:0;max-width:100%;min-height:640px;display:flex;overflow:hidden}.orders-table{border-collapse:collapse;table-layout:fixed;width:100%}.orders-table-scroll{width:100%;min-width:0;max-width:100%;overflow:auto visible}.orders-table .select-col{width:4%}.orders-table .order-col{width:9%}.orders-table .customer-col{width:16%}.orders-table .value-col{width:7%}.orders-table .channel-col{width:8%}.orders-table .box-col{width:14%}.orders-table .invoice-col{width:10%}.orders-table .date-col,.orders-table .action-col{width:16%}.orders-table thead{background:#fff}.orders-table th{text-align:left;vertical-align:middle;color:#173b63;height:53px;font-size:var(--dashboard-body-size);white-space:nowrap;border-bottom:1px solid #e5eaf0;padding:0 12px;font-weight:500}.orders-table th.checkbox-column,.orders-table td.checkbox-column{text-align:left;padding-left:16px;padding-right:6px}.checkbox-column input{appearance:none;cursor:pointer;background:#fff;border:1px solid #aeb9c7;border-radius:3px;width:16px;height:16px;margin:0;display:block}.checkbox-column input:checked{background:#fd3801;border-color:#fd3801;position:relative}.checkbox-column input:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.orders-table td{vertical-align:middle;color:#334155;height:124px;font-size:var(--dashboard-body-size);border-bottom:1px solid #e5eaf0;padding:12px}.orders-table tbody tr:hover{background:#fff8f5}.order-id-cell{padding-left:8px!important}.order-id{color:#fd3801;font-size:var(--dashboard-body-size);text-underline-offset:3px;white-space:nowrap;text-decoration:underline}.shipment-order-link{color:#fd3801;font-size:var(--dashboard-body-size);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.customer-info{white-space:nowrap;flex-direction:column;gap:4px;display:flex}.customer-info strong{color:#243b55;font-size:var(--dashboard-body-size);font-weight:600}.customer-info span{color:#334155;font-size:var(--dashboard-body-size)}.value-info{white-space:nowrap;flex-direction:column;gap:5px;display:flex}.value-info strong{font-size:var(--dashboard-body-size);color:#243b55;font-weight:600}.value-info span{font-size:var(--dashboard-body-size);color:#334155}.channel-info{color:#fd3801;flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex}.channel-icon{color:#334155;justify-content:center;align-items:center;display:flex}.channel-info span{color:#334155;font-size:var(--dashboard-body-size)}.box-info{white-space:nowrap;flex-direction:column;gap:5px;display:flex}.box-info span{font-size:var(--dashboard-body-size);color:#334155}.invoice-info{white-space:nowrap;align-items:center;display:flex}.invoice-info a{color:#fd3801;font-size:var(--dashboard-body-size);text-underline-offset:3px;text-decoration:underline}.created-date{color:#334155;font-size:var(--dashboard-body-size);white-space:nowrap}.actions-column{padding-left:10px!important;padding-right:10px!important}.actions{white-space:nowrap;justify-content:flex-start;align-items:center;gap:5px;width:100%;display:flex}.assign-button{color:#fd3801;height:40px;font-size:var(--dashboard-body-size);white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #fd3801;border-radius:7px;flex-shrink:0;padding:0 10px;font-weight:500;transition:background .2s,color .2s,border-color .2s}.assign-button:hover{color:#fff;background:#fd3801;border-color:#fd3801}.more-button{color:#8290a3;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:40px;padding:0;display:flex}.more-button:hover{color:#fd3801}.shipment-actions{white-space:nowrap;justify-content:flex-start;align-items:center;gap:7px;width:100%;display:flex}.action-dropdown{display:inline-block;position:relative}.action-dropdown>summary{list-style:none}.action-dropdown>summary::-webkit-details-marker{display:none}.shipment-download{color:#334155;min-height:40px;font-size:var(--dashboard-body-size);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #d7e0ea;border-radius:7px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-weight:500;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.shipment-download:hover{color:#fd3801;background:#fff8f5;border-color:#fd3801}.shipment-more{color:#8290a3;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #d7e0ea;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:40px;padding:0;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.shipment-more:hover{color:#fd3801;background:#fff8f5;border-color:#fd3801}.action-menu{z-index:9999;background:#fff;border:1px solid #e1e7ee;border-radius:8px;min-width:185px;padding:6px;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 8px 24px #0f172a24}.action-menu button{color:#334155;width:100%;min-height:38px;font-family:inherit;font-size:var(--dashboard-body-size);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:9px 11px;font-weight:500;transition:background .15s,color .15s;display:flex}.action-menu button:hover{color:#fd3801;background:#fff4ed}.action-menu button svg{flex-shrink:0}.download-menu{min-width:190px}.more-menu{min-width:140px}.action-dropdown[open]>.shipment-download,.action-dropdown[open]>.shipment-more{color:#fd3801;background:#fff8f5;border-color:#fd3801}.shipment-table td:last-child{position:relative;overflow:visible}.shipment-table tr{overflow:visible}.table-footer{background:#fff;border-top:1px solid #e5eaf0;justify-content:space-between;align-items:center;height:88px;margin-top:auto;padding:0 24px;display:flex}.footer-left{align-items:center;gap:15px;display:flex}.page-size{color:#334155;width:70px;height:40px;font-size:var(--dashboard-body-size);cursor:pointer;background:#fff;border:1px solid #d7e0ea;border-radius:7px;justify-content:space-between;align-items:center;padding:0 12px;display:flex}.page-size:hover{border-color:#fd3801}.showing-text{color:#334155;font-size:var(--dashboard-body-size)}.pagination{color:#334155;font-size:var(--dashboard-body-size);align-items:center;gap:10px;display:flex}.pagination button{color:#929eac;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:36px;padding:0;display:flex}.pagination button:hover:not(:disabled){color:#fd3801}.pagination button:disabled{opacity:1}.pagination span{white-space:nowrap}@media (width<=768px){.orders-wrapper{padding:10px}.orders-wrapper,.orders-table-container{min-width:0;max-width:100%}.orders-table-container{min-height:0;overflow:hidden}.orders-table-scroll{width:100%;min-width:0}.orders-table{min-width:0}.table-footer{flex-wrap:wrap;gap:16px;min-width:0;height:auto;min-height:80px;padding:16px}.footer-left{flex-wrap:wrap;gap:10px}.pagination{margin-left:auto}.orders-table th,.orders-table td{white-space:normal;overflow-wrap:anywhere;padding:12px 8px}.orders-table :is(.customer-info,.value-info,.box-info,.invoice-info,.created-date,.order-id){white-space:normal;overflow-wrap:anywhere;min-width:0}.orders-table .actions{white-space:normal;flex-wrap:wrap}.orders-table .assign-button{white-space:normal;overflow-wrap:anywhere;max-width:100%;height:auto;min-height:40px}.shipment-actions{flex-wrap:wrap}.action-menu{left:0;right:auto}.more-dropdown .action-menu{left:auto;right:0}}@container order-content (width<=700px){.orders-wrapper{padding:10px}.orders-table-container{min-height:0}.orders-table-scroll{overflow-x:visible}.orders-table,.orders-table thead,.orders-table tbody,.orders-table tr,.orders-table th,.orders-table td{width:100%;display:block}.orders-table{table-layout:auto;min-width:0}.orders-table thead{display:none}.orders-table tbody{padding:8px}.orders-table tbody tr{background:#fff;border:1px solid #e5eaf0;border-radius:10px;margin:0 0 12px;overflow:hidden}.orders-table tbody tr:hover{background:#fff}.orders-table td{text-align:left;border-bottom:1px solid #edf1f5;grid-template-columns:minmax(92px,40%) minmax(0,1fr);align-items:start;gap:12px;height:auto;min-height:0;padding:12px;display:grid}.orders-table td:last-child{border-bottom:0}.orders-table td:before{content:attr(data-label);color:#536a84;font-size:var(--dashboard-small-size);text-transform:uppercase;overflow-wrap:anywhere;font-weight:700;line-height:1.4}.orders-table td.checkbox-column{align-items:center}.orders-table td.checkbox-column:before{content:attr(data-label)}.orders-table td>*{min-width:0}.orders-table :is(.customer-info,.value-info,.box-info,.invoice-info,.created-date,.order-id){white-space:normal;overflow-wrap:anywhere}.orders-table .channel-info{align-items:flex-start}.orders-table .actions,.orders-table .shipment-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.orders-table .assign-button,.orders-table .shipment-download{min-width:0;max-width:100%}.table-footer{align-items:flex-start;padding:14px 12px}.footer-left,.pagination{width:100%}.pagination{justify-content:flex-end;margin-left:0}}.orders-card{background:#fffffff7;border:1px solid #e2ebf7;border-radius:16px;width:100%;min-width:0;overflow:hidden;box-shadow:0 8px 30px #265da012}.orders-header{justify-content:space-between;align-items:flex-start;gap:20px;min-height:142px;padding:25px 19px 21px;display:flex}.orders-title-wrap{align-items:flex-start;gap:17px;min-width:300px;display:flex}.orders-title-icon{color:#fff;background:#fd3801;border-radius:10px;place-items:center;width:42px;height:48px;display:grid;box-shadow:0 7px 16px #fd38013b}.orders-title-wrap h1{font-size:var(--dashboard-title-size);letter-spacing:-.6px;color:#13284d;margin:0 0 3px;line-height:1.1}.orders-title-wrap p{color:#7284a2;font-size:var(--dashboard-subtitle-size);margin:0}.orders-actions{align-items:center;gap:13px;display:flex}.search-box{color:#7890b2;border:1px solid #d6e2f2;border-radius:9px;align-items:center;gap:11px;width:289px;height:44px;padding:0 14px;display:flex}.search-box:focus-within{border-color:#fd3801;box-shadow:0 0 0 3px #fd380114}.search-box input{color:#263e64;background:0 0;border:0;outline:0;width:100%;min-width:0}.search-box input::placeholder{color:#8798b2}.primary-button,.outline-button,.toolbar-button,.toolbar-select,.template-button{white-space:nowrap;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:9px;height:44px;padding:0 16px;font-weight:650;transition:all .2s;display:inline-flex}.primary-button{color:#fff;background:#fd3801;border:1px solid #fd3801;box-shadow:0 4px 10px #fd380129}.primary-button:hover{background:#dc2f00;border-color:#dc2f00}.outline-button{color:#fd3801;background:#fff;border:1px solid #fd3801}.outline-button:hover{background:#fff7f4;border-color:#fd3801}.download-button{gap:7px}.order-tabs{border-top:1px solid #edf2f8;border-bottom:1px solid #edf2f8;align-items:flex-end;gap:31px;height:57px;padding:0 20px;display:flex}.order-tab{color:#000;height:57px;font-size:var(--dashboard-body-size);cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:0 4px;font-weight:650;display:inline-flex;position:relative}.order-tab b{color:#71819c;background:#edf2f8;border-radius:50%;place-items:center;min-width:25px;height:25px;padding:0 7px;font-size:12px;display:grid}.order-tab.active{color:#fd3801}.order-tab.active:after{content:"";background:#fd3801;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:-1px;left:0;right:0}.order-tab.active b{color:#fff;background:#fd3801}.order-toolbar{justify-content:flex-end;align-items:center;gap:14px;min-height:71px;padding:13px 28px;display:flex}.selected-count{color:#607695;font-size:13px}.toolbar-actions{gap:12px;display:flex}.toolbar-select,.toolbar-button{color:#7890ae;background:#fff;border:1px solid #d5e1f0}.toolbar-select:hover,.toolbar-button:hover{background:#fff7f4;border-color:#fd3801}.toolbar-select:disabled{cursor:not-allowed;opacity:.95}.toolbar-select{justify-content:space-between;min-width:161px}.toolbar-button{color:#000}.toolbar-button .chevron-right{color:#7890ae;margin-left:3px;font-size:22px;line-height:1}.empty-orders{text-align:center;border:1.5px dashed #cbdced;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;min-height:414px;margin:0 31px 18px;display:flex}.empty-icon{color:#fff;background:#fd3801;border-radius:12px;place-items:center;width:57px;height:57px;display:grid;box-shadow:0 0 0 11px #fd38010b,0 0 0 22px #fd380106}.empty-orders h2{color:#152b50;font-size:var(--dashboard-section-title-size);margin:23px 0 7px}.empty-orders p{color:#7185a5;font-size:var(--dashboard-subtitle-size);margin:0;line-height:1.55}.empty-actions{gap:14px;margin-top:20px;display:flex}.template-button{color:#fd3801;background:#fff;border:1px solid #fd3801;margin-top:22px}.template-button:hover{background:#fff7f4;border-color:#fd3801}.template-button span{font-size:18px}@media (width<=1200px){.sidebar{flex-basis:230px;width:230px}.orders-header{flex-direction:column}.orders-actions{flex-wrap:wrap;width:100%}.search-box{flex:1;min-width:230px}}@media (width<=800px){.sidebar{flex-basis:76px;width:76px}.sidebar-logo img{width:55px}.sidebar-item{justify-content:center;padding:13px 4px}.sidebar-item span{display:none}.content-area{padding:15px}.orders-title-wrap p{display:none}.order-tabs{gap:10px;overflow:visible}.order-toolbar{flex-direction:column;align-items:flex-start}.empty-orders{margin:0 15px 15px}}@media (width<=560px){.topbar{padding:0 12px}.account-select{width:100px}.orders-header{padding:18px 15px}.orders-title-wrap h1{font-size:24px}.orders-actions>*{width:100%}.search-box{min-width:0}.toolbar-actions{width:100%;overflow:visible}.empty-orders{min-height:350px}}.orders-header,.orders-actions,.order-toolbar,.toolbar-actions,.empty-actions{flex-wrap:wrap;min-width:0;max-width:100%}.orders-title-wrap{min-width:0;max-width:100%}.orders-title-icon{flex-shrink:0}.orders-actions{flex:550px}.search-box{flex:230px;min-width:0;max-width:100%}.order-tabs{overflow:visible}.order-tab{white-space:nowrap;flex-shrink:0}.toolbar-actions{overflow:visible}@container order-content (width<=600px){.orders-header,.order-toolbar{padding:16px 12px}.orders-actions{flex-basis:auto;width:100%}.orders-actions>*,.toolbar-actions,.toolbar-actions>*{width:100%;min-width:0}.search-box{flex-basis:100%}.empty-orders{margin:0 10px 12px;padding:24px 10px}.empty-actions,.empty-actions>*{width:100%}}.order-tabs{flex-wrap:wrap;gap:0 20px;height:auto}@container order-content (width<=600px){.order-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 8px;padding:0 10px;display:grid}.order-tab{white-space:normal;gap:5px;min-width:0;font-size:12px}}.create-order-page{box-sizing:border-box;color:#000;width:100%;max-width:100%;font-family:inherit;font-size:var(--dashboard-body-size);margin:0 auto;padding:14px 6px 30px}.create-order-page *,.create-order-page :before,.create-order-page :after{box-sizing:border-box}.order-card{background:#fff;border:1px solid #e3eaf2;border-radius:10px;width:100%;margin:0 0 12px;padding:0 16px 13px;box-shadow:0 2px 8px #18345612}.section-header{cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #edf1f5;justify-content:space-between;align-items:center;min-height:47px;margin:0 -16px 13px;padding:0 13px;display:flex}.section-title{align-items:center;gap:9px;display:flex}.section-title h2{color:#000;letter-spacing:.15px;margin:0;font-size:13px;font-weight:750;line-height:1}.section-icon{color:#fd3801;background:#fff3ef;border-radius:6px;justify-content:center;align-items:center;width:23px;height:23px;display:inline-flex}.section-icon svg{stroke-width:2px}.collapse-btn{color:#000;cursor:pointer;pointer-events:none;background:#f3f7fb;border:1px solid #dce4ec;border-radius:6px;justify-content:center;align-items:center;width:23px;height:23px;padding:0;display:inline-flex}.collapse-btn svg{transition:transform .18s;transform:rotate(180deg)}.form-grid{gap:10px;display:grid}.buyer-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.buyer-grid .field-group:first-child,.buyer-grid .field-group:nth-child(2),.buyer-grid .field-group:nth-child(3){grid-column:span 2}.buyer-grid .field-group:nth-child(4),.buyer-grid .field-group:nth-child(5),.buyer-grid .field-group:nth-child(6),.buyer-grid .field-group:nth-child(7){grid-column:span 3}.buyer-grid .field-group:nth-child(8),.buyer-grid .field-group:nth-child(9),.buyer-grid .field-group:nth-child(10){grid-column:span 2}.billing-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.billing-grid .field-group:first-child,.billing-grid .field-group:nth-child(2),.billing-grid .field-group:nth-child(3){grid-column:span 2}.billing-grid .field-group:nth-child(4),.billing-grid .field-group:nth-child(5){grid-column:span 3}.billing-grid .field-group:nth-child(6),.billing-grid .field-group:nth-child(7),.billing-grid .field-group:nth-child(8){grid-column:span 2}.field-group{min-width:0}.field-group>label,.payment-section>label{color:#536a84;min-height:13px;font-size:var(--dashboard-label-size);text-transform:uppercase;letter-spacing:.15px;margin:0 0 5px;font-weight:600;line-height:1.2;display:block}.required{color:#ef5146}.field-group input,.field-group select,.field-group textarea{color:#243c59;width:100%;min-width:0;height:40px;font:inherit;font-size:var(--dashboard-body-size);background:#fff;border:1px solid #dfe6ee;border-radius:5px;outline:none;padding:0 10px;transition:border-color .15s,box-shadow .15s}.field-group textarea{resize:vertical;height:auto;min-height:68px;padding:9px 10px}.field-group input::placeholder,.field-group textarea::placeholder{color:#9caabd;opacity:1}.field-group input:focus,.field-group select:focus,.field-group textarea:focus,.order-id-row input:focus,.new-warehouse input:focus{border-color:#fd3801;box-shadow:0 0 0 2px #fd380114}.field-group input:disabled,.field-group select:disabled{color:#7f8da0;cursor:not-allowed;background:#f6f8fb}.input-shell{background:#fff;border:1px solid #dfe6ee;border-radius:5px;align-items:stretch;width:100%;height:40px;display:flex;overflow:hidden}.input-shell:focus-within{border-color:#fd3801;box-shadow:0 0 0 2px #fd380114}.input-shell input{background:0 0;border:0;border-radius:0;outline:none;flex:1;width:100%;min-width:0;height:38px;padding:0 10px;box-shadow:none!important}.input-shell input:focus{border:0;box-shadow:none!important}.input-affix{color:#61738a;background:#f4f7fb;border-right:1px solid #e1e7ee;flex:none;justify-content:center;align-items:center;min-width:42px;height:38px;padding:0 9px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.input-affix.suffix{border-left:1px solid #e1e7ee;border-right:0;min-width:48px}.phone-shell .input-affix{min-width:42px}.field-hint{color:#78879a;margin-top:3px;font-size:7px;font-style:italic;line-height:1.2;display:block}.same-address{color:#536a84;background:#f8fafc;border:1px solid #e0e6ee;border-radius:5px;align-items:center;gap:8px;min-height:45px;margin-top:9px;padding:0 11px;font-size:12px;font-weight:600;display:flex}.same-address input{accent-color:#fd3801;width:12px;height:12px;margin:0}.order-details-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.order-id-row{align-items:stretch;width:100%;height:40px;display:flex}.order-id-row input{color:#243c59;height:40px;font:inherit;background:#fff;border:1px solid #dfe6ee;outline:none;padding:0 10px;font-size:12px}.prefix-input{flex:0 0 65px;width:65px;background:#f8fafc!important;border-radius:5px 0 0 5px!important;padding-left:10px!important;font-size:12px!important;font-weight:700!important}.order-id-input{flex:1;min-width:0;margin-left:-1px;border-radius:0!important}.generate-btn{color:#fff;height:40px;font:inherit;cursor:pointer;background:#fd3801;border:0;border-radius:0 5px 5px 0;flex:none;justify-content:center;align-items:center;gap:5px;padding:0 13px;font-size:12px;font-weight:650;transition:background .2s;display:inline-flex}.generate-btn:hover{background:#dc2f00}.products-list{flex-direction:column;gap:9px;display:flex}.product-box{background:#fbfcfe;border:1px solid #dfe6ee;border-radius:7px;padding:20px 11px 10px;position:relative}.product-tag{color:#fd3801;background:#fff3ef;border:1px solid #fd380140;border-top:0;border-radius:0 0 4px 4px;padding:3px 7px;font-size:10px;font-weight:700;line-height:1;position:absolute;top:-1px;left:11px}.delete-product{color:#e45f5f;cursor:pointer;background:#fff0f0;border:1px solid #f3d4d4;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;margin:0;padding:0;line-height:1;display:inline-flex;position:absolute;top:7px;right:7px}.delete-product svg{width:16px;height:16px;display:block}.delete-product:hover{background:#ffe5e5;border-color:#efbaba}.delete-product:disabled{opacity:.35;cursor:not-allowed}.product-grid{grid-template-columns:1.05fr 1.05fr 1fr 1.05fr;gap:10px;display:grid}.quantity-control{background:#fff;border:1px solid #dfe6ee;border-radius:5px;align-items:stretch;width:100%;height:40px;display:flex;overflow:hidden}.quantity-control button{color:#60748e;cursor:pointer;background:#f7f9fc;border:0;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:38px;margin:0;padding:0;font-size:16px;line-height:1;display:flex}.quantity-control button:hover{color:#fd3801;background:#fff3ef}.quantity-control input{text-align:center;border:0;border-left:1px solid #e4e9ef;border-right:1px solid #e4e9ef;border-radius:0;outline:none;flex:1;width:100%;min-width:0;height:38px;padding:0;font-size:13px;box-shadow:none!important}.quantity-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.additional-details-btn,.add-product-btn,.add-new-link{color:#fd3801;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;font-size:12px;font-weight:650;display:inline-flex}.additional-details-btn{margin-top:8px;padding:0}.product-extra{margin-top:9px}.product-extra label{color:#536a84;margin-bottom:5px;font-size:8px;font-weight:600;display:block}.product-extra textarea{width:100%;font:inherit;border:1px solid #dfe6ee;border-radius:5px;outline:none;padding:8px 10px;font-size:9px}.product-extra textarea:focus{border-color:#fd3801;box-shadow:0 0 0 2px #fd380114}.add-product-btn{color:#304967;background:#fff;border:1px dashed #bac8d8;border-radius:5px;min-height:40px;margin-top:10px;padding:0 10px}.add-product-btn:hover{color:#fd3801;background:#fff7f4;border-color:#fd3801}.payment-section{margin-top:14px}.payment-options{gap:9px;margin-top:5px;display:flex}.payment-option{color:#536a84;cursor:pointer;background:#fff;border:1px solid #dfe6ee;border-radius:5px;align-items:center;gap:6px;min-width:86px;height:36px;padding:0 11px;font-size:12px;font-weight:600;display:flex}.payment-option:hover{background:#fff7f4;border-color:#fd380173}.payment-option input{accent-color:#fd3801;width:12px;height:12px;margin:0}.shipping-charge-field{width:33%;min-width:250px;margin-top:10px}.warehouse-row{align-items:flex-end;gap:8px;display:flex}.warehouse-select-group{width:240px}.warehouse-select-group select,.weight-grid select{appearance:auto}.add-new-link{white-space:nowrap;height:40px;padding:0}.new-warehouse{align-items:center;gap:6px;width:min(500px,100%);margin-top:8px;display:flex}.new-warehouse input{min-width:0;height:40px;font:inherit;border:1px solid #dfe6ee;border-radius:5px;outline:none;flex:1;padding:0 10px;font-size:12px}.new-warehouse input:focus{border-color:#fd3801;box-shadow:0 0 0 2px #fd380114}.new-warehouse button{color:#fff;cursor:pointer;background:#fd3801;border:0;border-radius:5px;height:40px;padding:0 12px;font-size:12px;font-weight:650}.new-warehouse button:hover{background:#dc2f00}.new-warehouse .cancel-small-btn{color:#5c6e84;background:#f5f7fb;border:1px solid #dfe6ee;justify-content:center;align-items:center;width:40px;padding:0;display:inline-flex}.weight-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.dimensions-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px;display:grid}.other-details-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.label-with-info{align-items:center;gap:4px;display:inline-flex}.submit-message{border-radius:5px;margin:8px 0;padding:9px 12px;font-size:9px;font-weight:600}.submit-message.success{color:#2d7b45;background:#effaf3;border:1px solid #bfe3cb}.submit-message.error{color:#bd4d46;background:#fff4f3;border:1px solid #f2c6c3}.create-order-btn{color:#fff;min-width:140px;height:40px;font:inherit;letter-spacing:.2px;cursor:pointer;background:#fd3801;border:0;border-radius:5px;justify-content:center;align-items:center;gap:6px;margin-top:1px;padding:0 15px;font-size:12px;font-weight:700;transition:background .2s;display:inline-flex}.create-order-btn:hover{background:#dc2f00}@media (width<=991px){.buyer-grid,.billing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.buyer-grid .field-group,.billing-grid .field-group{grid-column:span 1!important}.product-grid{grid-template-columns:repeat(2,1fr)}.shipping-charge-field{width:50%}}@media (width<=767px){.create-order-page{padding:8px 5px 20px}.order-card{margin-bottom:8px;padding:0 11px 11px}.section-header{margin-left:-11px;margin-right:-11px}.buyer-grid,.billing-grid,.order-details-grid,.weight-grid,.dimensions-grid,.other-details-grid{grid-template-columns:1fr}.buyer-grid .field-group,.billing-grid .field-group{grid-column:auto!important}.product-grid{grid-template-columns:1fr}.shipping-charge-field{width:100%;min-width:0}.warehouse-row{flex-direction:column;align-items:stretch}.warehouse-select-group{width:100%}.add-new-link{align-self:flex-start}.order-id-row{width:100%}.prefix-input{flex-basis:55px;width:55px}.generate-btn{padding:0 9px}.same-address{font-size:7px}.delete-product{width:30px;height:30px;top:7px;right:7px}}@media (width<=480px){.payment-options{flex-direction:column}.payment-option{width:100%}.new-warehouse{flex-wrap:wrap}.new-warehouse input{flex-basis:100%;width:100%}.delete-product{width:28px;height:28px}}.buyer-grid,.billing-grid,.pickup-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.buyer-grid .field-group,.billing-grid .field-group,.pickup-grid .field-group{grid-column:span 1!important}.order-details-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.weight-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.boxes-list{flex-direction:column;gap:12px;display:flex}.box-row{background:#fbfcfe;border:1px solid #e3e8ef;border-radius:7px;padding:14px;position:relative}.box-tag{color:#536a84;letter-spacing:.3px;margin-bottom:10px;font-size:11px;font-weight:700}.add-box-btn{color:#fd3801;cursor:pointer;background:#fff7f4;border:1px solid #fd380140;border-radius:5px;min-height:38px;margin-top:10px;padding:0 14px;font-size:12px;font-weight:700}.add-box-btn:hover{color:#fff;background:#fd3801;border-color:#fd3801}@media (width<=991px){.buyer-grid,.billing-grid,.pickup-grid,.order-details-grid,.weight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.buyer-grid,.billing-grid,.pickup-grid,.order-details-grid,.weight-grid{grid-template-columns:1fr}.buyer-grid .field-group,.billing-grid .field-group,.pickup-grid .field-group{grid-column:auto!important}}.order-card.is-collapsed{padding-bottom:0!important}.order-card.is-collapsed>:not(.section-header){display:none!important}.order-card.is-collapsed .section-header{border-bottom:0!important;margin-bottom:0!important}.order-card.is-collapsed .collapse-btn svg{transform:rotate(0)!important}.collapse-btn svg{transition:transform .18s}.product-grid{align-items:end;grid-template-columns:minmax(0,2fr) minmax(100px,1fr) minmax(110px,1fr) minmax(120px,1fr)!important;gap:7px!important;display:grid!important}.product-grid .field-group{min-width:0}.product-grid .field-group>label{white-space:nowrap}.product-box{padding-right:42px}.add-product-btn{width:max-content!important;margin:8px 0 0 auto!important;display:flex!important}.payment-shipping-row{justify-content:flex-start!important;align-items:flex-end!important;gap:12px!important;width:max-content!important;max-width:100%!important;margin-top:12px!important;display:flex!important}.payment-shipping-row .payment-section{width:auto!important;min-width:0!important;margin-top:0!important}.payment-shipping-row .payment-options{margin-top:5px!important}.payment-shipping-row .shipping-charge-field{width:170px!important;min-width:170px!important;margin-top:0!important}.payment-shipping-row .shipping-charge-field input{height:36px!important}.box-row{padding:12px 48px 12px 12px;position:relative}.delete-box-btn{color:#e45f5f;cursor:pointer;background:#fff0f0;border:1px solid #f3d4d4;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex;position:absolute;top:10px;right:10px}.delete-box-btn:hover{background:#ffe5e5;border-color:#efbaba}.delete-box-btn:disabled{opacity:.35;cursor:not-allowed}@media (width<=991px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.payment-shipping-row{width:100%!important}}@media (width<=767px){.product-grid{grid-template-columns:1fr!important}.add-product-btn{justify-content:center;width:100%!important}.payment-shipping-row{flex-direction:column!important;align-items:stretch!important;width:100%!important}.payment-shipping-row .shipping-charge-field{width:100%!important;min-width:0!important}}.section-header{-webkit-user-select:none;user-select:none;cursor:pointer!important}.section-header .section-title,.section-header .section-icon,.section-header h2{cursor:pointer!important}.section-header .collapse-btn{pointer-events:none}.order-payment-field{margin-top:0!important}.order-payment-field .payment-options{margin-top:6px!important}.product-extra-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin-top:10px!important;display:grid!important}@media (width<=900px){.product-extra-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=600px){.product-extra-grid{grid-template-columns:1fr!important}}.create-order-page .buyer-grid,.create-order-page .billing-grid,.create-order-page .pickup-grid,.create-order-page .order-details-grid,.create-order-page .weight-grid,.create-order-page .product-grid,.create-order-page .product-extra-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))!important}.create-order-page .payment-options{flex-wrap:wrap}.create-order-page .product-grid .field-group>label{white-space:normal}.create-order-page .section-title h2{line-height:1.4}.create-order-page .section-icon,.create-order-page .collapse-btn,.create-order-page .same-address input{flex-shrink:0}.create-order-page .same-address{padding:10px;font-size:12px}.create-order-page .field-hint,.create-order-page .submit-message{overflow-wrap:anywhere;font-size:12px;line-height:1.5}@container order-content (width<=600px){.create-order-page .product-box{padding:48px 10px 12px}.create-order-page .box-row{padding:12px}.create-order-page .box-tag{min-height:30px;padding-right:38px}.create-order-page .order-id-row{flex-wrap:wrap;row-gap:8px;height:auto}.create-order-page .generate-btn{border-radius:5px;width:100%}.create-order-page .create-order-btn{width:100%}.create-order-page input,.create-order-page select,.create-order-page textarea{font-size:16px}}.kyc-page{color:#333;width:100%;min-width:0}.kyc-page h1{font-size:var(--dashboard-title-size);margin:0 0 14px 12px;font-weight:700;line-height:1.25}.kyc-form{background:#fff;border:1px solid #e5e5e5;border-radius:9px;padding:16px 13px}.kyc-section{border:1px solid #e1e1e1;border-radius:7px;margin-bottom:18px;overflow:hidden}.kyc-section-header{width:100%;min-height:48px;color:inherit;text-align:left;cursor:pointer;background:#f7f7f7;border:0;align-items:center;gap:15px;padding:7px 15px;display:flex}.kyc-step{color:#fff;background:#fd3801;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:16px;font-weight:600;display:grid}.kyc-section h2{color:#000;letter-spacing:.15px;margin:0;font-size:13px;font-weight:750;line-height:1}.kyc-toggle{color:#666;justify-content:center;align-items:center;margin-left:auto;display:flex}.kyc-section.is-open .kyc-toggle svg{transform:rotate(180deg)}.kyc-section-body{padding:18px 16px 20px}.kyc-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 20px;display:grid}.kyc-personal-grid{grid-template-columns:1fr 1fr 1fr 1.4fr 1.2fr}.kyc-field{color:#333;min-width:0;font-size:var(--dashboard-label-size);font-weight:500;line-height:1.5;display:block}.kyc-required{color:#fd3801}.kyc-field input,.kyc-field select,.kyc-field textarea{box-sizing:border-box;color:#333;width:100%;min-width:0;height:40px;font:inherit;background:#fff;border:1px solid #d6d6d6;border-radius:5px;margin-top:6px;padding:9px 13px;font-weight:400;display:block;box-shadow:0 0 2px #eee}.kyc-field input::placeholder{color:#8d8d8d;opacity:1}.kyc-field select{cursor:pointer}.kyc-field input[type=file]{padding:0;font-size:12px;line-height:38px;overflow:hidden}.kyc-field input::file-selector-button{color:#fff;height:38px;font:inherit;cursor:pointer;background:#333;border:0;margin-right:10px;padding:0 12px}.kyc-field input::file-selector-button:hover{background:#fd3801}.kyc-field small{color:#666;font-size:var(--dashboard-small-size);margin-top:5px;font-weight:400;display:block}.kyc-span-two{grid-column:span 2}.kyc-consent{font-size:var(--dashboard-label-size);gap:14px;line-height:1.6;display:grid}.kyc-consent label{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.kyc-consent input{accent-color:#fd3801;flex-shrink:0;width:16px;height:16px;margin:3px 0 0}.kyc-submit-area{text-align:center;padding:2px 0 4px}.kyc-submit{color:#fff;min-height:42px;font:inherit;cursor:pointer;background:#fd3801;border:1px solid #fd3801;border-radius:7px;justify-content:center;align-items:center;gap:12px;padding:10px 27px;font-size:14px;font-weight:600;display:inline-flex}.kyc-submit:hover{background:#df3000;border-color:#df3000}.kyc-field input:focus,.kyc-field select:focus,.kyc-field textarea:focus{border-color:#fd3801;box-shadow:0 0 0 3px #fd38011f}.kyc-page :focus-visible{outline-offset:2px;outline:2px solid #fd3801}.kyc-result{color:#333;background:#fff2ee;border:1px solid #fd380140;border-radius:6px;max-width:620px;margin:14px auto 0;padding:12px;font-size:13px;line-height:1.5}.shipra-sidebar .shipra-sidebar-menu-item[aria-current=page]{color:#fd3801;background:#fff2ee}.shipra-sidebar .shipra-sidebar-menu-item[aria-current=page] .shipra-sidebar-icon{color:#fd3801}@media (width<=1150px){.kyc-grid,.kyc-personal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.kyc-page h1{margin-left:0;font-size:24px}.kyc-form{padding:10px}.kyc-grid,.kyc-personal-grid{grid-template-columns:minmax(0,1fr);gap:16px}.kyc-span-two{grid-column:auto}.kyc-section-header{gap:9px;padding:9px 10px}.kyc-section h2{font-size:13px}.kyc-section-body{padding:16px 12px}.kyc-submit{width:100%}}.tools-page{color:#243b55;width:100%;min-width:0;max-width:100%;font-family:inherit}.tools-tabs{background:#fff;border:1px solid #e1e7ee;border-radius:10px;align-items:center;min-height:58px;padding:0 18px;display:flex;overflow-x:auto;box-shadow:0 2px 8px #173b630f}.tools-tab{color:#536a84;min-height:56px;font:inherit;font-size:var(--dashboard-body-size);white-space:nowrap;cursor:pointer;background:0 0;border:0;padding:0 18px;font-weight:500;position:relative}.tools-tab:after{content:"";background:0 0;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:0;right:0}.tools-tab:hover,.tools-tab.active{color:#fd3801}.tools-tab.active:after{background:#fd3801}.rate-card-content{gap:14px;margin-top:12px;display:grid}.rate-chart-card,.overhead-card,.tool-form-card{background:#fff;border:1px solid #dce5ee;border-radius:9px;min-width:0;overflow:hidden;box-shadow:0 2px 8px #173b630d}.rate-chart-header{border-bottom:1px solid #e7edf3;align-items:center;gap:12px;min-height:52px;padding:0 20px;display:flex}.rate-chart-header h1,.overhead-card h2,.tool-form-card h1{color:#243b55;font-size:var(--dashboard-section-title-size);margin:0;line-height:1.3}.rate-chart-header span{color:#fff;background:#38b978;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:700}.rate-unit{font-size:var(--dashboard-body-size);margin:12px 20px 9px}.rate-table-wrap{border:1px solid #d7e3ee;border-radius:8px;margin:0 20px 20px;overflow-x:auto}.rate-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:960px;font-size:var(--dashboard-small-size)}.rate-table th,.rate-table td{text-align:center;color:#173b63;border-bottom:1px solid #dce8f2;height:37px;padding:6px}.rate-table thead th{background:#eef6fc;font-weight:700}.rate-table tbody th{background:#f5f9fd;font-weight:700}.rate-table tbody tr:nth-child(2n) td{background:#f8fbfe}.rate-table tbody tr:last-child :is(th,td){border-bottom:0}.overhead-card{padding-bottom:20px}.overhead-card h2{padding:14px 20px 10px}.overhead-layout{grid-template-columns:minmax(420px,1.1fr) minmax(300px,.9fr);align-items:center;gap:30px;padding:0 20px;display:grid}.overhead-table-wrap{border:1px solid #d7e3ee;border-radius:7px;overflow:hidden}.overhead-table{border-collapse:collapse;width:100%;font-size:var(--dashboard-small-size)}.overhead-table :is(th,td){text-align:left;border-bottom:1px solid #dce8f2;padding:9px 14px}.overhead-table th{color:#173b63;background:#f5f9fd;width:30%;font-weight:600}.overhead-table td{background:#fbfdff}.overhead-table tr:last-child :is(th,td){border-bottom:0}.bluedart-brand{color:#109625;letter-spacing:-3px;white-space:nowrap;justify-self:center;font-size:clamp(34px,4vw,62px);font-style:italic;font-weight:900}.bluedart-brand span{color:#0865b3}.bluedart-brand i{color:#0865b3;margin-left:8px;font-size:1.45em;line-height:.5;display:inline-block;transform:scaleX(1.6)}.tool-form-card{margin-top:12px;padding:24px}.tool-form-card header{margin-bottom:22px}.tool-form-card header p{color:#7284a2;font-size:var(--dashboard-subtitle-size);margin:6px 0 0}.tool-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.tool-form-card label{color:#536a84;font-size:var(--dashboard-label-size);gap:7px;font-weight:600;display:grid}.tool-form-card :is(input,select){color:#334155;background:#fff;border:1px solid #d7e0ea;border-radius:6px;outline:0;width:100%;height:42px;padding:0 12px}.tool-form-card :is(input,select):focus{border-color:#fd3801;box-shadow:0 0 0 3px #fd38011a}.tool-primary-button{color:#fff;cursor:pointer;background:#fd3801;border:1px solid #fd3801;border-radius:7px;min-height:42px;margin-top:20px;padding:0 20px;font-weight:600}.pincode-search{max-width:520px}.pincode-search>div{position:relative}.pincode-search svg{color:#8290a3;position:absolute;top:12px;left:12px}.pincode-search input{padding-left:40px}.serviceable-pincode-page{grid-template-columns:minmax(280px,30%) minmax(0,1fr);gap:16px;margin-top:12px;display:grid}.serviceable-download-card,.serviceable-history-card{background:#fff;border:1px solid #dce5ee;border-radius:14px;min-width:0;padding:28px 30px;box-shadow:0 3px 12px #173b6312}.serviceable-card-title{color:#243b55;align-items:center;gap:14px;display:flex}.serviceable-card-title svg{color:#fd3801;flex-shrink:0}.serviceable-card-title h1{font-size:var(--dashboard-section-title-size);margin:0;line-height:1.35}.serviceable-field{color:#243b55;font-size:var(--dashboard-body-size);gap:10px;margin-top:28px;font-weight:600;display:grid}.serviceable-field em{color:#8290a3;font-style:normal;font-weight:400}.serviceable-field input,.serviceable-filters select,.serviceable-date-filter{color:#334155;background:#fff;border:1px solid #cfd9e5;border-radius:9px;outline:0;width:100%;min-width:0;height:40px;padding:0 15px}.serviceable-field input:focus,.serviceable-filters select:focus{border-color:#fd3801;box-shadow:0 0 0 3px #fd38011a}.serviceable-field input::placeholder{color:#8290a3;opacity:1}.serviceable-primary-button,.serviceable-history-download{color:#fff;min-height:48px;font:inherit;font-size:var(--dashboard-body-size);cursor:pointer;background:#fd3801;border:1px solid #fd3801;border-radius:9px;justify-content:center;align-items:center;gap:10px;padding:0 24px;font-weight:600;display:inline-flex}.serviceable-primary-button{margin-top:18px}.serviceable-primary-button:hover{background:#dc2f00}.serviceable-help-text{color:#8290a3;max-width:400px;font-size:var(--dashboard-label-size);margin:18px 0 0;line-height:1.55}.serviceable-filters{grid-template-columns:minmax(140px,175px) minmax(160px,200px) minmax(230px,330px);gap:14px;margin-top:25px;display:grid}.serviceable-filters select{cursor:pointer}.serviceable-date-filter{justify-content:space-between;align-items:center;gap:12px;display:flex}.serviceable-date-filter span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.serviceable-date-filter button{color:#64748b;cursor:pointer;background:0 0;border:0;flex:0 0 30px;place-items:center;width:30px;height:30px;padding:0;display:grid}.serviceable-history-item{color:#7284a2;min-height:210px;font-size:var(--dashboard-body-size);border:1px solid #dce5ee;border-radius:10px;flex-direction:column;align-items:flex-start;gap:7px;margin-top:20px;padding:18px;display:flex}.serviceable-history-item strong{color:#243b55;overflow-wrap:anywhere;font-weight:700}.serviceable-history-download{color:#243b55;background:#fff;border-color:#cfd9e5;min-height:44px;margin-top:4px}.serviceable-history-download:hover{color:#fd3801;background:#fff7f4;border-color:#fd3801}.rate-calculator-card{background:#fff;border:1px solid #dce5ee;border-radius:9px;min-width:0;margin-top:12px;padding:22px 20px 20px;overflow:hidden;box-shadow:0 2px 8px #173b630d}.rate-calculator-type{color:#fff;min-width:110px;min-height:45px;font-size:var(--dashboard-section-title-size);background:#fd3801;border-radius:12px;justify-content:center;align-items:center;padding:10px 18px;font-weight:600;display:inline-flex;box-shadow:0 5px 12px #fd38012e}.rate-calculator-form{margin-top:22px}.rate-calculator-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 32px;display:grid}.rate-calculator-field{color:#243b55;min-width:0;font-size:var(--dashboard-body-size);gap:8px;font-weight:600;display:grid}.rate-calculator-field>span b{color:#fd3801}.rate-calculator-field>input,.rate-calculator-field>select,.rate-input-with-unit{color:#243b55;background:#fff;border:1px solid #cfd9e5;border-radius:10px;outline:0;width:100%;min-width:0;height:40px;transition:border-color .2s,box-shadow .2s}.rate-calculator-field>input,.rate-calculator-field>select{padding:0 18px}.rate-calculator-field>select{cursor:pointer}.rate-calculator-field :is(input,select):focus,.rate-input-with-unit:focus-within{border-color:#fd3801;box-shadow:0 0 0 3px #fd38011a}.rate-calculator-field input::placeholder{color:#8290a3;opacity:1}.rate-input-with-unit{display:flex;overflow:hidden}.rate-input-with-unit input{color:#243b55;background:0 0;border:0;outline:0;flex:1;width:100%;min-width:0;height:100%;padding:0 18px}.rate-input-with-unit em{color:#243b55;background:#f1f5f9;flex:0 0 62px;place-items:center;min-width:62px;height:100%;font-style:normal;font-weight:600;display:grid}.rate-input-with-unit.unit-left em{border-right:1px solid #e0e7ef;font-size:22px}.rate-input-with-unit.unit-right em{border-left:1px solid #e0e7ef}.rate-dimensions{border-top:1px solid #dce5ee;margin:28px -20px 0;padding:20px 20px 0}.rate-dimensions h1{color:#243b55;font-size:var(--dashboard-section-title-size);margin:0 0 20px}.rate-dimensions-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid}.rate-calculate-button{color:#fff;width:100%;min-height:52px;font:inherit;font-size:var(--dashboard-body-size);cursor:pointer;background:#fd3801;border:1px solid #fd3801;border-radius:9px;margin-top:26px;font-weight:700;transition:background .2s,box-shadow .2s}.rate-calculate-button:hover{background:#dc2f00;box-shadow:0 6px 14px #fd380133}@media (width<=850px){.overhead-layout{grid-template-columns:1fr}.bluedart-brand{margin:24px 0}.rate-calculator-grid{gap:20px}.rate-dimensions-grid{gap:18px}.serviceable-pincode-page{grid-template-columns:1fr}}@media (width<=600px){.tools-tabs{padding:0 8px}.tools-tab{padding:0 12px}.rate-chart-header{padding:0 14px}.rate-unit{margin-left:14px}.rate-table-wrap{margin:0 10px 14px}.overhead-layout{grid-template-columns:minmax(0,1fr);padding:0 10px}.overhead-table-wrap{overflow-x:auto}.overhead-table{min-width:520px}.tool-form-card{padding:18px 14px}.tool-form-grid,.rate-calculator-grid,.rate-dimensions-grid{grid-template-columns:1fr}.rate-calculator-card{padding:16px 12px}.rate-calculator-type{min-width:126px;min-height:46px}.rate-dimensions{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}.serviceable-download-card,.serviceable-history-card{border-radius:10px;padding:20px 14px}.serviceable-filters{grid-template-columns:1fr}.serviceable-history-item{min-height:0}.serviceable-primary-button{width:100%}}*{box-sizing:border-box}html,body,#root{width:100%;min-width:100%;min-height:100%;margin:0;padding:0}body{--dashboard-title-size:28px;--dashboard-section-title-size:18px;--dashboard-subtitle-size:14px;--dashboard-body-size:14px;--dashboard-label-size:13px;--dashboard-small-size:12px;background:#f5f9ff;margin:0;padding:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:14px;line-height:1.45}button,input,select,textarea{font-family:inherit;font-size:14px}input::placeholder,textarea::placeholder{font-family:inherit}
