@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&display=swap";body{margin:0;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes fadeInScale{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@media print{.print-area,.print-area *{visibility:visible}.print-area{position:absolute;inset:0;width:100%!important;height:auto!important;box-shadow:none!important}.print-area table{width:100%!important;table-layout:fixed}.print-area th,.print-area td{font-size:11px;padding:6px;word-wrap:break-word}.print-area div{overflow:visible!important}button{display:none!important}}@page{size:landscape;margin:10mm}*{font-family:Poppins,sans-serif!important}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-layout{display:flex;height:100vh;width:100vw;overflow:hidden}.sidebar{height:100vh;flex-shrink:0}.main-content{flex:1;min-height:0;display:flex;flex-direction:column;width:100%;overflow-x:hidden;overflow-y:auto;background-color:#f5f6fa;transition:margin-left .4s ease}.main-content.sidebar-collapsed{margin-left:60px}.main-content.sidebar-open{margin-left:0}.page-content{padding:10px 10px 24px;background-color:#f5f6fa;box-sizing:border-box;flex:1}.page-content>*{margin:0;width:auto;max-width:100%!important}.header{width:100%;box-sizing:border-box}.sidebar-backdrop{display:none}@media (max-width: 768px){.main-content.sidebar-collapsed,.main-content.sidebar-open{margin-left:0}.sidebar-backdrop{display:block;position:fixed;inset:0;background:#00000073;z-index:1099}}.header{padding:16px;margin-left:1px;background:#fff;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px #0000001a;min-height:64px;flex-wrap:nowrap;overflow:hidden}.header-left{display:flex;align-items:center;flex:1;min-width:0;overflow:hidden}.toggle-button{outline:none;border:none;background:transparent;cursor:pointer;margin-right:16px;flex-shrink:0}.toggle-button:focus{outline:none;border:none}.page-title{margin-top:0;margin-right:16px;font-size:20px;font-weight:600;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;min-width:0}.geolocation-label{margin-right:16px}.location-select{padding:8px 12px;border-radius:6px;border:1px solid #ccc;font-size:16px;cursor:pointer}.profile-wrapper{position:relative}.profile-icon{width:36px;height:36px;border-radius:50%;background-color:#ccc;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#333}.dropdown-menu{position:absolute;top:48px;right:0;background-color:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:1000;width:160px;font-size:14px;overflow:hidden}.dropdown-item{padding:10px 16px;cursor:pointer;border-bottom:1px solid #eee}.dropdown-item:last-child{border-bottom:none}.header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.logout-icon{width:28px;height:28px;cursor:pointer;margin-left:8px;transition:transform .2s ease;flex-shrink:0}.logout-icon:hover{transform:scale(1.1)}.logout-confirm-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000}.logout-confirm-box{background:#fff;padding:40px 28px;border-radius:10px;text-align:center;box-shadow:0 4px 12px #00000026}.logout-confirm-box p{margin-bottom:36px;font-size:16px;font-weight:500}.logout-actions{display:flex;justify-content:center;gap:18px}.logout-btn{padding:8px 30px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s ease}.logout-btn.confirm{background:#e74c3c;color:#fff}.logout-btn.confirm:hover{background:#c0392b}.logout-btn.cancel{background:#ccc;color:#fff}.logout-btn.cancel:hover{background:#aaa}.auto-refresh-container{display:flex;align-items:center;gap:6px;font-size:14px;color:#6b7280;margin-right:8px;flex-shrink:0}.auto-refresh-label{font-weight:500;white-space:nowrap}.auto-refresh-toggle{display:inline-flex;align-items:center;gap:8px;padding:3px 10px;border-radius:999px;border:.6px solid #D1D7F2;background:linear-gradient(#fff,#ebefff);cursor:pointer;outline:none;transition:background .2s ease,box-shadow .2s ease}.auto-refresh-toggle.enabled{box-shadow:0 0 0 1px #818cf859}.auto-refresh-icon{width:15px;height:15px}.auto-refresh-countdown{font-weight:600;font-size:12px;color:#111827}.auto-refresh-switch{width:28px;height:16px;border-radius:999px;background:#e5e7eb;position:relative;display:inline-flex;align-items:center;padding:2px;transition:background .2s ease}.auto-refresh-switch.on{background:#4f46e5}.auto-refresh-switch-knob{width:12px;height:12px;border-radius:999px;background:#fff;box-shadow:0 1px 2px #0003;transform:translate(0);transition:transform .2s ease}.auto-refresh-switch.on .auto-refresh-switch-knob{transform:translate(12px)}.user-id-display{display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:16px;background:linear-gradient(#fff,#ebefff);border:1px solid #D1D7F2;font-size:14px;flex-shrink:0}.user-id-label{font-weight:500;color:#6c757d;font-size:13px}.user-id-value{font-weight:600;color:#495057;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px}@media (max-width: 768px){.header{padding:12px 16px;min-height:56px;flex-wrap:wrap;gap:8px}.header-left{flex:1;min-width:0}.header-right{flex-wrap:wrap;justify-content:flex-end;flex:0 0 auto;min-width:0}.page-title{font-size:14px;margin-right:8px}.toggle-button{margin-right:12px}.auto-refresh-container{gap:4px;margin-right:6px;min-width:fit-content;order:1}.auto-refresh-label{display:none}.auto-refresh-toggle{padding:2px 6px;min-width:fit-content}.user-id-display{padding:3px 6px;min-width:fit-content;order:2}.user-id-label{display:none}.user-id-value{max-width:60px;font-size:12px}.logout-icon{width:24px;height:24px;margin-left:6px;order:3}}@media (max-width: 480px){.header{padding:10px 12px;min-height:52px;gap:6px}.header-left{min-width:0;max-width:50%;flex:1}.header-right{max-width:50%;justify-content:flex-end;flex-wrap:wrap;gap:4px}.page-title{font-size:12px;margin-right:6px}.toggle-button{margin-right:8px}.toggle-button svg{width:20px;height:20px}.auto-refresh-container{margin-right:4px;order:1;flex:0 0 auto}.auto-refresh-toggle{padding:2px 4px;gap:4px}.auto-refresh-icon{width:12px;height:12px}.auto-refresh-countdown{font-size:11px;display:block!important}.user-id-display{padding:2px 4px;order:2;flex:0 0 auto}.user-id-value{max-width:50px;font-size:11px}.logout-icon{width:20px;height:20px;margin-left:4px;order:3;flex:0 0 auto}}@media (max-width: 360px){.header{padding:8px 10px;min-height:48px;gap:4px}.header-left{max-width:45%}.header-right{max-width:55%;gap:2px}.page-title{font-size:11px;margin-right:4px}.toggle-button{margin-right:6px}.toggle-button svg{width:18px;height:18px}.auto-refresh-container{margin-right:2px;flex:0 0 auto}.auto-refresh-toggle{padding:1px 3px;gap:2px}.auto-refresh-icon{width:10px;height:10px}.auto-refresh-countdown{font-size:10px;display:block!important}.auto-refresh-switch{width:20px;height:12px}.auto-refresh-switch-knob{width:8px;height:8px}.auto-refresh-switch.on .auto-refresh-switch-knob{transform:translate(8px)}.user-id-display{padding:1px 3px;flex:0 0 auto}.user-id-value{max-width:35px;font-size:10px}.logout-icon{width:18px;height:18px;margin-left:2px;flex:0 0 auto}}.sidebar{width:180px;background:#fff;height:100vh;display:flex;flex-direction:column;transition:width .4s ease,padding-left .4s ease;overflow:hidden;padding-left:16px}.sidebar.collapsed{width:0;padding-left:0}.sidebar-header{display:flex;align-items:center;justify-content:center;height:80px;margin-top:30px;font-weight:600;font-size:12px;line-height:1;letter-spacing:.3px}.sidebar-logo{width:110px;margin-bottom:30px;margin-left:-40px;transition:opacity .4s ease,transform .4s ease}.sidebar:not(.collapsed) .sidebar-logo{animation:logoSlide .6s ease forwards}.sidebar.collapsed .sidebar-logo{opacity:0;transform:translate(-20px);pointer-events:none}@keyframes logoSlide{0%{opacity:0;transform:translateY(-30px) scale(.5)}60%{opacity:1;transform:translateY(5px) scale(1.1)}80%{transform:translateY(-3px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.sidebar-menu{display:flex;flex-direction:column;padding-top:15px;flex:1;overflow-y:auto;overflow-x:hidden}.sidebar-menu::-webkit-scrollbar{width:4px}.sidebar-menu::-webkit-scrollbar-track{background:transparent}.sidebar-menu::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.sidebar-menu::-webkit-scrollbar-thumb:hover{background:#9ca3af}.sidebar-menu-item{display:flex;align-items:center;font-weight:600;font-size:12px;line-height:1;letter-spacing:.3px;gap:8px;padding:10px 36px 10px 10px;color:#202224;text-decoration:none;border-left:4px solid transparent;transition:background .2s,color .2s,transform .2s ease;margin-bottom:20px;margin-right:16px;border-radius:25px;cursor:pointer;position:relative}.sidebar-menu-item:hover{background-color:#f5f6fa;transform:scale(.95)}.sidebar-menu-item.active{padding-top:10px;padding-bottom:10px;background-color:#f4553b;color:#fff}.sidebar-menu-item.active .sidebar-label{color:#fff}.sidebar-icon{width:20px;display:flex;align-items:center;justify-content:center}.sidebar-label{flex:1;transition:opacity .4s ease,transform .4s ease;line-height:1.4}.sidebar.collapsed .sidebar-label{opacity:0;transform:translate(-20px);pointer-events:none}.assign-wrapper{position:relative;margin-bottom:0}.assign-header{-webkit-user-select:none;user-select:none;border-radius:25px;margin-bottom:0;font-weight:600;font-size:12px;line-height:1;letter-spacing:.3px;transition:all .2s ease,transform .2s ease}.assign-header:hover{transform:scale(.95)}.sidebar-menu-item.active.assign-header,.assign-header.active-route{background-color:#f4553b;color:#fff}.assign-wrapper:has(.assign-dropdown:not([style*="display: none"])) .assign-header{border-radius:25px 25px 0 0!important}.assign-header.active-route:not(.active){border-radius:25px;background-color:#f4553b;color:#fff}.sidebar-menu-item.active.assign-header:not(:has(+.assign-dropdown[style*="display: none"])){border-radius:25px}.assign-chevron{position:absolute;right:10px;top:0;bottom:0;display:flex;align-items:center;font-size:10px;transition:transform .3s ease}.assign-dropdown{background:#f4f4f4;border-radius:0 0 25px 25px;margin:0 16px 0 0;overflow:hidden;box-shadow:none;border-top:none}.assign-item{background:#f4f4f4;padding:12px 18px;font-size:12px;font-weight:600;color:#000;cursor:pointer;border-bottom:1px solid #E6E6E6;transition:background-color .2s ease,transform .2s ease;line-height:1;letter-spacing:.3px;margin:1px 0}.assign-item:hover{background-color:#e6e6e6;transform:scale(.95)}.assign-item.selected{background-color:#f9f9f9;color:#f4553b;font-weight:700}.assign-item:last-child{border-bottom:none;border-radius:0 0 25px 25px}.sidebar-menu-item.active.assign-header{border-radius:25px 25px 0 0;margin-bottom:0}.sidebar-menu-item[href*=excel]{margin-top:20px}@media (max-width: 768px){.sidebar{position:fixed;top:0;left:0;height:100vh;width:220px!important;z-index:1100;transform:translate(0);transition:transform .4s ease;padding-left:16px!important}.sidebar.collapsed{transform:translate(-100%)}}.collapsed-sidebar{width:60px;background:#fff;height:100vh;display:flex;flex-direction:column;transition:transform .4s ease,opacity .4s ease;position:fixed;top:0;left:0;z-index:1000;transform:translate(100%);opacity:0}.collapsed-sidebar.show{transform:translate(0);opacity:1}.collapsed-sidebar-header{display:flex;align-items:center;justify-content:center;height:80px;margin-top:-2px;margin-bottom:-15px;font-weight:700;font-size:14px;line-height:1;letter-spacing:.3px}.collapsed-sidebar-logo{width:35px;height:35px;object-fit:contain;opacity:0;transform:rotate(0) scale(0);transition:opacity .4s ease,transform .4s ease}.collapsed-sidebar:not(.show) .collapsed-sidebar-logo{opacity:0;transform:rotate(0) scale(0);transition-delay:0s!important}.collapsed-sidebar.show .collapsed-sidebar-logo{opacity:1;transform:rotate(0) scale(1);animation:logoEntrance 1.2s ease-out;animation-delay:0s}@keyframes logoEntrance{0%{opacity:0;transform:scale(.8) translateY(20px)}50%{opacity:.8;transform:scale(1.05) translateY(-5px)}to{opacity:1;transform:scale(1) translateY(0)}}.collapsed-sidebar-menu{display:flex;flex-direction:column;padding:20px 0;gap:10px}.collapsed-sidebar-item{display:flex;align-items:center;justify-content:center;padding:10px;margin:0 10px;border-radius:25px;text-decoration:none;transition:background .4s,color .4s,transform .4s ease;cursor:pointer;position:relative}.collapsed-sidebar-item:hover{background-color:#f5f6fa;transform:scale(1.1)}.collapsed-sidebar-item.active{background-color:#f4553b;color:#fff}.collapsed-sidebar-item.active:hover{background-color:#f4553b;transform:scale(1.1);animation:pulse 1.5s ease-in-out infinite}.collapsed-sidebar-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;opacity:0;transform:scale(0);transition:opacity .4s ease,transform .4s ease}.collapsed-sidebar:not(.show) .collapsed-sidebar-icon{opacity:0;transform:scale(0);transition-delay:0s!important}.collapsed-sidebar.show .collapsed-sidebar-icon{opacity:1;transform:scale(1);animation:iconEntrance .9s ease-out}.collapsed-sidebar.show .collapsed-sidebar-menu>div:nth-child(1) .collapsed-sidebar-icon{transition-delay:.15s;animation-delay:.15s}.collapsed-sidebar.show .collapsed-sidebar-menu>div:nth-child(2) .collapsed-sidebar-icon{transition-delay:.3s;animation-delay:.3s}.collapsed-sidebar.show .collapsed-sidebar-menu>div:nth-child(3) .collapsed-sidebar-icon{transition-delay:.45s;animation-delay:.45s}.collapsed-sidebar.show .collapsed-sidebar-menu>div:nth-child(4) .collapsed-sidebar-icon{transition-delay:.6s;animation-delay:.6s}.collapsed-sidebar.show .collapsed-sidebar-menu>div:nth-child(5) .collapsed-sidebar-icon{transition-delay:.75s;animation-delay:.75s}@keyframes iconEntrance{0%{opacity:0;transform:scale(.8) translateY(15px)}50%{opacity:.8;transform:scale(1.02) translateY(-3px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes pulse{0%,to{transform:scale(.9)}50%{transform:scale(1.05)}}.collapsed-sidebar-item:hover:after{content:attr(title);position:absolute;left:100%;margin-left:10px;background:#333;color:#fff;padding:5px 10px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:1001;opacity:0;animation:fadeIn .3s forwards}@keyframes fadeIn{to{opacity:1}}@media (max-width: 768px){.collapsed-sidebar{display:none!important}}.error-backdrop{position:fixed;top:0;left:0;width:100vw;height:auto;padding-top:20px;display:flex;justify-content:center;align-items:flex-start;z-index:10000;pointer-events:none}.error-popup{position:relative;background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;width:360px;max-width:90vw;display:flex;align-items:stretch;animation:fadeInScale .25s ease forwards;pointer-events:auto}.error-accent-bar{width:16px;background-color:red;border-top-left-radius:12px;border-bottom-left-radius:12px}.error-content{padding:20px 24px;flex:1;display:flex;flex-direction:column;justify-content:center}.error-title{font-size:18px;font-weight:700;color:red;margin-bottom:8px}.error-message{font-size:15px;color:#333;line-height:1.3;margin:0}.error-close-btn{position:absolute;top:8px;right:12px;border:none;background:transparent;font-size:24px;font-weight:700;color:red;cursor:pointer;padding:0;line-height:1;-webkit-user-select:none;user-select:none}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.noAccess{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:24px}.noAccess__card{max-width:640px;width:100%;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:24px;text-align:center}.noAccess__title{font-weight:600;font-size:22px;line-height:100%;letter-spacing:0px;font-weight:700;margin:12px 0 10px;color:#454545}.noAccess__desc{opacity:.85;line-height:1.5;margin:0;font-size:14px;color:#000}.noAccess__actions{margin-top:44px}.noAccess__btn{display:inline-flex;align-items:center;gap:8px;padding:10px 37px;border-radius:4px;text-decoration:none;background:#f4553b;color:#fff;font-weight:600;font-size:14px;text-transform:uppercase}.avtu-page{padding:20px 30px;width:100%;box-sizing:border-box}.avtu-user-selector{position:relative;margin-bottom:24px}.avtu-selector-container{display:flex;align-items:center;background:#fff;border-radius:18px;min-width:260px;max-width:420px;width:fit-content;box-shadow:0 1px 2px #0000000a;padding:8px 0}.avtu-selector-trigger{flex:1;min-width:0;overflow:hidden}.avtu-selector-container.open{border-radius:18px 18px 0 0}.avtu-transfer-container{display:flex;align-items:stretch;gap:16px}.avtu-panel{flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 1px 3px #0000000a}.avtu-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:linear-gradient(135deg,#f4553b,#ff7a5c);color:#fff;font-size:13px;font-weight:600;letter-spacing:.3px}.avtu-count{background:#ffffff40;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:700}.avtu-search-box{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid #f0f0f0}.avtu-search-icon{color:#9ca3af;flex-shrink:0}.avtu-search-box input{flex:1;border:none;outline:none;font-size:13px;color:#333;background:transparent}.avtu-search-box input::placeholder{color:#c4c4c4}.avtu-vehicle-list{list-style:none;margin:0;padding:0;flex:1;overflow-y:auto;min-height:340px;max-height:340px}.avtu-vehicle-list::-webkit-scrollbar{width:5px}.avtu-vehicle-list::-webkit-scrollbar-track{background:transparent}.avtu-vehicle-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.avtu-vehicle-item{display:flex;align-items:center;gap:10px;padding:10px 18px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background .15s ease}.avtu-vehicle-item:hover{background:#fef6f4}.avtu-vehicle-item.selected{background:#fff0ed}.avtu-vehicle-item:last-child{border-bottom:none}.avtu-checkbox{width:16px;height:16px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s ease,background .15s ease}.avtu-vehicle-item.selected .avtu-checkbox{border-color:#f4553b;background:#f4553b}.avtu-check-mark{display:block;width:8px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px)}.avtu-empty{display:flex;align-items:center;justify-content:center;padding:40px 18px;font-size:13px;color:#9ca3af;font-style:italic}.avtu-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.avtu-move-btn{width:40px;height:40px;border-radius:50%;border:1px solid #ddd;background:#fff;color:#f4553b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.avtu-move-btn:hover:not(:disabled){transform:scale(1.1)}.avtu-move-btn:disabled{opacity:.35;cursor:not-allowed}.avtu-footer{display:flex;justify-content:flex-end;margin-top:24px}.avtu-save-btn{padding:10px 36px;border:none;border-radius:8px;background:#ff5a3c;color:#fff;font-size:14px;font-weight:600;cursor:pointer;letter-spacing:.3px;transition:all .2s ease;box-shadow:0 2px 6px #f4553b40}.avtu-save-btn:hover:not(:disabled){transform:scale(1.05)}.avtu-save-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 1024px){.avtu-page{padding:20px}.avtu-selector-container{min-width:240px;max-width:380px}.avtu-vehicle-list{min-height:280px;max-height:280px}.avtu-move-btn{width:36px;height:36px}}@media (max-width: 768px){.avtu-page{padding:16px}.avtu-selector-container{width:100%}.avtu-transfer-container{flex-direction:column;gap:12px}.avtu-actions{flex-direction:row;justify-content:center;gap:16px}.avtu-vehicle-list{min-height:240px;max-height:240px}.avtu-panel-header{padding:12px 14px;font-size:12px}.avtu-vehicle-item{padding:9px 14px;font-size:12px}.avtu-footer{margin-top:20px}.avtu-save-btn{width:100%;text-align:center}}@media (max-width: 480px){.avtu-page{padding:12px}.avtu-user-selector{margin-bottom:16px}.avtu-vehicle-list{min-height:200px;max-height:200px}.avtu-panel-header{padding:10px 12px}.avtu-search-box{padding:8px 10px}.avtu-vehicle-item{padding:8px 12px;gap:8px}.avtu-move-btn{width:34px;height:34px}.avtu-save-btn{padding:10px 24px;font-size:13px}.avtu-footer{margin-top:16px}}.avtu-loader{display:flex;justify-content:center;align-items:center;min-height:340px;max-height:340px}.assign-page{padding:20px;width:100%;box-sizing:border-box}.assign-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.assign-filters-actions{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;padding:20px 30px}.assign-filters .filter-field{margin-bottom:0}.assign-filters .filter-field+div{margin-top:0}.assign-filters .filter-field+div[style*="position: fixed"]{top:100%!important;border-top:1px solid #e5e7eb;border-top-left-radius:0!important;border-top-right-radius:0!important;margin-top:0!important}.assign-filters{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.assign-filter-group{display:flex;align-items:center}.assign-actions-inline{display:flex;gap:12px;align-items:center;flex-shrink:0}.assign-select-all{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#374151;-webkit-user-select:none;user-select:none}.assign-select-all input[type=checkbox]{width:16px;height:16px;accent-color:#F4553B;cursor:pointer}.assign-select-all input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.assign-btn{padding:8px 24px;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;letter-spacing:.3px;transition:all .2s ease;min-width:100px}.assign-btn-assign{background:#f4553b;color:#fff;box-shadow:0 2px 6px #f4553b40}.assign-btn-assign:hover:not(:disabled){background:#f4553b;transform:scale(1.05)}.assign-btn-unassign{background:transparent;color:#f4553b;border:1.4px solid #F4553B!important;box-shadow:none;padding:6.6px 24px}.assign-btn-unassign:hover:not(:disabled){background:transparent;color:#f4553b;border:1.4px solid #F4553B!important;transform:scale(1.05);padding:6.6px 24px}.assign-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 1023px){.assign-filters-actions{flex-direction:column;align-items:stretch;gap:16px}.assign-filters{flex-wrap:wrap;gap:12px}.assign-filter-group{flex:1;min-width:200px}.assign-actions-inline{justify-content:center;flex-wrap:wrap}.assign-btn{flex:1;min-width:120px}}@media (max-width: 767px){.assign-page{padding:10px 20px}.assign-filters-actions{flex-direction:column;align-items:stretch;gap:16px}.assign-filters{flex-direction:column;align-items:stretch;gap:12px}.assign-filter-group{width:100%}.assign-filter-group .filter-field{min-width:auto!important;width:100%}.assign-actions-inline{flex-direction:column;gap:10px;margin-bottom:0}.assign-btn{width:100%;padding:12px 20px;font-size:15px}}@media (max-width: 599px){.assign-page{padding:10px 20px}.assign-filters{gap:10px}.assign-btn{padding:10px 16px;font-size:14px}}@media (max-width: 479px){.assign-page{padding:10px 12px}.assign-filters{gap:8px}.assign-btn{padding:8px 12px;font-size:13px}}@media (max-width: 319px){.assign-page{padding:8px 10px}.assign-btn{padding:6px 10px;font-size:12px}}@media (hover: none) and (pointer: coarse){.assign-btn{min-height:44px;padding:10px 16px}.assign-filter-group .filter-field{min-height:44px}}@media print{.assign-page{padding:0;background:#fff}.assign-filters-actions{display:none}}.dropdown-item-primary:hover{background-color:#f9fafb!important}.page-loader{display:flex;align-items:center;justify-content:center;width:100%;height:70vh}.d-none{display:none!important}.d-block{display:block}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-grid{display:grid}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-no-wrap{flex-wrap:nowrap}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-2\.5{gap:10px}.gap-3{gap:12px}.gap-5{gap:20px}.gap-35{gap:35px}.gap-x-6{column-gap:24px}.gap-y-5{row-gap:20px}.gap-x-50{column-gap:50px}.w-full{width:100%}.min-w-0{min-width:0}.box-border{box-sizing:border-box}.relative{position:relative}.absolute{position:absolute}.inset-x-0{left:0;right:0}.top-full{top:100%}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mr-5{margin-right:5px}.pt-3{padding-top:12px}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.cursor-pointer{cursor:pointer}.ems-dtp-popper{z-index:20000!important}.ems-dtp-popper .MuiPickersDay-root.Mui-selected,.ems-dtp-popper .MuiPickersDay-root.Mui-selected:hover,.ems-dtp-popper .MuiPickersDay-root.Mui-selected:focus{background-color:#f4553b!important}.ems-dtp-popper .MuiMultiSectionDigitalClockSection-item.Mui-selected{background-color:#f4553b!important;color:#fff!important}.ems-dtp-popper .MuiPickersActionBar-root .MuiButton-root{color:#f4553b!important;font-weight:600}.ems-dtp-popper .MuiPickersActionBar-root .MuiButton-root:last-of-type{background-color:#f4553b!important;color:#fff!important}.ems-dtp-popper .MuiPickersActionBar-root .MuiButton-root:last-of-type:hover{filter:brightness(.95)}.ems-dtp-desktopPaper{max-height:calc(100vh - 24px);overflow:auto;padding-bottom:8px}.ems-dp-desktopPaper .css-5wchs2-MuiDateCalendar-root{height:300px!important}.ems-dtp-desktopPaper .MuiPickersLayout-actionBar .MuiButton-textPrimary{color:#f4553b!important}.ems-dtp-textField .MuiInputBase-root{border-radius:10px;background:#fff}.toast--info .error-accent-bar{background:#ff5a3c}.toast--info .error-title{color:#ff5a3c}.ems-config-page-outer{padding:20px 30px 0;width:100%;box-sizing:border-box}.ems-config-page-card{background:#fff;border-radius:12px;box-shadow:0 8px 30px #0000000d;width:100%;box-sizing:border-box}.ems-config-page-header{padding-top:20px;margin-bottom:16px;flex-wrap:wrap;gap:12px}.ems-config-page-title{margin:0 0 0 30px;font-weight:500;font-family:Poppins,sans-serif;font-size:16px;line-height:36px;letter-spacing:0;white-space:nowrap}.ems-config-page-actions{flex-shrink:0}.ems-config-page-search{padding:6px 12px;border-radius:8px;border:1px solid #ddd;width:280px;margin-right:10px;outline:none}.ems-config-page-search:focus{border-color:#bbb}.ems-config-add-btn.assign-btn{margin-right:30px}.ems-config-cell-bold{font-weight:600}.ems-config-time-slot{display:block}.ems-form-page-shell{padding:20px 30px}.ems-form-page-card{background:#fff;width:100%;border-radius:18px;padding:30px 40px;box-shadow:0 20px 40px #00000014}.ems-form-page-header{margin-bottom:20px}.ems-form-page-back{width:20px;height:13px;cursor:pointer}.ems-form-page-title{margin:0;font-family:Poppins,system-ui,sans-serif;font-weight:500;font-size:16px;line-height:36px;letter-spacing:0}.ems-form-page-divider{height:1px;background:#e5e7eb;margin:20px 0}.ems-accordion-stack{margin-top:16px;border:1px solid #d1d5db}.ems-accordion.MuiAccordion-root{--ems-accordion-accent: #101828;--ems-accordion-summary-bg: #F5F6FA;--ems-accordion-summary-bg-hover: #f3f4f6;--ems-accordion-details-border: #e5e7eb;box-shadow:none;border-radius:0;overflow:visible}.ems-accordion-stack>.ems-accordion.MuiAccordion-root:not(:last-of-type){border-bottom:1px solid #d1d5db}.ems-accordion.MuiAccordion-root:before{display:none}.ems-accordion.MuiAccordion-root.Mui-expanded{margin:0}.ems-accordion .MuiCollapse-root{transition-timing-function:cubic-bezier(.22,1,.36,1)!important}.ems-accordion .MuiAccordionSummary-root.MuiButtonBase-root{padding:0 20px;min-height:40px;background-color:var(--ems-accordion-summary-bg);border-left:5px solid #ff5a3c}.ems-accordion .MuiAccordionSummary-root.MuiButtonBase-root:hover{background-color:var(--ems-accordion-summary-bg-hover)}.ems-accordion .MuiAccordionSummary-content{margin-top:0;margin-bottom:0}.ems-accordion .MuiAccordionSummary-content .MuiTypography-root{font-family:Poppins,system-ui,sans-serif;font-weight:600;font-size:13px;letter-spacing:.06em;color:var(--ems-accordion-accent);text-transform:uppercase}.ems-accordion .MuiAccordionDetails-root{padding:0 20px 16px;background-color:#fff;border-top:1px solid var(--ems-accordion-details-border);overflow:visible}.ems-add-form-stack{padding-top:12px}.ems-add-form-grid{display:grid;grid-template-columns:1fr;gap:20px 24px}@media (min-width: 768px){.ems-add-form-grid--3{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:50px;row-gap:20px}.ems-add-form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:50px;row-gap:20px}.ems-add-form-grid--5{grid-template-columns:repeat(5,minmax(0,1fr));column-gap:20px;row-gap:20px;align-items:start}}.ems-add-form-grid-placeholder{display:none}@media (min-width: 768px){.ems-add-form-grid-placeholder{display:block}}.ems-add-form-label{font-size:13px;color:#6b7280;margin-bottom:6px;display:block;font-weight:500;font-family:Poppins,system-ui,sans-serif}.ems-add-form-required{color:#ef4444}.ems-add-form-input{padding:10px 12px;border-radius:8px;border:1px solid #e5e7eb;outline:none;font-size:14px;font-family:Poppins,system-ui,sans-serif;background:#fff}.ems-add-form-input:focus{border-color:#d1d5db}.ems-add-form-input:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.ems-add-form-input--time{background-color:#f9fafb}.ems-add-form-input--error{border-color:#ef4444;background-color:#fef2f2}.ems-form-timepicker-paper{width:140px;min-width:100px;max-width:150px;box-sizing:border-box;border-radius:10px!important;border:1px solid #e8eaef;box-shadow:0 4px 6px -1px #0f172a0f,0 12px 28px -8px #0f172a1f!important;overflow:hidden;font-family:Poppins,system-ui,sans-serif}.ems-form-timepicker-paper .MuiPickersLayout-root{min-width:0!important;width:100%;max-width:150px}.ems-form-timepicker-paper .MuiMultiSectionDigitalClock-root{display:flex;justify-content:center;gap:4px;padding:8px 4px 4px;max-height:240px;width:100%;box-sizing:border-box}.ems-form-timepicker-paper .MuiMultiSectionDigitalClockSection-root{flex:1 1 0;min-width:0;max-width:50%}.ems-form-timepicker-paper .MuiMultiSectionDigitalClockSection-item{border-radius:6px;margin-block:1px;font-variant-numeric:tabular-nums;font-size:13px;min-height:32px;padding:4px 2px}.ems-form-timepicker-paper .MuiMultiSectionDigitalClockSection-item.Mui-selected,.ems-form-timepicker-paper .MuiDigitalClock-item.Mui-selected{background-color:#ff5c3a!important;color:#fff!important}.ems-form-timepicker-paper .MuiMultiSectionDigitalClockSection-item.Mui-selected:hover,.ems-form-timepicker-paper .MuiDigitalClock-item.Mui-selected:hover{background-color:#e54a2a!important}.ems-form-timepicker-paper .MuiPickersToolbar-root{padding:8px 8px 6px;background:linear-gradient(180deg,#fafbfc,#fff);border-bottom:1px solid #eef0f3}.ems-form-timepicker-paper .MuiPickersToolbar-root .MuiTypography-root{font-size:15px}.ems-form-timepicker-paper .MuiPickersLayout-actionBar,.ems-form-timepicker-paper .MuiPickersActionBar-root,.ems-form-timepicker-paper .MuiDialogActions-root{padding:6px 6px 8px;border-top:1px solid #eef0f3;gap:4px;justify-content:space-between;flex-wrap:nowrap}.ems-form-timepicker-paper .MuiPickersLayout-actionBar .MuiButton-root,.ems-form-timepicker-paper .MuiPickersActionBar-root .MuiButton-root,.ems-form-timepicker-paper .MuiDialogActions-root .MuiButton-root{font-weight:600;font-size:11px;min-width:0;padding:4px 6px;border-radius:6px}.ems-form-timepicker-paper .MuiPickersLayout-actionBar .MuiButton-text,.ems-form-timepicker-paper .MuiPickersActionBar-root .MuiButton-text,.ems-form-timepicker-paper .MuiDialogActions-root .MuiButton-text{color:#64748b}.ems-form-timepicker-paper .MuiPickersLayout-actionBar .MuiButton-containedPrimary,.ems-form-timepicker-paper .MuiPickersActionBar-root .MuiButton-containedPrimary,.ems-form-timepicker-paper .MuiDialogActions-root .MuiButton-containedPrimary{background-color:#ff5c3a;color:#fff;box-shadow:none}.ems-form-timepicker-paper .MuiPickersLayout-actionBar .MuiButton-containedPrimary:hover,.ems-form-timepicker-paper .MuiPickersActionBar-root .MuiButton-containedPrimary:hover,.ems-form-timepicker-paper .MuiDialogActions-root .MuiButton-containedPrimary:hover{background-color:#e54a2a;box-shadow:none}.ems-add-form-footer{margin-top:24px}.ems-add-form-submit-btn{background:#ff5a3c;color:#fff;border:none;padding:12px 30px;min-width:160px;border-radius:8px;font-weight:600;cursor:pointer;font-size:13px;font-family:Poppins,system-ui,sans-serif;transition:transform .2s ease,box-shadow .2s ease}.ems-add-form-submit-btn:hover:not(:disabled){transform:scale(1.02);box-shadow:0 4px 12px #ff5a3c4d}.ems-add-form-submit-btn:disabled{opacity:.5;cursor:not-allowed}.ems-searchable-select__label{font-size:13px;color:#6b7280;margin-bottom:6px;display:block;font-weight:500;font-family:Poppins,system-ui,sans-serif}.ems-searchable-select__input{padding:8px 10px;border-radius:8px;border:1px solid #e5e7eb;outline:none;font-size:14px;font-family:Poppins,system-ui,sans-serif;background:#fff}.ems-searchable-select__input::placeholder{color:#9ca3af}.ems-searchable-select__input:focus{border-color:#d1d5db}.ems-searchable-select__menu{background-color:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px;max-height:200px;z-index:1300;box-shadow:0 8px 16px #0f172a14}.ems-searchable-select__option{padding:10px 12px;cursor:pointer;font-size:14px;font-family:Poppins,system-ui,sans-serif;border-bottom:1px solid #f3f4f6}.ems-searchable-select__option:hover,.ems-searchable-select__option:focus{background-color:#f9fafb;outline:none}.ems-searchable-select__empty{padding:12px 14px;font-size:14px;color:#9ca3af;font-family:Poppins,system-ui,sans-serif}.ems-searchable-select__input:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.ems-mobile-app-settings__label-with-info{display:flex;flex-wrap:wrap;align-items:center;gap:4px 6px}.ems-mobile-app-settings__label-text{min-width:0}.ems-mobile-app-settings__so-fieldset{border:0;margin:0;padding:0;min-width:0}.ems-mobile-app-settings__so-fieldset:disabled .ems-mobile-app-settings__checkbox{opacity:.65}.ems-mobile-app-settings__checkbox-row{margin-top:4px}.ems-mobile-app-settings__checkbox{font-size:14px;font-family:Poppins,system-ui,sans-serif;color:#374151;-webkit-user-select:none;user-select:none}.ems-mobile-app-settings__checkbox input[type=checkbox]{width:16px;height:16px;accent-color:#ff5a3c;cursor:pointer}.ems-mobile-app-settings__checkbox input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.ems-mobile-app-settings__fare-fieldset{border:0;margin:0;padding:0;min-width:0;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;column-gap:24px;row-gap:8px}.ems-mobile-app-settings__fare-legend{padding:0;margin:0;font-size:14px;font-weight:600;font-family:Poppins,system-ui,sans-serif;color:#374151;flex-shrink:1}.ems-mobile-app-settings__fare-radios{flex:1 1 auto;min-width:0;display:flex;gap:15px}.ems-mobile-app-settings__radio{font-size:14px;font-family:Poppins,system-ui,sans-serif;color:#374151}.ems-mobile-app-settings__radio input[type=radio]{accent-color:#ff5a3c;width:16px;height:16px}.ems-mobile-app-settings-page-body{padding:0 30px 28px;box-sizing:border-box}.ems-mobile-app-settings__section{margin-top:8px}.ems-mobile-app-settings__section-title{margin:0 0 12px;padding:0;font-family:Poppins,system-ui,sans-serif;font-weight:600;font-size:14px;line-height:1.35;color:#111827}.ems-mobile-app-settings__section .ems-form-page-divider{margin-bottom:20px}.ems-add-form-grid-span-5{grid-column:1 / -1}.ems-mobile-app-settings__fare-row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;column-gap:24px;row-gap:8px}@media (max-width: 1024px){.ems-config-page-outer{padding:16px 20px 0}.ems-config-page-title{margin-left:20px}.ems-config-add-btn.assign-btn{margin-right:20px}}@media (max-width: 768px){.ems-config-page-outer{padding:12px 14px 0}.ems-config-page-header{padding-top:14px;margin-bottom:12px;gap:10px}.ems-config-page-title{margin-left:14px;font-size:15px}.ems-config-page-search{width:180px;margin-right:8px}.ems-config-add-btn.assign-btn{margin-right:14px}}@media (max-width: 576px){.ems-config-page-outer{padding:10px 10px 0}.ems-config-page-header{padding-top:12px;margin-bottom:10px;gap:8px}.ems-config-page-title{width:100%;margin-left:12px;font-size:15px;line-height:28px}.ems-config-page-actions{width:100%;flex-shrink:1;padding:0 12px;box-sizing:border-box}.ems-config-page-search{flex:1;width:auto;min-width:0;margin-right:8px}.ems-config-add-btn.assign-btn{margin-right:0;white-space:nowrap;flex-shrink:0}.ems-form-page-shell{padding:10px}.ems-form-page-card{padding:20px 16px;border-radius:12px}}.maps-tracking-header{--maps-surface: #ffffff;--maps-border: #d9dde3;--maps-accent: #f4553b;display:flex;align-items:center;justify-content:space-between;padding:8px 28px;background:var(--maps-surface);border-bottom:1px solid var(--maps-border);position:sticky;top:0;z-index:100;border-radius:10px;margin-top:20px;margin-left:20px;margin-right:20px}.maps-tracking-header__row{display:flex;align-items:center}.maps-tracking-header__row--left{gap:18px}.maps-tracking-header__row--right{gap:20px}.maps-tracking-header__title{font-size:17px;font-weight:600;letter-spacing:-.3px;opacity:.75}.maps-tracking-header__divider{width:1px;height:50px;background-color:#f1f1f1}.maps-user-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;background:#fff;padding:10px;border:none;font-size:14px;font-weight:600;color:#202224;cursor:pointer;transition:.4s ease;white-space:nowrap;flex:2 1 0;min-width:160px;max-width:160px;position:relative}.maps-user-trigger__label{flex-grow:1;flex-shrink:1;text-align:left;overflow:hidden;text-overflow:ellipsis;padding-left:10px;white-space:nowrap;min-width:0;opacity:.9}.maps-user-trigger__chevron{transition:transform .3s ease;flex-shrink:0;min-width:20px}.maps-user-trigger__chevron--open{transform:rotate(180deg)}.maps-dropdown-panel{background-color:#fff;border:1px solid #e5e7eb;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;width:214px;z-index:1000;padding:0;position:absolute;top:130%;left:-18px;transform-origin:top center;transition:opacity .4s ease,transform .4s ease}.maps-dropdown-panel--open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.maps-dropdown-panel--closed{opacity:0;transform:translateY(-10px) scale(.95);pointer-events:none}.maps-dropdown-search{padding:12px 16px;border-bottom:1px solid #f3f4f6;background-color:#fff}.maps-dropdown-search__input{width:100%;padding:5px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;color:#374151;background-color:#fff;box-sizing:border-box}.maps-dropdown-list{padding:8px 0;max-height:300px;overflow-y:auto;background-color:#fff}.maps-dropdown-option{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:background-color .4s ease;background-color:#fff;border:none;width:100%;box-sizing:border-box;overflow:hidden}.maps-dropdown-option:hover{background-color:#f9fafb}.maps-dropdown-option__label{font-size:14px;color:#374151;cursor:pointer;flex:1;font-weight:400;word-break:break-word;overflow-wrap:break-word;white-space:normal}.maps-dropdown-empty{padding:12px 16px;text-align:center;color:#9ca3af;font-size:14px;font-weight:500}.maps-speed-control{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:5px 12px;font-size:14px;font-weight:600;color:#374151;cursor:pointer;transition:.4s ease;white-space:nowrap;width:140px;min-width:140px;max-width:140px}.maps-speed-control--disabled{opacity:.5;cursor:not-allowed}.maps-speed-play{width:24px;height:24px;background:var(--maps-accent);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.4s ease;flex-shrink:0}.maps-speed-control--disabled .maps-speed-play{background:#ccc;cursor:not-allowed}.maps-speed-play-icon--triangle{margin-left:1px}.maps-speed-knob{width:80px;height:4px;background:#e5e7eb;border-radius:2px;position:relative;cursor:pointer}.maps-speed-control--disabled .maps-speed-knob{background:#f0f0f0;cursor:not-allowed}.maps-speed-indicator{width:12px;height:12px;background:var(--maps-accent);border:2px solid #fff;border-radius:50%;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 4px #0000001a;transition:left .4s ease;cursor:grab}.maps-speed-label{font-size:12px;color:#6b7280}.maps-timer-wrap{margin-right:0}.maps-timer-toggle{cursor:pointer;-webkit-user-select:none;user-select:none}.maps-header-action-btn{display:flex;align-items:center;gap:8px;border-radius:8px;padding:5px 12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .4s ease;white-space:nowrap;border:1px solid var(--maps-accent);background:#fff;color:var(--maps-accent)}.maps-header-action-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px #f4553b4d}.maps-header-action-btn--hub-active{background:var(--maps-accent);color:#fff}.maps-download-btn{display:flex;align-items:center;gap:8px;background:var(--maps-accent);border:none;border-radius:8px;padding:6px 12px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .4s ease;white-space:nowrap}.maps-download-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px #f4553b4d}.maps-download-btn__icon{width:16px;height:16px;object-fit:contain}.maps-live-page{display:flex;flex-direction:column;min-height:0}.maps-live-body{display:flex;flex:1;min-height:0;overflow:hidden;padding:0 20px 20px;gap:0;margin-top:10px}.maps-live-sidebar-col{width:300px;min-width:280px;flex-shrink:0;display:flex;flex-direction:column}.maps-live-map-col{flex:1;min-width:0;min-height:480px;height:calc(100vh - 210px);max-height:720px;padding-left:16px}.maps-live-sidebar.maps-live-sidebar--panel{background:var(--maps-surface, #fff);border:1px solid #e0e0e0;border-radius:10px;margin-top:0;display:flex;flex-direction:column;max-height:min(520px,calc(100vh - 220px));height:100%;overflow:hidden;padding:2px 2px 12px;box-shadow:0 1px 2px #0000000a}.maps-live-sidebar__search-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px 10px}.maps-live-sidebar__search-input{flex:1;min-width:0;padding:6px 12px;border:1px solid var(--maps-border, #d9dde3);border-radius:8px;font-size:12px;color:#202224;background:#fff;outline:none;transition:border-color .2s ease}.maps-live-sidebar__search-input::placeholder{color:#9ca3af}.maps-live-sidebar__search-input:focus{border-color:#c4c9d4}.maps-live-sidebar__filter-wrap{display:flex;align-items:center;justify-content:center;box-sizing:border-box}.maps-live-sidebar__filter-wrap>div{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.maps-live-sidebar__filter-wrap img{margin:0!important;opacity:.88;cursor:pointer}.maps-live-sidebar__rule{height:.5px;background:var(--maps-border, #e0e0e0);margin:0 16px 10px}.maps-live-sidebar__rule--tight{margin-bottom:8px}.maps-live-sidebar__section-head{display:flex;align-items:center;justify-content:space-between;padding:0 16px 8px}.maps-live-sidebar__section-title{font-size:12px;font-weight:600;color:#6b7a90;text-transform:uppercase;letter-spacing:.08em}.maps-live-sidebar__section-head-right{display:flex;align-items:center;gap:8px}.maps-live-sidebar__filter-summary-btn{display:inline-flex;align-items:center;justify-content:center;padding:2px;margin:0;border:none;background:transparent;cursor:pointer;border-radius:6px}.maps-live-sidebar__filter-summary-btn:hover{background:#0000000f}.maps-live-sidebar__filter-summary-btn:focus-visible{outline:2px solid #f4553b;outline-offset:2px}.maps-live-sidebar__filter-summary-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0;pointer-events:none}.maps-live-sidebar__count-badge{font-size:12px;font-weight:600;color:#f4553b;background:#f4553b1a;padding:4px 10px;border-radius:6px;min-width:28px;text-align:center}.maps-live-sidebar__list--scroll{overflow-y:auto;overflow-x:hidden;flex:1;min-height:120px;padding:0 16px 8px;scrollbar-width:thin;scrollbar-color:#d9dde3 transparent}.maps-live-sidebar__list--scroll::-webkit-scrollbar{width:6px}.maps-live-sidebar__list--scroll::-webkit-scrollbar-track{background:transparent;border-radius:10px}.maps-live-sidebar__list--scroll::-webkit-scrollbar-thumb{background:#d9dde3;border-radius:10px}.maps-live-sidebar__list--scroll::-webkit-scrollbar-thumb:hover{background:#8496b0}.maps-live-sidebar__row{display:flex;align-items:center;gap:10px;padding:7px 12px;border-radius:8px;border:1px solid #e5e7eb;cursor:pointer;font-size:13px;font-weight:500;color:#374151;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .2s ease}.maps-live-sidebar__row:hover{background:#fafafa;transform:translate(5px);box-shadow:0 2px 8px #0000000f}.maps-live-sidebar__row--active{background:#f3f4f6;border-color:#d1d5db}.maps-live-sidebar__row-wrap{margin-bottom:10px}.maps-live-sidebar__checkbox{width:17px;height:17px;accent-color:#f4553b;cursor:pointer;flex-shrink:0}.maps-live-sidebar__veh-no{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:.02em}.maps-live-sidebar__empty{text-align:center;padding:36px 16px}.maps-live-sidebar__empty-icon{animation:maps-live-float 3s ease-in-out infinite}@keyframes maps-live-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.maps-live-map-shell{position:relative;width:100%;height:100%;border-radius:8px;overflow:hidden;border:1px solid var(--maps-border, #d9dde3)}.maps-live-map-shell .gm-style-iw-chr,.maps-live-map-shell .gm-style-iw-c button[aria-label=Close],.maps-live-map-shell .gm-style-iw-c button[title=Close]{display:none!important}.gm-style .gm-style-iw-c{background-color:inherit!important}.maps-live-map-loading{width:100%;height:100%;min-height:400px;background:#fff;border:1px solid var(--maps-border, #d9dde3);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#8496b0}.maps-live-map-loading__title{font-size:18px;font-weight:600;margin-bottom:8px;text-align:center}.maps-live-map-loading__sub{font-size:12px;opacity:.75;text-align:center}.maps-live-legend{position:absolute;left:12px;bottom:28px;z-index:2;display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;padding:10px 14px;background:#374151eb;border-radius:8px;max-width:calc(100% - 24px);box-shadow:0 4px 12px #00000026}.maps-live-legend__item{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#f9fafb}.maps-live-legend__swatch{width:14px;height:14px;border-radius:50%;border:2px solid #fff;flex-shrink:0}@keyframes maps-live-iw-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.maps-live-infowindow-root{max-width:520px;width:100%;box-sizing:border-box;overflow-x:hidden;overflow-y:visible;font-family:system-ui,-apple-system,sans-serif;animation:maps-live-iw-enter .22s ease-out}.maps-live-infowindow-card{min-width:400px;max-width:100%;box-sizing:border-box;overflow:hidden;background:#374151eb}.maps-live-popup__header{color:#dbd9ea;padding:10px 12px 0;font-weight:600;font-size:14px;border-radius:0;margin:0;width:100%;box-sizing:border-box;text-align:center;line-height:1.25}.maps-live-popup__body{padding:8px 12px 10px;box-sizing:border-box}.maps-live-popup__address-row{display:flex;gap:6px;align-items:flex-start;margin-bottom:6px;color:#374151;font-size:12px;line-height:1.35}.maps-live-popup__pin{width:14px;height:14px;margin-top:1px;flex-shrink:0}.maps-live-popup__address-text{word-break:break-word;color:#dbd9ea}.maps-live-popup__coords{display:flex;flex-direction:column;gap:4px;margin-top:2px;font-size:12px;color:#6b7280}.maps-live-popup__coords--inline{margin-top:0;min-width:0;gap:2px}.maps-live-popup__details-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr) auto;gap:4px 12px;align-items:start;margin-top:0;font-size:12px;color:#6b7280}.maps-live-popup__meta-col{min-width:0;display:flex;flex-direction:column;gap:2px}.maps-live-popup__time-row{display:flex;align-items:center;gap:4px;min-width:0;color:#374151}.maps-live-popup__clock-icon{width:13px;height:13px;flex-shrink:0;color:#dbd9ea}.maps-live-popup__meta-line{min-width:0;line-height:1.3;word-break:break-word}.maps-live-popup__strong-label{font-weight:700;color:#dbd9ea}.maps-live-popup__meta-sep{font-weight:400;color:#dbd9ea}.maps-live-popup__speed-block{text-align:right;flex-shrink:0;padding-left:2px}.maps-live-popup__speed-value-row{display:flex;align-items:baseline;justify-content:flex-end;gap:3px;margin-top:0}.maps-live-popup__speed-num{font-size:19px;font-weight:700;color:#dbd9ea;line-height:1}.maps-live-popup__speed-unit{font-size:11px;color:#dbd9ea;font-weight:500}.maps-live-popup__footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 14px;margin-top:6px;padding-top:6px;border-top:.5px solid #DBD9EA;font-size:12px}.maps-live-popup__driver-block{min-width:0;display:flex;flex-direction:column;gap:1px;line-height:1.3}@media (max-width: 480px){.maps-live-popup__details-grid{grid-template-columns:1fr}.maps-live-popup__speed-block{text-align:left;padding-left:0}.maps-live-popup__speed-value-row{justify-content:flex-start}.maps-live-popup__footer-grid{grid-template-columns:1fr}}.maps-live-popup__label{font-weight:600;color:#111827}.maps-live-popup__value{color:#dbd9ea}.gm-style-iw-d{overflow:hidden!important}.gm-style-iw-c{padding:0!important}.gm-style-iw-tc:after{background-color:#374151eb!important}.routing-form-container{display:flex;justify-content:center;padding:20px 30px}.routing-form-wrapper{background:#fff;width:100%;border-radius:18px;padding:30px 40px;box-shadow:0 20px 40px #00000014}.routing-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.routing-form-header-content{display:flex;align-items:center;gap:10px}.routing-form-back-icon{width:20px;height:13px;cursor:pointer}.routing-form-title{margin:0;font-family:Poppins;font-weight:500;font-size:16px;line-height:36px;letter-spacing:0}.routing-form-divider{height:1px;background:#e5e7eb;margin:0 0 15px}.routing-section-title{font-size:14px;font-weight:600;font-family:Poppins;line-height:100%;letter-spacing:0;margin-top:25px;margin-bottom:10px;color:#374151}.routing-form-grid-row{margin-bottom:20px}.routing-form-buttons{display:flex;justify-content:center;gap:35px;margin-top:50px}.routing-btn-primary{background:#ff5a3c;color:#fff;border:none;padding:12px 30px;width:180px;border-radius:8px;font-weight:600;cursor:pointer;font-size:13px;transition:all .3s ease;transform:scale(1);display:inline-flex;align-items:center;justify-content:center;gap:8px}.routing-btn-primary:hover{transform:scale(1.05);box-shadow:0 4px 12px #ff5a3c4d}.routing-btn-primary:not(:hover){transform:scale(1);box-shadow:none}.routing-btn-outline{background:#fff;color:#ff5a3c;border:1px solid #ff5a3c;padding:12px 30px;width:180px;border-radius:8px;font-weight:600;cursor:pointer;font-size:13px;transition:all .3s ease;transform:scale(1)}.routing-btn-outline:hover{transform:scale(1.05);box-shadow:0 4px 12px #ff5a3c33}.routing-btn-outline:not(:hover){transform:scale(1);box-shadow:none;background:#fff}.send-mail-label{font-size:14px;color:#6b7280;display:block;font-weight:500}.send-mail-checkbox{width:15px;height:15px;accent-color:#f4553b;cursor:pointer;flex-shrink:0}.traffic-duration-tables-container{display:flex;justify-content:start;gap:24px;margin-top:20px;padding-bottom:15px;padding-left:10px;padding-right:10px}.traffic-duration-table-wrapper{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;width:calc(50% - 10px)}.traffic-duration-table-wrapper .generic-table.MuiTable-root{min-width:unset!important}.traffic-duration-input-cell{width:200px!important;padding:6px 10px!important;border:1px solid #e5e7eb!important;border-radius:4px!important;font-size:13px!important;font-family:Poppins,sans-serif!important;background-color:#fff!important;color:#111827!important}.traffic-duration-input-cell:focus{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 2px #3b82f626!important}@media (max-width: 1024px){.traffic-duration-tables-container{grid-template-columns:1fr;gap:16px}}
