.form-textarea{height:auto!important}.css-hlgwow{padding:6px 8px!important}.css-13cymwt-control{border:1px solid #dee2e6!important}.rmdp-shadow{box-shadow:none!important}.rmdp-range{background-color:#0074d9!important;box-shadow:none!important}.rmdp-day span:hover{background-color:#0074d9c9!important}.rmdp-day.rmdp-today span{background-color:#99999952!important}.css-hlgwow{padding-left:24px!important}.item-icon{background-color:#f9f9fb;border-radius:.5rem;display:flex;align-items:center;justify-content:center;height:2.3rem;color:#3d445c;width:2.3rem}.delivery-timeline{display:flex;flex-direction:column;gap:2rem;position:relative;padding-left:20px}.timeline-item{display:flex;align-items:flex-start;position:relative}.timeline-marker{position:absolute;left:0;width:12px;height:12px;border:2px solid;background:#fff}.timeline-marker.start{position:relative;width:14px;height:14px;background:orange;border-radius:50% 50% 50% 0;transform:rotate(-45deg);top:2px}.timeline-marker.start:after{content:"";position:absolute;top:3px;left:3.5px;width:3px;height:3px;background:#000;border-radius:50%}.timeline-marker.end{position:relative;width:14px;height:14px;background:teal;border-radius:50% 50% 50% 0;transform:rotate(-45deg);top:2px}.timeline-marker.end:after{content:"";position:absolute;top:3px;left:3.5px;width:3px;height:3px;background:#000;border-radius:50%}.timeline-item:not(:last-child):after{content:"";position:absolute;left:5px;top:15px;width:0;height:calc(100% + 1.5rem);border-left:1.5px dashed #999}.timeline-content{margin-left:25px}.label_setting{height:70px;justify-content:center;font-size:14px;font-weight:700;padding:15px;cursor:pointer}:root{--primary:#4d194d;--primary-l:#6b2c6b;--primary-xl:#f5eaf5;--primary-2xl:#fbf5fb;--secondary:#da627d;--secondary-l:#f0a0b2;--secondary-xl:rgba(218,98,125,.08);--success:#22c55e;--success-bg:rgba(34,197,94,.1);--warning:#f59e0b;--warning-bg:rgba(245,158,11,.1);--danger:#ef4444;--danger-bg:rgba(239,68,68,.1);--info:#3b82f6;--info-bg:rgba(59,130,246,.1);--bg:#f4f0f4;--surface:#fff;--surface2:#faf7fa;--border:#e8dce8;--border-l:#f1eaf1;--text:#1e0e1e;--text-m:#7a6a7a;--text-l:#b0a0b0;--shadow-xs:0 1px 2px rgba(77,25,77,.06);--shadow-sm:0 2px 8px rgba(77,25,77,.08);--shadow:0 4px 20px rgba(77,25,77,.1);--shadow-lg:0 12px 40px rgba(77,25,77,.14);--r:12px;--r-sm:8px;--r-xs:6px;--sidebar-w:72px;--topbar-h:62px;--font-display:"Syne",sans-serif;--font-body:"DM Sans",sans-serif;--transition:.22s cubic-bezier(.4,0,.2,1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);min-height:100vh;display:flex;flex-direction:column;justify-content:center;transition:background .3s,color .3s;font-size:14px;line-height:1.6}.section-eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:10px}.eyebrow-line{width:28px;height:2px;background:linear-gradient(90deg,#4d194d,#da627d);border-radius:2px}.eyebrow-text{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.8px;color:#7a6a7a}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:100%;margin-bottom:50px}.stat-card{background:#fff;border:1px solid #f1eaf1;border-radius:18px;padding:22px 22px 18px;position:relative;overflow:hidden;cursor:default;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease,border-color .3s;transform:translateY(28px)}.stat-card.visible{animation:cardIn .6s cubic-bezier(.22,1,.36,1) forwards}.stat-card:nth-child(1){animation-delay:0s}.stat-card:nth-child(2){animation-delay:.1s}.stat-card:nth-child(3){animation-delay:.2s}.stat-card:nth-child(4){animation-delay:.3s}@keyframes cardIn{0%{opacity:0;transform:translateY(28px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.stat-card:hover{transform:translateY(-5px) scale(1.015);box-shadow:0 18px 40px #4d194d26;border-color:#e8dce8}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:18px 18px 0 0;opacity:0;transition:opacity .3s}.stat-card:hover:before{opacity:1}.stat-card.c-purple:before{background:linear-gradient(90deg,#4d194d,#6b2c6b)}.stat-card.c-blue:before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.stat-card.c-green:before{background:linear-gradient(90deg,#22c55e,#4ade80)}.stat-card.c-red:before{background:linear-gradient(90deg,#ef4444,#f87171)}.stat-card:after{content:"";position:absolute;top:-60%;left:-60%;width:50%;height:220%;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.06) 50%,transparent 60%);transform:skew(-15deg);transition:left .6s ease;pointer-events:none}.stat-card:hover:after{left:160%}.stat-blob{position:absolute;top:-24px;right:-24px;width:80px;height:80px;border-radius:50%;opacity:.07;transition:opacity .3s,transform .4s}.stat-card:hover .stat-blob{opacity:.13;transform:scale(1.2)}.c-purple .stat-blob{background:#4d194d}.c-blue .stat-blob{background:#3b82f6}.c-green .stat-blob{background:#22c55e}.c-red .stat-blob{background:#ef4444}.stat-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.stat-icon-wrap{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:16px;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.stat-card:hover .stat-icon-wrap{transform:scale(1.12) rotate(-4deg)}.c-purple .stat-icon-wrap{background:#f5eaf5;color:#4d194d}.c-blue .stat-icon-wrap{background:#3b82f61a;color:#3b82f6}.c-green .stat-icon-wrap{background:#22c55e1a;color:#22c55e}.c-red .stat-icon-wrap{background:#ef44441a;color:#ef4444}.stat-trend{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;padding:4px 8px;border-radius:20px;line-height:1;white-space:nowrap}.stat-trend.up{background:#22c55e1a;color:#22c55e}.stat-trend.down{background:#ef44441a;color:#ef4444}.stat-trend.flat{background:#f59e0b1a;color:#f59e0b}.stat-number{font-family:Syne,sans-serif;font-size:36px;font-weight:800;letter-spacing:-2px;line-height:1;color:#1e0e1e;margin-bottom:6px}.stat-prefix,.stat-suffix{font-size:18px;font-weight:600;letter-spacing:-.5px;opacity:.6}.stat-label{font-size:12px;font-weight:500;color:#7a6a7a;text-transform:uppercase;letter-spacing:.8px;margin-bottom:14px}.stat-bar-wrap{margin-top:auto}.stat-bar-label{display:flex;justify-content:space-between;font-size:10px;color:#b0a0b0;margin-bottom:5px}.stat-bar{height:4px;background:#f1eaf1;border-radius:4px;overflow:hidden}.stat-bar-fill{height:100%;border-radius:4px;width:0;transition:width 1.2s cubic-bezier(.22,1,.36,1)}.c-purple .stat-bar-fill{background:linear-gradient(90deg,#4d194d,#6b2c6b)}.c-blue .stat-bar-fill{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.c-green .stat-bar-fill{background:linear-gradient(90deg,#22c55e,#4ade80)}.c-red .stat-bar-fill{background:linear-gradient(90deg,#ef4444,#f87171)}.stat-divider{height:1px;background:#f1eaf1;margin:12px 0}.stat-sub{font-size:11px;color:#b0a0b0;display:flex;align-items:center;gap:4px}.dark-toggle{position:fixed;top:20px;right:20px;width:40px;height:40px;border-radius:12px;background:#fff;border:1px solid #f1eaf1;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#7a6a7a;font-size:14px;transition:all .2s;box-shadow:0 2px 10px #4d194d1a}.dark-toggle:hover{background:#f5eaf5;color:#4d194d}.live-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#22c55e;position:relative;flex-shrink:0}.live-dot:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;background:#22c55e;opacity:.3;animation:ripple 2s ease-out infinite}@keyframes ripple{0%{transform:scale(1);opacity:.4}to{transform:scale(2.8);opacity:0}}@media (max-width: 700px){.stats-grid{grid-template-columns:1fr 1fr}}@media (max-width: 420px){.stats-grid{grid-template-columns:1fr}.stat-number{font-size:30px}}.body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important}.cmp_input_gm,.cmp_input_lbh{color:#04c!important}.cmp_required:after{content:" *";color:#d10303!important}.cmp-text-danger{font-size:12px!important;color:#d10303!important}.forward_reverse{min-height:390px;overflow:auto;height:390px}.volume_price{background:#f9f9fb;margin-top:15px;padding:15px;border-radius:.5rem}.courier-title-heading{font-weight:600;font-size:.98rem;color:#000;line-height:normal;margin-bottom:0;padding:0;font-style:normal}.courier-box{display:flex;align-items:center;gap:8px;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}.courier-box-rs{display:"flex";align-items:"center"}.delivery_in{color:#000;font-size:.765rem}.form-text{border-top:1px dashed rgb(204,204,204);color:#000;align-items:center;display:flex;padding:5px 0;font-size:.645rem;margin-top:.25rem}.org_des_box{height:65px;padding:inherit;margin-left:-15px}.mile-container{box-sizing:border-box;height:5%;padding:1.0625rem .08125rem;position:absolute}.mile-path{border-color:#525b7a;border-style:dashed;border-left-width:1.4px;height:100%;width:0px}.mile-container .mile-path:before{background-color:#525b7a;border-radius:9999px;height:.5rem;margin-right:10px;width:.5rem;position:absolute;top:0;content:"";right:-.65rem;z-index:2}.mile-container .mile-path:after{background-color:#525b7a;height:.5rem;margin-right:10px;width:.5rem;position:absolute;bottom:0;content:"";right:-.65rem;z-index:2}.fromclass{margin-left:10px}.toclass{margin-top:12px;margin-left:10px}a{color:#1f3bb3!important}.box-class{font-weight:700}.shadow-sm{box-shadow:0 2px 5px #00000026!important;border-radius:5px!important}.address-textarea{height:50px!important;resize:none}.text-danger{color:#ca0505!important;font-weight:700;text-transform:capitalize;font-size:12px}.charge-info-text{font-size:12px!important;color:#04c!important;font-weight:700!important}.custom-option{border:1px solid #dbdade;border-radius:.375rem;display:block;min-height:1.378125rem;padding-left:1.7em;margin-bottom:.125rem}.cmp_modal-lg{--bs-modal-width: 60% !important}.selected-rate{border:2px solid #007bff!important;background-color:#e7f1ff!important;transition:all .3s ease}.zonesection{color:#1f3bb3;font-weight:600;text-transform:uppercase}#sidebar{background:#4d194d!important}.nav-link{margin:0;font-weight:700!important}.sidebar .nav .nav-item .nav-link{color:#fff}.navbar,.content-wrapper{background:#e8e0e8!important}.menu-icon{color:#fff!important;font-weight:700!important}.sidebar .nav .nav-item.nav-category{color:#fff!important}.sidebar-icon-only .sidebar .nav .nav-item.active .nav-link i.menu-icon{color:#1f3bb3!important}.navbar-brand-wrapper{background:#e6e5f3!important}.navbar-menu-wrapper{background:#fff!important;height:70px!important}.welcome-text{color:#000!important}.navbar .navbar-menu-wrapper .navbar-nav .nav-item .dropdown-bordered{border:1px solid #3598dc;background:#3598dc;color:#fff!important;font-weight:700!important}.kw_button_cancel{color:#fff!important;background-color:#e60b0b!important;border-color:#e60b0b!important;text-transform:uppercase}.kw_button_booked{color:#155724!important;background-color:#fff!important;border-color:#155724!important;font-weight:900;text-transform:uppercase}.awb_design{color:#00f!important}.response_error{color:#e60b0b!important;text-transform:capitalize!important;font-weight:700;max-width:250px;white-space:normal;word-break:break-word}.filters-offcanvas{width:600px!important}.filters-left{width:165px;border-right:1px solid #e5e5e5;padding:10px 0}.filters-tab{padding:10px 16px;cursor:pointer;color:#555;position:relative}.filters-tab.active{color:#198754;font-weight:500}.filters-tab.active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;background:#198754;border-radius:2px}.filters-right{flex:1;padding:16px;overflow-y:auto}.table-scroll-x{overflow-x:auto;position:relative}.sticky-action{position:sticky;right:0;background:#fff;z-index:2;box-shadow:-2px 0 5px #0000000d}thead .sticky-action{z-index:3}.blurred_bg{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.tab_header{margin-bottom:5px;margin-left:5px;color:#929292;font-size:11px}.custom_tab,.custom_active_tab{font-size:14px;border:1px solid #eee;cursor:pointer;min-width:120px}.custom_active_tab{background-color:#9fc4e41a!important;border-bottom:2px solid #0c243d}.custom_tab:hover{background-color:#9fc4e41a!important}.tab-section{min-width:260px}.submit-button-movora{background-color:#4d194d!important;color:#fff!important}label{display:inline-block!important;font-size:13px!important;color:#000!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color emoji";text-overflow:ellipsis!important;font-weight:600!important}.reg-movora-img{margin-left:auto;margin-right:auto;display:block}.form-control{padding:0 0 0 10px!important;color:#000!important}@media (max-width: 768px){.shipment-tabs{flex-direction:column;gap:16px}.btn-group{width:100%}.custom_tab,.custom_active_tab{flex:1 1 48%;margin-bottom:6px}}@media (max-width: 480px){.custom_tab,.custom_active_tab{flex:1 1 100%;font-size:13px}}.profile-img{object-fit:cover}.header_button{background-color:#da627d!important;color:#fff;border:1px solid #DA627D!important}.modal-header{display:flex;flex-shrink:0;align-items:flex-start;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);height:65px!important;background:#4d194d!important;color:#fff!important;padding:20px!important}.modal-title{margin-bottom:0!important;line-height:var(--bs-modal-title-line-height)!important;font-weight:700!important}.modal .modal-dialog .modal-content .modal-header .close{border:none!important;background:transparent!important;margin-top:-10px!important}.modal .modal-dialog .modal-content .modal-header .close span{font-size:32px!important;font-weight:400!important;color:#fff!important}.btn-dark{background:#006466!important;color:#fff;font-size:10px!important}.btn-close{color:#fff!important}.hide-card{transition:background-color .2s ease,border-color .2s ease}.cursor-pointer{cursor:pointer}.border-secondary-subtle{border-color:#dee2e6}.toggle-row{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}.toggle-row:hover{background-color:#f5f5f5}.toggle-label{font-size:14px;font-weight:500}.form-switch .form-check-input{cursor:pointer;transition:background-color .2s ease}.preview-label{border:1px solid #000;padding:12px;font-size:12px;background:#fff}.shipment-tabs-container{display:flex;align-items:center;gap:18px;border-bottom:1px solid #e5e7eb;margin-bottom:20px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.shipment-tabs-container::-webkit-scrollbar{display:none}.shipment-tab{position:relative;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;padding:6px 4px;transition:all .3s ease;white-space:nowrap}.shipment-tab:hover{color:#111827;transform:translateY(-1px)}.shipment-tab.active{color:#111827;font-weight:600}.shipment-tab:after{content:"";position:absolute;bottom:-7px;left:0;width:0%;height:3px;background-color:#111827;border-radius:6px;transition:width .35s ease}.shipment-tab.active:after{width:100%}.tab-divider{height:18px;width:1px;background:#e5e7eb;margin-left:14px}.tab-count{min-width:24px;text-align:center;background:#f3f4f6;color:#374151;font-size:12px;font-weight:600;padding:3px 8px;border-radius:999px;transition:all .3s ease}.shipment-tab:hover .tab-count{background:#e5e7eb}.shipment-tab.active .tab-count{background:#111827;color:#fff;transform:scale(1.05)}.sub-menu{background:#1e1e2d!important;padding-left:35px}.sub-menu .nav-link{color:#cfcfcf!important;font-size:13px}.sub-menu .nav-link:hover{color:#fff!important;background:#ffffff0d!important}.menu-arrow{margin-left:auto;transition:.3s}.menu-arrow.rotate{transform:rotate(90deg)}.rate-card{border-radius:10px;border:1px solid #e6e6e6}.rate-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.rate-plan-name{font-size:13px;color:#888;margin:0}.rate-table-wrapper{max-height:520px;overflow:auto}.rate-table thead{position:sticky;top:0;background:#f8f9fb;z-index:2}.rate-table th{font-size:13px;font-weight:600;color:#555;border-bottom:1px solid #eee}.rate-table td{vertical-align:middle;font-size:13px}.rate-table tbody tr:hover{background:#fafafa}.courier-cell{min-width:140px}.courier-name{font-weight:600;color:#333}.weight-badge{display:inline-block;margin-top:4px;font-size:11px;background:#eef3ff;padding:3px 8px;border-radius:20px;color:#3b5bdb}.zone-box{display:flex;flex-direction:column;gap:3px}.rate-line{display:flex;justify-content:space-between;font-size:12px}.rate-label{font-size:10px;padding:2px 5px;border-radius:4px;color:#fff}.rate-label.fwd{background:#4caf50}.rate-label.wt{background:#2196f3}.rate-label.rto{background:#ff9800}.cod-box{font-weight:600}.cod-percent{display:block;font-size:11px;color:#777}.no-data{text-align:center;padding:40px;color:#999}.order-tabs{border-bottom:1px solid #e5e5e5!important;font-family:Manrope,sans-serif}.order-tabs .order-nav-link{border:none;color:#555;font-weight:500;padding:10px 16px;background:transparent}.order-tabs .order-nav-link:hover{color:#000}.order-tabs .order-nav-link.active{border-bottom:3px solid #1f3bb3;font-style:normal;font-weight:700!important;font-size:13px;line-height:18px;color:#fff!important;padding:12px 14px;border-radius:5px!important;border-right:1px solid #dee2e6!important;font-family:Manrope,sans-serif;background:#1f3bb3!important}.order-table thead th{font-size:14px;font-weight:600;color:#444;border-bottom:1px solid #e5e5e5}.order-table tbody td{font-size:14px;vertical-align:middle}.order-table tbody tr:hover{background:#fafafa}.tab-content{border:1px solid #e5e5e5!important;border-top:none!important;padding:20px!important;border-radius:0 0 5px 5px!important}.tab-content.tab-content-vertical{border-top:none!important}.empty-icon{width:70px;height:70px;margin:auto auto 15px;background:#f5f6f8;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#555}.empty-orders h5{font-weight:600;margin-bottom:8px;text-align:center}.empty-orders p{color:#777;font-size:14px;margin-bottom:15px;text-align:center}.filter-card{border-radius:10px;border:1px solid #e8e8e8}.filter-label{font-size:13px;font-weight:600;color:#555;margin-bottom:5px;display:block}.filter-input{height:42px;border-radius:6px}.filter-select .react-select__control{height:42px}.btn-dark{background:#1f2937;border:none}.btn-dark:hover{background:#111827}.sk{border-radius:6px;background:linear-gradient(90deg,#f3f3f3 25%,#e8e8e8 37%,#f3f3f3 63%);background-size:400% 100%;animation:skeleton 1.4s ease infinite}@keyframes skeleton{0%{background-position:100% 50%}to{background-position:0 50%}}.sk-text{height:14px}.sk-checkbox{width:18px;height:18px}.sk-btn{width:70px;height:32px;border-radius:8px}.w-70{width:70px}.w-80{width:80px}.w-90{width:90px}.w-100{width:100px}.w-110{width:110px}.w-120{width:120px}.w-130{width:130px}.w-140{width:140px}.w-160{width:160px}.w-180{width:180px}.skeleton-row td{padding:16px 12px}.btn-light,.btn-light:hover{background:#8b0000;font-size:10px;color:#fff!important;font-weight:700!important}.shipment-nav-tabs{border-bottom:1px solid #e5e5e5!important;font-family:Manrope,sans-serif}.shipment-nav-tabs .nav-link{color:#555!important;font-weight:500!important;padding:10px 16px;background:transparent;border-right:1px solid #dee2e6!important}.shipment-nav-tabs .nav-link:hover{color:#000}.shipment-nav-tabs .nav-link.active{border-bottom:3px solid #1f3bb3;font-style:normal;font-weight:700!important;font-size:13px;line-height:18px;color:#fff!important;padding:12px 14px;border-radius:5px!important;border-right:1px solid #dee2e6!important;font-family:Manrope,sans-serif;background:#1f3bb3!important}.shipment-table thead th{font-size:13px;font-weight:600;color:#444;border-bottom:1px solid #e6e6e6}.shipment-table tbody td{font-size:14px;vertical-align:middle}.shipment-table tbody tr:hover{background:#fafafa}.shipment-table .awb_design{font-size:12px;color:#666}.shipment-table .response_error{font-size:12px}.bulk-action-bar{padding:10px 0;border-bottom:1px solid #eee}.bulk-action-bar .btn{border-radius:6px}.btn-warning{background:#fff;color:#04c;border:1px solid #04c;font-weight:700}.remit-card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 3px 8px #0000000d;transition:.2s}.remit-card h6{font-size:13px;color:#888;margin-bottom:5px}.remit-card h3{font-weight:700}.remit-card p{font-size:12px;color:#999}.remit-card.total{border-left:4px solid #6366f1}.remit-card.settled{border-left:4px solid #22c55e}.remit-card.pending{border-left:4px solid #f59e0b}.remit-card.early{border-left:4px solid #06b6d4}.remit-card:hover{transform:translateY(-2px)}.remit-cycle{background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 8px #0000000d}.cycle-box{display:flex;justify-content:space-between}.cycle-box span{font-size:12px;color:#777;display:block}.remit-table thead th{font-size:13px;color:#666}.remit-table tbody tr:hover{background:#fafafa}.awb{font-weight:600;color:#6366f1}.net{font-weight:600}.status{padding:4px 10px;border-radius:20px;font-size:12px}.status.pending{background:#fff7ed;color:#ea580c}.status.settled{background:#ecfdf5;color:#16a34a}.status.processing{background:#eef2ff;color:#4f46e5}.remit-card{height:100%}.card{border-radius:10px;box-shadow:0 2px 8px #0000000d}.courier-card{border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#fff;cursor:pointer;transition:.25s}.courier-card:hover{box-shadow:0 10px 25px #00000014;transform:translateY(-2px)}.courier-card.active{border:2px solid #4599cd;background:#f4f9ff}.courier-top{display:flex;justify-content:space-between;align-items:center}.courier-left{display:flex;gap:12px;align-items:center}.courier-logo{width:40px;height:40px;object-fit:contain}.courier-name{font-weight:600}.courier-rating{font-size:12px;color:#f59e0b}.courier-price{font-size:20px;font-weight:700}.courier-bottom{margin-top:10px;display:flex;justify-content:space-between;font-size:12px;color:#6b7280}.badge.best{background:#22c55e;color:#fff;margin-right:5px}.badge.cheapest{background:#2563eb;color:#fff}.login-page{display:flex;min-height:100vh;background:#f4f6f9}.login-left{flex:1;padding:60px;color:#fff;background:linear-gradient(135deg,#5b2c6f,#8e44ad);overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.login-left:before{content:"";position:absolute;top:0;left:0;width:200%;height:200%;background-image:radial-gradient(circle,rgba(255,255,255,.3) 1.5px,transparent 1.5px);background-size:50px 50px;animation:mapMove 25s linear infinite;opacity:.6;pointer-events:none;align-items:center}.login-left:after{content:"";position:absolute;bottom:-150px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.25),transparent);filter:blur(120px);opacity:.5;pointer-events:none;align-items:center}@keyframes mapMove{0%{transform:translate(0)}50%{transform:translate(-40px,-40px)}to{transform:translate(0)}}.shipping-network{width:100%;height:200px;margin-bottom:40px;position:relative;z-index:1}.shipping-svg{width:100%;height:100%}.route{fill:none;stroke:#fff;stroke-width:2;stroke-dasharray:10 10;animation:routeMove 10s linear infinite;filter:drop-shadow(0 0 6px rgba(255,255,255,.6))}.node{fill:#fff;animation:nodeGlow 2s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(255,255,255,.8))}.floating-packages{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.package{position:absolute;font-size:26px;opacity:.6;animation:floatPackage 12s linear infinite}.p1{left:10%;animation-duration:14s}.p2{left:30%;animation-duration:18s}.p3{left:60%;animation-duration:16s}.p4{left:85%;animation-duration:20s}@keyframes floatPackage{0%{transform:translateY(120vh) rotate(0);opacity:0}20%{opacity:.6}80%{opacity:.6}to{transform:translateY(-100px) rotate(360deg);opacity:0}}@keyframes routeMove{0%{stroke-dashoffset:0}to{stroke-dashoffset:-120}}@keyframes nodeGlow{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.brand-content{margin-bottom:30px;position:relative;z-index:1;text-align:center}.brand-content h2{font-size:36px;font-weight:700;letter-spacing:.3px}.brand-sub{font-size:16px;opacity:.9}.shipment-counter{margin-bottom:40px;position:relative;z-index:1;text-align:center}.shipment-counter h3{font-size:42px;font-weight:700;margin-bottom:5px}.shipment-counter p{opacity:.85}.courier-slider{margin-top:60px;overflow:hidden;width:100%}.courier-track{display:flex;align-items:center;gap:60px;animation:scroll 25s linear infinite;will-change:transform}.courier-logo{background:#fff;padding:10px 18px;border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000014}.courier-logo img{height:28px;width:auto;object-fit:contain;transition:.3s}.courier-logo:hover img{transform:scale(1.08)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.login-right{flex:1;display:flex;justify-content:center;align-items:center;padding:40px}.login-card{background:#fff;padding:40px;width:380px;border-radius:12px;box-shadow:0 20px 50px #00000014}.login-logo{width:150px;margin:auto auto 20px;display:block}.password-box{position:relative}.password-icon{position:absolute;right:12px;top:10px;cursor:pointer}.login-btn{width:100%;padding:12px;border:none;border-radius:8px;background:linear-gradient(135deg,#5b2c6f,#8e44ad);color:#fff;font-weight:600;transition:.3s}.login-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #00000026}.login-links{margin-top:20px;text-align:center}@media (max-width:1024px){.login-page{flex-direction:column}.login-left{padding:60px 30px;text-align:center;align-items:center}.login-right{padding:40px 20px}.login-card{max-width:420px;width:100%}}@media (max-width:768px){.login-left{padding:40px 25px}.login-left h2{font-size:24px}.brand-sub{font-size:14px}.shipment-counter h3{font-size:30px}.login-logo{width:120px}.login-card{padding:30px 25px}}@media (max-width:480px){.login-left{display:none}.login-page{justify-content:center;align-items:center}.login-card{width:90%;padding:25px}}.register-layout{display:flex;min-height:100vh;background:#f4f6f9;width:100%}.register-left{flex:1;background:linear-gradient(135deg,#5b2c6f,#8e44ad);color:#fff;display:flex;align-items:center;justify-content:center;padding:60px;position:relative;overflow:hidden}.shipping-network{position:absolute;width:100%;height:100%;background-image:radial-gradient(circle,rgba(255,255,255,.3) 1px,transparent 1px);background-size:40px 40px;opacity:.4;animation:moveMap 25s linear infinite}@keyframes moveMap{0%{transform:translate(0)}50%{transform:translate(-40px,-40px)}to{transform:translate(0)}}.register-brand-content{position:relative;z-index:2;max-width:400px;text-align:center}.register-brand-content h2{font-size:36px;font-weight:700;margin-bottom:10px}.register-brand-content p{font-size:16px;margin-bottom:0}.register-steps{display:flex;flex-direction:column;gap:20px}.step{display:flex;align-items:center;gap:12px;opacity:.5}.step span{width:40px;height:40px;border-radius:50%;background:#fff;color:#5b2c6f;display:flex;align-items:center;justify-content:center;font-weight:700}.step.active{opacity:1}.step.active span{background:gold;color:#000}.register-right{flex:1;display:flex;align-items:center;justify-content:center;padding:40px}.auth-form-transparent{background:#fff;padding:40px;border-radius:12px;box-shadow:0 20px 50px #00000014;width:600px;max-width:100%}.reg-movora-img{width:140px;display:block;margin:auto}.submit-button-movora{height:46px;border-radius:8px;background:linear-gradient(135deg,#5b2c6f,#8e44ad);border:none;font-weight:600}.otp-input{text-align:center;font-size:22px;height:50px}@media (max-width:900px){.register-layout{flex-direction:column}.register-left{display:none}.auth-form-transparent{width:100%}}
