*{box-sizing:border-box}:root{--blue:#082c76;--gold:#f4b43f;--ink:#273247;--muted:#708096;--line:#dfe7f2;--soft:#f5f8fd}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:linear-gradient(135deg,var(--blue),#1b5cad)}button,input,select,textarea{font:inherit}button{border:0;border-radius:14px;background:var(--blue);color:#fff;padding:14px 22px;font-weight:800;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:#e8eef8;color:var(--blue)}.driver-shell{min-height:100vh;display:grid;grid-template-columns:minmax(320px,42%) 1fr;gap:28px;padding:34px}.hero-panel{background:radial-gradient(circle at top left,#174fa6,#06245f 62%,#031b49);border-radius:34px;color:#fff;padding:56px;display:flex;flex-direction:column;justify-content:center;min-height:650px}.brand-logo{width:min(100%,520px);margin-bottom:56px}.brand-logo.small{width:190px;margin-bottom:0}.brand-main{font-weight:950;font-size:clamp(52px,7vw,112px);line-height:.9;letter-spacing:-6px;white-space:nowrap}.brand-logo.small .brand-main{font-size:42px;letter-spacing:-2px}.brand-av{color:#fff}.brand-logo.small .brand-av{color:var(--blue)}.brand-x,.brand-press{color:#ffd129}.brand-line{height:5px;background:#ffd129;margin:22px 0 20px;border-radius:999px}.brand-logo.small .brand-line{height:3px;margin:10px 0 8px}.brand-tagline{color:#fff;font-weight:900;letter-spacing:10px;font-size:clamp(12px,1.6vw,28px)}.brand-logo.small .brand-tagline{color:var(--blue);font-size:8px;letter-spacing:4px}.hero-kicker{color:#fff;letter-spacing:9px;font-weight:900;font-size:17px;margin-bottom:40px}.hero-panel h1{font-size:clamp(58px,7vw,108px);line-height:.94;margin:0 0 36px;color:#fff3d5;letter-spacing:-5px}.hero-panel p{color:#dce8ff;font-size:22px;max-width:700px}.contact-block{margin-top:50px;display:grid;gap:10px;color:#fff3d5;font-size:22px}.form-panel{background:#fffffff2;border-radius:34px;padding:38px;min-height:650px;box-shadow:0 18px 50px #0000002e}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:36px}.step{display:flex;align-items:center;gap:12px;color:#a0aabc;border-bottom:5px solid #d8dfec;padding-bottom:14px}.step span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#d8dfec;color:#fff;font-weight:900}.step.active{color:var(--ink);border-color:var(--gold)}.step.active span{background:var(--gold)}h2{font-size:34px;margin:0 0 24px}.grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:20px}label{display:grid;gap:9px;color:#556176;font-weight:850}input,select,textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px 16px;min-height:52px;color:var(--ink)}textarea{margin-top:20px;min-height:105px;resize:vertical}.check-list{display:grid;gap:14px;margin-bottom:28px}.check-list label{display:flex;align-items:center;padding:14px;background:var(--soft);border:1px solid var(--line);border-radius:16px}.check-list input{width:auto;min-height:auto;margin-right:12px}.files-grid input{padding:13px}.review{display:grid;grid-template-columns:220px 1fr;gap:16px 28px;background:var(--soft);border:1px solid var(--line);border-radius:22px;padding:28px}.review span{color:var(--muted)}.review b{text-align:right;color:var(--ink);text-transform:uppercase}.actions{margin-top:36px;display:flex;justify-content:flex-end;gap:14px}.error-box{background:#fff1f1;color:#a32323;border:1px solid #ffd1d1;padding:14px 18px;border-radius:16px;margin-bottom:18px;font-weight:800}.success-page{min-height:100vh;display:grid;place-items:center;padding:30px}.success-card{width:min(760px,100%);background:#fff;border-radius:34px;padding:54px;text-align:center;box-shadow:0 20px 70px #00000038}.success-card .brand-logo{margin:0 auto 34px}.success-card .brand-av{color:var(--blue)}.success-card h1{font-size:44px;color:var(--blue)}.success-card p{color:var(--muted);font-size:20px}.success-actions{margin-top:28px}.dashboard-shell{min-height:100vh;padding:38px}.dashboard-card{max-width:1500px;margin:0 auto;background:#fffffff2;border-radius:32px;padding:30px}.dashboard-header{display:grid;grid-template-columns:220px 1fr auto auto;gap:20px;align-items:center;padding-bottom:24px}.dashboard-header p{font-weight:900;color:var(--blue);letter-spacing:3px;margin:0}.dashboard-header h1{margin:3px 0;color:var(--blue)}.dashboard-header a{color:var(--blue);font-weight:900;text-decoration:none}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:20px 0}.stats div{background:var(--soft);border:1px solid var(--line);border-radius:18px;padding:20px}.stats b{display:block;font-size:32px;color:var(--blue)}.filters{display:flex;gap:20px;margin:20px 0 28px}.filters label{min-width:260px}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:22px}table{width:100%;border-collapse:collapse;min-width:1100px}th,td{text-align:left;padding:18px;border-bottom:1px solid var(--line);vertical-align:top}th{color:var(--blue);background:#f4f7fc;font-size:13px;text-transform:uppercase;letter-spacing:1px}td small{display:block;color:var(--muted);margin-top:6px}.badge{display:inline-block;padding:8px 12px;border-radius:999px;background:#e8eef9;color:var(--blue);font-weight:900;font-size:12px}.badge.approved{background:#e8fff1;color:#126336}.badge.rejected{background:#ffe8e8;color:#932222}.badge.reviewing{background:#fff5d6;color:#8a5b00}.row-actions{display:flex;flex-wrap:wrap;gap:8px}.row-actions button{padding:8px 10px;font-size:12px;border-radius:10px}.empty{text-align:center;color:var(--muted);padding:34px}@media(max-width:950px){.driver-shell{grid-template-columns:1fr;padding:16px}.hero-panel{min-height:auto;padding:36px}.grid,.steps,.review{grid-template-columns:1fr}.review b{text-align:left}.dashboard-header{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}}.admin-login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f4f7f;padding:24px;box-sizing:border-box}.admin-login-card{width:min(440px,94vw);background:#f7f1e8;border-radius:28px;padding:32px;box-sizing:border-box;box-shadow:0 24px 80px #0000002e}.admin-login-kicker{letter-spacing:.25em;font-weight:800;color:#123d63;font-size:12px;margin-top:24px}.admin-login-card h1{margin:8px 0;color:#123d63}.admin-login-form{display:grid;gap:14px;margin-top:20px}.admin-login-form input{width:100%;padding:14px;border:1px solid rgba(18,61,99,.18);border-radius:14px;box-sizing:border-box}.admin-login-form button,.logout-btn{background:#123d63;color:#fff;border:0;border-radius:14px;padding:12px 16px;font-weight:800;cursor:pointer}.logout-btn{margin-left:8px}.dashboard-shell{width:100%;min-height:100vh;padding:20px;background:#0f4f7f;box-sizing:border-box;overflow-x:auto}.dashboard-card{width:100%;max-width:1400px;margin:0 auto;box-sizing:border-box}.table-wrap{overflow-x:auto}@media(max-width:900px){.dashboard-card{padding:14px}.dashboard-header{gap:12px;flex-wrap:wrap}}.admin-login-shell{min-height:100vh;width:100%;padding:56px clamp(24px,6vw,90px);display:grid;grid-template-columns:minmax(420px,1fr) minmax(420px,540px);align-items:center;gap:clamp(40px,7vw,110px);background:radial-gradient(circle at 10% 12%,rgba(255,210,25,.11),transparent 22%),linear-gradient(135deg,#001f66,#004fa3 48%,#057eb2);box-sizing:border-box;overflow:hidden;position:relative}.admin-login-shell:before{content:"X";position:absolute;left:3vw;top:15vh;font-size:min(42vw,620px);font-weight:900;color:#ffffff0e;line-height:.8;pointer-events:none}.admin-login-brand{position:relative;z-index:1;color:#fff;max-width:760px}.admin-login-logo{font-size:clamp(64px,8vw,118px);font-weight:950;letter-spacing:-5px;line-height:.9;text-shadow:0 18px 35px rgba(0,0,0,.25)}.admin-login-logo span{color:#ffd21a;font-style:italic}.admin-login-tagline{margin-top:26px;color:#fff;font-size:clamp(20px,2.15vw,32px);letter-spacing:clamp(7px,1vw,13px);font-weight:900}.admin-login-text{margin-top:28px;max-width:540px;color:#ffffffeb;font-size:clamp(18px,1.5vw,22px);line-height:1.45}.admin-login-features{margin-top:54px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.admin-feature{min-width:0;color:#fff;padding-right:20px;border-right:1px solid rgba(255,255,255,.22)}.admin-feature:last-child{border-right:0}.admin-feature-icon{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;margin-bottom:16px;background:#ffffff1c;border:1px solid rgba(255,255,255,.18);color:#ffd21a;font-size:26px;font-weight:900}.admin-feature b{display:block;font-size:17px;letter-spacing:1.8px;margin-bottom:8px}.admin-feature span{color:#ffffffe0;line-height:1.35}.admin-login-card{position:relative;z-index:2;width:100%;background:#fffaf2f7;color:#082a5a;border-radius:30px;padding:clamp(32px,4vw,52px);box-shadow:0 34px 90px #00000057;box-sizing:border-box;border:1px solid rgba(255,255,255,.85)}.admin-lock-icon{width:80px;height:80px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:#edf4ff;color:#003f9f;font-size:32px}.admin-login-kicker{margin:0;text-align:center;color:#003f9f;font-size:14px;font-weight:950;letter-spacing:5px}.admin-login-card h1{margin:10px 0 12px;text-align:center;color:#061f4b;font-size:clamp(38px,4vw,52px);line-height:1;letter-spacing:-1px}.admin-login-card>p:not(.admin-login-kicker){margin:0 auto 28px;text-align:center;max-width:370px;color:#4b5d7d;font-size:18px;line-height:1.35}.admin-login-form label{display:block;margin-top:20px;color:#092a5d;font-weight:850}.admin-login-form input[type=email],.admin-login-form input[type=password]{width:100%;height:58px;margin-top:9px;border-radius:13px;border:1px solid #cbd6e7;background:#fff;padding:0 17px;color:#0a2850;font-size:17px;box-sizing:border-box;outline:none}.admin-login-form input:focus{border-color:#004db8;box-shadow:0 0 0 4px #004db81f}.admin-login-options{margin-top:18px;display:flex;align-items:center;justify-content:space-between;color:#53627c;font-size:14px}.admin-remember{display:flex!important;align-items:center;gap:8px;margin:0!important;font-weight:650!important}.admin-remember input{width:18px;height:18px}.admin-login-options span{color:#004db8;font-weight:700}.admin-login-form button{width:100%;height:62px;margin-top:28px;border:0;border-radius:14px;background:linear-gradient(135deg,#005ad6,#00318e);color:#fff;font-size:18px;font-weight:950;cursor:pointer;box-shadow:0 14px 30px #00379157}.admin-login-form button:disabled{opacity:.7;cursor:not-allowed}.admin-login-secure{margin-top:30px;padding-top:24px;border-top:1px solid #dbe3ef;display:flex;justify-content:space-around;gap:12px;color:#53627c;font-weight:750}.error-box{margin:16px 0;padding:12px 14px;border-radius:12px;background:#fff0f0;color:#b00020;font-weight:700}@media(max-width:1000px){.admin-login-shell{grid-template-columns:1fr;padding:28px;overflow:auto}.admin-login-brand{display:none}.admin-login-card{max-width:540px;margin:auto}}.dashboard-shell{min-height:100vh;width:100%;padding:24px;background:radial-gradient(circle at top right,rgba(255,210,31,.1),transparent 30%),radial-gradient(circle at bottom left,rgba(50,160,220,.2),transparent 34%),linear-gradient(135deg,#031b49,#07376c 42%,#0b6f92);color:#f8fbff;overflow-x:hidden}.dashboard-nav{max-width:1480px;margin:0 auto 18px;display:flex;align-items:center;gap:22px;flex-wrap:wrap}.premium-logo{color:#fff;font-size:30px;font-weight:950;letter-spacing:-1.4px;line-height:1;margin-right:10px;text-shadow:0 10px 26px rgba(0,0,0,.25)}.premium-logo span{color:#fff}.premium-logo strong{color:#ffd21f;font-style:italic}.dashboard-tabs{display:flex;gap:10px;flex-wrap:wrap}.dashboard-tabs button,.details-btn{border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,#ffffff2e,#ffffff14);color:#fff;border-radius:999px;padding:10px 17px;font-size:13px;font-weight:900;box-shadow:0 8px 24px #0003}.dashboard-tabs button.active,.dashboard-tabs button:hover,.details-btn:hover{background:linear-gradient(180deg,#ffd21ff2,#ffba00e6);color:#06214e;border-color:#ffd21fa6}.avx-admin-card,.dashboard-card{max-width:1480px;margin:0 auto;padding:28px;border-radius:28px;background:#07162fa8;border:1px solid rgba(255,255,255,.1);box-shadow:0 28px 80px #00000047,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#f8fbff}.dashboard-card h1,.dashboard-card h2{color:#fff;letter-spacing:-1px}.dashboard-card h1{font-size:38px;margin:0 0 24px}.dashboard-card h2{font-size:24px;margin:26px 0 16px}.company-remaining-stats{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));max-width:760px;gap:12px;margin-bottom:20px}.company-remaining-stats .stats-card{min-height:86px;padding:14px 16px}.stats-card{background:linear-gradient(145deg,#081a3aeb,#153a60b3);border:1px solid rgba(255,255,255,.1);border-radius:18px;box-shadow:0 10px 28px #00000038,inset 0 1px #ffffff0a}.stats-card p{margin:0 0 8px;color:#ffd21f;font-size:12px;font-weight:950;letter-spacing:.2px}.stats-card h2{margin:0;color:#fff;font-size:32px;line-height:1}.filters-row{display:flex;gap:12px;margin:16px 0;flex-wrap:wrap}.filters-row select,td select,.search-box,.needed-input,.package-input,.route-input{background:#040f23d1;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:8px 10px;font-weight:800;outline:none}.filters-row select{min-width:180px;border-radius:999px;padding:11px 14px}.search-box{width:100%;margin:12px 0 18px;padding:14px 16px;border-radius:16px}.table-wrapper{width:100%;overflow-x:auto;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#0612287a}.table-wrapper table{width:100%;min-width:760px;border-collapse:collapse}.table-wrapper th{background:linear-gradient(90deg,#ffd21f,#ffdc55);color:#061b3f;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.6px;padding:12px;border-bottom:0;white-space:nowrap}.table-wrapper td{color:#f8fbff;padding:12px;border-bottom:1px solid rgba(255,255,255,.1);font-size:13px;font-weight:750;vertical-align:middle}.table-wrapper tbody tr:hover{background:#ffffff0e}.status-select{border-radius:999px;padding:8px 12px;font-weight:950;min-width:118px}.status-approved{background:#22c55e2e;color:#55e58b;border-color:#22c55e61}.status-reviewing{background:#ffd21f2e;color:#ffd21f;border-color:#ffd21f61}.status-pending{background:#fb923c2e;color:#fb923c;border-color:#fb923c61}.status-contacted{background:#3b82f62e;color:#60a5fa;border-color:#3b82f661}.status-rejected{background:#ef44442e;color:#ff7070;border-color:#ef444461}.dispatch-table table{min-width:900px}.markets-table table{min-width:860px}.fleet-table{overflow-x:hidden}.fleet-table table{table-layout:fixed;min-width:100%}.fleet-table th,.fleet-table td{font-size:10px;padding:7px 5px;white-space:normal;word-break:normal}.fleet-table th:nth-child(1),.fleet-table td:nth-child(1){width:10%}.fleet-table th:nth-child(2),.fleet-table td:nth-child(2){width:9%}.fleet-table th:nth-child(3),.fleet-table td:nth-child(3){width:7%}.fleet-table th:nth-child(4),.fleet-table td:nth-child(4){width:7%}.fleet-table th:nth-child(5),.fleet-table td:nth-child(5){width:7%}.fleet-table th:nth-child(6),.fleet-table td:nth-child(6){width:7%}.fleet-table select,.fleet-table input{width:100%;max-width:100%;min-height:30px;font-size:10px;padding:5px 4px;border-radius:7px}.fleet-table .package-input,.fleet-table .needed-input{text-align:center}.driver-drawer{position:fixed;top:22px;right:22px;width:410px;max-width:calc(100vw - 44px);max-height:calc(100vh - 44px);overflow-y:auto;z-index:1000;background:#06142cf5;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:26px;padding:26px;box-shadow:0 30px 90px #00000075}.driver-drawer h2{color:#ffd21f;margin:0 0 18px}.driver-drawer p{color:#d9e8ff;margin:11px 0}.drawer-close{position:absolute;top:12px;right:16px;background:transparent;box-shadow:none;font-size:30px;padding:0}.drawer-docs{margin-top:18px;display:grid;gap:8px}.drawer-docs a{color:#ffd21f;font-weight:800}@media(max-width:1000px){.company-remaining-stats{grid-template-columns:repeat(2,1fr);max-width:100%}.dashboard-card{padding:18px}.fleet-table{overflow-x:auto}.fleet-table table{min-width:1150px}}.dashboard-metrics-grid{display:grid;grid-template-columns:repeat(5,minmax(118px,1fr));gap:10px;max-width:980px;margin:18px 0 26px}.metric-card{min-height:82px;padding:12px 14px;border-radius:18px;background:linear-gradient(145deg,#0a1830f5,#142d54e0);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px #00000038,inset 0 1px #ffffff0a}.metric-card p{margin:0 0 7px;color:#ffd21f;font-size:11px;line-height:1.15;font-weight:900;text-transform:uppercase;letter-spacing:.3px}.metric-card h2{margin:0;color:#fff;font-size:28px;line-height:1;font-weight:950}.company-card p{color:#d9e8ff}.dispatch-table table,.markets-table table{min-width:0!important;width:100%;table-layout:fixed}.dispatch-table th,.dispatch-table td,.markets-table th,.markets-table td{font-size:12px;padding:10px 8px}.markets-table .needed-input{width:64px;min-height:28px;padding:5px 6px;border-radius:7px}.fleet-table{overflow-x:hidden!important}.fleet-table table{min-width:0!important;width:100%;table-layout:fixed}.fleet-table th,.fleet-table td{font-size:9px!important;padding:5px 3px!important;line-height:1.1}.fleet-table th:nth-child(1),.fleet-table td:nth-child(1){width:8.5%}.fleet-table th:nth-child(2),.fleet-table td:nth-child(2){width:8%}.fleet-table th:nth-child(3),.fleet-table td:nth-child(3){width:5.5%}.fleet-table th:nth-child(4),.fleet-table td:nth-child(4){width:6%}.fleet-table th:nth-child(5),.fleet-table td:nth-child(5){width:6%}.fleet-table th:nth-child(6),.fleet-table td:nth-child(6){width:6%}.fleet-table th:nth-child(n+7):nth-child(-n+13),.fleet-table td:nth-child(n+7):nth-child(-n+13){width:4.2%}.fleet-table th:nth-child(14),.fleet-table td:nth-child(14){width:5%}.fleet-table th:nth-child(15),.fleet-table td:nth-child(15){width:4.8%}.fleet-table th:nth-child(16),.fleet-table td:nth-child(16){width:4.8%}.fleet-table th:nth-child(17),.fleet-table td:nth-child(17){width:6%}.fleet-table th:nth-child(18),.fleet-table td:nth-child(18){width:4.8%}.fleet-table select,.fleet-table input{min-height:24px!important;font-size:9px!important;padding:3px 2px!important;border-radius:5px!important}.fleet-table .package-input,.fleet-table .route-input{width:100%!important}.export-btn{min-height:24px;padding:4px 7px;border-radius:7px;background:#ffd21f;color:#07162f;font-size:9px;font-weight:950}@media(max-width:1000px){.dashboard-metrics-grid{grid-template-columns:repeat(2,1fr);max-width:100%}.fleet-table{overflow-x:auto!important}.fleet-table table{min-width:1180px!important}}.driver-application-metrics{grid-template-columns:repeat(6,minmax(110px,1fr))!important;max-width:100%!important;gap:10px!important}.driver-application-metrics .metric-card{min-height:78px!important;padding:11px 12px!important}.driver-application-metrics .metric-card p{font-size:10px!important;margin-bottom:6px!important}.driver-application-metrics .metric-card h2{font-size:25px!important}.status-summary-card p{color:#ffd21f!important}.company-card p{color:#b9d7ff!important}.section-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:18px 0 14px}.section-header h2{margin:0}.refresh-btn{border:0;border-radius:999px;padding:9px 18px;background:linear-gradient(180deg,#ffd21f,#ffb800);color:#071226;font-weight:950;cursor:pointer;box-shadow:0 8px 20px #ffd21f38}.refresh-btn:hover{transform:translateY(-1px)}.fleet-table th,.fleet-table td{font-size:8px!important;padding:4px 2px!important}.fleet-table select,.fleet-table input{font-size:8px!important;min-height:22px!important;padding:2px!important}.fleet-table th:nth-child(1),.fleet-table td:nth-child(1){width:8%}.fleet-table th:nth-child(2),.fleet-table td:nth-child(2){width:7%}.fleet-table th:nth-child(3),.fleet-table td:nth-child(3){width:5%}.fleet-table th:nth-child(4),.fleet-table td:nth-child(4){width:5%}.fleet-table th:nth-child(5),.fleet-table td:nth-child(5){width:5.5%}.fleet-table th:nth-child(6),.fleet-table td:nth-child(6){width:5.5%}.fleet-table th:nth-child(n+7):nth-child(-n+13),.fleet-table td:nth-child(n+7):nth-child(-n+13){width:3.9%}.fleet-table th:nth-child(14),.fleet-table td:nth-child(14){width:4.6%}.fleet-table th:nth-child(15),.fleet-table td:nth-child(15){width:4.2%}.fleet-table th:nth-child(16),.fleet-table td:nth-child(16){width:4.2%}.fleet-table th:nth-child(17),.fleet-table td:nth-child(17){width:4.5%}.fleet-table th:nth-child(18),.fleet-table td:nth-child(18){width:6.2%}.fleet-table th:nth-child(19),.fleet-table td:nth-child(19){width:4.2%}.markets-table th,.markets-table td{font-size:11px!important;padding:8px 6px!important}.markets-table .needed-input{width:54px!important;font-size:10px!important}@media(max-width:1150px){.driver-application-metrics{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:700px){.driver-application-metrics{grid-template-columns:repeat(2,1fr)!important}}.filters-row{align-items:center!important;gap:10px!important;margin:14px 0 18px!important}.filters-row select{width:155px!important;max-width:155px!important;min-height:42px!important;padding:8px 12px!important;border-radius:16px!important;font-size:12px!important;font-weight:900!important;background:linear-gradient(145deg,#0a1830f5,#142d54e6)!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important;box-shadow:0 8px 22px #0003!important}.dispatch-table th,.dispatch-table td{font-size:11px!important;padding:9px 6px!important}.dispatch-table select{width:100%!important;max-width:138px!important;min-height:32px!important;font-size:10px!important;padding:6px 7px!important;border-radius:10px!important}.dispatch-table th:nth-child(1),.dispatch-table td:nth-child(1){width:18%}.dispatch-table th:nth-child(2),.dispatch-table td:nth-child(2){width:14%}.dispatch-table th:nth-child(3),.dispatch-table td:nth-child(3){width:22%}.dispatch-table th:nth-child(4),.dispatch-table td:nth-child(4){width:18%}.dispatch-table th:nth-child(5),.dispatch-table td:nth-child(5){width:12%}.dispatch-table th:nth-child(6),.dispatch-table td:nth-child(6){width:16%}.fleet-table{max-height:none!important;padding-bottom:8px!important}.fleet-table th,.fleet-table td{font-size:9.5px!important;padding:7px 3px!important;line-height:1.2!important;vertical-align:middle!important}.fleet-table select,.fleet-table input{font-size:9.5px!important;min-height:28px!important;padding:4px 3px!important;border-radius:7px!important}.fleet-table .package-input{min-width:36px!important}.fleet-table .route-input{min-width:70px!important}.fleet-table strong{font-size:10px!important}.export-btn{min-height:28px!important;font-size:9.5px!important;padding:5px 7px!important}.markets-table th,.markets-table td{font-size:10.5px!important;padding:7px 5px!important}.markets-table .needed-input{width:48px!important;min-height:26px!important;font-size:10px!important;padding:4px 5px!important;border-radius:7px!important}@media(max-width:850px){.filters-row select{width:100%!important;max-width:100%!important}}.filters-row select,.dispatch-table select,.markets-table select,.fleet-table select,td select{background-color:#2f3745!important;background-image:none!important;color:#fff!important}.filters-row select option,.dispatch-table select option,.markets-table select option,.fleet-table select option,td select option{background:#3b4350!important;color:#fff!important}.filters-row select{width:135px!important;max-width:135px!important;min-height:38px!important;padding:7px 10px!important;border-radius:14px!important;font-size:11px!important}.fleet-table th,.fleet-table td{font-size:10.6px!important;padding:9px 4px!important;line-height:1.25!important}.fleet-table select,.fleet-table input{font-size:10.6px!important;min-height:34px!important;padding:5px 4px!important;border-radius:8px!important}.fleet-table .package-input{min-width:42px!important}.fleet-table .route-input{min-width:78px!important}.fleet-table strong{font-size:11px!important}.export-btn{min-height:34px!important;font-size:10.6px!important;padding:6px 8px!important}.markets-table .needed-input{width:46px!important;min-height:25px!important}@media(max-width:850px){.filters-row select{width:120px!important;max-width:120px!important}}.status-select{min-width:96px!important;max-width:112px!important;padding:7px 9px!important;border-radius:999px!important;font-size:11px!important;font-weight:950!important;color:#fff!important;border:0!important;outline:none!important;cursor:pointer!important}.status-select option{background:#3b4350!important;color:#fff!important}.status-approved{background:#16a34a!important;color:#fff!important}.status-reviewing{background:#ca8a04!important;color:#fff!important}.status-pending{background:#f97316!important;color:#fff!important}.status-contacted{background:#2563eb!important;color:#fff!important}.status-rejected{background:#dc2626!important;color:#fff!important}.fleet-table th,.fleet-table td{padding-top:11px!important;padding-bottom:11px!important}.fleet-table .package-input{min-height:36px!important}
