*{padding:0;margin:0;box-sizing:border-box}.LoadingScreen_Icon__TcT2C{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.LoadingScreen_Icon__TcT2C svg{width:55px;height:55px;animation:LoadingScreen_spin__h5xYc 1s linear infinite}@keyframes LoadingScreen_spin__h5xYc{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--primary-color:#3e1e71;--border-radius:6px}meowship-plus{display:block;max-width:1920px;margin:0 auto}body{overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.disabled{pointer-events:none!important;opacity:.3!important}.MeowshipApp-Card{border-color:var(--primary-color)}.ant-layout{background-color:#f6f6f7!important}.MeowshipApp-Header{background-color:#fff!important;padding:0 16px!important;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f2f2f2}.MeowshipApp-Header .ant-dropdown-trigger{display:flex}.MeowshipApp-Header__UserInfo{display:flex;flex-direction:column;align-items:flex-start}.MeowshipApp-Header__UserInfo>*{margin-bottom:0!important}.MeowshipApp-Header__Introduce{display:flex;flex-direction:column}.MeowshipApp-Header__Introduce span{line-height:1}.MeowshipApp-Logo{max-width:280px;display:flex;align-items:center;height:64px;border-right:1px solid #f2f2f2;justify-content:center}.MeowshipApp-Logo img{width:160px;object-fit:cover}.MeowshipApp-Logo img.icon{width:40px}.MeowshipApp-Sider .ant-layout-sider-trigger{border-right:1px solid #f2f2f2}.MeowshipApp-Main__Content{position:relative;overflow-y:auto;overflow-x:hidden;height:calc(100vh - 64px);padding-top:0!important}.MeowshipApp-Content{margin:0 auto}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent;border-radius:var(--border-radius)}::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:var(--border-radius);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}::-webkit-scrollbar-thumb:hover{background:#b7b7b7}.MeowshipApp-Drawer .ant-drawer-title{text-align:right}.MeowshipApp-Drawer img{height:40px;object-fit:cover}.MeowshipApp-Title{background:#fff;margin-left:-16px;width:calc(100% + 32px);padding:24px 16px;margin-bottom:24px}.MeowshipApp-Title>*{margin-top:0;margin-bottom:0!important}.MeowshipApp-Title:has(.MeowshipApp-PrimaryAction){display:flex;justify-content:space-between;align-items:center}.MeowshipApp-Couriers{margin-bottom:24px;display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.MeowshipApp-Couriers p{margin:0}.MeowshipApp-CourierList{display:grid;grid-template-columns:1fr 1fr;width:100%;grid-gap:8px;gap:8px}.MeowshipApp-CourierItem{width:100%;display:flex;gap:12px;background:#fafafa;padding:12px;border-radius:var(--border-radius);align-items:center;height:100%}.MeowshipApp-CourierImg{max-width:120px;width:100%;height:auto;display:flex;justify-content:center;align-items:center}.MeowshipApp-CourierImg .MeowshipApp-CourierImg__PrePush,.MeowshipApp-CourierImg img{height:40px;object-fit:cover;border-radius:var(--border-radius)}.MeowshipApp-CourierImg__Pushing{margin-bottom:16px}.MeowshipApp-CourierContent{flex:1 1}.MeowshipApp-CourierContent__Name{color:#000000a6;font-weight:600}.MeowshipApp-CourierList__Integrated{display:flex;gap:8px;flex-wrap:wrap}.MeowshipApp-CourierPackage{background-color:#fafafa}.MeowshipApp-Orders__ShipmentInfo{max-height:60px}.MeowshipApp-Orders__ShipmentInfo a{display:block;height:auto}.MeowshipApp-Orders__ShipmentInfo img{height:40px}.MeowshipApp-Orders .ant-card-body{padding:0}.MeowshipApp-Orders__Filters{display:flex;margin-bottom:12px;gap:16px}.MeowshipApp-Orders__Inputs{display:flex;gap:24px}.MeowshipApp-Orders__Input-Search{max-width:462px;width:100%}.MeowshipApp-Orders__Input-FilterItems{display:flex;gap:16px;flex-wrap:wrap}.MeowshipApp-OrderStatus{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}.MeowshipApp-OrderDetailsAlert{margin-bottom:8px}.MeowshipApp-OrderDetailsMinimal__Collapsed{height:38px;overflow:hidden}.MeowshipApp-Fulfillments>div:first-child{display:flex;margin-bottom:12px;justify-content:space-between;gap:8px}.MeowshipApp-FulfillmentOrderLineItems{padding:8px;border:1px solid #e8e8e8;border-radius:var(--border-radius)}.MeowshipApp-FulfillmentOrderLineItems:not(:last-child){margin-bottom:16px}.MeowshipApp-GeneralSettings__FormInline{display:flex;gap:16px}.MeowshipApp-GeneralSettings__FormInline>div>div>div{max-width:100%!important;width:100%!important}.MeowshipApp-GeneralSettings .ant-form-item-explain-error{font-size:10px;margin-top:4px}.MeowshipApp-IntegrationFormContainer{display:flex;justify-content:center;align-items:center;gap:24px;background:#fafafa;border-radius:var(--border-radius);border:1px solid #ebebeb;margin-bottom:30px;height:-moz-fit-content;height:fit-content;padding:16px 0}.MeowshipApp-IntegrationFormContainer img{height:40px;object-fit:cover;border-radius:var(--border-radius)}.MeowshipApp-IntegrationFormContainer img[src="/meowship-logo-biggest.png"]{width:157.5px;height:auto}.MeowshipApp-IntegrationFormContainer svg path{fill:var(--primary-color)}.MeowshipApp-InlineSelect{display:grid;grid-gap:12px;gap:12px}.MeowshipApp-CourierImg~.MeowshipApp-InlineSelect{gap:0;grid-template-columns:1fr}.MeowshipApp-InlineSelect label,.MeowshipApp-InlineSelect>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.MeowshipApp-InlineSelect__3{grid-template-columns:1fr 1fr 1fr}.MeowshipApp-InlineSelect__2{grid-template-columns:1fr 1fr}.MeowshipApp-IntegratedCouriers{display:grid;grid-gap:16px;gap:16px;grid-template-columns:1fr 1fr 1fr}.MeowshipApp-InfoCard{position:-webkit-sticky;position:sticky;top:40px}.MeowshipApp-SubscriptionItem{height:100%;cursor:pointer}.MeowshipApp-SubscriptionItemFeatures{list-style-position:inside;list-style-type:none}.MeowshipApp-SubscriptionItemFeatures li{margin-left:12px;display:flex;align-items:center}.MeowshipApp-SubscriptionItemFeatures li span{margin-right:6px}.MeowshipApp-SummaryPrice{gap:12px;display:flex;justify-content:space-between;align-items:center}.MeowshipApp-Changelog__Description ul{list-style-position:inside;margin-bottom:16px}.MeowshipApp-Changelog__Description blockquote{border-left:2px solid #ccc;padding-left:16px;font-size:12px;color:gray}.MeowshipApp-Changelog__Description h1,.MeowshipApp-Changelog__Description h2,.MeowshipApp-Changelog__Description h3,.MeowshipApp-Changelog__Description h4,.MeowshipApp-Changelog__Description h5,.MeowshipApp-Changelog__Description h6,.MeowshipApp-Changelog__Description p{margin-bottom:16px}.MeowshipApp-DropdownAddress>*,.MeowshipApp-PickupAddressFormInputGroup>*,.MeowshipApp-PushingFormInputGroup>*{width:100%}.MeowshipApp-MassActionsButton{position:fixed;z-index:3;bottom:16px;right:16px}@media (max-width:1280px){.MeowshipApp-CourierList__Integrated{flex-direction:column}.MeowshipApp-CourierList__Integrated .MeowshipApp-CourierItem{flex-wrap:wrap;justify-content:center}}@media (max-width:1200px){.MeowshipApp-CourierList{grid-template-columns:1fr}.MeowshipApp-IntegratedCouriers{grid-template-columns:1fr 1fr}.MeowshipApp-SubscriptionCol:not(:first-child){margin-top:16px}}@media (max-width:990px){.MeowshipApp-SubscriptionCol:first-child{margin-top:16px}}@media (max-width:968px){.MeowshipApp-GeneralSettings__FormInline{flex-wrap:wrap;gap:0}}@media (max-width:768px){.MeowshipApp-InlineSelect__3{grid-template-columns:1fr}.MeowshipApp-InlineSelect{gap:0}.MeowshipApp-Fulfillments__Address{display:none}.MeowshipApp-MobileMarginTop{margin-top:16px}.MeowshipApp-IntegratedCouriers{grid-template-columns:1fr}.MeowshipApp-OrderStatus{flex-direction:column;align-items:flex-start;gap:16px}.MeowshipApp-Title{margin-left:-8px;width:calc(100% + 16px);padding-left:8px;padding-right:8px}.MeowshipApp-Title:has(.MeowshipApp-PrimaryAction){flex-direction:column;align-items:flex-start}.MeowshipApp-Couriers{grid-template-columns:1fr}.MeowshipApp-Modal__Order .ant-modal-content{padding:16px}.MeowshipApp-Orders__Filters{flex-direction:column;gap:8px}}@media (max-width:640px){.MeowshipApp-PickupAddressFormInputGroup,.MeowshipApp-PushingFormInputGroup{flex-direction:column;gap:0}.MeowshipApp-DropdownAddress{flex-direction:column;gap:0;margin-bottom:12px}.MeowshipApp-DropdownAddress>*{margin-bottom:0}}@media (max-width:548px){.MeowshipApp-SummaryPrice{flex-direction:column}.MeowshipApp-CourierContent{text-align:center}}@media (max-width:480px){.MeowshipApp-Modal__Order .ant-modal-content{padding:8px}.MeowshipApp-CourierList .MeowshipApp-CourierItem{flex-direction:column}.MeowshipApp-CourierList .MeowshipApp-CourierContent .MeowshipApp-CourierImg{max-width:100%}}