@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.toaster-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;align-items:center;gap:12px;padding:12px 16px;min-width:280px;max-width:400px;background:#18181b;border:1px solid #3f3f46;border-radius:8px;box-shadow:0 4px 12px #0000004d}.toaster-message{flex:1;margin:0;font-size:.875rem;color:#e4e4e7;line-height:1.4}.toaster-close{flex-shrink:0;width:24px;height:24px;padding:0;border:none;background:transparent;color:#a1a1aa;font-size:1.25rem;line-height:1;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.toaster-close:hover{color:#e4e4e7;background:#27272a}[data-theme=light] .toaster-container{background:#fff7f7;border-color:#fecaca;box-shadow:0 4px 12px #f8717140}[data-theme=light] .toaster-message{color:#b91c1c}[data-theme=light] .toaster-close{color:#71717a}[data-theme=light] .toaster-close:hover{color:#18181b;background:#f4f4f5}.login-page{position:fixed;left:0;top:0;right:0;bottom:0;display:flex;min-height:100vh;width:100%;font-family:Inter,system-ui,sans-serif}.login-left{flex:1;min-width:0;position:relative;background:linear-gradient(135deg,#1e293b,#312e81,#1e1b4b);background-image:url(/loginimg.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.login-logo{position:absolute;top:40px;left:40px;z-index:2}.login-logo img{height:60px;width:auto;display:block}.login-right{flex:1;min-width:0;background:#fff;display:flex;align-items:center;justify-content:center;padding:40px 24px}.login-form-wrap{width:100%;max-width:480px}.login-form-wrap h1{color:#000;font-size:32px;font-weight:600;letter-spacing:.02em;margin:0 0 8px;font-family:Inter,sans-serif;text-align:center}.login-form-wrap .login-subheading{color:#3d3d3d;font-weight:500;font-size:18px;line-height:100%;letter-spacing:.02em;margin:0 0 32px;font-family:Inter,sans-serif;text-align:center}.login-form-wrap .login-field{width:100%;max-width:480px;height:54px;border-radius:10px;border:1px solid #e5e5e5;padding:0 16px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:100%;letter-spacing:.02em;color:#000;background:#fff;margin-bottom:20px;transition:border-color .2s}.login-form-wrap .login-field::placeholder{color:#737373;font-weight:500;font-size:16px;line-height:100%;letter-spacing:.02em}.login-form-wrap .login-field:hover{border-color:#22a6c4}.login-form-wrap .login-field:focus{outline:none;border-color:#22a6c4}.login-form-wrap .login-field-wrap{position:relative;margin-bottom:20px}.login-form-wrap .login-field-wrap .login-field{margin-bottom:0;padding-right:48px}.login-form-wrap .login-field-wrap .password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer;color:#737373;display:flex;align-items:center;justify-content:center}.login-form-wrap .login-options{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:28px}.login-remember{display:flex;align-items:center;gap:10px}.login-remember span{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:100%;letter-spacing:.02em;color:#3d3d3d}.login-switch{width:33px;height:17px;border-radius:17px;background:#d1d5db;position:relative;cursor:pointer;flex-shrink:0;transition:background .2s}.login-switch.on{background:#31b22a}.login-switch:after{content:"";position:absolute;width:13px;height:13px;border-radius:50%;background:#fff;top:2px;left:2px;transition:transform .2s;box-shadow:0 1px 2px #0003}.login-switch.on:after{transform:translate(16px)}.login-forgot{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:100%;letter-spacing:.02em;color:#00e;text-decoration:none}.login-forgot:hover{text-decoration:underline}.login-btn{width:100%;max-width:480px;height:53px;border-radius:10px;border:none;background:#34568b;color:#fff;font-family:Inter,sans-serif;font-weight:700;font-size:18px;line-height:100%;letter-spacing:.02em;cursor:pointer;transition:background .2s}.login-btn:hover:not(:disabled){background:#2d4a7c}.login-btn:disabled{opacity:.7;cursor:not-allowed}.login-error{color:#dc2626;font-size:14px;font-weight:500;margin:0 0 16px;font-family:Inter,sans-serif}.login-download-section{margin-top:28px;padding:14px;border:1px solid #e5e5e5;border-radius:12px;display:flex;flex-direction:column;gap:12px}.login-download-btn{width:100%;height:52px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-family:Inter,sans-serif;font-size:17px;font-weight:600;letter-spacing:.01em;text-decoration:none;cursor:pointer;transition:background .2s,border-color .2s,opacity .2s}.login-download-btn--windows{background:#31b22a;border:1px solid #31b22a;color:#fff}.login-download-btn--windows:hover{background:#2aa124;border-color:#2aa124}.login-download-btn--mac{background:#fff;border:1px solid #1f2937;color:#111827;cursor:default}.login-download-btn--mac:disabled{opacity:1}@media (max-width: 900px){.login-page{flex-direction:column}.login-left{min-height:200px;background-size:cover;background-position:center}.login-logo{top:24px;left:24px}.login-logo img{height:32px}.login-right{padding:32px 24px}}@media (max-width: 520px){.login-form-wrap h1{font-size:26px}.login-form-wrap .login-subheading{font-size:16px}.login-form-wrap .login-field,.login-btn{max-width:100%}.login-download-btn{height:48px;font-size:15px}}.otp-page{position:fixed;left:0;top:0;right:0;bottom:0;display:flex;min-height:100vh;width:100%;font-family:Inter,system-ui,sans-serif}.otp-left{flex:1;min-width:0;position:relative;background:linear-gradient(135deg,#1e293b,#312e81,#1e1b4b);background-image:url(/loginimg.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.otp-logo{position:absolute;top:40px;left:40px;z-index:2}.otp-logo img{height:36px;width:auto;display:block}.otp-right{flex:1;min-width:0;background:#fff;display:flex;align-items:center;justify-content:center;padding:40px 24px}.otp-form-wrap{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;text-align:center}.otp-person-icon{margin-bottom:24px}.otp-person-icon img{width:142px;height:85px;display:block;margin:0 auto}.otp-form-wrap h1{color:#000;font-size:32px;font-weight:600;line-height:100%;letter-spacing:.02em;margin:0 0 24px;font-family:Inter,sans-serif}.otp-form-wrap .otp-subheading{color:#3d3d3d;font-weight:500;font-size:18px;line-height:100%;letter-spacing:.02em;margin:0 0 40px;font-family:Inter,sans-serif}.otp-inputs{display:flex;gap:18.64px;margin-bottom:56px;justify-content:center}.otp-inputs input{width:82.72px;height:68px;border-radius:8px;border:1px solid #b9b9b9;padding:0;font-family:Inter,sans-serif;font-weight:600;font-size:24px;text-align:center;color:#000;background:#fff;transition:border-color .2s}.otp-inputs input:focus{outline:none;border-color:#22a6c4}.otp-inputs input::placeholder{color:#d1d5db}.otp-error{color:#dc2626;font-size:14px;font-weight:500;margin:0 0 16px;font-family:Inter,sans-serif;width:100%}.otp-btn{width:100%;max-width:480px;height:53px;border-radius:10px;border:none;background:#34568b;color:#fff;font-family:Inter,sans-serif;font-weight:700;font-size:18px;line-height:100%;letter-spacing:.02em;cursor:pointer;transition:background .2s}.otp-btn:hover:not(:disabled){background:#2d4a7c}.otp-btn:disabled{opacity:.7;cursor:not-allowed}.otp-resend-success{color:#059669;font-size:14px;font-weight:500;margin:0 0 12px;font-family:Inter,sans-serif}.otp-resend-wrap{margin:24px 0 0;font-size:14px;color:#3d3d3d;font-family:Inter,sans-serif}.otp-resend-btn{background:none;border:none;padding:0;color:#34568b;font-weight:600;font-size:14px;cursor:pointer;text-decoration:underline;font-family:Inter,sans-serif}.otp-resend-btn:hover:not(:disabled){color:#2d4a7c}.otp-resend-btn:disabled{color:#9ca3af;cursor:not-allowed;text-decoration:none}.otp-resend-hint{margin:8px 0 0;font-size:13px;color:#6b7280;font-family:Inter,sans-serif}@media (max-width: 900px){.otp-page{flex-direction:column}.otp-left{min-height:200px;background-size:cover;background-position:center}.otp-logo{top:24px;left:24px}.otp-logo img{height:32px}.otp-right{padding:32px 24px}.otp-inputs{gap:12px;flex-wrap:wrap}.otp-inputs input{width:56px;height:56px;font-size:20px}}@media (max-width: 520px){.otp-form-wrap h1{font-size:26px}.otp-form-wrap .otp-subheading{font-size:16px}.otp-inputs input{width:52px;height:52px}}.layout{display:flex;flex-direction:column;height:100vh;min-height:100vh;width:100%;background-color:#fff;overflow:hidden}[data-theme=dark] .layout{background-color:#101322}.layout-content{flex:1;min-height:0;min-width:0;padding:clamp(12px,2vw,24px);overflow-y:auto;overflow-x:hidden;background-color:#f9fafb;width:100%;box-sizing:border-box}@media (max-width: 640px){.layout-content{padding:12px}}[data-theme=dark] .layout-content{background-color:#101322}.dashboard-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:17px;margin-bottom:30px;width:100%}.dashboard-card{min-width:0;min-height:115px;height:auto;border:1.33px solid #E5E7EB;border-radius:10px;padding:clamp(16px,3vw,25.33px);display:flex;flex-direction:column;gap:8px;background-color:#fff;overflow:hidden;box-sizing:border-box}[data-theme=dark] .dashboard-card{background-color:#1c2741;border-color:#e5e7eb}.dashboard-card-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#4a5565;margin:0;overflow-wrap:break-word;word-break:break-word}[data-theme=dark] .dashboard-card-title{color:#e5e7eb}.dashboard-card-value{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;font-size:clamp(22px,4vw,30px);line-height:1.2;letter-spacing:0px;margin:0;color:#000}@media (max-width: 1200px){.dashboard-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.dashboard-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:0}.dashboard-card{min-height:84px;padding:14px 16px}}@media (max-width: 520px){.dashboard-cards{grid-template-columns:1fr;gap:8px}.dashboard-card{min-height:72px;padding:12px 14px}}[data-theme=dark] .dashboard-card-value{color:#e5e7eb}.layout-content:has(.bd-top-level){padding-left:0;padding-right:0}.page-container:has(.bd-top-level){max-width:none;padding-left:0;padding-right:0}.bd-top-level{padding:clamp(12px,2.5vw,22px) clamp(12px,3vw,47px);display:flex;flex-direction:column;gap:clamp(16px,2.5vw,30px);background-color:#f9fafb;width:100%;min-width:0;box-sizing:border-box}.bd-table-container{width:100%;overflow-x:auto}.bd-table{width:100%;min-width:100%}.bd-working-card{overflow:visible}.bd-assign-block-popover{position:absolute;top:0;left:calc(100% + 10px);width:280px;max-width:min(320px,calc(100vw - 32px));background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 30px #0f172a2e;padding:10px 12px;z-index:80;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827}.bd-assign-block-popover--left{left:auto;right:calc(100% + 10px)}.bd-assign-block-popover-title{font-size:12px;font-weight:700;color:#111827;padding-right:20px}.bd-assign-block-popover-list{margin:8px 0 0;padding-left:18px;display:flex;flex-direction:column;gap:6px}.bd-assign-block-popover-item{font-size:12px;line-height:16px;color:#4b5563}.bd-assign-block-popover-close{position:absolute;top:6px;right:8px;width:24px;height:24px;border:none;background:#1118270a;cursor:pointer;font-size:18px;line-height:24px;color:#6b7280;border-radius:8px}.bd-assign-block-popover-close:hover{color:#111827;background:#11182714}.bd-assign-block-popover-arrow{position:absolute;top:14px;left:-6px;width:12px;height:12px;background:#fff;border-left:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;transform:rotate(45deg)}.bd-assign-block-popover-arrow--left{left:auto;right:-6px;border-left:none;border-bottom:none;border-right:1px solid #e5e7eb;border-top:1px solid #e5e7eb}[data-theme=dark] .bd-assign-block-popover{background:#131625;border-color:#34568b;box-shadow:0 16px 36px #00000073;color:#e5e7eb}[data-theme=dark] .bd-assign-block-popover-title{color:#e5e7eb}[data-theme=dark] .bd-assign-block-popover-item{color:#cbd5e1}[data-theme=dark] .bd-assign-block-popover-close{color:#9ca3af;background:#ffffff0f}[data-theme=dark] .bd-assign-block-popover-close:hover{color:#e5e7eb;background:#ffffff1f}[data-theme=dark] .bd-assign-block-popover-arrow{background:#131625;border-left-color:#34568b;border-bottom-color:#34568b}.bd-assign-block-popover--fixed{position:fixed;top:72px;right:24px;left:auto;z-index:1100}[data-theme=dark] .bd-assign-block-popover--fixed{z-index:1100}.bd-dispatch-modal-overlay,.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a7a;display:flex;align-items:center;justify-content:center;z-index:3000;padding:24px;box-sizing:border-box}.bd-car-tracking-modal-overlay{z-index:10000!important}[data-theme=dark] .bd-dispatch-modal-overlay,[data-theme=dark] .modal-overlay{background:#0000009e}.bd-assign-context-menu{position:fixed;z-index:130;min-width:260px;max-width:min(320px,calc(100vw - 24px));max-height:calc(100vh - 16px);display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 30px #0f172a2e;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.bd-assign-context-menu-title{flex-shrink:0;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;padding:10px 14px 8px;border-bottom:1px solid #e5e7eb}.bd-assign-context-menu-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-color:#34568b transparent}.bd-assign-context-menu-scroll::-webkit-scrollbar{width:5px}.bd-assign-context-menu-scroll::-webkit-scrollbar-track{background:transparent}.bd-assign-context-menu-scroll::-webkit-scrollbar-thumb{background-color:#34568b;border-radius:20px}.bd-assign-context-menu-scroll::-webkit-scrollbar-thumb:hover{background-color:#2d4a7a}.bd-assign-context-menu-empty{font-size:13px;color:#6b7280;padding:12px 14px}.bd-assign-context-menu-item{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;margin:0;padding:10px 14px;border:none;border-top:1px solid #e5e7eb;background:transparent;cursor:pointer;text-align:left;font:inherit;color:#111827}.bd-assign-context-menu-item:first-of-type{border-top:none}.bd-assign-context-menu-item:hover{background:#1118270f}.bd-assign-context-menu-make-reg{font-size:13px;font-weight:600;color:#111827;line-height:1.35}.bd-assign-context-menu-driver{font-size:12px;color:#6b7280}.bd-right-click-assign-modal{display:flex;flex-direction:column;width:min(440px,calc(100vw - 48px));max-height:calc(100vh - 48px);margin:auto;background:#fff;border-radius:10px;box-shadow:0 8px 32px #00000026;overflow:hidden;flex-shrink:0;min-height:0}.bd-right-click-assign-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;background:#fff;border-bottom:1px solid #f1f5f9;flex-shrink:0}.bd-right-click-assign-modal-header h3{margin:0;font-family:Arial,sans-serif;font-weight:700;font-size:18px;line-height:28px;color:#16181d}.bd-right-click-assign-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;cursor:pointer;font-size:20px;line-height:32px;color:#6b7280;border-radius:6px;transition:background .2s,color .2s}.bd-right-click-assign-modal-close:hover:not(:disabled){background:#6b72801a;color:#374151}.bd-right-click-assign-modal-close:disabled{opacity:.5;cursor:not-allowed}.bd-right-click-assign-modal-body{padding:17px 24px 10px;background:#fff}.bd-right-click-assign-text{margin:0;font-size:14px;line-height:1.55;color:#374151}.bd-right-click-assign-text strong{color:#111827;font-weight:600}.bd-right-click-assign-modal-errors{margin-top:14px;margin-bottom:0;padding:10px 12px;border-radius:8px;border:1px solid #fecaca;background:#fef2f2}.bd-right-click-assign-modal-errors-title{font-size:13px;font-weight:800;color:#dc2626;margin:0 0 6px}.bd-right-click-assign-modal-errors-list{margin:0;padding:0;list-style:none;color:#dc2626;font-size:13px;line-height:1.45;font-weight:500;display:flex;flex-direction:column;gap:6px}.bd-right-click-assign-modal-errors-list li{margin:0;padding:0}.bd-right-click-assign-modal-errors-message{margin:0;font-size:13px;line-height:1.5;font-weight:500;color:#dc2626}.bd-right-click-assign-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:10px 24px 16px;background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0}.bd-right-click-assign-btn-cancel,.bd-right-click-assign-btn-confirm{height:40px;padding:0 16px;border-radius:8px;border:none;cursor:pointer;font-size:14px;font-weight:500}.bd-right-click-assign-btn-cancel{background:#f4f4f5;color:#16181d}.bd-right-click-assign-btn-cancel:hover:not(:disabled){background:#e5e5e7}.bd-right-click-assign-btn-confirm{background:#34568b;color:#fff}.bd-right-click-assign-btn-confirm:hover:not(:disabled){background:#2a4a70}.bd-right-click-assign-btn-cancel:disabled,.bd-right-click-assign-btn-confirm:disabled{opacity:.65;cursor:not-allowed}.bd-right-click-assign-loading{display:inline-flex;align-items:center;gap:8px}[data-theme=dark] .bd-assign-context-menu{background:#131625;border-color:#34568b;box-shadow:0 16px 36px #00000073}[data-theme=dark] .bd-assign-context-menu-title{color:#9ca3af;border-bottom-color:#34568b}[data-theme=dark] .bd-assign-context-menu-scroll{scrollbar-color:#4a6fa8 transparent}[data-theme=dark] .bd-assign-context-menu-scroll::-webkit-scrollbar-thumb{background-color:#4a6fa8}[data-theme=dark] .bd-assign-context-menu-scroll::-webkit-scrollbar-thumb:hover{background-color:#5c7fb8}[data-theme=dark] .bd-assign-context-menu-item{color:#e5e7eb;border-top-color:#2d3a5c}[data-theme=dark] .bd-assign-context-menu-item:hover{background:#ffffff14}[data-theme=dark] .bd-assign-context-menu-make-reg{color:#e5e7eb}[data-theme=dark] .bd-assign-context-menu-driver,[data-theme=dark] .bd-assign-context-menu-empty{color:#9ca3af}[data-theme=dark] .bd-right-click-assign-modal{background:#1c2741;box-shadow:0 16px 40px #0000008c}[data-theme=dark] .bd-right-click-assign-modal-header{background:#1c2741;border-bottom-color:#34568b}[data-theme=dark] .bd-right-click-assign-modal-header h3{color:#e5e7eb}[data-theme=dark] .bd-right-click-assign-modal-close{color:#9ca3af}[data-theme=dark] .bd-right-click-assign-modal-close:hover:not(:disabled){background:#ffffff14;color:#e5e7eb}[data-theme=dark] .bd-right-click-assign-modal-body{background:#1c2741;padding:17px 24px 10px}[data-theme=dark] .bd-right-click-assign-text{color:#cbd5e1}[data-theme=dark] .bd-right-click-assign-text strong{color:#f1f5f9}[data-theme=dark] .bd-right-click-assign-modal-errors{border-color:#f8717173;background:#7f1d1d59}[data-theme=dark] .bd-right-click-assign-modal-errors-title{color:#fecaca;font-weight:800}[data-theme=dark] .bd-right-click-assign-modal-errors-list,[data-theme=dark] .bd-right-click-assign-modal-errors-message{color:#fca5a5;font-weight:500}[data-theme=dark] .bd-right-click-assign-modal-footer{background:#1c2741;border-top-color:#34568b;padding:10px 24px 16px}[data-theme=dark] .bd-right-click-assign-btn-cancel{background:#2a3548;color:#e5e7eb}[data-theme=dark] .bd-right-click-assign-btn-cancel:hover:not(:disabled){background:#35425a}[data-theme=dark] .bd-right-click-assign-btn-confirm{background:#34568b;color:#fff}[data-theme=dark] .bd-right-click-assign-btn-confirm:hover:not(:disabled){background:#2a4a70}.bd-header{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-width:0}.bd-header-left{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:clamp(18px,2.5vw,20px);line-height:32px;color:#000;min-width:0}.bd-header-right{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:10px;min-width:0}.bd-car-tracking-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 14px;border-radius:10px;border:1px solid #34568b;background:#fff;color:#34568b;cursor:pointer;font-family:Arial,sans-serif;font-weight:500;font-size:14px}.bd-car-tracking-btn:hover{background:#eef3fa}.bd-car-tracking-btn-icon{flex-shrink:0}.bd-car-tracking-modal{display:flex;flex-direction:column;width:min(1260px,calc(100vw - 48px));max-height:calc(100vh - 48px);margin:auto;background:#fff;border-radius:10px;box-shadow:0 8px 32px #00000026;overflow:hidden;flex-shrink:0}.bd-car-tracking-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;flex-shrink:0;background:#fff;border-bottom:1px solid #f1f5f9}.bd-car-tracking-modal .modal-header h3{margin:0;font-family:Arial,sans-serif;font-weight:700;font-size:18px;line-height:28px;color:#16181d}.bd-car-tracking-modal .modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;cursor:pointer;font-size:20px;line-height:32px;color:#6b7280;border-radius:6px;transition:all .2s}.bd-car-tracking-modal .modal-close:hover{background:#6b72801a;color:#374151}.bd-car-tracking-modal-body{display:flex;flex-direction:column;flex:1;min-height:0;padding:16px 20px 20px;background:#fff}.bd-car-tracking-modal-working.bd-working-cars-container{height:auto;flex:1;min-height:260px;max-height:min(480px,calc(100vh - 220px))}.bd-car-tracking-divider{margin-top:20px;border-top:1px solid #e5e7eb}.bd-car-tracking-map-wrap{margin-top:20px}.bd-car-tracking-map-title{margin:0 0 10px;font-size:16px;font-weight:600;color:#111827}.bd-car-tracking-map{width:100%;height:260px;border:1px solid #e5e7eb;border-radius:10px}.bd-car-tracking-map-meta{margin:10px 0 0;font-size:13px;color:#6b7280}.bd-car-tracking-modal-working .bd-working-cars-header{background:transparent;border-bottom:1px solid #e5e7eb;padding:0 0 12px}.bd-car-tracking-modal-working .bd-working-cars-actions{width:100%;justify-content:flex-end}.bd-car-tracking-modal-working .bd-working-cars-search-wrapper{width:220px;height:36px}.bd-car-tracking-modal-working .bd-working-cars-search-input{border:1px solid #d1d5dc;border-radius:8px;color:#111827}.bd-car-tracking-modal-working .bd-working-cars-search-input::placeholder{color:#6b7280}.bd-car-tracking-modal-working .bd-working-cars-status-wrapper{width:120px;height:36px;border:1px solid #d1d5dc;border-radius:8px;color:#111827;background:#fff}.bd-car-tracking-dropdown-icon{width:12px;height:12px}.bd-car-tracking-modal-footer{margin-top:14px;flex-shrink:0}.bd-working-card.bd-working-card--car-tracking-readonly{cursor:default}.bd-working-card.bd-working-card--car-tracking-readonly:hover{filter:none}.bd-car-tracking-empty{grid-column:1 / -1;margin:0;padding:24px 12px;text-align:center;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;color:#6b7280}[data-theme=dark] .bd-car-tracking-modal{background:#1c2741;box-shadow:0 14px 38px #00000073}[data-theme=dark] .bd-car-tracking-modal .modal-header{background:#1c2741;border-bottom-color:#34568b}[data-theme=dark] .bd-car-tracking-modal .modal-header h3{color:#e5e7eb}[data-theme=dark] .bd-car-tracking-modal .modal-close{color:#aebacf}[data-theme=dark] .bd-car-tracking-modal .modal-close:hover{background:#aebacf26;color:#fff}[data-theme=dark] .bd-car-tracking-modal-body{background:#1c2741}[data-theme=dark] .bd-car-tracking-divider{border-top-color:#34568b}[data-theme=dark] .bd-car-tracking-map-title{color:#e5e7eb}[data-theme=dark] .bd-car-tracking-map{border-color:#34568b}[data-theme=dark] .bd-car-tracking-map-meta{color:#9ca3af}[data-theme=dark] .bd-car-tracking-modal-working .bd-working-cars-header{border-bottom-color:#34568b}[data-theme=dark] .bd-car-tracking-modal-working .bd-working-cars-search-input{border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .bd-car-tracking-modal-working .bd-working-cars-search-input::placeholder{color:#9ca3af}[data-theme=dark] .bd-car-tracking-modal-working .bd-working-cars-status-wrapper{border-color:#4b5563;color:#e5e7eb;background:#111827}[data-theme=dark] .bd-car-tracking-empty{color:#9ca3af}.bd-add-booking-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:auto;min-width:141px;height:44px;min-height:44px;padding:0 14px;border-radius:10px;border:none;background-color:#34568b;cursor:pointer;flex-shrink:0;white-space:nowrap;box-sizing:border-box;font-family:Arial,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#fff}.bd-add-booking-icon{width:16px;height:16px}.bd-vehicle-overlay-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:40;display:flex;align-items:flex-start;justify-content:center;padding-top:72px;pointer-events:none}.bd-vehicle-overlay-content{pointer-events:auto;background:#0f172aeb;color:#fff;padding:12px 20px;border-radius:999px;box-shadow:0 10px 30px #0006;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;text-align:center}.bd-vehicle-overlay-content h3{margin:0 0 4px;font-size:15px;font-weight:600}.bd-vehicle-overlay-content p{margin:0;opacity:.9}.bd-vehicle-overlay-hint{margin-top:4px;font-size:12px;opacity:.7}.bd-working-cars-container.bd-working-cars-focus{position:relative;z-index:50}.bd-working-cars-container.bd-working-cars-focus .bd-working-card{transition:box-shadow .12s ease-out,transform .12s ease-out,background-color .12s ease-out;box-shadow:0 0 0 1px #94a3b8b3}.bd-header-search-wrapper{position:relative;width:min(320px,100%);height:44px;min-height:44px;flex:0 1 200px;min-width:0}.bd-header-search-input{width:100%;height:100%;min-height:44px;padding:10px 14px 10px 40px;border-radius:10px;border:1.26px solid #d1d5dc;font-family:Arial,sans-serif;font-size:14px;line-height:20px;color:#111827;box-sizing:border-box}.bd-header-search-input::placeholder{color:#b5b5b5}.bd-input-icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:14px;height:14px;opacity:.7;pointer-events:none;z-index:1}.bd-input-icon.white{filter:invert(1)}.bd-working-cars-container{width:100%;height:auto;min-height:180px;max-height:min(400px,52vh);border-radius:10px;background-color:#fff;box-shadow:0 1px 2px #0f172a0d;overflow:hidden;display:flex;flex-direction:column}.bd-working-cars-header{background-color:#325080;padding:12px clamp(12px,2vw,23.71px);display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-width:0}.bd-working-cars-title{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:18px;line-height:28px;color:#fff}.bd-working-cars-actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;min-width:0;flex:1 1 auto;justify-content:flex-end}.bd-working-cars-search-wrapper{position:relative;width:min(176px,100%);height:30.5px;flex:1 1 140px;min-width:0}.bd-working-cars-search-input{width:100%;height:100%;padding:0 10px 0 30px;border-radius:4px;border:1.26px solid rgba(255,255,255,.2);background:transparent;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#fff9}.bd-working-cars-search-input::placeholder{color:#fff9}.bd-working-cars-status-wrapper{width:107px;height:29.7px;border-radius:4px;border:1.26px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:space-between;padding:0 8px;background:transparent;cursor:pointer;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#fff9}.bd-working-cars-status-filter-wrap{position:relative}.bd-working-cars-status-dropdown{position:absolute;top:calc(100% + 6px);right:0;width:140px;background:#fff;border:1px solid #d1d5dc;border-radius:8px;box-shadow:0 4px 14px #00000014;z-index:30;overflow:hidden}.bd-working-cars-status-dropdown-item{width:100%;border:none;background:#fff;text-align:left;padding:9px 10px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#0a0a0a;cursor:pointer}.bd-working-cars-status-dropdown-item:hover{background:#f9fafb}.bd-working-cars-status-dropdown-item.active{background:#eef2ff;color:#34568b}.bd-working-cars-status-label{flex:1}.bd-dropdown-icon.white{width:12px;height:12px;filter:invert(1)}.bd-working-cars-body{padding:24px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-color:#34568b transparent}.footer-text{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:110px}.bd-working-cars-body::-webkit-scrollbar{width:5px}.bd-working-cars-body::-webkit-scrollbar-track{background:transparent}.bd-working-cars-body::-webkit-scrollbar-thumb{background-color:#34568b;border-radius:20px}.bd-working-cars-body::-webkit-scrollbar-thumb:hover{background-color:#2d4a7a}.bd-working-cars-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-auto-rows:minmax(84px,auto);column-gap:15px;row-gap:20px}.bd-working-card{position:relative;width:100%;max-width:160px;height:auto;min-height:84px;border-radius:14px;padding:12px 9px 0;display:flex;flex-direction:column;justify-content:space-between;background-color:#f9fafb;box-shadow:0 1px 2px #0f172a0d;cursor:pointer}.bd-working-card.bd-working-card-dragover{box-shadow:0 0 0 50px #e5e7eb inset,0 1px 2px #0f172a0d}.bd-working-card-assign-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;pointer-events:none}.bd-working-card-assign-spinner{width:22px;height:22px;border:2px solid #e5e7eb;border-top-color:#34568b;border-radius:50%;animation:bd-working-card-spin .7s linear infinite}.bd-working-card-assign-text{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:600;color:#374151}@keyframes bd-working-card-spin{to{transform:rotate(360deg)}}.bd-working-card.selected{box-shadow:0 0 0 2px #34568b inset;border-bottom-left-radius:14px;border-bottom-right-radius:14px;border:2px solid #34568b;height:80px}.bd-working-card-top{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bd-working-card-driver{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:10px;line-height:13.75px;color:#101828}.bd-working-card-code{min-width:54px;min-height:19px;height:auto;border-radius:4px;background-color:#04d7d7;display:flex;align-items:flex-start;justify-content:flex-start;text-align:left;font-family:Consolas,monospace;font-weight:700;font-size:10px;line-height:15px;letter-spacing:-.25px;color:#000;padding:2px 6px;white-space:normal;overflow-wrap:anywhere;box-sizing:border-box}.bd-working-card-status{margin-top:2px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:9px;line-height:13.5px}.bd-working-card-status-accepted{color:#00a63e}.bd-working-card-status-pending{color:#e17100}.bd-working-card-status-dispatched,.bd-working-card-status-arrived{color:#2563eb}.bd-working-card-status-on-board{color:#7c3aed}.bd-working-card-status-en-route{color:#0d9488}.bd-working-card-status-complete{color:#00a63e}.bd-working-card-status-unassigned{color:#6b7280}.bd-working-card-footer{margin-top:4px;margin-left:-9px;margin-right:-9px;height:20px;border-radius:0 0 14px 14px;padding:2px 9px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:10px;line-height:15px;color:#fff}.bd-working-card-footer-pin{display:inline-flex}.bd-trip-details-wrap{width:100%;background-color:#f9fafb}.bd-dispatch-container{width:100%;min-width:0;border-radius:10px 10px 0 0;border:1px solid #e1e7ef;overflow:hidden;display:flex;flex-direction:column}.bd-dispatch-top{background-color:#f9fafb;padding:20px 21px 12px;display:flex;flex-direction:column;gap:10px}.bd-dispatch-top-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-width:0}.bd-dispatch-title{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:17.7px;line-height:28px;letter-spacing:-.45px;color:#16181d}.bd-dispatch-top-right{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;align-items:center;min-width:0;flex:1 1 auto;justify-content:flex-end}.bd-dispatch-search-wrapper{position:relative;width:min(452px,100%);height:32px;flex:1 1 220px;min-width:0}.bd-todays-filter-btn{height:40px;padding:0 16px;border:1.33px solid #D1D5DC;border-radius:8px;background-color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;white-space:nowrap;margin-left:12px}.bd-todays-filter-btn:hover{border-color:#9ca3af;background-color:#f9fafb}.bd-todays-filter-btn.active{border-color:#34568b;background-color:#34568b;color:#fff}.bd-todays-filter-btn.active:hover{background-color:#2a4570;border-color:#2a4570}[data-theme=dark] .bd-todays-filter-btn{background-color:#374151;border-color:#4b5563;color:#d1d5db}[data-theme=dark] .bd-todays-filter-btn:hover{background-color:#4b5563;border-color:#6b7280}[data-theme=dark] .bd-todays-filter-btn.active{background-color:#34568b;border-color:#34568b;color:#fff}[data-theme=dark] .bd-todays-filter-btn.active:hover{background-color:#2a4570;border-color:#2a4570}.bd-dispatch-search-input{width:100%;height:100%;padding:0 16px 0 36px;border-radius:33554400px;border:1px solid #f1f5f980;background-color:#f1f5f980;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11.3px;color:#16181d}.bd-dispatch-search-input::placeholder{color:#16181db3}.bd-dispatch-status-filter{width:187px;height:44px;border-radius:10px;border:1.33px solid #d1d5dc;background-color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:16px;color:#0a0a0a}.bd-filter-icon-img{width:16px;height:16px}.bd-dispatch-filter-dropdown-icon{color:#d1d5dc}.bd-dispatch-status-filter-wrap{position:relative}.bd-dispatch-status-dropdown{position:absolute;top:calc(100% + 6px);right:0;width:187px;background:#fff;border:1px solid #d1d5dc;border-radius:8px;box-shadow:0 4px 14px #00000014;z-index:20;overflow:hidden}.bd-dispatch-status-dropdown-item{width:100%;border:none;background:#fff;text-align:left;padding:10px 12px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#0a0a0a;cursor:pointer}.bd-dispatch-status-dropdown-item:hover{background:#f9fafb}.bd-dispatch-status-dropdown-item.active{background:#eef2ff;color:#34568b}.bd-dispatch-tabs{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:6px 0 4px;min-height:32px}.bd-dispatch-tabs::-webkit-scrollbar{display:none}.bd-dispatch-tab{flex-shrink:0;background:transparent;border:none;padding:4px 0;display:inline-flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap;min-height:28px}.bd-dispatch-tab-label{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:13px;line-height:20px;color:#6b7280}.bd-dispatch-tab-badge{min-width:20px;width:auto;height:auto;min-height:16px;padding:1px 6px;border-radius:33554400px;background-color:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:10px;line-height:14px;color:#16181d;flex-shrink:0}.bd-dispatch-tab-spinner{width:12px;height:12px;border:2px solid #d1d5dc;border-top-color:#34568b;border-radius:999px;display:inline-block;animation:bd-dispatch-spin .7s linear infinite}@keyframes bd-dispatch-spin{to{transform:rotate(360deg)}}.bd-dispatch-tab.active .bd-dispatch-tab-label{color:#16181d}.bd-dispatch-middle{padding:20px;border-top:1px solid #e1e7ef;background-color:#fff}.bd-to-dispatch{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;min-width:0}.bd-to-dispatch-left{display:flex;flex-direction:row;align-items:flex-start;gap:15px;flex:1 1 auto;min-width:0;overflow:hidden}.bd-td-left-col1{display:flex;flex-direction:column;gap:10px;width:max-content}.bd-td-main-btn{width:100%;min-width:92px;height:38px;border-radius:48px;border:none;background-color:#e49d2a;font-family:Arial,sans-serif;font-weight:700;font-size:10px;line-height:15px;letter-spacing:-.25px;color:#fff;cursor:pointer;padding:0 14px;white-space:nowrap}.bd-td-small-dropdown{width:100%;min-width:90px;min-height:28px;border-radius:8px;border:1px solid #d1d5dc;background-color:#fff;display:inline-flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:4px 8px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;line-height:1.15;color:#0a0a0a80;cursor:pointer}.bd-td-small-label,.bd-td-small-value{display:block}.bd-td-left-col2{width:120px;height:166px;border-radius:8px;border:1.74px solid #e1e7ef;padding:12px 11px;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between}.bd-td-left-col2-title{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:11px;line-height:13.75px;color:#101828}.bd-td-left-col2-tags{display:flex;flex-direction:column;gap:8px}.bd-td-tag{width:99px;height:19px;border-radius:4px;display:inline-flex;align-items:center;padding:0 6px;gap:6px;font-family:Consolas,monospace;font-weight:700;font-size:10px;line-height:15px;color:#000;opacity:.55;transition:opacity .15s ease,box-shadow .15s ease}.bd-td-tag.active{opacity:1;box-shadow:0 0 0 1px #00000038 inset}.bd-td-tag-dot{width:8px;height:8px;border-radius:999px;background-color:#fff}.bd-td-tag.tag-cyan{background-color:#b7f0f0}.bd-td-tag.tag-yellow{background-color:#feff9c}.bd-td-tag.tag-green{background-color:#aaffb4}.bd-td-location-dropdown{width:99px;height:20px;border-radius:5px;border:1px solid #d1d5dc;background-color:#f9fafb;display:inline-flex;align-items:center;justify-content:space-between;padding:0 6px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;color:#0a0a0a80;cursor:pointer}.bd-td-location-dropdown-invisible{background-color:transparent;border-color:transparent;color:transparent;cursor:default}[data-theme=dark] .bd-td-location-dropdown-invisible{background-color:transparent;border-color:transparent;color:transparent}.bd-td-left-col3-list{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:nowrap;flex:1 1 auto;min-width:0;gap:10px;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:4px}.bd-td-left-col3{flex:0 0 min(419px,100%);width:min(419px,100%);min-width:0;height:auto;min-height:166px;border-radius:4px;border:1px solid #f1f5f9;background-color:#f9fafb;padding:10px;display:flex;flex-direction:column;gap:8px;cursor:pointer;box-sizing:border-box;overflow:hidden}.bd-td-left-col3.selected{border:2px solid #34568b}.bd-td-left-col3.selected-accepted{border:2px solid #00a63e}.bd-td-empty-state{width:419px;min-height:120px;border:1px dashed #d1d5dc;border-radius:8px;background-color:#f9fafb;display:flex;align-items:center;justify-content:center;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#6a7282;padding:12px;text-align:center}.bd-td-left-col3-top{display:flex;flex-direction:row;align-items:center;gap:7px}.bd-td-chip-muted{min-width:40px;height:23px;border-radius:4px;background-color:#f1f5f9;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:9.8px;color:#65758b}.bd-td-chip-warning{padding-left:4px;padding-right:4px;height:23px;border-radius:4px;border:1px solid #fef3c6;background-color:#fffbeb;display:inline-flex;align-items:center;justify-content:center;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:10px;letter-spacing:.25px;text-transform:uppercase;color:#bb4d00}.bd-td-left-col3-body{display:flex;flex-direction:column;gap:8px;margin-top:4px}.bd-td-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px;min-width:0}.bd-td-row-icon{flex:0 0 18px;width:18px;font-size:12px;text-align:center;line-height:1}.bd-td-input{border-radius:4px;border:1px solid #d1d5dc;background-color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;padding:2px 6px;color:#16181d;min-width:0;box-sizing:border-box}.bd-td-input.small{flex:1 1 90px;width:auto;min-width:72px;max-width:140px;height:22px}.bd-td-input.full{flex:1 1 auto;width:auto;min-width:0;max-width:100%;height:22px}.bd-td-chip-blue{flex:0 0 34px;width:34px;height:22px;border-radius:4px;background-color:#34568b;display:inline-flex;align-items:center;justify-content:center;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:11px;color:#fff}.bd-td-row.driver-row{gap:13px}.bd-td-input.driver-name{flex:1 1 auto;width:auto;min-width:0;max-width:100%;height:22px}.bd-td-currency{flex:0 0 auto;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px}.bd-td-input.amount{flex:0 0 62px;width:62px;min-width:56px;height:22px;background-color:#f9ff56}.bd-to-dispatch-right{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.bd-td-right-tag{width:79px;height:28px;border-radius:5px;border:none;background-color:#f9fafb;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:10px;color:#0a0a0a80;cursor:pointer}.bd-td-right-tag-loading{display:inline-flex;align-items:center;gap:4px}.bd-td-right-tag-spinner{width:10px;height:10px;border:2px solid #d1d5dc;border-top-color:#34568b;border-radius:999px;display:inline-block;animation:bd-dispatch-spin .7s linear infinite}.bd-td-right-tag.active{color:#0a0a0a}.bd-td-right-tag.active:disabled{color:#0a0a0a}.bd-td-right-tag:disabled{opacity:.45;cursor:not-allowed}.bd-dispatch-placeholder{font-size:13px;color:#6b7280}.bd-dispatch-table-wrap{width:100%;flex:1 1 0;min-height:500px;max-height:calc(100vh - 1000px);border:1.33px solid #e1e7ef;border-radius:10px 10px 0 0;padding:0;background-color:#fff;overflow-y:auto;overflow-x:auto;box-sizing:border-box;-webkit-overflow-scrolling:touch}.bd-dispatch-table{width:100%;border-collapse:collapse;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;table-layout:fixed}.bd-dispatch-table thead tr{border-bottom:1px solid #00000040}.bd-dispatch-table th{padding:17px 10px;text-align:left;font-weight:400;font-size:12px;line-height:16px;letter-spacing:0;color:#6a7282;background-color:#fff;position:sticky;top:0;z-index:1;box-shadow:0 1px #00000040}.bd-th-date{width:18%}.bd-th-journey{width:30%}.bd-th-driver{width:15%}.bd-th-vehicle{width:12%}.bd-th-timings{width:15%}.bd-th-finance{width:8%}.bd-th-notes{width:15%}.bd-th-status{width:10%}.bd-th-controls{width:7%}.bd-dispatch-table th:first-child{padding-left:23.67px}.bd-dispatch-table th:last-child{padding-right:23.67px}.bd-dispatch-table tbody tr{border-bottom:1px solid #00000040}.bd-dispatch-table tbody tr:hover{box-shadow:0 4px 4px #00000040}.bd-dispatch-row-selected{background-color:#eff4ff}.bd-dispatch-table tbody tr:last-child{border-bottom:none}.bd-dispatch-table td{padding:17px 10px;vertical-align:top;word-wrap:break-word;overflow-wrap:break-word;max-width:0}.bd-dispatch-table td:first-child{padding-left:23.67px}.bd-dispatch-table td:last-child{padding-right:23.67px}.bd-td-date{display:table-cell}.bd-td-date{min-width:100px}.bd-booking-time,.bd-booking-date,.bd-booking-id{display:block}.bd-date-edit-trigger{border:none;background:transparent;padding:0;margin:0;text-align:left;cursor:pointer}.bd-date-edit-trigger.is-disabled{cursor:default}.bd-date-edit-trigger:hover .bd-booking-time,.bd-date-edit-trigger:hover .bd-booking-date,.bd-date-edit-trigger:hover .bd-booking-id,.bd-date-edit-trigger:focus-visible .bd-booking-time,.bd-date-edit-trigger:focus-visible .bd-booking-date,.bd-date-edit-trigger:focus-visible .bd-booking-id{text-decoration:underline}.bd-booking-time{font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;color:#000}.bd-booking-date,.bd-booking-id{font-weight:400;font-size:12px;line-height:16px;letter-spacing:0;color:#99a1af}.bd-booking-imap-pending{display:inline-block;margin-top:4px;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;background:#fef3c7;color:#92400e;border:1px solid #f59e0b}.bd-booking-future-assign{display:inline-flex;flex-direction:column;align-items:flex-start;gap:1px;margin-top:4px;margin-left:0;padding:4px 8px;border-radius:8px;max-width:100%;box-sizing:border-box;background:#eef2ff;color:#3730a3;border:1px solid #818cf8}.bd-booking-future-assign-title{font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1.2}.bd-booking-future-assign-hint{font-size:10px;font-weight:600;line-height:1.25;color:#4338ca}.bd-dispatch-table tbody tr.bd-dispatch-row-future{background:linear-gradient(90deg,rgba(129,140,248,.12) 0%,rgba(129,140,248,.02) 12%,transparent 40%)}.bd-dispatch-table tbody tr.bd-dispatch-row-future.bd-dispatch-row-selected{background:linear-gradient(90deg,#818cf838,#818cf814 14%,#34568b1f)}.bd-td-journey-cell{min-width:140px;display:table-cell}.bd-journey-line{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:6px}.bd-journey-line:last-child{margin-bottom:0}.bd-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.bd-dot-from,.bd-dot-from-assigned{background-color:#00c950}.bd-dot-from-unassigned,.bd-dot-to{background-color:#fb2c36}.bd-journey-text{font-family:Arimo,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#000}.bd-td-driver,.bd-td-vehicle,.bd-td-timings,.bd-td-status-cell,.bd-td-controls-cell{vertical-align:top}.bd-timings-line{display:flex;flex-direction:row;gap:4px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;line-height:16px;margin-bottom:2px}.bd-timings-label{font-weight:600;color:#6a7282}.bd-timings-value{font-weight:400;color:#000}[data-theme=dark] .bd-timings-value{color:#e5e7eb}.bd-status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:89.88px;height:24px;border-radius:14px;padding:0 12px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:12px;line-height:16px;letter-spacing:0;background-color:#dcfce7;color:#008236}.bd-status-pill.dispatched{background-color:#dcfce7;color:#008236}.bd-status-pill.not-dispatched{background-color:#e5e7eb;color:#4b5563}.bd-status-pill.completed{background-color:#dcfce7;color:#008236}.bd-td-controls-cell{min-width:140px}.bd-control-btn{width:90px;height:24px;border-radius:5px;border:none;background-color:#34568b;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:12px;line-height:1;letter-spacing:0;color:#fff;cursor:pointer;margin-right:6px;display:inline-flex;align-items:center;justify-content:center;gap:6px}.bd-control-btn-cancel{width:auto;min-width:78px;padding:0 10px;background-color:#ef5350}.bd-control-btn:disabled{opacity:.7;cursor:not-allowed}.bd-td-finance{font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;color:#000;min-width:80px}.bd-td-notes{min-width:120px}.bd-notes-cell{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.bd-notes-text{font-weight:400;font-size:16px;line-height:24px;color:#000}.bd-cancelled-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 10px;min-height:24px;border-radius:999px;background:#b91c1c;color:#fff7f7;font-size:12px;font-weight:700;line-height:1.1;letter-spacing:.01em;border:1px solid #991b1b}.bd-notes-btn{width:auto;height:25px;border-radius:4px;border:none;background-color:#d8fffcf5;font-family:Inter,system-ui,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:100%;letter-spacing:0;color:#16181d;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.bd-notes-btn:hover{background-color:#c5f5f2}.bd-notes-btn:disabled{opacity:.7;cursor:not-allowed}.bd-td-actions-cell{min-width:56px}.bd-actions-wrap{position:relative;display:inline-block}.bd-actions-trigger{width:32px;height:32px;border:none;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:4px}.bd-actions-trigger:hover{background-color:#f1f5f9}.bd-three-dot{font-size:18px;line-height:1;color:#6a7282;font-weight:700}.bd-actions-dropdown{position:absolute;right:0;top:100%;margin-top:4px;min-width:120px;background:#fff;border:1px solid #e1e7ef;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:10;padding:4px 0}.bd-actions-item{width:100%;display:flex;align-items:center;gap:8px;padding:8px 12px;border:none;background:none;cursor:pointer;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:13px;line-height:1.2;color:#0a0a0a;text-align:left}.bd-actions-item:hover{background-color:#f9fafb}.bd-actions-item-icon{width:16px;height:16px}.bd-success-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a59;display:flex;align-items:center;justify-content:center;z-index:1000}.bd-success-modal{width:360px;border-radius:12px;background:#fff;box-shadow:0 16px 40px #0000002e;padding:24px 20px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.bd-success-modal-icon{width:42px;height:42px}.bd-success-modal-title{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#0a0a0a}.bd-success-modal-btn{margin-top:4px;border:none;border-radius:8px;background:#34568b;color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;padding:8px 18px;cursor:pointer}[data-theme=dark] .bd-top-level{background-color:#101322}[data-theme=dark] .bd-header-left{color:#fff}[data-theme=dark] .bd-header-search-input{background-color:#1c2741;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .bd-header-search-input::placeholder{color:#9ca3af}[data-theme=dark] .bd-input-icon:not(.white){filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(106%) contrast(101%)}[data-theme=dark] .bd-add-booking-btn{background-color:#34568b;color:#fff}[data-theme=dark] .bd-add-booking-btn:hover{background-color:#2a4a70}[data-theme=dark] .bd-add-booking-icon{filter:brightness(0) invert(1)}[data-theme=dark] .bd-car-tracking-btn{border-color:#34568b;background:#1c2741;color:#e5e7eb}[data-theme=dark] .bd-car-tracking-btn:hover{background:#131625}[data-theme=dark] .bd-working-cars-container{background-color:#1c2741;box-shadow:0 1px 2px #0000004d}[data-theme=dark] .bd-working-cars-header{background-color:#1e3a5f}[data-theme=dark] .bd-working-cars-body{background-color:#1c2741}[data-theme=dark] .bd-working-cars-status-dropdown{background:#1c2741;border-color:#34568b;box-shadow:0 4px 14px #0006}[data-theme=dark] .bd-working-cars-status-dropdown-item{background:#1c2741;color:#e5e7eb}[data-theme=dark] .bd-working-cars-status-dropdown-item:hover{background:#131625}[data-theme=dark] .bd-working-cars-status-dropdown-item.active{background:#34568b59;color:#93c5fd}[data-theme=dark] .bd-working-card{background-color:#131625;box-shadow:0 1px 2px #0003}[data-theme=dark] .bd-working-card.bd-working-card-dragover{box-shadow:0 0 0 50px #94a3b824 inset,0 1px 2px #00000040}[data-theme=dark] .bd-working-card.selected{box-shadow:0 0 0 2px #34568b inset}[data-theme=dark] .bd-working-card-assign-overlay{background:#131625eb}[data-theme=dark] .bd-working-card-assign-spinner{border-color:#34568b;border-top-color:#93c5fd}[data-theme=dark] .bd-working-card-assign-text,[data-theme=dark] .bd-working-card-driver{color:#e5e7eb}[data-theme=dark] .bd-working-card-code{background-color:#0d9488;color:#fff}[data-theme=dark] .bd-working-card-status-unassigned{color:#9ca3af}[data-theme=dark] .bd-working-card-footer{color:#fff}[data-theme=dark] .bd-dispatch-container{border-color:#34568b;background-color:#1c2741}[data-theme=dark] .bd-dispatch-top{background-color:#131625}[data-theme=dark] .bd-dispatch-title{color:#e5e7eb}[data-theme=dark] .bd-dispatch-search-input{background-color:#1c2741;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .bd-dispatch-search-input::placeholder{color:#9ca3af}[data-theme=dark] .bd-dispatch-status-filter{background-color:#1c2741;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .bd-dispatch-filter-dropdown-icon{color:#aebacf}[data-theme=dark] .bd-filter-icon-img{filter:brightness(0) invert(1)}[data-theme=dark] .bd-dispatch-status-dropdown{background:#1c2741;border-color:#34568b;box-shadow:0 4px 14px #0006}[data-theme=dark] .bd-dispatch-status-dropdown-item{background:#1c2741;color:#e5e7eb}[data-theme=dark] .bd-dispatch-status-dropdown-item:hover{background:#131625}[data-theme=dark] .bd-dispatch-status-dropdown-item.active{background:#34568b59;color:#93c5fd}[data-theme=dark] .bd-dispatch-tab-label{color:#c5cdd8}[data-theme=dark] .bd-dispatch-tab.active .bd-dispatch-tab-label{color:#e5e7eb}[data-theme=dark] .bd-dispatch-future-banner{color:#e0e7ff;background:#4338ca59;border-color:#6366f1}[data-theme=dark] .bd-dispatch-future-banner-em{color:#f5f5ff}[data-theme=dark] .bd-dispatch-tab-badge{background-color:#1c2741;color:#aebacf}[data-theme=dark] .bd-dispatch-tab-spinner{border-color:#34568b;border-top-color:#93c5fd}[data-theme=dark] .bd-dispatch-middle{background-color:#1c2741;border-top-color:#34568b}[data-theme=dark] .bd-td-small-dropdown{background-color:#1c2741;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .bd-td-left-col2{background-color:#131625;border-color:#34568b}[data-theme=dark] .bd-td-left-col2-title,[data-theme=dark] .bd-td-tag,[data-theme=dark] .bd-td-tag span{color:#e5e7eb}[data-theme=dark] .bd-td-tag.active{box-shadow:0 0 0 1px #ffffff4d inset}[data-theme=dark] .bd-td-tag.tag-cyan{background-color:#0d948859}[data-theme=dark] .bd-td-tag.tag-yellow{background-color:#b4a00066}[data-theme=dark] .bd-td-tag.tag-green{background-color:#00a63e59}[data-theme=dark] .bd-td-tag-dot{background-color:#ffffffe6}[data-theme=dark] .bd-td-location-dropdown{background-color:#1c2741;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .bd-td-left-col3{background-color:#131625;border-color:#34568b}[data-theme=dark] .bd-td-left-col3.selected{border-color:#34568b}[data-theme=dark] .bd-td-left-col3.selected-accepted{border-color:#00a63e}[data-theme=dark] .bd-td-empty-state{background-color:#131625;border-color:#34568b;color:#9ca3af}[data-theme=dark] .bd-td-chip-muted{background-color:#1c2741;color:#aebacf}[data-theme=dark] .bd-td-chip-warning{background-color:#fbbf2433;border-color:#d97706;color:#fcd34d}[data-theme=dark] .bd-td-input{background-color:#1c2741;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .bd-td-input.amount{background-color:#4d4d00;color:#e5e7eb}[data-theme=dark] .bd-td-right-tag{background-color:#1c2741;color:#aebacf;border:1px solid #34568b}[data-theme=dark] .bd-td-right-tag.active{color:#e5e7eb}[data-theme=dark] .bd-td-right-tag-spinner{border-color:#34568b;border-top-color:#93c5fd}[data-theme=dark] .bd-dispatch-placeholder{color:#9ca3af}[data-theme=dark] .bd-dispatch-table-wrap{background-color:#1c2741;border-color:#34568b}[data-theme=dark] .bd-dispatch-table thead tr{border-bottom-color:#34568b}[data-theme=dark] .bd-dispatch-table th{background-color:#131625;color:#aebacf;box-shadow:0 1px #34568b}[data-theme=dark] .bd-dispatch-table tbody tr{border-bottom-color:#34568b}[data-theme=dark] .bd-dispatch-table tbody tr:hover{box-shadow:0 2px 8px #34568b33}[data-theme=dark] .bd-dispatch-row-selected{background-color:#34568b40}[data-theme=dark] .bd-dispatch-table td,[data-theme=dark] .bd-booking-time{color:#e5e7eb}[data-theme=dark] .bd-booking-date,[data-theme=dark] .bd-booking-id{color:#9ca3af}[data-theme=dark] .bd-booking-imap-pending{background:#422006;color:#fde68a;border-color:#d97706}[data-theme=dark] .bd-booking-future-assign{background:#4338ca59;color:#e0e7ff;border-color:#6366f1}[data-theme=dark] .bd-booking-future-assign-hint{color:#c7d2fe}[data-theme=dark] .bd-dispatch-table tbody tr.bd-dispatch-row-future{background:linear-gradient(90deg,rgba(99,102,241,.2) 0%,rgba(99,102,241,.06) 14%,transparent 42%)}[data-theme=dark] .bd-dispatch-table tbody tr.bd-dispatch-row-future.bd-dispatch-row-selected{background:linear-gradient(90deg,#6366f147,#6366f11f 16%,#1e3a5f73)}[data-theme=dark] .bd-journey-text,[data-theme=dark] .bd-td-finance,[data-theme=dark] .bd-notes-text{color:#e5e7eb}[data-theme=dark] .bd-cancelled-badge{background:#7f1d1d;border-color:#ef4444;color:#fee2e2}[data-theme=dark] .bd-notes-btn{background-color:#0d948859;color:#e5e7eb}[data-theme=dark] .bd-notes-btn:hover{background-color:#0d948880}[data-theme=dark] .bd-actions-trigger:hover{background-color:#131625}[data-theme=dark] .bd-three-dot{color:#aebacf}[data-theme=dark] .bd-actions-dropdown{background:#1c2741;border-color:#34568b;box-shadow:0 4px 12px #0006}[data-theme=dark] .bd-actions-item{color:#e5e7eb}[data-theme=dark] .bd-actions-item:hover{background-color:#131625}[data-theme=dark] .bd-actions-item-icon{filter:brightness(0) invert(1)}[data-theme=dark] .bd-success-modal{background:#1c2741;box-shadow:0 16px 40px #00000080}[data-theme=dark] .bd-success-modal-title{color:#e5e7eb}[data-theme=dark] .bd-success-modal-btn{background:#34568b;color:#fff}[data-theme=dark] .bd-success-modal-btn:hover{background:#2a4a70}.bd-journey-ai-suggestions{margin-top:8px}.bd-ai-suggestions-btn{font-size:11px;padding:4px 8px;border:1px solid #e5e7eb;border-radius:4px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;transition:all .2s}.bd-ai-suggestions-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #667eea4d}[data-theme=dark] .bd-ai-suggestions-btn{border-color:#374151;background:linear-gradient(135deg,#4f46e5,#7c3aed)}.ai-suggestions-modal{display:flex;flex-direction:column;width:600px;max-width:calc(100vw - 48px);max-height:calc(100vh - 48px);margin:auto;background:#fff;border-radius:10px;box-shadow:0 8px 32px #00000026;overflow:hidden;flex-shrink:0}.ai-suggestions-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:22.25px 23.99px 20px;flex-shrink:0;background:#fff;border-bottom:1px solid #f1f5f9}.ai-suggestions-modal .modal-header h3{font-family:Arial,sans-serif;font-weight:700;font-size:18px;line-height:28px;letter-spacing:0;margin:0;color:#16181d}.ai-suggestions-modal .modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;cursor:pointer;font-size:20px;line-height:32px;color:#6b7280;border-radius:6px;transition:all .2s}.ai-suggestions-modal .modal-close:hover{background:#6b72801a;color:#374151}.ai-suggestions-modal .modal-body{flex:1;min-height:0;overflow-y:auto;padding:17px 23.99px 22.25px;background:#fff;scrollbar-color:#34568b transparent}.ai-suggestions-modal .modal-body::-webkit-scrollbar{width:5px}.ai-suggestions-modal .modal-body::-webkit-scrollbar-track{background:transparent}.ai-suggestions-modal .modal-body::-webkit-scrollbar-thumb{background-color:#34568b;border-radius:10px}.ai-suggestions-modal .modal-body::-webkit-scrollbar-thumb:hover{background-color:#2a4a70}[data-theme=dark] .ai-suggestions-modal{background:#1c2741;box-shadow:0 14px 38px #00000073}[data-theme=dark] .ai-suggestions-modal .modal-header{background:#1c2741;border-bottom-color:#34568b}[data-theme=dark] .ai-suggestions-modal .modal-header h3{color:#e5e7eb}[data-theme=dark] .ai-suggestions-modal .modal-close{color:#aebacf}[data-theme=dark] .ai-suggestions-modal .modal-close:hover{background:#aebacf26;color:#fff}[data-theme=dark] .ai-suggestions-modal .modal-body{background:#1c2741;color:#e5e7eb;scrollbar-color:#34568b transparent}[data-theme=dark] .ai-suggestions-modal .modal-body::-webkit-scrollbar-thumb{background-color:#34568b}[data-theme=dark] .ai-suggestions-modal .modal-body::-webkit-scrollbar-thumb:hover{background-color:#2f4b79}.bd-share-form-select,.bd-share-form-input{width:100%;height:40px;border:1px solid #d1d5dc;border-radius:8px;padding:0 12px;font-size:14px;color:#111827;background:#fff;box-sizing:border-box}.ai-suggestions-booking-info{background:#f8fafc;padding:16px;border-radius:10px;margin-bottom:20px;border-left:4px solid #34568b;border:1px solid #e5e7eb}.ai-suggestions-booking-info p{margin:6px 0;font-size:14px;color:#16181d;font-family:Inter,system-ui,sans-serif}[data-theme=dark] .ai-suggestions-booking-info{background:#1e293b;border-left-color:#34568b;border-color:#374151}[data-theme=dark] .ai-suggestions-booking-info p{color:#e5e7eb}.ai-suggestions-loading{text-align:center;padding:40px 20px}.ai-suggestions-loading .spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}[data-theme=dark] .ai-suggestions-loading{color:#cbd5e1}[data-theme=dark] .ai-suggestions-loading .spinner{border-color:#334155;border-top-color:#60a5fa}.ai-suggestions-empty{text-align:center;padding:40px 20px;color:#6b7280}[data-theme=dark] .ai-suggestions-empty{color:#cbd5e1}.ai-suggestions-empty ul{text-align:left;max-width:400px;margin:16px auto}.ai-suggestions-list h4{margin:0 0 16px;font-size:16px;color:#111827}[data-theme=dark] .ai-suggestions-list h4{color:#f9fafb}.ai-suggestion-item{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;background:#fff}[data-theme=dark] .ai-suggestion-item{background:#1e293b;border-color:#374151}.ai-suggestion-rank{width:32px;height:32px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;flex-shrink:0}.ai-suggestion-main{flex:1}.ai-suggestion-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.ai-suggestion-header strong{font-size:14px;color:#111827}[data-theme=dark] .ai-suggestion-header strong{color:#f9fafb}.ai-suggestion-vehicle{font-size:12px;color:#6b7280;background:#f3f4f6;padding:2px 6px;border-radius:4px}[data-theme=dark] .ai-suggestion-vehicle{background:#374151;color:#9ca3af}.ai-suggestion-score{font-size:12px;font-weight:600;color:#059669;margin-left:auto}[data-theme=dark] .ai-suggestion-score{color:#34d399}.ai-suggestion-details{display:flex;gap:16px;font-size:12px;color:#6b7280;margin-bottom:6px}[data-theme=dark] .ai-suggestion-details{color:#94a3b8}.ai-suggestion-reasons{display:flex;flex-wrap:wrap;gap:4px}.ai-suggestion-reason{font-size:10px;padding:2px 6px;background:#eff6ff;color:#1e40af;border-radius:4px}[data-theme=dark] .ai-suggestion-reason{background:#1e3a8a;color:#93c5fd}.ai-suggestion-assign-btn{padding:8px 16px;background:#10b981;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background .2s;flex-shrink:0}.ai-suggestion-assign-btn:hover{background:#059669}.bd-action-wrapper{position:relative}.bd-action-trigger{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background-color:transparent;color:#6b7280;cursor:pointer;transition:all .2s ease}.bd-action-trigger:hover{background-color:#f3f4f6;color:#374151}[data-theme=dark] .bd-action-trigger{color:#9ca3af}[data-theme=dark] .bd-action-trigger:hover{background-color:#374151;color:#e5e7eb}.bd-action-dropdown{position:absolute;top:100%;right:0;z-index:50;width:123px;height:auto;background-color:#4a5d7a;border:1.26px solid rgba(255,255,255,.3);border-radius:8px;padding:16px 13px 16px 8px;display:flex;flex-direction:column;gap:8px;box-shadow:0 8px 32px #0000004d;margin-top:4px;box-sizing:border-box}.bd-action-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border:none;border-radius:12px;background-color:transparent;color:#fff;font-family:Arial,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0px;cursor:pointer;transition:background-color .2s ease;text-align:left;width:100%}.bd-action-item:hover{background-color:#ffffff1a}.bd-action-icon{min-width:24px;height:24px;display:flex;align-items:center;justify-content:center}.bd-action-icon svg{width:20px;height:20px}.bd-action-text{flex:1}[data-theme=dark] .bd-action-dropdown{background-color:#4a5d7a;border:1.26px solid #E5E7EB}[data-theme=dark] .bd-action-item{color:#e5e7eb}[data-theme=dark] .bd-action-item:hover{background-color:#ffffff26}.bd-loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bd-modal-btn:disabled{opacity:.6;cursor:not-allowed}.bd-modal-close:disabled{opacity:.6;cursor:not-allowed}.bd-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.bd-delete-modal{background-color:#fff;border-radius:8px;box-shadow:0 10px 25px #00000040;max-width:400px;width:90%;max-height:90vh;overflow-y:auto}.bd-delete-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #E5E7EB}.bd-delete-modal-header h3{margin:0;color:#1f2937;font-size:18px;font-weight:600}.bd-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.bd-modal-close:hover{color:#374151}.bd-delete-modal-body{padding:24px}.bd-delete-modal-body p{margin:0 0 12px;color:#374151;font-size:14px;line-height:1.5}.bd-delete-warning{color:#dc2626!important;font-weight:500}.bd-delete-error{background-color:#fee2e2;border:1px solid #FECACA;border-radius:4px;padding:12px;margin-top:16px;color:#dc2626;font-size:13px}.bd-delete-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #E5E7EB}.bd-modal-btn{padding:8px 16px;border:1px solid;border-radius:6px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease}.bd-modal-btn-cancel{background-color:#fff;border-color:#d1d5db;color:#374151}.bd-modal-btn-cancel:hover{background-color:#f9fafb;border-color:#9ca3af}.bd-modal-btn-delete{background-color:#ef4444;border-color:#ef4444;color:#fff}.bd-modal-btn-delete:hover{background-color:#dc2626;border-color:#dc2626}[data-theme=dark] .bd-delete-modal{background-color:#1f2937}[data-theme=dark] .bd-delete-modal-header{border-bottom-color:#374151}[data-theme=dark] .bd-delete-modal-header h3{color:#f9fafb}[data-theme=dark] .bd-modal-close{color:#9ca3af}[data-theme=dark] .bd-modal-close:hover,[data-theme=dark] .bd-delete-modal-body p{color:#d1d5db}[data-theme=dark] .bd-delete-error{background-color:#1f1511;border-color:#92400e;color:#f87171}[data-theme=dark] .bd-delete-modal-footer{border-top-color:#374151}[data-theme=dark] .bd-modal-btn-cancel{background-color:#374151;border-color:#4b5563;color:#d1d5db}[data-theme=dark] .bd-modal-btn-cancel:hover{background-color:#4b5563;border-color:#6b7280}@media (max-width: 1200px){.bd-to-dispatch{flex-direction:column;align-items:stretch}.bd-to-dispatch-left{width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;padding-bottom:8px}.bd-to-dispatch-right{flex-direction:row;flex-wrap:wrap;width:100%;gap:8px}.bd-td-right-tag{flex:1 1 calc(25% - 6px);min-width:72px;width:auto}.bd-dispatch-status-filter{flex:1 1 180px;min-width:0}}@media (max-width: 900px){.bd-header{flex-direction:column;align-items:stretch}.bd-header-right{width:100%}.bd-car-tracking-btn,.bd-add-booking-btn,.bd-share-form-btn{flex:0 0 auto;min-width:0;height:44px;min-height:44px;max-height:44px}.bd-header-search-wrapper{flex:1 1 100%;width:100%}.bd-working-cars-header{flex-direction:column;align-items:stretch}.bd-working-cars-title{width:100%}.bd-working-cars-actions{width:100%;justify-content:stretch}.bd-working-cars-search-wrapper,.bd-working-cars-status-filter-wrap{flex:1 1 100%;width:100%}.bd-working-cars-status-wrapper{width:100%;height:36px}.bd-working-cars-search-wrapper{height:36px}.bd-dispatch-top-row{flex-direction:column;align-items:stretch}.bd-dispatch-top-right{width:100%;flex-direction:column;align-items:stretch}.bd-dispatch-search-wrapper{width:100%;height:40px;flex:none}.bd-dispatch-status-filter{width:100%;flex:none;height:40px;font-size:14px}.bd-td-left-col3{flex:0 0 min(100%,360px);width:min(100%,360px)}.bd-td-empty-state{width:min(100%,360px)}.bd-td-input.driver-name{width:100%;max-width:100%}}@media (max-width: 768px){.layout-content:has(.bd-top-level){padding-left:0;padding-right:0}.bd-top-level{padding:12px;gap:16px}.bd-header-right{flex-direction:column;align-items:stretch;gap:10px;width:100%}.bd-car-tracking-btn,.bd-add-booking-btn,.bd-share-form-btn{width:100%;flex:0 0 auto;height:44px;min-height:44px;max-height:44px}.bd-header-search-wrapper{width:100%;flex:0 0 auto;height:44px;min-height:44px;order:4}.bd-header-search-input{min-height:44px;line-height:20px}.bd-working-cars-header{gap:14px;padding:14px 12px}.bd-working-cars-actions{width:100%;gap:10px}.bd-working-cars-search-wrapper{height:36px;min-height:36px;flex:1 1 100%}.bd-working-cars-search-input{line-height:20px;padding-top:8px;padding-bottom:8px;box-sizing:border-box}.bd-working-cars-status-wrapper{width:100%;max-width:100%;height:36px;min-height:36px;flex:1 1 120px}.bd-working-cars-body{padding:16px 14px}.bd-working-cars-grid{grid-template-columns:repeat(auto-fill,minmax(148px,1fr));grid-auto-rows:minmax(88px,auto);row-gap:18px;column-gap:14px}.bd-working-card{max-width:none;min-height:88px}.bd-working-card.selected{height:auto;min-height:88px}.footer-text{max-width:100%}.bd-dispatch-tabs{width:100%;max-width:100%;gap:16px;padding:8px 0 6px;align-items:center;min-height:36px}.bd-dispatch-tab{min-height:32px;padding:4px 0}.bd-dispatch-tab-label{font-size:12px;line-height:16px}.bd-dispatch-tab-badge{min-width:22px;padding:2px 6px;font-size:10px}.bd-dispatch-top{padding:12px;overflow:visible;gap:12px}.bd-td-row{flex-wrap:nowrap;gap:6px;align-items:center}.bd-td-input.full,.bd-td-input.driver-name{flex:1 1 0;width:auto;min-width:0;max-width:100%}.bd-td-input.small{flex:1 1 0;width:auto;min-width:64px;max-width:none}.bd-td-input.amount{flex:0 0 56px;width:56px;min-width:56px}.bd-td-left-col3-top{flex-wrap:wrap;gap:6px}.bd-td-left-col3-body{min-width:0}.bd-td-main-btn{height:38px;min-height:38px;max-height:38px;flex:0 0 auto}.bd-td-right-tag{height:36px;min-height:36px}.bd-car-tracking-modal-body{padding:12px 14px 16px;min-width:0;overflow-x:hidden}.bd-car-tracking-modal-working.bd-working-cars-container{min-height:200px;max-height:min(360px,42vh)}.bd-car-tracking-modal-working .bd-working-cars-body{padding:12px 10px;overflow-x:auto;overflow-y:auto}.bd-car-tracking-modal .bd-working-cars-grid{grid-template-columns:repeat(auto-fill,minmax(148px,1fr));grid-auto-rows:minmax(84px,auto);column-gap:12px;row-gap:14px;min-width:0}.bd-car-tracking-modal .bd-working-card{max-width:none;width:100%;height:auto;min-height:84px;overflow:hidden;box-sizing:border-box}.bd-car-tracking-modal .bd-working-card-footer{margin-left:0;margin-right:0;height:auto;min-height:22px;padding:4px 8px;gap:6px}.bd-car-tracking-modal .footer-text{max-width:100%;flex:1;min-width:0;font-size:9px;line-height:1.2}.bd-car-tracking-modal-footer{display:flex;justify-content:flex-end;margin-top:12px}.bd-car-tracking-modal-footer .bd-share-form-cancel{width:100%;max-width:160px;height:40px;min-height:40px}.bd-working-cars-container{height:auto;min-height:0;max-height:min(360px,50vh)}.bd-dispatch-top{padding:12px}.bd-dispatch-middle{padding:12px;min-width:0;overflow:hidden}.bd-dispatch-container{min-width:0;overflow:hidden}.bd-to-dispatch{gap:14px}.bd-to-dispatch-left{flex-wrap:wrap;overflow-x:visible;width:100%}.bd-td-left-col3-list{width:100%;-webkit-overflow-scrolling:touch}.bd-td-left-col1{flex:1 1 100%;width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;align-items:center}.bd-td-left-col2{flex:1 1 100%;width:100%;max-width:100%;height:auto;min-height:0}.bd-td-left-col3-list{flex:1 1 100%;width:100%}.bd-td-left-col3{flex:0 0 100%;width:100%;height:auto;min-height:166px}.bd-td-empty-state{width:100%}.bd-td-right-tag{flex:1 1 calc(50% - 4px)}.bd-dispatch-table-wrap{min-height:200px;max-height:none}.bd-dispatch-table{min-width:880px;table-layout:auto}.bd-dispatch-table td{max-width:none}.bd-dispatch-table th,.bd-dispatch-table td{padding:12px 8px}.bd-dispatch-table th:first-child,.bd-dispatch-table td:first-child{padding-left:12px}.bd-dispatch-table th:last-child,.bd-dispatch-table td:last-child{padding-right:12px}.bd-journey-text{word-break:break-word}.bd-ai-suggestions-btn{display:inline-block;max-width:100%;white-space:normal;line-height:1.3}.bd-car-tracking-modal{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.ai-suggestions-modal{width:calc(100vw - 24px)}}@media (max-width: 480px){.bd-top-level{padding:10px;gap:12px}.bd-header-left{font-size:18px;line-height:28px}.bd-working-cars-grid{grid-template-columns:1fr;row-gap:16px;column-gap:0}.bd-working-card{max-width:none}.bd-dispatch-tabs{gap:12px;padding:8px 0 6px}.bd-dispatch-tab-label{font-size:12px;line-height:16px}.bd-dispatch-status-filter{height:38px;font-size:13px}.bd-td-right-tag{flex:1 1 100%;width:100%}.bd-to-dispatch-right{width:100%}.bd-dispatch-table{min-width:760px}.modal-overlay,.bd-dispatch-modal-overlay{padding:8px;align-items:flex-start;overflow-y:auto}.bd-car-tracking-modal{width:calc(100vw - 16px);max-height:calc(100dvh - 16px);margin-top:4px}.bd-car-tracking-modal .bd-working-cars-grid{grid-template-columns:1fr}.bd-car-tracking-modal-footer .bd-share-form-cancel{max-width:none}.bd-td-left-col1,.bd-td-left-col2{width:100%;flex:1 1 100%}.bd-td-left-col2{height:auto;min-height:0}}.dashboard-jobs{--dashboard-jobs-control-height: 44px;display:flex;flex-direction:column;gap:30px;width:100%}.dashboard-jobs-main{display:flex;flex-direction:row;gap:30px;width:100%}.dashboard-jobs-container{flex:1 1 0;min-width:0;background-color:#fff;border-radius:10px;border:1px solid #E5E7EB;padding:21px;height:fit-content;box-sizing:border-box}[data-theme=dark] .dashboard-jobs-container{background-color:#131625;border:none}.dashboard-jobs-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;border-bottom:1.33px solid #E5E7EB;padding-bottom:15.67px;margin-bottom:20px}[data-theme=dark] .dashboard-jobs-header{border-bottom-color:#e5e7eb}.dashboard-jobs-header-left{display:flex;align-items:center;gap:5.63px}.dashboard-jobs-title{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#364153;white-space:nowrap}[data-theme=dark] .dashboard-jobs-title{color:#e5e7eb}.dashboard-jobs-badge{width:22.479167938232422px;height:24px;border-radius:4px;background-color:#e5e7eb;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#364153;display:flex;align-items:center;justify-content:center;min-width:22px;padding:0 6px}[data-theme=dark] .dashboard-jobs-badge{background-color:#e5e7eb;color:#364153}.dashboard-jobs-header-right{display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;justify-content:flex-end;gap:8.97px;flex:1 1 200px;min-width:0}.dashboard-jobs-filter-height{height:var(--dashboard-jobs-control-height);box-sizing:border-box}.dashboard-jobs-search{position:relative;display:flex;align-items:center;flex:1 1 160px;min-width:0;max-width:280px;width:auto;height:var(--dashboard-jobs-control-height);box-sizing:border-box;isolation:isolate}.dashboard-jobs-search.dashboard-jobs-filter-height{height:var(--dashboard-jobs-control-height)}.search-input{width:100%;height:var(--dashboard-jobs-control-height);min-height:var(--dashboard-jobs-control-height);box-sizing:border-box;border:1px solid #D1D5DC;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:10px;padding:0 12px 0 40px;font-family:Arial,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#0a0a0a80;background-color:#fff}[data-theme=dark] .search-input{background-color:#131625;border-color:#4b5563;color:#d1d5db}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none;z-index:1}.dashboard-jobs-status-dropdown{position:relative;flex:0 1 180px;min-width:0;max-width:220px;height:var(--dashboard-jobs-control-height);box-sizing:border-box;display:flex;align-items:stretch}.status-dropdown-btn{flex:1;width:100%;min-width:0;max-width:100%;height:100%;min-height:var(--dashboard-jobs-control-height);max-height:var(--dashboard-jobs-control-height);box-sizing:border-box;border:1px solid #D1D5DC;border-radius:10px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#0a0a0a;background-color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:8px;cursor:pointer;padding:0 12px}[data-theme=dark] .status-dropdown-btn{background-color:#1c2741;border-color:#4b5563;color:#d1d5db}.status-dropdown-btn-leading{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;margin-right:2px}.status-dropdown-btn-label{flex:1 1 auto;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0}.filter-icon{width:16px;height:16px;display:block;flex-shrink:0}[data-theme=dark] .status-dropdown-btn .filter-icon{filter:brightness(0) invert(1);opacity:.95}.status-dropdown-arrow-icon{flex:0 0 12px;width:12px;height:12px;display:block;object-fit:contain;pointer-events:none}[data-theme=dark] .status-dropdown-arrow-icon{filter:brightness(0) invert(1);opacity:.85}.status-dropdown-menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #D1D5DC;border-radius:8px;box-shadow:0 4px 6px #0000001a;z-index:1000;margin-top:4px}[data-theme=dark] .status-dropdown-menu{background-color:#1c2741;border-color:#4b5563}.status-dropdown-item{width:100%;padding:8px 12px;text-align:left;border:none;background:none;font-size:14px;color:#374151;cursor:pointer}[data-theme=dark] .status-dropdown-item{color:#d1d5db}.status-dropdown-item:hover,.status-dropdown-item.active{background-color:#f3f4f6}[data-theme=dark] .status-dropdown-item:hover,[data-theme=dark] .status-dropdown-item.active{background-color:#4b5563}.dashboard-jobs-content{display:flex;flex-direction:column;gap:12px;max-height:634px;overflow-y:auto;padding-right:8px}.dashboard-jobs-content::-webkit-scrollbar{width:18px}.dashboard-jobs-content::-webkit-scrollbar-track{background:#aaa;border-radius:20px}.dashboard-jobs-content::-webkit-scrollbar-thumb{background:#34568b;border-radius:20px;height:222.2946014404297px}.dashboard-job-card{width:100%;height:208px;border:1.33px solid #E5E7EB;border-radius:10px;background-color:#f9fafb;padding:17.33px 19px 21.83px;display:flex;flex-direction:column;gap:12px}[data-theme=dark] .dashboard-job-card{background-color:#1c2741;border:1.33px solid #E5E7EB}.job-card-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.job-reference{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#6a7282}[data-theme=dark] .job-reference{color:#9ca3af}.job-status-badge{width:118px;min-height:24px;height:auto;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;display:flex;align-items:center;justify-content:center;text-align:center;padding:4px 8px;box-sizing:border-box}.job-card-details{display:flex;flex-direction:column;gap:8px}.job-time{display:flex;flex-direction:row;gap:8px;align-items:center;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#000}[data-theme=dark] .job-time{color:#f9fafb}.clock-icon{width:16px;height:16px}.job-locations{display:flex;flex-direction:column;gap:8px}.location-item{display:flex;align-items:center;gap:8px}.location-dot{width:8px;height:8px;border-radius:100%}.start-dot{background-color:#22c55e}.end-dot{background-color:#ef4444}.location-item span{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#000}[data-theme=dark] .location-item span{color:#f9fafb}.job-card-footer{border-top:1.33px solid #E5E7EB;padding:10px 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center}[data-theme=dark] .job-card-footer{border-top-color:#374151}.job-customer{display:flex;flex-direction:row;gap:8px;align-items:center}.user-icon{width:16px;height:16px}.job-customer span{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#6a7282}[data-theme=dark] .job-customer span{color:#9ca3af}.job-price{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#000}[data-theme=dark] .job-price{color:#f9fafb}.ongoing-trips-section{margin-top:20px}.ongoing-trips-scroll{display:flex;flex-direction:column;gap:16px}.ongoing-trips-title{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#155dfc;margin:0 0 16px}[data-theme=dark] .ongoing-trips-title{color:#d1d5db}.ongoing-trip-card{min-height:128px;border:1.33px solid #DBEAFE;border-radius:10px;background-color:#eff6ff;display:flex;flex-direction:row;gap:24px;justify-content:stretch;align-items:stretch;padding:8px 13.33px 17.67px 17.33px;box-sizing:border-box}[data-theme=dark] .ongoing-trip-card{background-color:#1c2741;border:1.33px solid #E5E7EB}.trip-time{display:flex;flex-direction:column;align-items:flex-start}.trip-time-text{font-family:Inter,sans-serif;font-weight:400;font-size:20px;line-height:28px;color:#155dfc}[data-theme=dark] .trip-time-text{color:#f9fafb}.trip-reference{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#6a7282}[data-theme=dark] .trip-reference{color:#9ca3af}.trip-details{display:flex;flex-direction:column;gap:7.67px;flex:1;min-width:0}.trip-passenger{display:flex;flex-direction:column}.passenger-name{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#000;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}[data-theme=dark] .passenger-name{color:#f9fafb}.driver-vehicle{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#6a7282}[data-theme=dark] .driver-vehicle{color:#9ca3af}.trip-progress-bar{width:100%;max-width:300px;height:8px;border-radius:44739200px;background-color:#e5e7eb;position:relative}[data-theme=dark] .trip-progress-bar{background-color:#374151}.progress-fill{height:100%;border-radius:44739200px;transition:width .3s ease}.trip-locations{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:12px;width:100%}.trip-location-text{flex:1;min-width:0;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#6a7282;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:default}[data-theme=dark] .trip-location-text{color:#9ca3af}.trip-status{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:8px;min-width:fit-content}.status-icon{width:29px;height:29px;border-radius:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a}.status-icon-map-btn{border:none;cursor:pointer;color:#155dfc}.status-icon-map-btn:hover{transform:translateY(-1px)}.map-icon-svg{width:16px;height:16px}[data-theme=dark] .status-icon-map-btn{background-color:#111827;color:#93c5fd}.booking-icon{width:16px;height:16px}.status-badge{min-width:147px;height:24px;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#fff;display:flex;align-items:center;justify-content:center;padding:0 8px;box-sizing:border-box;text-align:center}.dashboard-live-location-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.dashboard-live-location-modal{width:min(760px,100%);background:#fff;border-radius:12px;padding:16px}[data-theme=dark] .dashboard-live-location-modal{background:#111827;color:#e5e7eb}.dashboard-live-location-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.dashboard-live-location-header h3{margin:0;font-size:18px;line-height:24px}.dashboard-live-location-close{border:none;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:inherit}.dashboard-live-location-subtitle{margin:0 0 12px;color:#6b7280}[data-theme=dark] .dashboard-live-location-subtitle{color:#9ca3af}.dashboard-live-location-map{width:100%;height:320px;border:none;border-radius:8px;margin-bottom:10px}.dashboard-live-location-message{margin:0 0 10px;font-size:13px;color:#4b5563}[data-theme=dark] .dashboard-live-location-message{color:#d1d5db}.dashboard-live-location-error{margin:0 0 10px;color:#dc2626;font-size:13px}.dashboard-live-location-link{color:#2563eb;font-size:13px}.upcoming-section{width:100%;background-color:#fff;border-radius:10px;padding:20px;border:1px solid #E5E7EB}[data-theme=dark] .upcoming-section{background-color:#131625;border:none}.upcoming-header{display:flex;flex-direction:row;gap:8px;align-items:center;margin-bottom:17.67px}.calendar-icon{width:20px;height:20px}.upcoming-title{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#364153}[data-theme=dark] .upcoming-title{color:#d1d5db}.upcoming-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;width:100%;align-items:stretch}.upcoming-card{min-width:0;max-width:none;width:auto;min-height:212px;border:1.33px solid #E5E7EB;border-radius:10px;padding:19.33px 17.33px 17.33px;display:flex;flex-direction:column;gap:16px;background-color:#fff;box-sizing:border-box}[data-theme=dark] .upcoming-card{background-color:#1c2741;border:1.33px solid #E5E7EB}.upcoming-card-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;min-width:0}.upcoming-date{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#4a5565}[data-theme=dark] .upcoming-date{color:#9ca3af}.planned-badge{flex-shrink:0;min-width:68px;height:24px;padding:0 6px;box-sizing:border-box;border-radius:4px;background-color:#f3f4f6;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#4a5565;display:flex;align-items:center;justify-content:center}[data-theme=dark] .planned-badge{background-color:#374151;color:#9ca3af}.upcoming-time{font-family:Inter,sans-serif;font-weight:400;font-size:20px;line-height:28px;color:#000}[data-theme=dark] .upcoming-time{color:#f9fafb}.upcoming-details{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1;min-height:0}.upcoming-client{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#000;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%}[data-theme=dark] .upcoming-client{color:#f9fafb}.upcoming-location{display:flex;align-items:flex-start;gap:8px;width:100%}.car-icon{width:16px;height:16px;flex-shrink:0;margin-top:2px}.upcoming-location span{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#6a7282;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;flex:1}[data-theme=dark] .upcoming-location span{color:#9ca3af}.upcoming-footer{border-top:1.33px solid #F3F4F6;padding:7.33px 0;display:flex;flex-direction:row;gap:8px;align-items:flex-start;margin-top:auto}[data-theme=dark] .upcoming-footer{border-top-color:#374151}.upcoming-footer .user-icon{width:16px;height:16px;flex-shrink:0;margin-top:2px}.upcoming-footer span{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#6a7282;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;flex:1}[data-theme=dark] .upcoming-footer span{color:#9ca3af}@media (max-width: 1100px){.dashboard-jobs-main{flex-direction:column;gap:20px}.dashboard-jobs-header-right,.dashboard-jobs-search{max-width:100%}.upcoming-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.dashboard-jobs{gap:20px}.dashboard-jobs-container{padding:clamp(14px,4vw,21px)}.dashboard-jobs-header{flex-direction:column;align-items:stretch}.dashboard-jobs-header-right{flex-direction:column;width:100%;justify-content:stretch}.dashboard-jobs-search,.dashboard-jobs-status-dropdown{flex:1 1 auto;width:100%;max-width:100%;height:var(--dashboard-jobs-control-height)}.dashboard-jobs-search .search-input{height:var(--dashboard-jobs-control-height);min-height:var(--dashboard-jobs-control-height)}.status-dropdown-btn{min-width:0;max-width:100%;width:100%;height:var(--dashboard-jobs-control-height);min-height:var(--dashboard-jobs-control-height);max-height:var(--dashboard-jobs-control-height)}.ongoing-trips-scroll{gap:20px}.ongoing-trip-card{flex-direction:column;gap:14px;padding:14px 16px 16px}.trip-status{width:100%;flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.status-badge{min-width:0;max-width:100%;flex:1 1 auto;height:auto;min-height:28px;padding:6px 10px;font-size:11px;line-height:1.25;white-space:normal;text-align:center}.trip-locations{flex-direction:column;gap:6px}.trip-location-text{white-space:normal;overflow:visible;text-overflow:unset}.upcoming-cards{grid-template-columns:1fr}.upcoming-section{padding:clamp(14px,4vw,20px)}}.google-place-input-error{margin:6px 0 0;font-size:12px;line-height:1.35;color:#b91c1c}[data-theme=dark] .google-place-input-error{color:#fca5a5}.google-place-input-wrap{position:relative;width:100%}.google-place-input-wrap input{width:100%;padding-right:52px}.google-place-input-suggestions{position:absolute;z-index:10000;left:0;right:0;margin:4px 0 0;padding:4px 0;list-style:none;background:#fff;border:1px solid #d1d5db;border-radius:10px;box-shadow:0 8px 24px #0f172a1f;max-height:220px;overflow-y:auto}.google-place-input-suggestion-btn{width:100%;border:none;background:transparent;text-align:left;padding:9px 12px;cursor:pointer;font-size:13px;color:#0f172a}.google-place-input-suggestion-btn:hover{background:#f1f5f9}.google-place-input-hint{margin:6px 0 0;font-size:12px;color:#6b7280}.google-place-input-map-link{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:12px;color:#34568b;text-decoration:none}.google-place-input-map-link:hover{text-decoration:underline}[data-theme=dark] .google-place-input-suggestions{background:#0f172a;border-color:#334155}[data-theme=dark] .google-place-input-suggestion-btn{color:#e2e8f0}[data-theme=dark] .google-place-input-suggestion-btn:hover{background:#1e293b}[data-theme=dark] .google-place-input-hint{color:#94a3b8}.booking-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;overflow:auto;padding:24px;background:#0006}.booking-modal{display:flex;flex-direction:column;width:min(1020px,calc(100vw - 48px));max-width:calc(100vw - 48px);height:auto;min-height:0;max-height:calc(100vh - 48px);margin:auto;background:#fff;border-radius:10px;box-shadow:0 8px 32px #00000026;overflow:hidden;flex-shrink:0}.booking-modal-header{display:flex;align-items:center;justify-content:space-between;padding:22.25px 23.99px 0;flex-shrink:0}.booking-modal-heading-wrap{display:flex;flex-direction:row;align-items:center;gap:10px}.booking-modal-heading{font-family:Arial,sans-serif;font-weight:700;font-size:18px;line-height:28px;letter-spacing:0;margin:0;color:#16181d}.booking-modal-ref-tag{width:auto;min-width:fit-content;height:28px;padding-left:14px;padding-right:14px;border:1px solid #d1d5dc;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#16181d;vertical-align:middle;box-sizing:border-box}.booking-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:none;color:#6a7282;cursor:pointer;border-radius:6px}.booking-modal-close:hover{background:#f4f4f5;color:#16181d}.booking-modal-body{flex:1;min-height:0;overflow-y:auto;padding:17px 23.99px 22.25px;scrollbar-color:#34568b transparent}.booking-modal-fieldset{margin:0;padding:0;border:0;min-width:0}.booking-modal-body::-webkit-scrollbar{width:5px}.booking-modal-body::-webkit-scrollbar-track{background:transparent}.booking-modal-body::-webkit-scrollbar-thumb{background-color:#34568b;border-radius:20px}.booking-modal-body::-webkit-scrollbar-thumb:hover{background-color:#2d4a7a}.booking-modal-label{display:flex;flex-direction:column;gap:10.86px;font-family:Inter,sans-serif;font-weight:400;font-size:13.5px;line-height:20px;letter-spacing:0;color:#16181d;vertical-align:middle;min-width:0;width:100%}.booking-modal-label span{flex-shrink:0}.booking-modal-field{width:100%;height:36px;border:1px solid #d1d5dc;border-radius:4px;padding:0 14px;font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:100%;letter-spacing:0;color:#16181d;background:#fff;box-sizing:border-box}.booking-modal-field::placeholder{color:#0a0a0a80}.booking-modal-field:focus{outline:none;border-color:#34568b}.booking-modal-first-container{display:flex;flex-direction:column;gap:0}.booking-modal-row-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:20px}.booking-modal-date{width:100%;max-width:100%;min-width:0}.booking-modal-car-type{width:100%;max-width:100%;height:36px;border-width:1px;border-radius:4px;border-color:#d1d5dc;box-sizing:border-box}.booking-modal-account-type{width:100%;max-width:none}.booking-modal-car-count{width:103px;height:36px;border-width:1px;border-radius:4px;box-sizing:border-box}.booking-modal-customer-dropdown{position:relative;width:100%}.booking-modal-customer-dropdown-list{position:absolute;left:0;right:0;top:100%;margin:0;padding:0;list-style:none;max-height:220px;overflow-y:auto;background:#fff;border:1px solid #d1d5dc;border-radius:4px;box-shadow:0 4px 12px #0000001a;z-index:10}.booking-modal-customer-dropdown-item{padding:10px 14px;font-family:Inter,sans-serif;font-size:15px;color:#16181d;cursor:pointer}.booking-modal-customer-dropdown-item:hover:not(.empty){background:#f4f4f5}.booking-modal-customer-dropdown-item.empty{color:#6a7282;cursor:default}.booking-modal-from-to-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:2px solid #d9d9d9;margin-top:30px;padding-bottom:8px}.booking-modal-from-to-left{display:flex;flex-direction:row;align-items:center;gap:8px}.booking-modal-from-to-label{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0;color:#364153}.booking-modal-calendar-icon{width:16px;height:16px;flex-shrink:0}.booking-modal-from-to-right{display:flex;flex-direction:row;gap:10px}.booking-modal-link-default{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0;color:#34568b;text-decoration:underline;cursor:pointer}.booking-modal-link-clear{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0;color:#dd4343;text-decoration:underline;cursor:pointer}.booking-modal-from-to-title-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);align-items:start;gap:12px 20px;margin-top:25px;margin-bottom:16px}.booking-modal-from-to-title{font-family:Inter,sans-serif;font-weight:700;font-size:14px;line-height:20px;letter-spacing:0;color:#34568b;min-width:0}.booking-modal-to-location-block{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-width:0;width:100%}.booking-modal-radio-group{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px 14px;align-items:center}.booking-modal-radio-label{display:inline-flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#000;cursor:pointer}.booking-modal-radio{width:16px;height:16px;border-radius:8px;border:1px solid #101010;accent-color:#155dfc;cursor:pointer}.booking-modal-radio:checked{border-color:#155dfc}.booking-modal-location-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,3vw,32px);align-items:start}.booking-modal-location-column{min-width:0;display:flex;flex-direction:column;gap:16.31px}.booking-modal-town-row{display:flex;flex-direction:column;gap:10.86px}.booking-modal-town-fields{display:flex;flex-direction:row;gap:7.98px;align-items:center}.booking-modal-town-input{flex:1;min-width:0;height:38.47px;border-width:1.26px}.booking-modal-map-btn{width:63.19px;height:38.49px;border:1.26px solid #d1d5dc;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;text-align:center;color:#0a0a0a;background:#fff;cursor:pointer;flex-shrink:0}.booking-modal-map-btn:hover{border-color:#34568b}.booking-modal-duration-section{margin-top:23.99px;padding-top:21.54px;padding-bottom:7px;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.booking-modal-duration-head{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:20px}.booking-modal-duration-title{font-family:Inter,sans-serif;font-weight:600;font-size:20px;line-height:20px;letter-spacing:.35px;color:#000}.booking-modal-full-width{width:100%;margin-bottom:10px}.booking-modal-full-width .booking-modal-field{width:100%}.booking-modal-row-2{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.booking-modal-route-section{margin-top:13px}.booking-modal-route-heading{font-family:Inter,sans-serif;font-weight:600;font-size:20px;line-height:20px;letter-spacing:.35px;color:#000;margin:0 0 10px}.booking-modal-route-buttons{width:253px;height:40px;border-radius:4px;background-color:#f9fafb;display:flex;align-items:center;gap:8px;padding:0 6px}.booking-modal-route-btn{width:105px;height:23px;border-radius:6px;border:none;background-color:#f2f2f2;font-family:Inter,sans-serif;font-weight:400;font-size:13px;line-height:24px;letter-spacing:0;color:#16181d;cursor:pointer;display:flex;align-items:center;justify-content:center}.booking-modal-route-btn.active{box-shadow:0 4px 4px #00000040;background:#fff}.booking-modal-route-btn:hover:not(.active){background:#e5e7eb}.booking-modal-tabs{display:flex;flex-wrap:nowrap;gap:0;margin-top:11.81px;margin-bottom:20px;border-bottom:2px solid #d9d9d9;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.booking-modal-tab{flex:0 0 auto;min-width:max-content;height:37px;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#16181d;background:transparent;border:1px solid transparent;border-top-left-radius:10px;border-top-right-radius:10px;cursor:pointer;padding:0 14px;white-space:nowrap}.booking-modal-tab:hover{background:#f4f4f5}.booking-modal-tab.active{border-color:#34568b;border-bottom-color:transparent;background:#fff;font-weight:700;font-size:14px;line-height:28px;color:#34568b}.booking-modal-tab-content{margin-bottom:24px}.booking-modal-driver-details{display:flex;flex-direction:column;gap:24px}.booking-modal-driver-not-assigned{margin:0;padding:16px;background:#f3f4f6;border-radius:8px;color:#4b5563;font-size:14px;line-height:1.5}.booking-modal-driver-section{display:flex;flex-direction:column;gap:8px}.booking-modal-driver-section-title{margin:0;font-size:14px;font-weight:600;color:#16181d}.booking-modal-driver-section-desc{margin:0;font-size:13px;color:#6b7280;line-height:1.4}.booking-modal-share-location-btn-wrap{position:relative;align-self:flex-start}.booking-modal-share-location-btn{padding:10px 18px;font-size:14px;font-weight:500;color:#fff;background:#34568b;border:none;border-radius:6px;cursor:pointer}.booking-modal-share-location-btn:hover:not(:disabled){background:#2a4a70}.booking-modal-share-location-btn:disabled{cursor:not-allowed;opacity:.9}.booking-modal-share-location-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:8px;background:#ffffffd9;border-radius:6px;pointer-events:none}.booking-modal-share-location-spinner{width:18px;height:18px;border:2px solid #e5e7eb;border-top-color:#34568b;border-radius:50%;animation:booking-modal-spin .7s linear infinite}.booking-modal-share-location-overlay-text{font-size:13px;font-weight:500;color:#374151}@keyframes booking-modal-spin{to{transform:rotate(360deg)}}.booking-modal-share-location-error{margin:8px 0 0;font-size:12px;line-height:1.45;font-weight:500;color:#dc2626}.booking-modal-location-coords-error{margin:6px 0 0;font-size:12px;line-height:1.45;font-weight:500;color:#dc2626}.booking-modal-estimated-time-hint{margin:8px 0 0;font-size:12px;line-height:1.45;color:#64748b}.booking-modal-driver-map-wrap{position:relative;width:100%;min-height:280px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#f9fafb}.booking-modal-driver-map{display:block;width:100%;height:280px;border:none}.booking-modal-driver-map-note{margin:0;padding:10px 12px;font-size:12px;color:#6b7280;background:#f9fafb;border-top:1px solid #e5e7eb}.booking-modal-driver-status-list{display:flex;flex-direction:column;gap:8px;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.booking-modal-driver-status-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#fff;border-radius:6px;border:1px solid #e5e7eb}.booking-modal-driver-status-label{font-size:14px;font-weight:500;color:#16181d}.booking-modal-driver-status-time{font-size:13px;color:#6b7280}.booking-modal-driver-no-status{margin:0;padding:12px;font-size:13px;color:#6b7280}.booking-modal-fare-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:end;margin-bottom:20px}.booking-modal-fare-row .booking-modal-label{min-width:0}.booking-modal-time-field{width:100%;max-width:100%}.booking-modal-textarea-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.booking-modal-textarea-row .booking-modal-label{min-width:0}.booking-modal-textarea{width:100%;max-width:100%;height:70px;min-height:70px;border:1px solid #d1d5dc;border-radius:4px;padding:10px 14px;font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:1.4;color:#16181d;background:#fff;resize:vertical;box-sizing:border-box}.booking-modal-textarea::placeholder{color:#0a0a0a80}.booking-modal-textarea:focus{outline:none;border-color:#34568b}.booking-modal-footer{display:flex;justify-content:flex-end;padding-top:16px;padding-bottom:8px}.booking-modal-save-btn{width:98.73px;height:39.97px;border-radius:4px;border:none;background-color:#34568b;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#fff;cursor:pointer}.booking-modal-save-btn:hover{background-color:#2d4a7a}.booking-modal-save-btn:disabled{opacity:.7;cursor:not-allowed}.booking-modal-close:disabled{opacity:.6;cursor:not-allowed}.booking-modal-imap-confirm-banner{margin:12px 16px 0;padding:12px 14px;border-radius:10px;border:1px solid #f59e0b;background:linear-gradient(180deg,#fffbeb,#fef3c7);color:#78350f;font-size:13px;line-height:1.45}.booking-modal-imap-confirm-text{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.booking-modal-imap-confirm-text strong{font-size:13px}.booking-modal-imap-confirm-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-weight:600;margin:0}.booking-modal-imap-confirm-label input{margin-top:2px;flex-shrink:0;accent-color:#b45309}[data-theme=dark] .booking-modal{background:#1c2741;box-shadow:0 8px 32px #00000080}[data-theme=dark] .booking-modal-heading{color:#e5e7eb}[data-theme=dark] .booking-modal-ref-tag{border-color:#34568b;color:#e5e7eb}[data-theme=dark] .booking-modal-close{color:#aebacf}[data-theme=dark] .booking-modal-close:hover{background:#131625;color:#fff}[data-theme=dark] .booking-modal-imap-confirm-banner{border-color:#d97706;background:linear-gradient(180deg,#422006,#2a1504);color:#fde68a}[data-theme=dark] .booking-modal-imap-confirm-label{color:#fef3c7}[data-theme=dark] .booking-modal-imap-confirm-label input{accent-color:#fbbf24}[data-theme=dark] .booking-modal-label{color:#aebacf}[data-theme=dark] .booking-modal-field{background:#131625;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .booking-modal-field::placeholder{color:#9ca3af}[data-theme=dark] .booking-modal-field:focus{border-color:#34568b}[data-theme=dark] .booking-modal-car-type,[data-theme=dark] .booking-modal-car-count{border-color:#34568b;background:#131625;color:#e5e7eb}[data-theme=dark] .booking-modal-customer-dropdown-list{background:#1c2741;border-color:#34568b;box-shadow:0 4px 12px #0006}[data-theme=dark] .booking-modal-customer-dropdown-item{color:#e5e7eb}[data-theme=dark] .booking-modal-customer-dropdown-item:hover:not(.empty){background:#131625}[data-theme=dark] .booking-modal-customer-dropdown-item.empty{color:#9ca3af}[data-theme=dark] .booking-modal-from-to-header{border-bottom-color:#34568b}[data-theme=dark] .booking-modal-calendar-icon{filter:brightness(0) invert(1)}[data-theme=dark] .booking-modal-link-default{color:#93c5fd}[data-theme=dark] .booking-modal-link-clear{color:#f87171}[data-theme=dark] .booking-modal-from-to-title{color:#93c5fd}[data-theme=dark] .booking-modal-from-to-label,[data-theme=dark] .booking-modal-radio-label{color:#e5e7eb}[data-theme=dark] .booking-modal-radio{border-color:#aebacf;accent-color:#34568b}[data-theme=dark] .booking-modal-radio:checked{border-color:#34568b}[data-theme=dark] .booking-modal-town-input{border-color:#34568b;background:#131625;color:#e5e7eb}[data-theme=dark] .booking-modal-map-btn{background:#131625;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .booking-modal-map-btn:hover{border-color:#93c5fd}[data-theme=dark] .booking-modal-duration-section{border-top-color:#34568b;border-bottom-color:#34568b}[data-theme=dark] .booking-modal-duration-title,[data-theme=dark] .booking-modal-route-heading{color:#e5e7eb}[data-theme=dark] .booking-modal-route-buttons{background-color:#131625}[data-theme=dark] .booking-modal-route-btn{background-color:#1c2741;color:#e5e7eb}[data-theme=dark] .booking-modal-route-btn.active{background:#1c2741;box-shadow:0 0 0 1px #34568b}.booking-modal-route-btn:disabled{opacity:.6;cursor:not-allowed}.booking-modal-route-details{display:block;font-size:11px;font-weight:400;opacity:.9;margin-top:2px}.booking-modal-route-info{margin-top:16px;display:flex;flex-direction:column;gap:12px}.booking-modal-route-summary{padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;transition:all .2s}.booking-modal-route-summary.selected{border-color:#34568b;background:#eff6ff}.booking-modal-route-summary-title{font-size:13px;font-weight:600;color:#374151;margin-bottom:4px}.booking-modal-route-summary-details{font-size:12px;color:#6b7280;font-family:Inter,system-ui,sans-serif}[data-theme=dark] .booking-modal-route-summary{background:#1e293b;border-color:#374151}[data-theme=dark] .booking-modal-route-summary.selected{border-color:#34568b;background:#1e3a8a}[data-theme=dark] .booking-modal-route-summary-title{color:#f1f5f9}[data-theme=dark] .booking-modal-route-summary-details{color:#cbd5e1}[data-theme=dark] .booking-modal-route-btn:hover:not(.active){background:#131625}[data-theme=dark] .booking-modal-tabs{border-bottom-color:#34568b}[data-theme=dark] .booking-modal-tab{color:#aebacf}[data-theme=dark] .booking-modal-tab:hover{background:#131625}[data-theme=dark] .booking-modal-tab.active{border-color:#34568b;border-bottom-color:transparent;background:#1c2741;color:#93c5fd}[data-theme=dark] .booking-modal-textarea{background:#131625;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .booking-modal-textarea::placeholder{color:#9ca3af}[data-theme=dark] .booking-modal-textarea:focus{border-color:#34568b}[data-theme=dark] .booking-modal-save-btn{background-color:#34568b;color:#fff}[data-theme=dark] .booking-modal-save-btn:hover:not(:disabled){background-color:#2a4a70}[data-theme=dark] .booking-modal-field[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.9}[data-theme=dark] .booking-modal-field[type=time]::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.9}[data-theme=dark] .booking-modal-share-location-overlay{background:#1c2741e6}[data-theme=dark] .booking-modal-share-location-overlay-text{color:#e5e7eb}[data-theme=dark] .booking-modal-share-location-spinner{border-color:#34568b;border-top-color:#93c5fd}[data-theme=dark] .booking-modal-share-location-error,[data-theme=dark] .booking-modal-location-coords-error{color:#f87171}[data-theme=dark] .booking-modal-estimated-time-hint{color:#94a3b8}[data-theme=dark] .booking-modal-driver-not-assigned{background:#1c2741;color:#aebacf}[data-theme=dark] .booking-modal-driver-section-title{color:#e5e7eb}[data-theme=dark] .booking-modal-driver-section-desc{color:#9ca3af}[data-theme=dark] .booking-modal-driver-map-wrap,[data-theme=dark] .booking-modal-driver-map-note{background:#131625;border-color:#34568b}[data-theme=dark] .booking-modal-driver-map-note{color:#9ca3af}[data-theme=dark] .booking-modal-driver-status-list{background:#131625;border-color:#34568b}[data-theme=dark] .booking-modal-driver-status-item{background:#1c2741;border-color:#34568b}[data-theme=dark] .booking-modal-driver-status-label{color:#e5e7eb}[data-theme=dark] .booking-modal-driver-status-time,[data-theme=dark] .booking-modal-driver-no-status{color:#9ca3af}@media (max-width: 900px){.booking-modal-overlay{padding:clamp(12px,3vw,24px);align-items:flex-start}.booking-modal{width:100%;max-width:100%;max-height:calc(100vh - 24px)}.booking-modal-header{flex-wrap:wrap;gap:10px;padding:clamp(14px,4vw,22px) clamp(14px,4vw,24px) 0}.booking-modal-heading-wrap{flex-wrap:wrap;min-width:0}.booking-modal-body{padding:clamp(14px,4vw,18px) clamp(14px,4vw,24px) clamp(16px,4vw,22px)}.booking-modal-row-3{grid-template-columns:repeat(2,minmax(0,1fr))}.booking-modal-from-to-header{flex-wrap:wrap;gap:10px;align-items:flex-start}.booking-modal-from-to-title-row{grid-template-columns:1fr;gap:14px}.booking-modal-to-location-block{align-items:stretch}.booking-modal-radio-group{width:100%}.booking-modal-location-fields{grid-template-columns:1fr}.booking-modal-fare-row{grid-template-columns:repeat(2,minmax(0,1fr))}.booking-modal-fare-row .booking-modal-label:last-child{grid-column:1 / -1}.booking-modal-textarea-row{grid-template-columns:1fr}.booking-modal-route-buttons{width:100%;max-width:100%}}@media (max-width: 600px){.booking-modal-row-3,.booking-modal-row-2,.booking-modal-fare-row{grid-template-columns:1fr}.booking-modal-fare-row .booking-modal-label:last-child{grid-column:auto}.booking-modal-from-to-right{flex-wrap:wrap;gap:8px}.booking-modal-town-fields{flex-direction:column;align-items:stretch;gap:8px}.booking-modal-map-btn{width:100%;height:38px}.booking-modal-route-buttons{flex-wrap:wrap;height:auto;min-height:40px;padding:6px}.booking-modal-route-btn{flex:1 1 120px;width:auto;min-width:0}.booking-modal-footer{justify-content:stretch}.booking-modal-save-btn{width:100%;max-width:100%}}.app-select-wrap{position:relative;display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box;isolation:isolate}.app-select{display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box;margin:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.app-select-chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:12px;height:12px;pointer-events:none}[data-theme=dark] .app-select-chevron{filter:brightness(0) invert(1)}label:has(>.app-select-wrap),label:has(>select),.bd-share-form-label,.booking-modal-label,.invoice-report-field-group,.client-modal-field-wrap,.driver-modal-field-wrap,.vehicle-modal-field-wrap{min-width:0;max-width:100%}label:has(>select){display:flex;flex-direction:column;align-items:stretch;gap:8px;width:100%}label:has(>select)>select{width:100%;max-width:100%;min-width:0;box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:36px}.modal-body,.booking-modal-body,.client-modal-body,.driver-modal-body,.invoice-report-modal-content{min-width:0;overflow-x:hidden}.modal-body select:not(.app-select),.bd-share-form-modal select:not(.app-select){width:100%;max-width:100%;min-width:0;box-sizing:border-box}.filter-dropdown{position:relative;display:flex;align-items:stretch;overflow:visible;width:min(220px,100%);min-width:0;max-width:100%;flex:1 1 160px;box-sizing:border-box}.filter-dropdown select{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.filter-dropdown .custom-select{width:100%;min-width:0;flex:1 1 auto}.filter-dropdown .custom-select-trigger.driver-filter,.filter-dropdown .custom-select-trigger.vehicle-filter,.filter-dropdown .custom-select-trigger.client-filter,.filter-dropdown .custom-select-trigger.status-filter,.filter-dropdown .custom-select-trigger.invoice-client-filter,.filter-dropdown .custom-select-trigger.invoice-status-filter,.filter-dropdown .custom-select-trigger.vehicle-type-filter,.filter-dropdown .custom-select-trigger.vehicle-no-filter{width:100%;max-width:100%;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;text-align:left;box-sizing:border-box}.filter-dropdown .custom-select-trigger-label{text-align:left}.filter-dropdown .date-range-dropdown{left:0;right:0;width:100%;max-width:100%;min-width:0;box-sizing:border-box}select.booking-modal-field,select.client-modal-field,select.driver-modal-field,select.vehicle-modal-field,.invoice-report-status-select,.invoices-filter-select{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.custom-select{position:relative;display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.custom-select-trigger{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;width:100%;max-width:100%;min-width:0;box-sizing:border-box;margin:0;text-align:left;cursor:pointer}.custom-select-trigger:disabled{opacity:.65;cursor:not-allowed}.custom-select-trigger-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-chevron{flex-shrink:0;width:12px;height:12px;pointer-events:none}[data-theme=dark] .custom-select-chevron{filter:brightness(0) invert(1)}.custom-select-menu{position:absolute;left:0;right:0;top:calc(100% + 4px);width:100%;max-width:100%;min-width:0;margin:0;padding:4px 0;list-style:none;max-height:min(220px,40vh);overflow-x:hidden;overflow-y:auto;background:#fff;border:1px solid #d1d5dc;border-radius:8px;box-shadow:0 8px 24px #0000001f;z-index:50;box-sizing:border-box}.custom-select-menu--portal{z-index:10050}.custom-select-option{display:block;width:100%;max-width:100%;padding:10px 12px;border:none;background:transparent;text-align:left;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:20px;color:#111827;cursor:pointer;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-option:hover{background:#f3f4f6}.custom-select-option--selected,.custom-select-option--selected:hover{background:#e0f2f1;color:#0f766e}[data-theme=dark] .custom-select-menu{background:#131625;border-color:#34568b;box-shadow:0 8px 24px #00000059}[data-theme=dark] .custom-select-option{color:#e5e7eb}[data-theme=dark] .custom-select-option:hover{background:#1c2741}[data-theme=dark] .custom-select-option--selected,[data-theme=dark] .custom-select-option--selected:hover{background:#1e3a5f;color:#93c5fd}.bd-share-form-modal{width:min(520px,calc(100vw - 48px));max-width:100%;min-width:0;overflow:visible}.bd-share-form-modal .modal-body{min-width:0;overflow:visible}.bd-share-form-label{display:flex;flex-direction:column;align-items:stretch;gap:8px;width:100%;max-width:100%;min-width:0}.bd-share-form-label .app-select-wrap{width:100%}.bd-share-form-select,.bd-share-form-label .app-select,.bd-share-form-label .custom-select-trigger{height:40px;border:1px solid #d1d5dc;border-radius:8px;padding:0 36px 0 12px;font-size:14px;line-height:20px;color:#111827;background-color:#fff}[data-theme=dark] .bd-share-form-select,[data-theme=dark] .bd-share-form-label .app-select,[data-theme=dark] .bd-share-form-label .custom-select-trigger{background-color:#131625;border-color:#34568b;color:#e5e7eb}.bd-share-form-label .custom-select-trigger:focus-visible{outline:2px solid #34568b;outline-offset:2px}.bd-share-form-input{width:100%;max-width:100%;min-width:0}@media (max-width: 600px){.modal-overlay{padding:12px;align-items:center}.bd-share-form-modal{width:100%;max-width:100%}.bd-share-form-modal .modal-body{padding:16px}.filter-dropdown{width:100%;flex:1 1 100%}}.page-container{width:100%;max-width:1200px;margin:0 auto;padding:24px;min-width:0}.page-container h1{font-size:2rem;font-weight:600;margin:0 0 16px;color:#000}.page-description{color:#6a7282;font-size:1rem;margin:0 0 24px;line-height:1.5}.layout-content:has(.dashboard-page){padding-left:0;padding-right:0}.page-container:has(.dashboard-page){max-width:none;padding-left:0;padding-right:0}.dashboard-page{background-color:#f9fafb;min-height:100%}[data-theme=dark] .dashboard-page{background-color:#101322}.dashboard-page .bd-top-level{padding:22px 47px;display:flex;flex-direction:column;gap:30px;background-color:#f9fafb;width:100%;box-sizing:border-box}[data-theme=dark] .dashboard-page .bd-top-level{background-color:#101322}.dashboard-page .bd-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 16px;width:100%;min-width:0}.dashboard-page .bd-header-left{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:20px;line-height:32px;color:#000;flex:0 1 auto;min-width:0}[data-theme=dark] .dashboard-page .bd-header-left{color:#e5e7eb}.dashboard-page .bd-header-right{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px;flex:1 1 280px;min-width:0}.dashboard-page .bd-header-right .bd-add-booking-btn,.dashboard-page .bd-header-right .bd-share-form-btn{align-self:center}.dashboard-page .bd-add-booking-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:auto;min-width:141px;height:44px;min-height:44px;padding:0 14px;border-radius:10px;border:none;background-color:#34568b;cursor:pointer;font-family:Arial,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#fff;flex-shrink:0;white-space:nowrap;box-sizing:border-box}.dashboard-page .bd-add-booking-icon{width:16px;height:16px}[data-theme=dark] .dashboard-page .bd-add-booking-btn{background-color:#34568b;color:#fff}.dashboard-page .bd-working-cars-container{height:auto;min-height:0;max-height:min(360px,50vh)}.dashboard-page .bd-working-cars-body{flex:1 1 auto;min-height:0;padding:16px}@media (max-width: 900px){.dashboard-page .bd-top-level{padding:clamp(12px,4vw,20px);gap:12px}.dashboard-page .bd-header{flex-direction:column;align-items:stretch;gap:8px;flex:0 0 auto}.dashboard-page .bd-header-right{width:100%;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:stretch;align-items:center;align-content:flex-start;gap:8px}.dashboard-page .bd-add-booking-btn,.dashboard-page .bd-share-form-btn{flex:1 1 0;width:auto;min-width:0;height:44px;min-height:44px;max-height:44px}.dashboard-page .bd-working-cars-container{max-height:min(320px,45vh)}}@media (max-width: 768px){.dashboard-page .bd-top-level{gap:10px}.dashboard-page .bd-header,.dashboard-page .bd-header-right{gap:6px}.dashboard-page .bd-working-cars-container{max-height:min(280px,42vh)}}@media (max-width: 480px){.dashboard-page .bd-top-level{padding:12px;gap:8px}.dashboard-page .bd-header-right{flex-direction:column;flex-wrap:nowrap;gap:6px}.dashboard-page .bd-add-booking-btn,.dashboard-page .bd-share-form-btn{flex:0 0 auto;width:100%;height:44px}}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a7a;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;box-sizing:border-box}[data-theme=dark] .modal-overlay{background:#0000009e}.bd-share-form-btn{display:inline-flex;align-items:center;justify-content:center;height:44px;min-height:44px;padding:0 14px;border-radius:10px;border:1px solid #34568b;background:#fff;color:#34568b;cursor:pointer;flex-shrink:0;white-space:nowrap;box-sizing:border-box;font-family:Arial,sans-serif;font-weight:500;font-size:14px;line-height:20px}.bd-share-form-btn:hover{background:#eef3fa}[data-theme=dark] .bd-share-form-btn{border-color:#34568b;background:#1c2741;color:#e5e7eb}[data-theme=dark] .bd-share-form-btn:hover{background:#131625}.bd-share-form-modal{display:flex;flex-direction:column;width:min(520px,calc(100vw - 48px));max-height:calc(100vh - 48px);margin:auto;background:#fff;border-radius:10px;box-shadow:0 8px 32px #00000026;overflow:hidden}.bd-share-form-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;background:#fff;border-bottom:1px solid #f1f5f9}.bd-share-form-modal .modal-header h3{margin:0;font-family:Arial,sans-serif;font-weight:700;font-size:18px;line-height:28px;color:#16181d}.bd-share-form-modal .modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;cursor:pointer;font-size:20px;line-height:32px;color:#6b7280;border-radius:6px;transition:all .2s}.bd-share-form-modal .modal-close:hover{background:#6b72801a;color:#374151}.bd-share-form-modal .modal-body{padding:17px 23.99px 22.25px;background:#fff}.bd-share-form-label{display:flex;flex-direction:column;gap:8px;margin-bottom:14px;color:#111827;font-size:14px;font-weight:500}.bd-share-form-input,.bd-share-form-select,.bd-share-form-label .custom-select-trigger{width:100%;max-width:100%;min-width:0;height:40px;border:1px solid #d1d5dc;border-radius:8px;padding:0 36px 0 12px;font-size:14px;line-height:20px;color:#111827;background:#fff;box-sizing:border-box}.bd-share-form-label{width:100%;max-width:100%;min-width:0;align-items:stretch}.bd-share-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.bd-share-form-cancel,.bd-share-form-send{height:40px;padding:0 16px;border-radius:8px;border:none;cursor:pointer;font-size:14px;font-weight:500}.bd-share-form-cancel{background:#e5e7eb;color:#111827}.bd-share-form-send{background:#34568b;color:#fff}.bd-share-form-send-loading{display:inline-flex;align-items:center;gap:8px}.bd-share-form-send-spinner{width:14px;height:14px;border-radius:999px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:spin .8s linear infinite}.bd-share-form-send:disabled,.bd-share-form-cancel:disabled{opacity:.7;cursor:not-allowed}[data-theme=dark] .bd-share-form-modal{background:#1c2741}[data-theme=dark] .bd-share-form-modal .modal-header{background:#1c2741;border-bottom-color:#34568b}[data-theme=dark] .bd-share-form-modal .modal-header h3{color:#e5e7eb}[data-theme=dark] .bd-share-form-modal .modal-close{color:#aebacf}[data-theme=dark] .bd-share-form-modal .modal-close:hover{background:#aebacf26;color:#fff}[data-theme=dark] .bd-share-form-modal .modal-body{background:#1c2741}[data-theme=dark] .bd-share-form-label{color:#e5e7eb}[data-theme=dark] .bd-share-form-select,[data-theme=dark] .bd-share-form-input{background:#131625;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .bd-share-form-cancel{background:#131625;border:1px solid #34568b;color:#e5e7eb}.caution-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:#0006}.caution-modal{width:447.9867248535156px;max-width:calc(100vw - 48px);border-radius:10px 10px 0 0;padding:15px 24px 0;background:#fff;box-shadow:0 8px 32px #00000026;flex-shrink:0}.caution-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:0}.caution-modal-heading-row{display:flex;flex-direction:row;align-items:center;gap:10px;min-width:0;padding-top:7px;padding-bottom:7px}.caution-modal-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0}.caution-modal-heading{font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:15px;line-height:22.5px;letter-spacing:0px;color:#000;margin:0}.caution-modal-close{width:19.995702743530273px;height:19.995702743530273px;padding:0;border:none;background:none;color:#6a7282;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.caution-modal-close:hover{color:#16181d}.caution-modal-close svg{width:100%;height:100%}.caution-modal-border{height:0;border-bottom:1px solid #e5e7eb;margin-left:-24px;margin-right:-24px;margin-top:15px}.caution-modal-paragraph{padding-top:20px;padding-bottom:20px;display:flex;flex-direction:column;gap:12px}.caution-modal-text-one{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:15px;line-height:22.5px;letter-spacing:0px;color:#364153;margin:0}.caution-modal-text-two{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:15px;line-height:22.5px;letter-spacing:0px;color:#4a5565;margin:0}.caution-modal-footer{margin-left:-24px;margin-right:-24px;margin-top:0;padding:15px 24px 24px;background-color:#f9fafb;border-top:1.26px solid #e5e7eb}.caution-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.caution-modal-btn-cancel{padding:8px 16px;border:1px solid #d1d5dc;border-radius:8px;background:#fff;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:15px;line-height:22.5px;letter-spacing:0px;text-align:center;color:#364153;cursor:pointer}.caution-modal-btn-cancel:hover{background:#f3f4f6}.caution-modal-btn-confirm{width:115.66683959960938px;height:38.450233459472656px;padding:0;border:none;border-radius:4px;background-color:#34568b;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:15px;line-height:22.5px;letter-spacing:0px;text-align:center;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.caution-modal-btn-confirm:hover{background-color:#2a4a70}.caution-modal-btn-confirm:disabled{opacity:.8;cursor:not-allowed}.caution-modal-btn-confirm .caution-modal-btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:caution-modal-spin .7s linear infinite;margin-right:8px;flex-shrink:0}@keyframes caution-modal-spin{to{transform:rotate(360deg)}}[data-theme=dark] .caution-modal{background:#121828}[data-theme=dark] .caution-modal-heading,[data-theme=dark] .caution-modal-text-one,[data-theme=dark] .caution-modal-text-two,[data-theme=dark] .caution-modal-close,[data-theme=dark] .caution-modal-close:hover{color:#fff}[data-theme=dark] .caution-modal-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(106%) contrast(101%)}[data-theme=dark] .caution-modal-border,[data-theme=dark] .caution-modal-footer{border-color:#34568b}[data-theme=dark] .caution-modal-footer{background-color:#1c2741}[data-theme=dark] .caution-modal-btn-cancel{background:#fff;border-color:#fff;color:#000}[data-theme=dark] .caution-modal-btn-cancel:hover{background:#f3f4f6}[data-theme=dark] .caution-modal-btn-confirm{background-color:#34568b;color:#fff}[data-theme=dark] .caution-modal-btn-confirm:hover{background-color:#2a4a70}.driver-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;overflow:auto;padding:24px;background:#0006}.driver-modal{display:flex;flex-direction:column;width:100%;height:auto;max-width:min(733px,calc(100vw - 24px));max-height:calc(100dvh - 24px);margin:auto;background:#fff;border-radius:8px;box-shadow:0 8px 32px #00000026;overflow:hidden;flex-shrink:0;box-sizing:border-box}.driver-modal-header{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:12px;padding:20px 24px 16px;border-bottom:1px solid #e5e7eb}.driver-modal-heading{font-family:Inter;font-weight:700;font-style:Bold;font-size:18px!important;line-height:28px;letter-spacing:0px;margin:0;flex:1;min-width:0}.driver-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:none;color:#6a7282;cursor:pointer;border-radius:6px;flex-shrink:0}.driver-modal-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.driver-modal-share-credentials-btn{width:155px;height:36px;border-radius:8px;border:1px solid #aaaaaa;background:transparent;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0;text-align:center;color:#aaa;cursor:pointer;padding:0}.driver-modal-share-credentials-btn:hover:not(:disabled){background:#f4f4f5;color:#16181d;border-color:#888}.driver-modal-share-credentials-btn:disabled{opacity:.6;cursor:not-allowed}.driver-modal-close:hover{background:#f4f4f5;color:#16181d}.driver-modal-body{flex:1;min-width:0;overflow-y:auto;padding:24px 15px;scrollbar-width:thin;scrollbar-color:#34568b transparent}.driver-modal-body::-webkit-scrollbar{width:6px}.driver-modal-body::-webkit-scrollbar-thumb{background:#34568b;border-radius:3px}.driver-modal-label{display:flex;flex-direction:column;gap:10px;font-family:Inter,sans-serif;font-weight:400;font-size:13.5px;line-height:20px;letter-spacing:0;color:#16181d;margin-bottom:20px;min-width:0}.driver-modal-row .driver-modal-label{margin-bottom:20px}.driver-modal-row .driver-modal-label:last-child{margin-bottom:20px}.driver-modal-full{margin-bottom:20px}.driver-modal-field{width:100%;max-width:100%;height:36px;border:1px solid #d1d5dc;border-radius:4px;padding:0 14px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:100%;color:#0a0a0a;background:#fff;box-sizing:border-box}.driver-modal-field:disabled{background:#f9fafb;color:#6a7282;cursor:not-allowed}.driver-modal-field::placeholder{color:#0a0a0a80}.driver-modal-field:focus{outline:none;border-color:#34568b}.driver-modal-phone-wrap{display:flex;align-items:center;width:100%;max-width:100%;height:36px;padding:10px 12px;border:1px solid #d1d5dc;border-radius:4px;background:#fff;box-sizing:border-box;gap:10px;overflow:hidden}.driver-modal-phone-wrap:focus-within{border-color:#34568b;outline:none}.driver-modal-phone-flag{width:26px;height:17.03px;min-height:17.03px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.driver-modal-phone-country{width:26px;height:17.03px;min-height:17.03px;padding:0;border:none;background:transparent;font-size:14px;line-height:1;color:#16181d;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none;display:flex;align-items:center;justify-content:center;flex-shrink:0}.driver-modal-phone-country:focus{outline:none}.driver-modal-phone-chevron{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#16181d}.driver-modal-phone-chevron svg{width:10px;height:10px}.driver-modal-phone-code{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#9ca3af;flex-shrink:0}.driver-modal-phone-input{flex:1;min-width:0;align-self:stretch;padding:0;border:none;font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#0a0a0a;background:transparent}.driver-modal-phone-input::placeholder{color:#9ca3af}.driver-modal-phone-input:focus{outline:none}.driver-modal-select{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url(/DropDownIcon.svg);background-repeat:no-repeat;background-position:right 14px center;background-size:16px auto;padding-right:40px}.driver-modal-select::-ms-expand,.driver-modal-phone-country::-ms-expand{display:none}.driver-modal-select-driver{width:100%;max-width:100%}.driver-modal-tabs{display:flex;flex-wrap:nowrap;gap:4px;margin-top:24px;margin-bottom:24px;border-bottom:2px solid #d9d9d9;justify-content:flex-start;width:100%;max-width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.driver-modal-tabs::-webkit-scrollbar{display:none}.driver-modal-tab{flex:0 0 auto;min-width:max-content;height:37px;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#16181d;background:transparent;border:1px solid transparent;border-top-left-radius:10px;border-top-right-radius:10px;cursor:pointer;padding:0 12px;white-space:nowrap}.driver-modal-tab:hover{background:#f4f4f5}.driver-modal-tab.active{border-color:#34568b;border-bottom-color:transparent;background:#fff;font-weight:700;font-size:14px;line-height:28px;color:#34568b}.driver-modal-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;min-width:0}.driver-modal-label-full{width:100%;margin-bottom:20px}.driver-modal-label-full .driver-modal-field{width:100%}.driver-modal-time{min-width:0}.driver-modal-date-range{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}.driver-modal-field-with-note{position:relative}.driver-modal-field-with-note .driver-modal-field{padding-right:84px}.driver-modal-validity-note{position:absolute;right:8px;top:50%;transform:translateY(-50%);height:24px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:500;font-size:12px;line-height:16px;letter-spacing:0;pointer-events:none}.driver-modal-validity-note--valid{width:62px;background-color:#dcfce7;color:#008236}.driver-modal-validity-note--expired{width:68px;background-color:#fff1f2;color:#c70036}.driver-modal-validity-note--none{width:78px;background-color:#f3f4f6;color:#6a7282}.driver-modal-compliance-block{margin-bottom:21px;padding-bottom:21px;border-bottom:1px solid #e5e7eb}.driver-modal-compliance-block:last-of-type{border-bottom:none}.driver-modal-attachment-hint{font-size:12px;color:#6a7282;margin-top:4px}.driver-modal-upload-wrap{display:flex;align-items:center;gap:8px;border:1.26px solid #d1d5dc;border-radius:6px;height:36px;padding:0 14px;margin-top:6px;background:#fafafa;color:#6a7282;font-size:14px;font-family:inherit;width:100%;max-width:100%;box-sizing:border-box}.driver-modal-upload-btn{cursor:pointer;justify-content:flex-start}.driver-modal-upload-btn:hover:not(:disabled){background:#f4f4f5;border-color:#34568b;color:#34568b}.driver-modal-upload-btn:disabled{opacity:.7;cursor:not-allowed}.driver-modal-upload-icon{flex-shrink:0;color:#9ca3af}.driver-modal-upload-btn:hover:not(:disabled) .driver-modal-upload-icon{color:#34568b}.driver-modal-attachment-filename{display:block;font-size:12px;color:#6a7282;margin-top:6px}.driver-modal-attachment-doc{display:inline-flex;align-items:center;gap:10px;margin-top:6px;padding:8px 8px 8px 16px;background:#ef4444;border:none;border-radius:20px;color:#fff;font-size:14px;font-family:Inter,sans-serif;line-height:1.4;box-sizing:border-box;width:100%;max-width:100%}.driver-modal-pdf-icon{flex-shrink:0;color:#fff}.driver-modal-attachment-doc-name{color:#fff;font-weight:500;flex:1;min-width:0}.driver-modal-attachment-doc-remove{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:50%;background:#ffffff40;color:#fff;cursor:pointer;flex-shrink:0}.driver-modal-attachment-doc-remove:hover{background:#fff6}.driver-modal-attachment-doc-remove:disabled{cursor:not-allowed;opacity:.95;pointer-events:none}.driver-modal-attachment-doc-remove--loading{width:auto;min-width:102px;padding:0 10px;border-radius:999px;background:#fff3}.driver-modal-remove-loading{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;line-height:1}.driver-modal-remove-spinner{width:12px;height:12px;border-radius:999px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;animation:driver-modal-spin .75s linear infinite}@keyframes driver-modal-spin{to{transform:rotate(360deg)}}.driver-modal-attachment-doc-remove:focus-visible{outline:2px solid #fff;outline-offset:2px}.driver-modal-add-more{display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:none;color:#34568b;font-family:Inter,sans-serif;font-size:14px;font-weight:500;cursor:pointer}.driver-modal-add-more:hover{text-decoration:underline}.driver-modal-remove-row{padding:8px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#6a7282;font-size:13px;cursor:pointer;align-self:flex-start}.driver-modal-remove-row:hover{background:#f4f4f5;color:#16181d}.driver-modal-actions{display:flex;justify-content:flex-end}.driver-modal-save{padding:10px 24px;border:none;border-radius:8px;background:#34568b;color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:14px;cursor:pointer}.driver-modal-save:hover:not(:disabled){background:#2a4480}.driver-modal-save:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] .driver-modal-phone-chevron,[data-theme=dark] .driver-modal-close,[data-theme=dark] .driver-modal-upload-icon,[data-theme=dark] .driver-modal-pdf-icon{color:#fff}[data-theme=dark] .driver-modal{background:#131625;box-shadow:0 8px 32px #00000059}[data-theme=dark] .driver-modal-header{border-bottom-color:#34568b}[data-theme=dark] .driver-modal-heading,[data-theme=dark] .driver-modal-label{color:#fff}[data-theme=dark] .driver-modal-close:hover{background:#1c2741;color:#fff}[data-theme=dark] .driver-modal-share-credentials-btn{border-color:#aebacf;color:#aebacf}[data-theme=dark] .driver-modal-share-credentials-btn:hover:not(:disabled){background:#1c2741;color:#fff;border-color:#34568b}[data-theme=dark] .driver-modal-field,[data-theme=dark] .driver-modal-phone-wrap,[data-theme=dark] .driver-modal-upload-wrap,[data-theme=dark] .driver-modal-remove-row{background:#1c2741;border-color:#fff;color:#fff}[data-theme=dark] .driver-modal-field:disabled{background:#1c2741;color:#d1d5dc}[data-theme=dark] .driver-modal-field::placeholder,[data-theme=dark] .driver-modal-phone-input::placeholder{color:#aebacf}[data-theme=dark] .driver-modal-phone-country,[data-theme=dark] .driver-modal-phone-code,[data-theme=dark] .driver-modal-phone-input{color:#fff}[data-theme=dark] .driver-modal-field:focus,[data-theme=dark] .driver-modal-phone-wrap:focus-within{border-color:#34568b}[data-theme=dark] .driver-modal-tabs{border-bottom-color:#34568b}[data-theme=dark] .driver-modal-tab{color:#d1d5dc}[data-theme=dark] .driver-modal-tab:hover{background:#1c2741}[data-theme=dark] .driver-modal-tab.active{border-color:#34568b;border-bottom-color:transparent;background:#1c2741;color:#fff}[data-theme=dark] .driver-modal-compliance-block{border-bottom-color:#34568b}[data-theme=dark] .driver-modal-upload-btn:hover:not(:disabled),[data-theme=dark] .driver-modal-remove-row:hover{background:#131625;border-color:#34568b;color:#fff}[data-theme=dark] .driver-modal-attachment-hint,[data-theme=dark] .driver-modal-attachment-filename{color:#d1d5dc}[data-theme=dark] .driver-modal-add-more{color:#fff}[data-theme=dark] .driver-modal-validity-note--none{background-color:#1c2741;color:#d1d5dc}[data-theme=dark] .driver-modal-field[type=date]::-webkit-calendar-picker-indicator,[data-theme=dark] .driver-modal-field[type=time]::-webkit-calendar-picker-indicator{filter:invert(1)}@media (max-width: 768px){.driver-modal-overlay{align-items:flex-start;padding:12px}.driver-modal{max-width:100%;max-height:calc(100dvh - 24px)}.driver-modal-header{padding:16px;align-items:center;flex-wrap:nowrap}.driver-modal-heading{flex:1;min-width:0}.driver-modal-header-actions{flex-shrink:0;justify-content:flex-end;width:auto}.driver-modal-share-credentials-btn{flex:1;width:auto;min-width:0;max-width:calc(100% - 44px);font-size:14px;padding:0 10px}.driver-modal-close{margin-top:0}.driver-modal-body{padding:16px}.driver-modal-row,.driver-modal-date-range{grid-template-columns:1fr;gap:0}.driver-modal-tabs{margin-top:16px;margin-bottom:16px;gap:2px;padding-bottom:4px}.driver-modal-tab{padding:0 10px;font-size:13px}.driver-modal-field-with-note .driver-modal-field{padding-right:72px;font-size:14px}.driver-modal-validity-note{font-size:10px}.driver-modal-validity-note--valid{width:54px}.driver-modal-validity-note--expired{width:58px}.driver-modal-validity-note--none{width:68px}.driver-modal-remove-row{width:100%;text-align:center}.driver-modal-actions{padding-top:8px}.driver-modal-save{width:100%}}@media (max-width: 480px){.driver-modal-overlay{padding:8px}.driver-modal-body{padding:12px}.driver-modal-heading{font-size:16px!important;line-height:24px}.driver-modal-share-credentials-btn{font-size:13px;max-width:calc(100% - 40px)}.driver-modal-header{padding:12px}.driver-modal-tab{padding:0 8px;font-size:12px}}.td-table-container{background-color:#fff;border-radius:10px;border:1px solid #e5e7eb;overflow:hidden}.td-heading{display:flex;flex-direction:row;align-items:center;gap:20px;border-bottom:1px solid #e5e7eb;padding:27.98px 37px}.td-heading-back{display:inline-flex;align-items:center;justify-content:center;padding:0;background:none;border:none;cursor:pointer;color:inherit}.td-heading-back img{display:block}.td-heading-text{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:20px;line-height:28px;letter-spacing:0;margin:0;color:#364153}.td-main-container{display:flex;flex-direction:row;gap:22px;padding:24px 25px}.td-left-container,.td-right-container{flex:1;display:flex;flex-direction:column;gap:16px}.td-block{border:1px solid #e5e7eb;border-radius:10px}.td-first-container{display:flex;flex-direction:column;gap:16px}.td-heading-uppercase{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:14px;line-height:20px;letter-spacing:.35px;text-transform:uppercase;color:#364153;margin:0 0 12px}.td-acontainer{padding:16.85px 20px;border:1.26px solid #e5e7eb;border-radius:10px;background-color:#f9fafb}.td-key-value-list{display:flex;flex-direction:column;gap:7.98px}.td-key-value-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.td-key{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#4a5565}.td-value{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#000}.td-second-container{padding:16.85px 20px;border:1.26px solid #e5e7eb;border-radius:10px;background-color:#f9fafb}.td-passenger-rows{display:flex;flex-direction:column;gap:12px}.td-passenger-row{display:flex;flex-direction:row;align-items:center;gap:11.99px}.td-passenger-icon{width:20px;height:20px;flex-shrink:0}.td-passenger-text{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#000}.td-third-container{padding:16.85px 20px;border:1.26px solid #e5e7eb;border-radius:10px;background-color:#f9fafb}.td-journey-rows{display:flex;flex-direction:column;gap:12px}.td-journey-item{display:flex;flex-direction:row;align-items:flex-start;gap:12px}.td-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;margin-top:4px}.td-dot-pickup{background-color:#00c950}.td-dot-dropoff{background-color:#fb2c36}.td-journey-sub{display:flex;flex-direction:column;gap:2px}.td-journey-label{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:0;color:#6a7282}.td-journey-location{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#000}.td-right-first{padding:17.25px}.td-driver-vehicle-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;margin-top:12px}.td-left-side,.td-right-side{display:flex;flex-direction:row;align-items:center;gap:11.99px}.td-profile-pic{width:48px;height:48px;border-radius:50%;background-color:#e5e7eb;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;flex-shrink:0}.td-profile-initial{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:18px;color:#6b7280}.td-driver-info{display:flex;flex-direction:column;gap:2px}.td-driver-name{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#000}.td-driver-id-email{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:10px;line-height:14.29px;letter-spacing:0;color:#515151}.td-vehicle-icon{width:48px;height:48px;border-radius:4px;background-color:#aaa;flex-shrink:0;display:flex;align-items:center;justify-content:center}.td-vehicle-icon img{display:block;width:24px;height:24px}.td-vehicle-info{display:flex;flex-direction:column;gap:2px}.td-vehicle-number{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:12px;line-height:16px;letter-spacing:0;color:#364153}.td-vehicle-reg{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#000}.td-vehicle-type{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:0;color:#6a7282}.td-right-second{padding:17.25px}.td-timing-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.td-timing-row{display:flex;flex-direction:row;align-items:center;gap:12px}.td-timing-dot{width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.td-timing-tick{width:8px;height:8px;border:2px solid #ffffff;border-top:none;border-left:none;transform:rotate(45deg);margin-bottom:2px}.td-timing-key{flex:1;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#4a5565}.td-timing-value{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0}.td-status-block{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:24px 17.25px;min-height:123px;border:1.26px solid #b9f8cf;background-color:#f0fdf4;border-radius:10px}.td-status-label{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0;color:#364153}.td-status-pill{min-width:94.11px;height:23.97px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:12px;line-height:16px;letter-spacing:0;text-transform:uppercase;color:#008236;background-color:#dcfce7}.td-note-image-thumb-btn{width:50px;height:50px;border:none;background:transparent;padding:0;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.td-note-image-thumb{width:50px;height:50px;border-radius:999px;object-fit:cover;display:block}.td-image-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000e6;display:flex;align-items:center;justify-content:center;padding:24px}.td-image-preview-full{max-width:min(96vw,1200px);max-height:96vh;object-fit:contain;display:block}[data-theme=dark] .td-table-container{background-color:#131625;border-color:#34568b}[data-theme=dark] .td-heading{border-bottom-color:#34568b}[data-theme=dark] .td-heading-text{color:#e5e7eb}[data-theme=dark] .td-heading-back img,[data-theme=dark] .td-passenger-icon,[data-theme=dark] .td-vehicle-icon img{filter:brightness(0) invert(1)}[data-theme=dark] .td-block{border-color:#34568b}[data-theme=dark] .td-acontainer,[data-theme=dark] .td-second-container,[data-theme=dark] .td-third-container{background-color:#1c2741;border-color:#34568b}[data-theme=dark] .td-heading-uppercase,[data-theme=dark] .td-status-label{color:#e5e7eb}[data-theme=dark] .td-key,[data-theme=dark] .td-journey-label,[data-theme=dark] .td-vehicle-type,[data-theme=dark] .td-timing-key{color:#9ca3af}[data-theme=dark] .td-value,[data-theme=dark] .td-passenger-text,[data-theme=dark] .td-journey-location,[data-theme=dark] .td-driver-name,[data-theme=dark] .td-vehicle-number,[data-theme=dark] .td-vehicle-reg,[data-theme=dark] .td-timing-value{color:#f9fafb}[data-theme=dark] .td-driver-id-email{color:#cbd5e1}[data-theme=dark] .td-profile-pic{background-color:#0b1220}[data-theme=dark] .td-profile-initial{color:#9ca3af}[data-theme=dark] .td-vehicle-icon{background-color:#0b1220}[data-theme=dark] .td-status-block{background-color:#0b1220;border-color:#34568b}[data-theme=dark] .td-status-pill{color:#86efac;background-color:#22c55e33}[data-theme=dark] .td-note-image-thumb-btn{background:transparent}@media (max-width: 900px){.td-heading{padding:16px;gap:12px;flex-wrap:wrap}.td-heading-text{font-size:18px;line-height:26px;word-break:break-word}.td-main-container{flex-direction:column;padding:16px;gap:16px}.td-left-container,.td-right-container{width:100%;min-width:0}.td-key-value-row{flex-direction:column;align-items:flex-start;gap:4px}.td-value{word-break:break-word;text-align:left}.td-driver-vehicle-row{flex-direction:column;align-items:stretch;gap:16px}.td-left-side,.td-right-side{width:100%;min-width:0}.td-timing-row{flex-wrap:wrap;align-items:flex-start;gap:8px}.td-timing-key{flex:1 1 auto;min-width:0;white-space:normal;word-break:break-word}.td-timing-value{flex:0 0 auto;white-space:nowrap}.td-status-block{flex-direction:column;align-items:flex-start;gap:12px;min-height:0;padding:16px}.td-status-pill{max-width:100%;white-space:normal;text-align:center;height:auto;min-height:24px;padding:6px 10px}.td-acontainer,.td-second-container,.td-third-container,.td-block{padding:14px 16px}}@media (max-width: 480px){.td-heading,.td-main-container{padding:12px}.td-heading-uppercase{font-size:13px;line-height:18px}}.drivers-page{padding:clamp(12px,2vw,24px);background-color:#fff;min-height:100%;min-width:0;box-sizing:border-box}[data-theme=dark] .drivers-page{background-color:#101322}.drivers-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px}.drivers-header-left{display:flex;align-items:center;gap:12px}.drivers-heading{font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:32px;letter-spacing:0px;color:#000;margin:0}.drivers-available-pill{display:inline-flex;align-items:center;justify-content:center;min-width:90.7365px;height:27.95px;padding:0 10px;border-radius:10px;background-color:#dcfce7;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#008236}.drivers-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0;flex:1 1 auto;justify-content:flex-end}.drivers-export-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:102px;height:44px;border:1px solid #20744A;border-radius:10px;background-color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0px;text-align:center;color:#20744a;cursor:pointer;transition:background-color .2s,color .2s}.drivers-export-btn:hover:not(:disabled){background-color:#ecfdf5}.drivers-export-btn:disabled{opacity:.6;cursor:not-allowed}.drivers-export-icon{width:21px;height:21px;object-fit:contain}.drivers-new-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:146px;height:44px;padding:0 16px;border-radius:10px;border:none;background-color:#34568b;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px;text-align:center;color:#fff;cursor:pointer;transition:background-color .2s}.drivers-new-btn:hover{background-color:#2a4a70}.drivers-new-icon{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1)}.drivers-status-wrap{position:relative;width:min(153px,100%);height:43px;flex:1 1 140px;min-width:0}.drivers-status-select{width:100%;height:100%;padding:0 36px 0 12px;border:1.74px solid #E5E7EB;border-radius:10px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0px;color:#16181d;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.drivers-status-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.drivers-search-wrap{position:relative;width:min(320px,100%);height:44px;display:flex;align-items:center;flex:1 1 200px;min-width:0}.drivers-search-icon{position:absolute;left:14px;width:18px;height:18px;pointer-events:none}.drivers-search-input{width:100%;height:100%;padding:0 16px 0 42px;border:1.26px solid #D1D5DC;border-radius:10px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0px;color:#16181d;background-color:#fff}.drivers-search-input::placeholder{color:#b5b5b5}.drivers-search-input:focus{outline:none;border-color:#34568b}.drivers-error{color:#ef4444;font-size:14px;margin:0 0 16px}.drivers-table-wrap{border:1.33px solid #E5E7EB;border-top-left-radius:10px;border-top-right-radius:10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;background-color:#fff;width:100%;max-width:100%}.drivers-table{width:100%;min-width:700px;border-collapse:collapse}.drivers-table thead{border-bottom:1px solid #E5E7EB}.drivers-table th{padding:13.33px 26px;text-align:left;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:0px;color:#6a7282}.drivers-table tbody tr{border-bottom:1px solid #E5E7EB}.drivers-table tbody tr:last-child{border-bottom:none}.drivers-table td{padding:13.33px 26px;vertical-align:middle}.drivers-name-inner{display:flex;align-items:center;gap:12px}.drivers-avatar-img{width:32px;height:32px;border-radius:100%;object-fit:cover;flex-shrink:0}.drivers-avatar-initials{width:32px;height:32px;border-radius:100%;background-color:#f1f5f9;color:#424b57;font-family:Inter,sans-serif;font-weight:500;font-size:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.drivers-name-info{display:flex;flex-direction:column;gap:2px}.drivers-name-link{font-family:Inter,sans-serif;font-weight:400;font-size:13.3px;line-height:20px;letter-spacing:0%;vertical-align:middle;text-decoration:underline;text-decoration-style:solid;color:#00e;cursor:pointer;background:none;border:none;padding:0;text-align:left}.drivers-name-link:hover{text-decoration-thickness:2px}.drivers-name-bottom{font-family:Inter,sans-serif;font-weight:400;font-size:9.4px;line-height:14.29px;letter-spacing:0%;vertical-align:middle;color:#65758b}.drivers-name-bottom-separator{width:5px;height:5px;background-color:#e5e7eb;border-radius:100%;background-color:#65758b}.drivers-name-bottom-container{display:flex;flex-direction:row;align-items:center;gap:10px}.drivers-contact-cell{display:flex;flex-direction:column;gap:9px}.drivers-contact-phone{display:inline-flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-weight:400;font-size:10.9px;line-height:16px;letter-spacing:0%;color:#424b57}.drivers-phone-icon{width:13px;height:12px;object-fit:contain;flex-shrink:0}.drivers-contact-address{font-family:Inter,sans-serif;font-weight:400;font-size:11.6px;line-height:16px;letter-spacing:0%;vertical-align:middle;color:#424b57}.drivers-status-badge{display:inline-flex;align-items:center;gap:6px;min-width:89px;height:20px;padding:0 8px;border-radius:18px;border:1px solid;font-family:Inter,sans-serif;font-weight:700;font-size:10px;line-height:14.29px;letter-spacing:.25px;text-transform:uppercase;box-sizing:border-box}.drivers-status-badge .drivers-status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.drivers-status-badge.online{background-color:#ecfdf5;border-color:#a4f4cf;color:#007a55}.drivers-status-badge.online .drivers-status-dot{background-color:#00bc7d}.drivers-status-badge.available{background-color:#eef5ff;border-color:#a4b4cc;color:#34568b}.drivers-status-badge.available .drivers-status-dot{background-color:#34568b}.drivers-status-badge.offline{background-color:#fff1f2;border-color:#ffccd3;color:#c70036}.drivers-status-badge.offline .drivers-status-dot{background-color:#c70036}.drivers-app-status-cell{vertical-align:middle}.drivers-app-status-select{min-width:89px;height:20px;padding:0 24px 0 10px;border:1px solid #D1D5DC;border-radius:44px;font-family:Inter,sans-serif;font-weight:500;font-size:10px;line-height:100%;letter-spacing:0%;background-color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/DropDownIcon.svg);background-repeat:no-repeat;background-position:right 8px center;background-size:12px;color:inherit}.drivers-app-status-select.active{color:#007a55}.drivers-app-status-select.inactive{color:#c70036}.drivers-loading-cell,.drivers-empty-cell{text-align:center;padding:48px 16px!important;min-height:220px;font-family:Inter,sans-serif;font-size:14px;color:#6a7282}.drivers-empty-wrap{display:inline-flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.drivers-empty-text{color:#6a7282}.drivers-empty-reload-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;border:1px solid #20744A;border-radius:8px;background-color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#20744a;cursor:pointer;transition:background-color .2s,color .2s}.drivers-empty-reload-btn:hover:not(:disabled){background-color:#ecfdf5}.drivers-empty-reload-btn:disabled{opacity:.6;cursor:not-allowed}.drivers-empty-reload-icon{width:18px;height:18px;object-fit:contain}[data-theme=dark] .drivers-heading{color:#fff}[data-theme=dark] .drivers-export-btn{background-color:#1c2741;border-color:#34568b;color:#fff}[data-theme=dark] .drivers-export-btn:hover:not(:disabled){background-color:#131625}[data-theme=dark] .drivers-status-select,[data-theme=dark] .drivers-search-input{background-color:#1c2741;border-color:#fff;color:#fff}[data-theme=dark] .drivers-search-input::placeholder{color:#aebacf}[data-theme=dark] .drivers-status-arrow,[data-theme=dark] .drivers-search-icon,[data-theme=dark] .drivers-export-icon,[data-theme=dark] .drivers-empty-reload-icon,[data-theme=dark] .drivers-phone-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(106%) contrast(101%)}[data-theme=dark] .drivers-phone-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(106%) contrast(101%)!important}[data-theme=dark] .drivers-table-wrap,[data-theme=dark] .drivers-table{background-color:#1c2741}[data-theme=dark] .drivers-table-wrap,[data-theme=dark] .drivers-table thead,[data-theme=dark] .drivers-table tbody tr{border-color:#34568b}[data-theme=dark] .drivers-table th,[data-theme=dark] .drivers-table td,[data-theme=dark] .drivers-name-link,[data-theme=dark] .drivers-contact-phone,[data-theme=dark] .drivers-contact-address,[data-theme=dark] .drivers-loading-cell,[data-theme=dark] .drivers-empty-cell,[data-theme=dark] .drivers-empty-text{color:#fff}[data-theme=dark] .drivers-name-bottom{color:#d1d5dc}[data-theme=dark] .drivers-name-bottom-separator{background-color:#d1d5dc}[data-theme=dark] .drivers-avatar-initials{background-color:#34568b;color:#fff}[data-theme=dark] .drivers-app-status-select{background-color:#1c2741;border-color:#fff;color:#fff}[data-theme=dark] .drivers-empty-reload-btn{background-color:#1c2741;border-color:#34568b;color:#fff}[data-theme=dark] .drivers-empty-reload-btn:hover:not(:disabled){background-color:#131625}@media (max-width: 900px){.drivers-header{flex-direction:column;align-items:stretch}.drivers-controls{width:100%;justify-content:stretch}.drivers-export-btn,.drivers-new-btn{flex:1 1 calc(50% - 5px);min-width:0}.drivers-status-wrap,.drivers-search-wrap{flex:1 1 100%;width:100%}}@media (max-width: 640px){.drivers-page{padding:12px}.drivers-export-btn,.drivers-new-btn{flex:1 1 100%;width:100%}.drivers-table th,.drivers-table td{padding:10px 12px}}.vehicle-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;overflow:auto;padding:24px;background:#0006}.vehicle-modal{display:flex;flex-direction:column;width:100%;max-width:min(733px,calc(100vw - 24px));height:auto;min-height:200px;max-height:min(822px,calc(100dvh - 24px));margin:auto;background:#fff;border-radius:8px;box-shadow:0 8px 32px #00000026;overflow:hidden;flex-shrink:0;box-sizing:border-box}.vehicle-modal-header{display:flex;align-items:center;justify-content:space-between;min-height:60px;border-bottom:1px solid #e5e7eb;padding:16px 25px}.vehicle-modal-heading{font-family:Inter,sans-serif;font-weight:700;font-size:18px;line-height:28px;letter-spacing:0;color:#000;margin:0}.vehicle-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:none;color:#6a7282;cursor:pointer;border-radius:6px}.vehicle-modal-close:hover{background:#f4f4f5;color:#16181d}.vehicle-modal-body-wrap{flex:1 1 auto;display:flex;flex-direction:row;min-height:0}.vehicle-modal-body{flex:1;min-width:0;overflow-y:auto;padding:40px 25px 24px;scrollbar-width:thin;scrollbar-color:#34568b transparent}.vehicle-modal-body::-webkit-scrollbar{width:6px}.vehicle-modal-body::-webkit-scrollbar-track{background:transparent}.vehicle-modal-body::-webkit-scrollbar-thumb{background:#34568b;border-radius:3px}.vehicle-modal-body::-webkit-scrollbar-thumb:hover{background:#2a4480}.vehicle-modal-scroll-rail{flex-shrink:0;width:24px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:6px 0 6px 4px;border-left:1px solid #e5e7eb}.vehicle-modal-scroll-btn{width:20px;height:20px;padding:0;border:none;background:transparent;color:#6a7282;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px}.vehicle-modal-scroll-btn:hover{background:#f4f4f5;color:#4a5565}.vehicle-modal-label{display:flex;flex-direction:column;gap:6px;font-family:Inter,sans-serif;font-weight:400;font-size:13.5px;line-height:20px;letter-spacing:0;color:#16181d;margin-bottom:21px;min-width:0}.vehicle-modal-row .vehicle-modal-label{margin-bottom:21px}.vehicle-modal-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;min-width:0}.vehicle-modal-row-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:100%}.vehicle-modal-row-4 .vehicle-modal-label{min-width:0}.vehicle-modal-row-4 .vehicle-modal-field{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.vehicle-modal-row-4 .vehicle-modal-label-type .vehicle-modal-field,.vehicle-modal-row-4 .vehicle-modal-field-type{max-width:100%}.vehicle-modal-row .vehicle-modal-label:last-child{margin-bottom:21px}.vehicle-modal-full{margin-bottom:21px}.vehicle-modal-field{width:100%;border:1.26px solid #d1d5dc;border-radius:4px;height:36px;padding:0 14px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:100%;letter-spacing:0;color:#0a0a0a;background:#fff;box-sizing:border-box;min-width:0}.vehicle-modal-field::placeholder{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:15px;line-height:100%;letter-spacing:0;vertical-align:middle;color:#0a0a0a80}.vehicle-modal-field:focus{outline:none;border-color:#34568b}.vehicle-modal-select{cursor:pointer;appearance:auto;-webkit-appearance:auto;-moz-appearance:auto;padding-right:14px}.vehicle-modal-textarea{min-height:80px;padding:12px 14px;resize:vertical}.vehicle-modal-tabs{display:flex;flex-wrap:nowrap;gap:4px;margin-top:24px;margin-bottom:24px;border-bottom:2px solid #D9D9D9;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.vehicle-modal-tabs::-webkit-scrollbar{display:none}.vehicle-modal-tab{flex-shrink:0;width:auto;min-width:max-content;height:37px;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#16181d;background:transparent;border:1px solid transparent;border-top-left-radius:10px;border-top-right-radius:10px;cursor:pointer;padding:0 14px;white-space:nowrap}.vehicle-modal-tab:hover{background:#f4f4f5}.vehicle-modal-tab.active{border-color:#34568b;border-bottom-color:transparent;background:#fff;font-family:Inter,sans-serif;font-weight:700;font-size:14px;line-height:28px;letter-spacing:-.45px;vertical-align:middle;color:#34568b}.vehicle-modal-tab-content{margin-bottom:24px}.vehicle-modal-compliance-block{margin-bottom:21px;padding-bottom:21px;border-bottom:1px solid #e5e7eb}.vehicle-modal-compliance-block:last-of-type{border-bottom:none}.vehicle-modal-date-wrap{position:relative;display:flex;align-items:center}.vehicle-modal-date-wrap .vehicle-modal-field{flex:1}.vehicle-modal-calendar-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:#6a7282}.vehicle-modal-expiry-badge{display:inline-block;margin-top:8px;padding:4px 10px;border-radius:6px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;border:1px solid}.vehicle-modal-expiry-badge.valid{background-color:#ecfdf5;border-color:#a4f4cf;color:#00bc7d}.vehicle-modal-expiry-badge.expired{background-color:#fff1f2;border-color:#ffccd3;color:#c70036}.vehicle-modal-upload-wrap{display:flex;align-items:center;gap:8px;border:1.26px dashed #d1d5dc;border-radius:4px;height:36px;padding:0 14px;background:#fafafa;color:#6a7282;font-size:14px}.vehicle-modal-upload-btn{cursor:pointer;width:100%;justify-content:flex-start;font-family:inherit}.vehicle-modal-upload-btn:hover:not(:disabled){background:#f4f4f5;border-color:#34568b;color:#34568b}.vehicle-modal-upload-btn:disabled{opacity:.7;cursor:not-allowed}.vehicle-modal-upload-icon{flex-shrink:0;color:#34568b}.vehicle-modal-pdf-wrap{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.vehicle-modal-pdf-btn{position:relative;display:inline-flex;align-items:center;gap:8px;width:130px;height:35.87px;margin-left:22px;padding:0 28px 0 10px;border:none;border-radius:10px;background:#ef5350;color:#fff;font-family:inherit;font-size:12px;overflow:hidden}.vehicle-modal-pdf-close{position:absolute;top:50%;right:6px;transform:translateY(-50%);width:20px;height:20px;padding:0;border:none;border-radius:50%;background:#ffffff4d;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.vehicle-modal-pdf-close:hover{background:#ffffff80}.vehicle-modal-pdf-icon{width:11px;height:15px;flex-shrink:0;object-fit:contain}.vehicle-modal-pdf-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.vehicle-modal-add-more{display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:none;color:#34568b;font-family:Inter,sans-serif;font-size:14px;font-weight:500;cursor:pointer}.vehicle-modal-add-more:hover{text-decoration:underline}.vehicle-modal-add-more svg{flex-shrink:0}.vehicle-modal-date-range{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}.vehicle-modal-remove-row{width:100%;height:36px;padding:0 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#6a7282;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;justify-self:stretch;align-self:end;margin-bottom:21px}.vehicle-modal-remove-row:hover{background:#f4f4f5;color:#16181d}.vehicle-modal-actions{display:flex;justify-content:flex-end;margin-top:24px;padding-top:24px}.vehicle-modal-save{padding:10px 24px;border:none;border-radius:8px;background:#34568b;color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:14px;cursor:pointer}.vehicle-modal-save:hover:not(:disabled){background:#2a4480}.vehicle-modal-save:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] .vehicle-modal{background:#131625;box-shadow:0 8px 32px #0006}[data-theme=dark] .vehicle-modal-header{border-bottom-color:#34568b}[data-theme=dark] .vehicle-modal-heading{color:#fff}[data-theme=dark] .vehicle-modal-close{color:#9ca3af}[data-theme=dark] .vehicle-modal-close:hover{background:#1c2741;color:#fff}[data-theme=dark] .vehicle-modal-label{color:#fff}[data-theme=dark] .vehicle-modal-field,[data-theme=dark] .vehicle-modal-textarea{background:#1c2741;border-color:#fff;color:#fff}[data-theme=dark] .vehicle-modal-field::placeholder,[data-theme=dark] .vehicle-modal-textarea::placeholder{color:#aebacf}[data-theme=dark] .vehicle-modal-field:focus{border-color:#34568b}[data-theme=dark] .vehicle-modal-tabs{border-bottom-color:#34568b}[data-theme=dark] .vehicle-modal-tab{color:#d1d5dc}[data-theme=dark] .vehicle-modal-tab.active{border-color:#34568b;border-bottom-color:transparent;background:#1c2741;color:#fff}[data-theme=dark] .vehicle-modal-tab:hover:not(.active){background:#131625}[data-theme=dark] .vehicle-modal-compliance-block{border-bottom-color:#34568b}[data-theme=dark] .vehicle-modal-upload-wrap{border-color:#fff;background:#1c2741;color:#d1d5dc}[data-theme=dark] .vehicle-modal-upload-btn:hover:not(:disabled){background:#131625;border-color:#34568b;color:#fff}[data-theme=dark] .vehicle-modal-pdf-btn{background:#ef5350}[data-theme=dark] .vehicle-modal-expiry-badge.valid{background-color:#ecfdf5;border-color:#a4f4cf;color:#00bc7d}[data-theme=dark] .vehicle-modal-expiry-badge.expired{background-color:#fff1f2;border-color:#ffccd3;color:#c70036}[data-theme=dark] .vehicle-modal-scroll-rail{border-left-color:#34568b}[data-theme=dark] .vehicle-modal-save{background:#34568b;color:#fff}[data-theme=dark] .vehicle-modal-save:hover:not(:disabled){background:#2a4480}@media (max-width: 768px){.vehicle-modal-overlay{align-items:flex-start;padding:12px}.vehicle-modal{max-width:100%;max-height:calc(100dvh - 24px);margin-top:0}.vehicle-modal-header{padding:14px 16px;min-height:0}.vehicle-modal-body{padding:20px 16px 16px}.vehicle-modal-scroll-rail{display:none}.vehicle-modal-row,.vehicle-modal-date-range{grid-template-columns:1fr;gap:0}.vehicle-modal-row-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.vehicle-modal-tabs{margin-top:16px;margin-bottom:16px}.vehicle-modal-pdf-wrap{flex-direction:column;align-items:stretch}.vehicle-modal-pdf-btn{margin-left:0;width:100%;max-width:100%}.vehicle-modal-upload-wrap{width:100%}.vehicle-modal-remove-row{margin-bottom:0}.vehicle-modal-actions{margin-top:16px;padding-top:16px}.vehicle-modal-save{width:100%}}@media (max-width: 480px){.vehicle-modal-overlay{padding:8px}.vehicle-modal-body{padding:16px 12px 12px}.vehicle-modal-row-4{grid-template-columns:1fr}.vehicle-modal-heading{font-size:16px;line-height:24px}}.delete-confirm-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.delete-confirm-modal-box{width:100%;max-width:447.99px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 20px 60px #00000026}.delete-confirm-modal-header{display:flex;align-items:center;justify-content:space-between;padding:15.98px 23.99px}.delete-confirm-modal-header-left{display:flex;align-items:center;gap:11.99px}.delete-confirm-modal-heading-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0}.delete-confirm-modal-heading-text{font-family:Inter,sans-serif;font-weight:700;font-size:15px;line-height:22.5px;letter-spacing:0;color:#000;margin:0}.delete-confirm-modal-close-btn{width:20px;height:20px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#4a5565;font-size:20px;line-height:1;transition:color .2s}.delete-confirm-modal-close-btn:hover{color:#000}.delete-confirm-modal-close-x{font-size:24px;font-weight:300;line-height:1}.delete-confirm-modal-body{padding:20px 23.99px}.delete-confirm-modal-body-gap .delete-confirm-modal-p+.delete-confirm-modal-p{margin-top:20px}.delete-confirm-modal-p{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:22.5px;letter-spacing:0;color:#000;margin:0}.delete-confirm-modal-footer{padding:17.25px 23.99px}.delete-confirm-modal-footer-gray{background-color:#e5e7eb;display:flex;justify-content:flex-end}.delete-confirm-modal-btn-cancel{padding:0 16px;height:38.45px;border-radius:4px;background:transparent;border:none;font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:22.5px;letter-spacing:0;color:#364153;cursor:pointer;margin-right:12px}.delete-confirm-modal-btn-cancel:hover{text-decoration:underline}.delete-confirm-modal-btn-delete{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:115.67px;height:38.45px;padding:0 12px;border-radius:4px;background-color:#e7000b;border:none;font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:22.5px;letter-spacing:0;color:#fff;cursor:pointer;transition:opacity .2s}.delete-confirm-modal-btn-delete:hover:not(:disabled){opacity:.9}.delete-confirm-modal-btn-delete:disabled,.delete-confirm-modal-btn-cancel:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.delete-confirm-modal-btn-spinner-white{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:delete-confirm-btn-spin .7s linear infinite;flex-shrink:0}@keyframes delete-confirm-btn-spin{to{transform:rotate(360deg)}}[data-theme=dark] .delete-confirm-modal-box{background:#121828}[data-theme=dark] .delete-confirm-modal-heading-text,[data-theme=dark] .delete-confirm-modal-p,[data-theme=dark] .delete-confirm-modal-close-btn,[data-theme=dark] .delete-confirm-modal-close-btn:hover{color:#fff}[data-theme=dark] .delete-confirm-modal-heading-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(106%) contrast(101%)}[data-theme=dark] .delete-confirm-modal-footer-gray{background-color:#1c2741}[data-theme=dark] .delete-confirm-modal-btn-cancel{color:#fff}[data-theme=dark] .delete-confirm-modal-btn-delete{background-color:#34568b;color:#fff}.vehicles-page{padding:clamp(12px,2vw,24px);background-color:#fff;min-height:100%;min-width:0;box-sizing:border-box}[data-theme=dark] .vehicles-page{background-color:#101322}.vehicles-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px}.vehicles-heading{font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:32px;letter-spacing:0px;color:#000;margin:0}.vehicles-controls{display:flex;align-items:center;gap:11px;flex-wrap:wrap;min-width:0;flex:1 1 auto;justify-content:flex-end}.vehicles-export-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:102px;height:44px;border:1px solid #20744A;border-radius:10px;background-color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0px;text-align:center;color:#20744a;cursor:pointer;transition:background-color .2s,color .2s}.vehicles-export-btn:hover:not(:disabled){background-color:#ecfdf5}.vehicles-export-btn:disabled{opacity:.6;cursor:not-allowed}.vehicles-export-icon{width:21px;height:21px;object-fit:contain}.vehicles-new-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:146px;height:44px;padding:0 16px;border-radius:10px;border:none;background-color:#34568b;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px;text-align:center;color:#fff;cursor:pointer;transition:background-color .2s}.vehicles-new-btn:hover{background-color:#2a4a70}.vehicles-new-icon{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1)}.vehicles-status-wrap{position:relative;width:min(153px,100%);height:43px;flex:1 1 140px;min-width:0}.vehicles-status-select{width:100%;height:100%;padding:0 36px 0 12px;border:1.74px solid #E5E7EB;border-radius:10px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0px;color:#16181d;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.vehicles-status-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.vehicles-search-wrap{position:relative;width:min(320px,100%);height:44px;display:flex;align-items:center;flex:1 1 200px;min-width:0}.vehicles-search-icon{position:absolute;left:14px;width:18px;height:18px;pointer-events:none}.vehicles-search-input{width:100%;height:100%;padding:0 16px 0 42px;border:1.26px solid #D1D5DC;border-radius:10px;font-family:Arial,Arimo,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0px;color:#16181d;background-color:#fff}.vehicles-search-input::placeholder{color:#b5b5b5}.vehicles-search-input:focus{outline:none;border-color:#34568b}.vehicles-error{color:#ef4444;font-size:14px;margin:0 0 16px}.vehicles-table-wrap{border:1.33px solid #E5E7EB;border-top-left-radius:10px;border-top-right-radius:10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;background-color:#fff;max-width:100%;min-height:500px}.vehicles-table{width:100%;min-width:720px;border-collapse:collapse}.vehicles-table thead{border-bottom:1px solid #E5E7EB}.vehicles-table th{padding:12px 16px;text-align:left;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:0px;color:#6a7282}.vehicles-table tbody tr{border-bottom:1px solid #E5E7EB}.vehicles-table tbody tr:last-child{border-bottom:none}.vehicles-table td{padding:15px 16px;vertical-align:middle}.vehicles-name-cell{display:flex;flex-direction:column;gap:2px}.vehicles-name-top{font-family:Inter,sans-serif;font-weight:700;font-size:13.3px;line-height:20px;letter-spacing:0%;color:#16181d}.vehicles-name-link{padding:0;border:none;background:none;text-align:left;cursor:pointer;text-decoration:none}.vehicles-name-link:hover{text-decoration:underline}.vehicles-name-bottom{font-family:Inter,sans-serif;font-weight:400;font-size:9.4px;line-height:14.29px;letter-spacing:0%;color:#65758b}.vehicles-type-cell,.vehicles-reg-cell{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:0%;color:#16181d}.vehicles-driver-cell{display:flex;align-items:center;gap:12px}.vehicles-vehicle-status-cell{vertical-align:middle}.vehicles-vehicle-status-select{width:100%;max-width:140px;min-width:100px;height:28px;padding:0 28px 0 10px;box-sizing:border-box;border:1px solid #D1D5DC;border-radius:16px;font-family:Inter,sans-serif;font-weight:500;font-size:12px;line-height:100%;background-color:#fff;color:#16181d;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url(/DropDownIcon.svg);background-repeat:no-repeat;background-position:right 8px center;background-size:12px;cursor:pointer}.vehicles-vehicle-status-select--working{color:#16a34a}.vehicles-vehicle-status-select--not-working{color:#ef4444}.vehicles-driver-avatar{width:32px;height:32px;border-radius:50%;background-color:#e5e7eb;color:#16181d;font-family:Inter,sans-serif;font-weight:500;font-size:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vehicles-driver-info{display:flex;flex-direction:column;gap:2px}.vehicles-driver-name{font-family:Inter,sans-serif;font-weight:400;font-size:13.3px;line-height:20px;letter-spacing:0%;color:#16181d}.vehicles-driver-email{font-family:Inter,sans-serif;font-weight:400;font-size:9.4px;line-height:14.29px;letter-spacing:0%;color:#65758b}.vehicles-doc-badge{display:inline-flex;align-items:center;gap:6px;min-width:83px;height:20px;padding:0 8px;border-radius:18px;border:1px solid;font-family:Inter,sans-serif;font-weight:700;font-size:10px;line-height:14.29px;letter-spacing:.25px;text-transform:uppercase}.vehicles-doc-badge.valid{background-color:#ecfdf5;border-color:#a4f4cf;color:#00bc7d}.vehicles-doc-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.vehicles-doc-badge.valid .vehicles-doc-dot{background-color:#00bc7d}.vehicles-doc-badge.expired{background-color:#fff1f2;border-color:#ffccd3;color:#c70036}.vehicles-doc-badge.expired .vehicles-doc-dot{background-color:#c70036}.vehicles-doc-badge.pending{background-color:#fffbeb;border-color:#fde68a;color:#b45309}.vehicles-doc-badge.pending .vehicles-doc-dot{background-color:#b45309}.vehicles-actions-cell{position:relative}.vehicles-actions-btn{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6a7282}.vehicles-actions-btn:hover{color:#16181d}.vehicles-actions-menu{position:absolute;right:28px;top:50%;transform:translateY(-50%);margin-top:0;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:10;min-width:120px;padding:4px 0}.vehicles-actions-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;border:none;background:none;text-align:left;font-family:Inter,sans-serif;font-size:14px;cursor:pointer;color:#16181d}.vehicles-actions-menu-icon{width:16px;height:16px;object-fit:contain;flex-shrink:0}.vehicles-actions-menu button:hover{background-color:#f3f4f6}.vehicles-loading-cell,.vehicles-empty-cell{text-align:center;padding:48px 16px!important;font-family:Inter,sans-serif;font-size:14px;color:#6a7282}.vehicles-empty-wrap{display:inline-flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.vehicles-empty-text{color:#6a7282}.vehicles-empty-reload-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;border:1px solid #20744A;border-radius:8px;background-color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#20744a;cursor:pointer;transition:background-color .2s,color .2s}.vehicles-empty-reload-btn:hover:not(:disabled){background-color:#ecfdf5}[data-theme=dark] .vehicles-heading{color:#fff}[data-theme=dark] .vehicles-export-btn{background-color:#1c2741;border-color:#34568b;color:#fff}[data-theme=dark] .vehicles-export-btn:hover:not(:disabled){background-color:#131625}[data-theme=dark] .vehicles-status-select,[data-theme=dark] .vehicles-search-input,[data-theme=dark] .vehicles-vehicle-status-select{background-color:#1c2741;border-color:#fff;color:#fff}[data-theme=dark] .vehicles-search-input::placeholder{color:#aebacf}[data-theme=dark] .vehicles-vehicle-status-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}[data-theme=dark] .vehicles-status-arrow,[data-theme=dark] .vehicles-search-icon,[data-theme=dark] .vehicles-export-icon,[data-theme=dark] .vehicles-empty-reload-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(106%) contrast(101%)}[data-theme=dark] .vehicles-table-wrap,[data-theme=dark] .vehicles-table,[data-theme=dark] .vehicles-actions-menu{background-color:#1c2741}[data-theme=dark] .vehicles-table-wrap,[data-theme=dark] .vehicles-table thead,[data-theme=dark] .vehicles-table tbody tr,[data-theme=dark] .vehicles-actions-menu{border-color:#34568b}[data-theme=dark] .vehicles-table th,[data-theme=dark] .vehicles-table td,[data-theme=dark] .vehicles-name-top,[data-theme=dark] .vehicles-type-cell,[data-theme=dark] .vehicles-reg-cell,[data-theme=dark] .vehicles-driver-name,[data-theme=dark] .vehicles-actions-btn,[data-theme=dark] .vehicles-actions-menu button,[data-theme=dark] .vehicles-loading-cell,[data-theme=dark] .vehicles-empty-cell,[data-theme=dark] .vehicles-empty-text{color:#fff}[data-theme=dark] .vehicles-name-bottom,[data-theme=dark] .vehicles-driver-email{color:#d1d5dc}[data-theme=dark] .vehicles-driver-avatar{background-color:#34568b;color:#fff}[data-theme=dark] .vehicles-actions-menu button:hover{background-color:#131625}[data-theme=dark] .vehicles-empty-reload-btn{background-color:#1c2741;border-color:#34568b;color:#fff}[data-theme=dark] .vehicles-empty-reload-btn:hover:not(:disabled){background-color:#131625}.vehicles-empty-reload-btn:disabled{opacity:.6;cursor:not-allowed}.vehicles-empty-reload-icon{width:18px;height:18px;object-fit:contain}@media (max-width: 900px){.vehicles-header{flex-direction:column;align-items:stretch}.vehicles-controls{width:100%;justify-content:stretch}.vehicles-export-btn,.vehicles-new-btn{flex:1 1 calc(50% - 6px);min-width:0}.vehicles-status-wrap,.vehicles-search-wrap{flex:1 1 100%;width:100%}}@media (max-width: 640px){.vehicles-page{padding:12px}.vehicles-export-btn,.vehicles-new-btn{flex:1 1 100%;width:100%}.vehicles-table-wrap{min-height:360px}.vehicles-table th,.vehicles-table td{padding:10px 12px}.vehicles-vehicle-status-select{max-width:120px;min-width:90px;font-size:11px}}.client-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000;padding:clamp(12px,2vw,24px);overflow-y:auto}.client-modal{width:100%;max-width:min(733px,calc(100vw - 24px));height:auto;max-height:calc(100dvh - 24px);background:#fff;border-radius:10px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.client-modal-header{display:flex;align-items:center;justify-content:space-between;padding:35.97px 23.99px 18.22px;flex-shrink:0;border-bottom:1.74px solid #e5e7eb;margin-bottom:14.29px}.client-modal-heading{font-family:Inter,sans-serif;font-weight:700;font-size:18px;line-height:28px;letter-spacing:0;color:#000;margin:0}.client-modal-close{width:32px;height:32px;border:none;background:none;cursor:pointer;color:#99a1af;font-size:30px;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s,color .2s}.client-modal-close:hover{background:#f3f4f6;color:#111827}.client-modal-label{font-family:Inter,sans-serif;font-weight:500;font-size:13.5px;line-height:20px;letter-spacing:0;color:#16181d;display:block;margin-bottom:6px}.client-modal-add-more-icon{width:16px;height:16px;background-color:#34568b;border-radius:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff}.client-modal-tel-fax-row{display:flex;justify-content:space-between;align-items:center;width:100%;gap:10px}.client-modal-field{box-sizing:border-box;width:100%;max-width:100%;height:36px;padding:0 12px;border:1px solid #d1d5dc;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;color:#111827;background:#fff}.client-modal-field:focus{outline:none;border-color:#34568b}.client-modal-field::placeholder{color:#9ca3af}.client-modal-field-wrap{margin-bottom:5px;min-width:0;flex:1 1 auto}.client-modal-row{display:flex;gap:14.99px;flex-wrap:wrap;margin-bottom:11.73px;min-width:0}.client-modal-row .client-modal-field-wrap{flex:1 1 calc(50% - 8px);min-width:min(100%,240px)}.client-modal-row .client-modal-field-wrap{margin-bottom:0}.client-modal-field-wrap.client-modal-field-full .client-modal-field{width:100%;max-width:none}.client-modal-tabs{display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:4px;border-bottom:1px solid #e5e7eb;padding:0 clamp(12px,3vw,23.27px);margin-top:20px;flex-shrink:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.client-modal-tabs::-webkit-scrollbar{display:none}.client-modal-label-location{font-family:Inter;font-weight:700;font-style:Bold;font-size:14px;leading-trim:NONE;line-height:28px;letter-spacing:0px;color:#000;margin-bottom:15px}.client-modal-tab{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:auto;min-width:max-content;border:none;background:none;font-family:Arial,Arimo,sans-serif;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0;color:#16181d;cursor:pointer;position:relative;margin-bottom:-1px;border-bottom:2px solid transparent;padding:0 12px;white-space:nowrap}.client-modal-tab:hover{color:#111827}.client-modal-tab.active{border:1px solid #34568b;width:auto;min-width:max-content;height:37px;display:flex;justify-content:center;align-items:center;border-top-left-radius:10px;border-top-right-radius:10px;font-family:Inter;font-weight:700;font-style:Bold;font-size:14px;line-height:28px;letter-spacing:-.45px;vertical-align:middle;color:#34568b}.client-modal-body{padding-left:clamp(12px,3vw,23.99px);padding-right:clamp(12px,3vw,23.99px);padding-top:18.14px;overflow-y:auto;overflow-x:hidden;flex:1;min-width:0}.client-modal-addresses-grid{display:grid;grid-template-columns:1fr 1fr;gap:11.73px 14.99px}.client-modal-address-block h4{font-family:Inter,sans-serif;font-weight:700;font-size:14px;line-height:20px;color:#111827;margin:0 0 11.73px}.client-modal-address-block .client-modal-field{width:100%;box-sizing:border-box;font-family:Inter;font-weight:400;font-style:Regular;font-size:15px;leading-trim:NONE;line-height:100%;letter-spacing:0%;vertical-align:middle;color:#000}.client-modal-fares-list,.client-modal-fare-item{display:flex;flex-direction:column;gap:11.73px}.client-modal-fare-locations-row{display:flex;gap:16px;align-items:flex-end}.client-modal-fare-locations-row .client-modal-field-wrap{flex:1;min-width:0}.client-modal-fare-remove{flex-shrink:0;padding:0;border:none;background:none;cursor:pointer;align-self:flex-end;margin-bottom:6px}.client-modal-add-more{background:none;border:none;color:#34568b;font-family:Inter,sans-serif;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:8px 0}.client-modal-add-more:hover{text-decoration:underline}.client-modal-permissions{display:flex;flex-direction:row;gap:61.55px;margin:11.73px 0}.client-modal-check-wrap{display:flex;align-items:center;gap:14.99px;color:#16181d}.client-modal-check-wrap input{width:15.98px;height:15.98px;background-color:#aaa;accent-color:#AAAAAA;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #AAAAAA;border-radius:2px;position:relative;cursor:pointer}.client-modal-check-wrap input:checked{background-color:#aaa;border-color:#aaa}.client-modal-check-wrap input:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.client-modal-invoices-table{width:100%;border-collapse:collapse;font-family:Inter,sans-serif}.client-modal-invoices-table th{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:.3px;text-transform:uppercase;color:#6b7280;background-color:#f9fafb;padding:10px 12px;text-align:left;vertical-align:middle}.client-modal-invoices-table td{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#111827;padding:10px 12px;vertical-align:middle}.client-modal-invoices-table th:nth-child(-n+4),.client-modal-invoices-table td:nth-child(-n+4){border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.client-modal-invoices-table tr:first-child th:nth-child(-n+4),.client-modal-invoices-table tbody tr:first-child td:nth-child(-n+4){border-top:none}.client-modal-totals{display:flex;gap:40px;margin-top:16px;margin-bottom:0;flex-wrap:wrap}.client-modal-totals-item{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0;color:#000}.client-modal-totals-item span{font-family:Inter,sans-serif;font-weight:700;font-size:14px;line-height:20px;letter-spacing:0;color:#34568b;margin-left:8px}.client-modal-inactive-tab{color:#9ca3af;font-size:14px}.client-modal-remarks-heading{font-family:Inter,sans-serif;font-weight:700;font-size:14px;line-height:20px;color:#111827;margin:0 0 11.73px}.client-modal-remarks-textarea{width:679px;max-width:100%;height:100px;padding:10px 12px;border:1px solid #d1d5dc;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;line-height:1.5;color:#111827;resize:vertical}.client-modal-remarks-textarea:focus{outline:none;border-color:#34568b}.client-modal-footer{display:flex;justify-content:flex-end;flex-shrink:0;padding:30px 23.99px 40px}.client-modal-save-btn{width:129px;height:36px;box-sizing:border-box;border:none;border-radius:4px;background-color:#34568b;font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#fff;cursor:pointer;transition:background .2s}.client-modal-save-btn:hover:not(:disabled){background-color:#2a4a70}.client-modal-save-btn:disabled{opacity:.6;cursor:not-allowed}.client-modal-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}[data-theme=dark] .client-modal{background:#131625;box-shadow:0 20px 60px #0006}[data-theme=dark] .client-modal-header{border-bottom-color:#34568b}[data-theme=dark] .client-modal-heading{color:#fff}[data-theme=dark] .client-modal-close{color:#9ca3af}[data-theme=dark] .client-modal-close:hover{background:#1c2741;color:#fff}[data-theme=dark] .client-modal-label,[data-theme=dark] .client-modal-label-location,[data-theme=dark] .client-modal-address-block h4,[data-theme=dark] .client-modal-remarks-heading{color:#fff}[data-theme=dark] .client-modal-check-wrap{color:#e5e7eb}[data-theme=dark] .client-modal-field,[data-theme=dark] .client-modal-remarks-textarea{background:#1c2741;border-color:#fff;color:#fff}[data-theme=dark] .client-modal-field::placeholder,[data-theme=dark] .client-modal-remarks-textarea::placeholder{color:#aebacf}[data-theme=dark] .client-modal-field:focus,[data-theme=dark] .client-modal-remarks-textarea:focus{border-color:#34568b}[data-theme=dark] .client-modal-address-block .client-modal-field{color:#fff}[data-theme=dark] .client-modal-tabs{border-bottom-color:#34568b}[data-theme=dark] .client-modal-tab{color:#d1d5dc}[data-theme=dark] .client-modal-tab.active{border-color:#34568b;background:#1c2741;color:#fff}[data-theme=dark] .client-modal-tab:hover:not(.active){background:#131625}[data-theme=dark] .client-modal-invoices-table th{background-color:#1c2741;border-bottom-color:#34568b;color:#aebacf}[data-theme=dark] .client-modal-invoices-table td,[data-theme=dark] .client-modal-totals-item{color:#fff}[data-theme=dark] .client-modal-totals-item span{color:#60a5fa}[data-theme=dark] .client-modal-inactive-tab{color:#9ca3af}[data-theme=dark] .client-modal-save-btn{background-color:#34568b;color:#fff}[data-theme=dark] .client-modal-save-btn:hover:not(:disabled){background-color:#2a4a70}@media (max-width: 768px){.client-modal-overlay{align-items:flex-start;padding:12px}.client-modal{max-width:100%;max-height:calc(100dvh - 24px)}.client-modal-header{padding:16px;margin-bottom:8px}.client-modal-row{flex-direction:column;gap:0}.client-modal-row .client-modal-field-wrap{flex:1 1 100%;min-width:0;width:100%}.client-modal-addresses-grid{grid-template-columns:1fr;gap:16px}.client-modal-fare-locations-row{flex-direction:column;align-items:stretch}.client-modal-fare-remove{align-self:flex-start;margin-bottom:0}.client-modal-permissions{flex-direction:column;gap:12px}.client-modal-tel-fax-row{flex-direction:column;align-items:stretch}.client-modal-invoices-table{display:block;width:100%;min-width:520px;overflow-x:auto;-webkit-overflow-scrolling:touch}.client-modal-footer{padding:16px}.client-modal-save-btn{width:100%}}@media (max-width: 480px){.client-modal-overlay{padding:8px}.client-modal-body{padding-left:12px;padding-right:12px}.client-modal-heading{font-size:16px;line-height:24px}}.clients-page{padding:clamp(12px,2vw,24px);background-color:#fff;min-height:100%;min-width:0;box-sizing:border-box}[data-theme=dark] .clients-page{background-color:#101322}.clients-error{color:#b91c1c;font-size:14px;margin:0 0 16px}.clients-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px}.clients-heading{font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:32px;letter-spacing:0;color:#000;margin:0}.clients-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0;flex:1 1 auto;justify-content:flex-end}.clients-add-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:141px;height:44px;border:none;border-radius:10px;background-color:#34568b;font-family:Arial,Arimo,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;text-align:center;color:#fff;cursor:pointer;transition:background-color .2s}.clients-add-btn:hover{background-color:#2a4a70}.clients-add-icon{width:20px;height:20px;object-fit:contain}.clients-search-wrap{position:relative;width:min(320px,100%);height:44px;display:flex;align-items:center;flex:1 1 200px;min-width:0}.clients-search-icon{position:absolute;left:14px;width:16px;height:16px;object-fit:contain;pointer-events:none}.clients-search-input{width:100%;height:100%;padding:0 16px 0 42px;border:1.26px solid #d1d5dc;border-radius:10px;font-family:Arial,Arimo,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0;color:#16181d;background-color:#fff}.clients-search-input::placeholder{color:#b5b5b5}.clients-search-input:focus{outline:none;border-color:#34568b}.clients-table-wrap{border:1.33px solid #e5e7eb;border-top-left-radius:10px;border-top-right-radius:10px;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.clients-table{width:100%;min-width:680px;border-collapse:collapse;background-color:#fff}.clients-table thead{background-color:#fff}.clients-table th{padding:14px 25px;text-align:left;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:0;color:#6a7282;border-bottom:1px solid #e5e7eb}.clients-th-actions{width:100px;text-align:right}.clients-table tbody tr{border-bottom:1px solid #e5e7eb}.clients-table tbody tr:last-child{border-bottom:none}.clients-table td{padding:14px 25px;vertical-align:middle}.clients-empty-cell{text-align:center;padding:48px 16px;font-family:Inter,sans-serif;font-size:14px;color:#6a7282}.clients-account-cell{vertical-align:middle}.clients-account-inner{display:flex;align-items:center;gap:12px}.clients-avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover}.clients-avatar-initials{width:32px;height:32px;border-radius:50%;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:Inter,sans-serif;font-weight:700;font-size:12px;line-height:16px;letter-spacing:0;text-align:center;color:#65758b}.clients-account-info{display:flex;flex-direction:column;gap:2px}.clients-account-name{font-family:Inter,sans-serif;font-weight:400;font-size:13.6px;line-height:20px;letter-spacing:0;color:#16181d}.clients-account-link{padding:0;border:none;background:none;text-align:left;cursor:pointer;text-decoration:none}.clients-account-link:hover{text-decoration:underline}.clients-account-id-email{font-family:Inter,sans-serif;font-weight:400;font-size:9.4px;line-height:14.29px;letter-spacing:0;color:#65758b}.clients-billing-cell{vertical-align:middle}.clients-billing-phone{display:flex;align-items:center;gap:6px;margin-bottom:4px}.clients-phone-icon{width:16px;height:16px;object-fit:contain;flex-shrink:0}.clients-billing-phone span{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#16181d;word-break:break-word}.clients-billing-address{font-family:Inter,sans-serif;font-weight:400;font-size:11.6px;line-height:16px;letter-spacing:0;color:#424b57;word-break:break-word;overflow-wrap:anywhere}.clients-actions-cell{text-align:right;vertical-align:middle}.clients-actions-wrap{position:relative;display:inline-flex;justify-content:flex-end}.clients-actions-trigger{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:none;cursor:pointer;color:#6a7282;border-radius:6px;transition:background-color .2s,color .2s}.clients-actions-trigger:hover{background-color:#f3f4f6;color:#16181d}.clients-actions-dots{width:20px;height:20px}.clients-actions-modal{position:absolute;top:auto;bottom:calc(100% + 4px);right:0;width:123px;min-height:93px;padding:8px 0;border:1.26px solid #d1d5dc;border-radius:8px;background-color:#fff;box-shadow:0 4px 12px #0000001a;z-index:100;display:flex;flex-direction:column}.clients-actions-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:none;background:none;font-family:Arial,Arimo,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#101828;text-align:left;cursor:pointer;transition:background-color .2s}.clients-actions-item:hover{background-color:#f3f4f6}.clients-actions-item-delete:hover{background-color:#fef2f2;color:#b91c1c}.clients-actions-item-icon{width:18px;height:18px;object-fit:contain;flex-shrink:0}[data-theme=dark] .clients-heading{color:#fff}[data-theme=dark] .clients-table-wrap{border-color:#34568b}[data-theme=dark] .clients-table,[data-theme=dark] .clients-table thead{background-color:#1c2741}[data-theme=dark] .clients-table th{border-bottom-color:#34568b;color:#aebacf}[data-theme=dark] .clients-table td{color:#fff}[data-theme=dark] .clients-table tbody tr{border-bottom-color:#34568b}[data-theme=dark] .clients-account-name,[data-theme=dark] .clients-billing-phone span,[data-theme=dark] .clients-billing-address{color:#fff}[data-theme=dark] .clients-account-id-email{color:#d1d5dc}[data-theme=dark] .clients-avatar-initials{background-color:#34568b;color:#fff}[data-theme=dark] .clients-search-input{background-color:#1c2741;border-color:#fff;color:#fff}[data-theme=dark] .clients-search-input::placeholder{color:#aebacf}[data-theme=dark] .clients-search-icon,[data-theme=dark] .clients-add-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(106%) contrast(101%)}[data-theme=dark] .clients-add-btn{background-color:#34568b;color:#fff}[data-theme=dark] .clients-add-btn:hover{background-color:#2a4a70}[data-theme=dark] .clients-actions-trigger{color:#d1d5dc}[data-theme=dark] .clients-actions-trigger:hover{background-color:#131625;color:#fff}[data-theme=dark] .clients-actions-modal{background-color:#1c2741;border-color:#34568b}[data-theme=dark] .clients-actions-item{color:#fff}[data-theme=dark] .clients-actions-item:hover{background-color:#131625}[data-theme=dark] .clients-actions-item-delete:hover{background-color:#3f1f1f;color:#fecaca}[data-theme=dark] .clients-actions-item-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(106%) contrast(101%)}@media (max-width: 900px){.clients-header{flex-direction:column;align-items:stretch}.clients-controls{width:100%;justify-content:stretch}.clients-add-btn{width:100%}.clients-search-wrap{flex:1 1 100%;width:100%}}@media (max-width: 640px){.clients-page{padding:12px}.clients-table th,.clients-table td{padding:10px 12px}.clients-table{min-width:600px}}.finance-details-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2300;font-family:Inter,system-ui,sans-serif}.finance-details-modal{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;padding:0 24px 49px;max-width:738px;width:100%}.finance-details-modal-heading-wrap{display:flex;align-items:center;justify-content:space-between;padding-top:20px;padding-bottom:17.27px;border-bottom:1px solid #e5e7eb}.finance-details-modal-heading{margin:0;font-family:Inter,system-ui,sans-serif;font-weight:700;font-size:18px;line-height:28px;letter-spacing:0;color:#000}.finance-details-modal-close{width:32px;height:32px;border:none;background:none;cursor:pointer;font-size:24px;line-height:1;color:#6b7280;padding:0;display:flex;align-items:center;justify-content:center;border-radius:4px}.finance-details-modal-close:hover{background:#f3f4f6;color:#111827}.finance-details-modal-mainContainer{padding-top:16px}.finance-details-field{margin-bottom:16px}.finance-details-field:last-of-type{margin-bottom:0}.finance-details-label{display:block;font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#374151;margin-bottom:8px}.finance-details-textArea{width:100%;max-width:690px;min-height:90px;border:1px solid #d1d5dc;border-radius:4px;font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:15px;line-height:1.5;letter-spacing:0;color:#000;padding:10px 12px;resize:vertical;box-sizing:border-box}.finance-details-textArea::placeholder{color:#9ca3af}.finance-details-textArea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.finance-details-totals{width:100%;max-width:684px;height:36px;border:1px solid #d1d5dc;border-radius:4px;font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#111827;display:flex;align-items:center;padding:0 12px;box-sizing:border-box;background:#fff}.finance-details-totals-input{width:100%;max-width:684px;height:36px;border:1px solid #d1d5dc;border-radius:4px;font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#111827;padding:0 12px;box-sizing:border-box;background:#fff}.finance-details-totals-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.finance-details-modal-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:16px;border-top:1px solid #e5e7eb}.finance-details-btn-cancel{font-family:Inter,system-ui,sans-serif;font-size:14px;padding:8px 16px;border:1px solid #d1d5dc;border-radius:4px;background:#fff;color:#374151;cursor:pointer}.finance-details-btn-cancel:hover{background:#f9fafb}.finance-details-btn-save{font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;padding:8px 16px;border:none;border-radius:4px;background:#2563eb;color:#fff;cursor:pointer}.finance-details-btn-save:hover{background:#1d4ed8}[data-theme=dark] .finance-details-modal{background:#1c2741;box-shadow:0 4px 20px #0006}[data-theme=dark] .finance-details-modal-heading-wrap{border-bottom-color:#34568b}[data-theme=dark] .finance-details-modal-heading{color:#e5e7eb}[data-theme=dark] .finance-details-modal-close{color:#aebacf}[data-theme=dark] .finance-details-modal-close:hover{background:#131625;color:#fff}[data-theme=dark] .finance-details-label{color:#aebacf}[data-theme=dark] .finance-details-textArea{background:#131625;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .finance-details-textArea::placeholder{color:#9ca3af}[data-theme=dark] .finance-details-textArea:focus{border-color:#34568b;box-shadow:0 0 0 2px #34568b4d}[data-theme=dark] .finance-details-totals,[data-theme=dark] .finance-details-totals-input{background:#131625;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .finance-details-totals-input:focus{border-color:#34568b;box-shadow:0 0 0 2px #34568b4d}[data-theme=dark] .finance-details-modal-footer{border-top-color:#34568b}[data-theme=dark] .finance-details-btn-cancel{background:#131625;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .finance-details-btn-cancel:hover{background:#0f1420}[data-theme=dark] .finance-details-btn-save{background:#34568b;color:#fff}[data-theme=dark] .finance-details-btn-save:hover{background:#2a4a70}.new-invoice-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2200;font-family:Inter,Arimo,system-ui,sans-serif;padding:16px;box-sizing:border-box;overflow-y:auto}.new-invoice-modal-container{width:min(733px,calc(100vw - 32px));height:auto;max-height:calc(100dvh - 32px);margin-top:0;background:#fff;border-radius:10px;padding:23px 16px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.new-invoice-modal-heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;border-bottom:1px solid #e5e7eb;padding-bottom:17.27px;flex-shrink:0}.new-invoice-modal-back{display:inline-flex;align-items:center;gap:6px;border:none;background:transparent;cursor:pointer;padding:4px 0;flex-shrink:0;color:#475569;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:20px}.new-invoice-modal-back-icon{width:16px;height:16px;flex-shrink:0}.new-invoice-modal-title{margin:0;flex:1;min-width:0;font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:18px;line-height:28px;color:#111827;text-align:center}.new-invoice-modal-close{width:32px;height:32px;border:none;background:none;cursor:pointer;font-size:24px;line-height:1;color:#6b7280;padding:0;display:flex;align-items:center;justify-content:center;border-radius:4px}.new-invoice-modal-close:hover{background:#f3f4f6;color:#111827}.new-invoice-main{padding-top:18px;display:flex;flex-direction:column;gap:18px;flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.new-invoice-fields{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;align-items:flex-end}.new-invoice-field-group{display:flex;flex-direction:column;gap:12px}.new-invoice-field-account{flex:1;min-width:200px}.new-invoice-field-date{width:calc(50% - 5px);min-width:140px}.new-invoice-label{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:13px;line-height:20px;color:#374151}.new-invoice-select-wrap{position:relative}.new-invoice-select-btn{width:100%;height:36px;border:1px solid #d1d5dc;border-radius:4px;background:#fff;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-family:Inter,system-ui,sans-serif;font-size:15px;color:#111827;cursor:pointer;text-align:left}.new-invoice-placeholder{color:#8a8c8e}.new-invoice-select-btn img{width:12px;height:12px}.new-invoice-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:4px;max-height:220px;overflow-y:auto;z-index:10;box-shadow:0 4px 12px #0000001a}.new-invoice-dropdown-item{width:100%;padding:10px 12px;border:none;background:none;text-align:left;font-family:Inter,system-ui,sans-serif;font-size:14px;color:#111827;cursor:pointer}.new-invoice-dropdown-item:hover{background:#f9fafb}.new-invoice-input{width:100%;height:36px;border:1px solid #d1d5dc;border-radius:4px;background:#fff;padding:0 10px;font-family:Inter,system-ui,sans-serif;font-size:15px;color:#111827;box-sizing:border-box}.new-invoice-input[type=date]::-webkit-calendar-picker-indicator,[data-theme=light] .new-invoice-input[type=date]::-webkit-calendar-picker-indicator{filter:brightness(0);opacity:.7}.new-invoice-get-bookings-wrap{display:flex;justify-content:center}.new-invoice-get-bookings-btn{width:690px;max-width:100%;height:36px;border:1px solid #34568b;border-radius:4px;background:#fff;font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:14px;line-height:100%;color:#34568b;cursor:pointer}.new-invoice-get-bookings-btn:hover:not(:disabled){background:#f0f4ff}.new-invoice-get-bookings-btn:disabled{opacity:.5;cursor:not-allowed}.new-invoice-table-wrap{flex:1;min-height:0;overflow:auto;border:1px solid #e5e7eb;border-radius:4px}.new-invoice-table{width:100%;min-width:680px;border-collapse:collapse}.new-invoice-thead-row{background:#f9fafb;border-bottom:1px solid #e5e7eb}.new-invoice-thead-row th{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:.3px;color:#6a7282;padding:10px 12px;text-align:left;vertical-align:middle;white-space:nowrap}.new-invoice-tbody-row td{padding:17px 12px;vertical-align:top;border-bottom:1px solid #e5e7eb;font-family:Arimo,Inter,system-ui,sans-serif;font-size:12px;line-height:20px;color:#000}.new-invoice-ref-time{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.new-invoice-time-text{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:12px;line-height:24px;color:#000}.new-invoice-date-text,.new-invoice-ref-text{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#99a1af}.new-invoice-journey{display:flex;flex-direction:column;gap:6px;font-family:Arimo,system-ui,sans-serif;font-weight:400;font-size:12px;line-height:20px;color:#000}.new-invoice-driver-cell,.new-invoice-vehicle-cell{font-family:Arimo,system-ui,sans-serif;font-weight:400;font-size:12px;line-height:24px;color:#000}.new-invoice-timings{display:flex;flex-direction:column;gap:2px;font-family:Arimo,system-ui,sans-serif;font-weight:400;font-size:12px;line-height:24px;color:#6a7282}.new-invoice-timings strong{color:#000}.new-invoice-started{color:#00c950;font-weight:700}.new-invoice-ended{color:#6a7282}.new-invoice-finance-input{width:79px;height:24px;border:1px solid #d1d5dc;border-radius:4px;padding:0 6px;font-family:Arimo,system-ui,sans-serif;font-weight:400;font-size:12px;line-height:24px;color:#000;box-sizing:border-box}.new-invoice-empty-cell{padding:24px;text-align:center;color:#6b7280;font-size:13px}.new-invoice-footer{display:flex;flex-direction:row;justify-content:flex-end;gap:10px;flex-shrink:0}.new-invoice-btn-save{min-width:129px;height:38px;border:1px solid #34568b;border-radius:4px;background:#fff;font-family:Inter,system-ui,sans-serif;font-weight:700;font-size:13.3px;line-height:20px;letter-spacing:0;text-align:center;color:#34568b;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px}.new-invoice-btn-save:hover:not(:disabled){background:#f0f4ff}.new-invoice-btn-save:disabled{opacity:.8;cursor:not-allowed}.new-invoice-btn-spinner{width:16px;height:16px;border:2px solid #34568b;border-top-color:transparent;border-radius:50%;animation:new-invoice-spin .7s linear infinite}@keyframes new-invoice-spin{to{transform:rotate(360deg)}}.new-invoice-btn-print{width:129px;height:38px;border:none;border-radius:4px;background-color:#34c759;font-family:Inter,system-ui,sans-serif;font-weight:700;font-size:13.3px;line-height:20px;letter-spacing:0;text-align:center;color:#f8fafc;cursor:pointer}.new-invoice-btn-print:hover{background-color:#2db84e}.new-invoice-btn-preview{width:129px;height:38px;border:none;border-radius:4px;background-color:#34568b;font-family:Inter,system-ui,sans-serif;font-weight:700;font-size:13.3px;line-height:20px;letter-spacing:0;text-align:center;color:#f8fafc;cursor:pointer}.new-invoice-btn-preview:hover{background-color:#2a4580}[data-theme=dark] .new-invoice-modal-container{background:#1c2741;box-shadow:0 4px 20px #0006}[data-theme=dark] .new-invoice-modal-heading{border-bottom-color:#34568b}[data-theme=dark] .new-invoice-modal-title{color:#e5e7eb}[data-theme=dark] .new-invoice-modal-back{color:#cbd5e1}[data-theme=dark] .new-invoice-modal-back-icon{filter:brightness(0) invert(1)}[data-theme=dark] .new-invoice-modal-close{color:#aebacf}[data-theme=dark] .new-invoice-modal-close:hover{background:#131625;color:#fff}[data-theme=dark] .new-invoice-label{color:#aebacf}[data-theme=dark] .new-invoice-select-btn{background:#131625;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .new-invoice-placeholder{color:#9ca3af}[data-theme=dark] .new-invoice-select-btn img{filter:brightness(0) saturate(100%) invert(100%)}[data-theme=dark] .new-invoice-dropdown{background:#1c2741;border-color:#34568b;box-shadow:0 4px 12px #0006}[data-theme=dark] .new-invoice-dropdown-item{color:#e5e7eb}[data-theme=dark] .new-invoice-dropdown-item:hover{background:#131625}[data-theme=dark] .new-invoice-input{background:#131625;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .new-invoice-input::placeholder{color:#9ca3af}[data-theme=dark] .new-invoice-input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.9}[data-theme=dark] .new-invoice-get-bookings-btn{background:#131625;border-color:#34568b;color:#93c5fd}[data-theme=dark] .new-invoice-get-bookings-btn:hover:not(:disabled){background:#34568b40}[data-theme=dark] .new-invoice-table-wrap{border-color:#34568b}[data-theme=dark] .new-invoice-thead-row{background:#131625;border-bottom-color:#34568b}[data-theme=dark] .new-invoice-thead-row th{color:#aebacf}[data-theme=dark] .new-invoice-tbody-row td{border-bottom-color:#34568b;color:#e5e7eb}[data-theme=dark] .new-invoice-time-text,[data-theme=dark] .new-invoice-driver-cell,[data-theme=dark] .new-invoice-vehicle-cell,[data-theme=dark] .new-invoice-timings strong{color:#e5e7eb}[data-theme=dark] .new-invoice-date-text,[data-theme=dark] .new-invoice-ref-text{color:#9ca3af}[data-theme=dark] .new-invoice-timings{color:#aebacf}[data-theme=dark] .new-invoice-journey{color:#e5e7eb}[data-theme=dark] .new-invoice-started{color:#34d399}[data-theme=dark] .new-invoice-ended{color:#aebacf}[data-theme=dark] .new-invoice-finance-input{background:#131625;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .new-invoice-empty-cell{color:#9ca3af}[data-theme=dark] .new-invoice-btn-save{background:#131625;border-color:#34568b;color:#93c5fd}[data-theme=dark] .new-invoice-btn-save:hover:not(:disabled){background:#34568b40}[data-theme=dark] .new-invoice-btn-print{background-color:#34c759;color:#f8fafc}[data-theme=dark] .new-invoice-btn-print:hover{background-color:#2db84e}[data-theme=dark] .new-invoice-btn-preview{background-color:#34568b;color:#f8fafc}[data-theme=dark] .new-invoice-btn-preview:hover{background-color:#2a4580}@media (max-width: 768px){.new-invoice-modal-overlay{align-items:stretch;padding:0}.new-invoice-modal-container{width:100%;max-width:none;height:100dvh;max-height:100dvh;border-radius:0;padding:16px 12px}.new-invoice-modal-back{width:40px;height:40px;justify-content:center;padding:0;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc}.new-invoice-modal-back-text{display:none}.new-invoice-modal-back-icon{width:18px;height:18px}.new-invoice-modal-title{font-size:16px;line-height:24px;text-align:left}[data-theme=dark] .new-invoice-modal-back{border-color:#34568b;background:#131625}.new-invoice-fields{flex-direction:column;align-items:stretch;gap:12px}.new-invoice-field-account,.new-invoice-field-date{width:100%;min-width:0}.new-invoice-main{gap:14px;min-height:0}.new-invoice-table-wrap{-webkit-overflow-scrolling:touch}.new-invoice-footer{flex-wrap:wrap;justify-content:stretch;gap:8px}.new-invoice-btn-save,.new-invoice-btn-print,.new-invoice-btn-preview{flex:1 1 calc(33.333% - 6px);width:auto;min-width:0;height:40px;font-size:12px;padding:0 8px}}@media (max-width: 480px){.new-invoice-footer{flex-direction:column}.new-invoice-btn-save,.new-invoice-btn-print,.new-invoice-btn-preview{flex:0 0 auto;width:100%}.new-invoice-thead-row th{font-size:11px;padding:8px 10px}}.invoices-top-container{margin:0;min-height:calc(100vh - 64px);min-width:0;background-color:#f9fafb;padding:clamp(12px,2.5vw,21px) clamp(12px,3vw,47px);display:flex;flex-direction:column;gap:0;font-family:Inter,system-ui,sans-serif;box-sizing:border-box;width:100%}.invoices-heading-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.invoices-heading{font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:20px;line-height:32px;letter-spacing:0;color:#000;margin:0}.invoices-clear-filter{display:inline-flex;align-items:center;gap:6px;font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:13.3px;line-height:20px;letter-spacing:0;color:#00e;background:none;border:none;cursor:pointer;vertical-align:middle}.invoices-clear-filter-icon{width:16px;height:16px;object-fit:contain;filter:invert(12%) sepia(95%) saturate(6000%) hue-rotate(248deg) brightness(100%) contrast(101%)}.invoices-filters-container{display:flex;flex-direction:column;gap:14px;margin-bottom:21px}.invoices-filter-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;min-width:0}.invoices-filter-field-wrap{display:flex;flex-direction:column;gap:10px;min-width:0}.invoices-filter-label{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:13.3px;line-height:20px;letter-spacing:0;vertical-align:middle;color:#374151}.invoices-filter-input{width:100%;height:36px;border:1px solid #d1d5dc;border-radius:4px;background-color:#fff;color:#111827;font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:15px;line-height:24px;letter-spacing:0;padding:0 10px;box-sizing:border-box}.invoices-filter-input::placeholder{color:#8a8c8e}.invoices-filter-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236B7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:28px}.invoices-filter-account{flex:1 1 calc(70% - 5px);min-width:min(100%,200px)}.invoices-filter-status{flex:1 1 calc(30% - 5px);min-width:min(100%,140px)}.invoices-filter-date{flex:1 1 calc(50% - 5px);min-width:min(100%,140px)}.invoices-table-container{width:100%;min-width:0;min-height:600px;border:1px solid #e5e7eb;border-radius:8px;padding:clamp(12px,2vw,24px);display:flex;flex-direction:column;gap:26px;background-color:#fff;overflow:hidden;box-sizing:border-box}.invoices-table-heading-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-width:0}.invoices-table-heading{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:18px;line-height:28px;letter-spacing:0;margin:0;color:#111827}.invoices-table-right{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:14px;min-width:0;flex:1 1 auto}.invoices-search-wrap{position:relative;width:min(256px,100%);height:34px;flex:1 1 180px;min-width:0}.invoices-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.invoices-search-input{width:100%;height:100%;border:1px solid #d1d5dc;border-radius:4px;padding-left:34px;font-family:Inter,system-ui,sans-serif;font-size:14px;box-sizing:border-box}.invoices-search-input::placeholder{color:#8a8c8e}.invoices-vehicle-dropdown{display:flex;align-items:center;justify-content:space-between;gap:8px;width:147px;height:44px;border:1.74px solid #e5e7eb;border-radius:10px;padding:0 12px;color:#0a0a0a80;font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0;cursor:pointer;box-sizing:border-box}.invoices-vehicle-dropdown-wrap{position:relative}.invoices-vehicle-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;width:170px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;box-shadow:0 10px 24px #0f172a1f;z-index:40;overflow:hidden}.invoices-vehicle-dropdown-item{width:100%;border:none;background:#fff;color:#111827;text-align:left;padding:10px 12px;font-family:Inter,system-ui,sans-serif;font-size:13px;cursor:pointer}.invoices-vehicle-dropdown-item:hover{background:#f3f4f6}.invoices-vehicle-dropdown-item.active{background:#eef3fa;color:#34568b;font-weight:600}.invoices-vehicle-dropdown img{width:12px;height:12px}.invoices-btn-new{width:187px;height:44px;border-radius:10px;background-color:#34568b;color:#fff;border:none;font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:14px;cursor:pointer}.invoices-btn-print{width:130px;height:44px;border:1.3px solid #34568b;border-radius:10px;color:#34568b;background:transparent;font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:14px;cursor:pointer}.invoices-table-wrap{flex:1;width:100%;max-width:100%;overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;margin:0}.invoices-table{width:100%;min-width:720px;border-collapse:collapse}.invoices-table-heading-row{background-color:#f9fafb;border:1px solid #e5e7eb}.invoices-table-heading-row th:first-child{padding-left:24x}.invoices-table-heading-row th:last-child{padding-right:24px}.invoices-table-row td:first-child{padding-left:24px}.invoices-table-row td:last-child{padding-right:24px}.invoices-table-heading-row th{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:.3px;text-transform:uppercase;color:#6b7280;padding:12px 16px;text-align:left;vertical-align:middle}.invoices-table-row td{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#111827;padding:18px 16px;vertical-align:middle;border-bottom:1px solid #e5e7eb}.invoices-table-row td:first-child{cursor:pointer}.invoices-table-row td:first-child:hover{text-decoration:underline}.invoices-view-btn{height:32px;padding:0 12px;border:1px solid #34568b;border-radius:8px;background:#fff;color:#34568b;font-family:Inter,system-ui,sans-serif;font-size:13px;cursor:pointer}.invoices-view-btn:hover{background:#eef3fa}.invoices-actions-cell{display:flex;align-items:center;gap:8px}.invoices-action-btn{width:32px;height:32px;border:1px solid #d1d5dc;border-radius:8px;background:#fff;color:#34568b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.invoices-action-btn:hover:not(:disabled){background:#eef3fa;border-color:#34568b}.invoices-action-btn:disabled{opacity:.7;cursor:not-allowed}.invoices-action-btn-share{color:#0f766e}.invoices-action-btn-share:hover:not(:disabled){background:#ecfeff;border-color:#0f766e}.invoices-action-btn-payment{color:#7c3aed}.invoices-action-btn-payment:hover:not(:disabled){background:#faf5ff;border-color:#7c3aed}.invoices-status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.invoices-status-due{color:#b45309;background:#fef3c7;border:1px solid #fcd34d}.invoices-status-pending{color:#1d4ed8;background:#dbeafe;border:1px solid #93c5fd}.invoices-status-paid{color:#047857;background:#d1fae5;border:1px solid #6ee7b7}.invoices-action-spinner{width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:invoices-action-spin .75s linear infinite}@keyframes invoices-action-spin{to{transform:rotate(360deg)}}.invoices-table-row:last-child td{border-bottom:none}.invoices-total-section{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.invoices-total-heading{font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0;color:#111827}.invoices-total-fields{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;width:100%;max-width:100%;justify-content:flex-end}.invoices-total-field-wrap{display:flex;align-items:center;width:min(246px,100%);flex:1 1 180px;max-width:100%;height:36px;min-width:0;border:1px solid #d1d5dc;border-radius:4px;background-color:#fff;box-sizing:border-box}.invoices-total-prefix{padding:0 10px;font-family:Inter,system-ui,sans-serif;font-size:14px;color:#6b7280}.invoices-total-input{flex:1;min-width:0;border:none;outline:none;height:100%;font-family:Inter,system-ui,sans-serif;font-size:14px;color:#111827}[data-theme=dark] .invoices-top-container{background-color:#101322}[data-theme=dark] .invoices-heading{color:#fff}[data-theme=dark] .invoices-clear-filter{color:#93c5fd}[data-theme=dark] .invoices-clear-filter:hover{color:#bfdbfe}[data-theme=dark] .invoices-clear-filter-icon{filter:brightness(0) saturate(100%) invert(80%) sepia(50%) saturate(500%) hue-rotate(200deg)}[data-theme=dark] .invoices-filter-label{color:#aebacf}[data-theme=dark] .invoices-filter-input{background-color:#1c2741;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .invoices-filter-input::placeholder{color:#9ca3af}[data-theme=dark] .invoices-table-container{background-color:#1c2741;border-color:#34568b}[data-theme=dark] .invoices-table-heading{color:#e5e7eb}[data-theme=dark] .invoices-search-input{background-color:#1c2741;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .invoices-search-input::placeholder{color:#9ca3af}[data-theme=dark] .invoices-search-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(106%) contrast(101%)}[data-theme=dark] .invoices-vehicle-dropdown{background-color:#1c2741;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .invoices-vehicle-dropdown img{filter:brightness(0) saturate(100%) invert(100%)}[data-theme=dark] .invoices-vehicle-dropdown-menu{background:#1c2741;border-color:#34568b;box-shadow:0 14px 32px #00000073}[data-theme=dark] .invoices-vehicle-dropdown-item{background:#1c2741;color:#e5e7eb}[data-theme=dark] .invoices-vehicle-dropdown-item:hover{background:#131625}[data-theme=dark] .invoices-vehicle-dropdown-item.active{background:#233252;color:#bfdbfe}[data-theme=dark] .invoices-btn-new{background-color:#34568b;color:#fff}[data-theme=dark] .invoices-btn-new:hover{background-color:#2a4a70}[data-theme=dark] .invoices-btn-print{border-color:#34568b;color:#93c5fd;background-color:transparent}[data-theme=dark] .invoices-btn-print:hover{background-color:#34568b33}[data-theme=dark] .invoices-table-heading-row{background-color:#131625;border-color:#34568b}[data-theme=dark] .invoices-table-heading-row th{color:#aebacf}[data-theme=dark] .invoices-table-row td{color:#e5e7eb;border-bottom-color:#34568b}[data-theme=dark] .invoices-view-btn{background-color:#1c2741;border-color:#34568b;color:#93c5fd}[data-theme=dark] .invoices-view-btn:hover{background-color:#131625}[data-theme=dark] .invoices-action-btn{background-color:#1c2741;border-color:#34568b;color:#93c5fd}[data-theme=dark] .invoices-action-btn:hover:not(:disabled){background-color:#131625;border-color:#4b73b1;color:#bfdbfe}[data-theme=dark] .invoices-action-btn-share{color:#5eead4}[data-theme=dark] .invoices-action-btn-share:hover:not(:disabled){background-color:#0f2230;border-color:#2dd4bf;color:#99f6e4}[data-theme=dark] .invoices-action-btn-payment{color:#a78bfa}[data-theme=dark] .invoices-action-btn-payment:hover:not(:disabled){background:#2e1065;border-color:#a78bfa}.invoices-view-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:1300;display:flex;align-items:center;justify-content:center;padding:24px}.invoices-view-modal{width:min(860px,100%);max-height:85vh;overflow:auto;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.invoices-view-modal-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid #e5e7eb}.invoices-view-modal-header h3{margin:0;font-size:18px}.invoices-view-modal-close{border:none;background:transparent;font-size:24px;cursor:pointer;color:#6b7280}.invoices-view-modal-body{padding:16px 18px 20px}.invoices-view-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;margin-bottom:18px}.invoices-view-line-items h4{margin:0 0 10px}.invoices-view-line-items-table{width:100%;border-collapse:collapse}.invoices-view-line-items-table th,.invoices-view-line-items-table td{border:1px solid #e5e7eb;padding:8px 10px;text-align:left;font-size:13px}[data-theme=dark] .invoices-view-modal{background:#1c2741;border-color:#34568b}[data-theme=dark] .invoices-view-modal-header{border-bottom-color:#34568b}[data-theme=dark] .invoices-view-modal-header h3{color:#e5e7eb}[data-theme=dark] .invoices-view-modal-close{color:#9ca3af}[data-theme=dark] .invoices-view-modal-body,[data-theme=dark] .invoices-view-line-items h4,[data-theme=dark] .invoices-view-grid{color:#e5e7eb}[data-theme=dark] .invoices-view-line-items-table th,[data-theme=dark] .invoices-view-line-items-table td{border-color:#34568b;color:#e5e7eb}[data-theme=dark] .invoices-total-heading{color:#e5e7eb}[data-theme=dark] .invoices-total-field-wrap{background-color:#1c2741;border-color:#34568b}[data-theme=dark] .invoices-total-prefix{color:#aebacf}[data-theme=dark] .invoices-total-input{background-color:#1c2741;color:#fff}[data-theme=dark] .invoices-total-input::placeholder{color:#9ca3af}.invoices-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2200;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:18px}.invoices-preview-modal{width:min(1042px,100%);height:auto;max-height:calc(100dvh - 36px);margin-top:0;overflow-y:auto;overflow-x:auto;border:1px solid #ffffff;border-radius:10px;background:#f3f4f6}.invoices-preview-topbar{display:flex;flex-direction:column;gap:10px;padding:14px 20px;border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:3}.invoices-preview-topbar-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-width:0}.invoices-preview-back{display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;color:#475569;font-size:14px;cursor:pointer;padding:4px 0;min-width:0;flex:1;text-align:left}.invoices-preview-back-icon{width:16px;height:16px;flex-shrink:0}.invoices-preview-back-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invoices-preview-close-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;color:#475569;cursor:pointer;padding:0;transition:background-color .2s ease,border-color .2s ease}.invoices-preview-close-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.invoices-preview-close-x{font-size:22px;line-height:1;font-weight:300}.invoices-preview-top-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;min-width:0;width:100%}.invoices-preview-top-btn,.invoices-preview-action-btn{min-width:80px;height:34px;padding:0 12px;border-radius:4px;font-size:12px;white-space:nowrap;flex-shrink:0}.invoices-preview-top-btn{width:auto;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px}.invoices-preview-top-btn.print{background:#22c55e}.invoices-preview-top-btn.email{background:#34568b}.invoices-preview-action-btn{border:1px solid #e5e7eb;background:#fff;color:#34568b;cursor:pointer}.invoices-preview-action-btn:disabled{opacity:.6;cursor:not-allowed}.invoices-preview-subheader{padding:12px 20px;font-weight:600;border-bottom:1px solid #e5e7eb;background:#f8fafc}.invoices-preview-content{padding:58px;background:#f8fafc}.invoices-preview-heading-wrap{display:flex;flex-direction:column;align-items:center;gap:20px}.invoices-preview-heading{margin:0;font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:38px;line-height:32px;color:#34568b}.invoices-preview-subheading{margin:0;font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:22px;line-height:32px;color:#000}.invoices-preview-info-row{margin-top:20px;display:flex;justify-content:space-between;gap:20px}.invoices-preview-left-info{flex:1}.invoices-preview-logo{width:120px;height:auto;margin-bottom:14px;object-fit:contain}.invoices-preview-logo--dark,[data-theme=dark] .invoices-preview-logo--light{display:none}[data-theme=dark] .invoices-preview-logo--dark{display:block}.invoices-preview-client-row{display:flex;gap:10px;align-items:flex-start}.invoices-preview-badge{width:49px;height:49px;border-radius:9999px;background:#f1f5f9;color:#65758b;font-weight:700;font-size:16px;line-height:49px;text-align:center}.invoices-preview-client-meta{display:flex;flex-direction:column}.invoices-preview-client-name{font-weight:600;font-size:16px;line-height:32px;color:#000}.invoices-preview-client-line{display:flex;align-items:center;gap:6px;font-weight:400;font-size:10px;line-height:14.29px;color:#515151}.invoices-preview-phone-icon{width:11px;height:11px}.invoices-preview-right-info{min-width:330px;display:flex;flex-direction:column;gap:5px;font-size:16px;line-height:32px;color:#000}.invoices-preview-kv{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:12px;align-items:start;row-gap:2px}.invoices-preview-kv span:first-child{min-width:0;word-break:break-word}.invoices-preview-kv span:last-child{text-align:right;word-break:break-word}.invoices-preview-table-card{margin-top:40px;border:1px solid #000000;border-radius:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;background:#fff}.invoices-preview-table-headline{background:#f0f0f0;text-align:center;padding:10px 12px;font-size:15px}.invoices-preview-table{width:100%;min-width:720px;border-collapse:collapse}.invoices-preview-table th,.invoices-preview-table td{border:1px solid #000000;padding:12px 10px;font-size:12px;color:#000;vertical-align:top}.invoices-preview-table th{font-size:13px;font-weight:500}.invoices-preview-totals-row{margin-top:40px;display:flex;justify-content:flex-end;gap:26px}.invoices-preview-totals-labels{display:flex;flex-direction:column;align-items:flex-end;gap:10px;font-size:12px}.invoices-preview-totals-labels .bold{font-weight:700}.invoices-preview-totals-labels .terms{margin-top:6px;color:#34568b;font-weight:600;font-size:10px;text-transform:capitalize}.invoices-preview-totals-values{width:159px;min-height:88px;border-radius:4px;background:#faf8f8;padding:10px 12px;display:flex;flex-direction:column;gap:10px;font-size:12px}.invoices-preview-totals-values .bold{font-weight:700}.invoices-preview-bank-details{margin-top:30px;text-align:center;font-size:14px;line-height:32px;color:#000}.invoices-preview-signoff{margin-top:30px;border:1px solid #000000;display:grid;grid-template-columns:70% 30%}.invoices-preview-signoff-left,.invoices-preview-signoff-right{padding:15px 25px;font-size:10px;line-height:16px;color:#000}.invoices-preview-signoff-right{border-left:1px solid #000000;font-size:13px}.invoices-preview-signoff-right .space{height:30px}@media (max-width: 900px){.invoices-preview-overlay{padding:0;align-items:stretch}.invoices-preview-modal{width:100%;max-width:none;min-height:100dvh;max-height:100dvh;border-radius:0;border-left:none;border-right:none}.invoices-preview-content{padding:24px 16px}.invoices-preview-back{width:40px;height:40px;justify-content:center;padding:0;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;flex:0 0 auto}.invoices-preview-back-text{display:none}.invoices-preview-back-icon{width:18px;height:18px}[data-theme=dark] .invoices-preview-back{border-color:#34568b;background:#131625}.invoices-preview-heading{font-size:28px;line-height:34px;text-align:center}.invoices-preview-subheading{font-size:18px;text-align:center}.invoices-preview-info-row{flex-direction:column;align-items:stretch}.invoices-preview-right-info{min-width:0;width:100%}.invoices-preview-kv{display:flex;flex-direction:column;gap:2px;padding:8px 0;border-bottom:1px solid #e5e7eb}.invoices-preview-kv:last-child{border-bottom:none}.invoices-preview-kv span:last-child{text-align:left}.invoices-preview-right-info{border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;gap:0}.invoices-preview-totals-row{flex-direction:column;align-items:stretch;gap:12px}.invoices-preview-totals-labels{align-items:flex-start}.invoices-preview-totals-values{width:100%;max-width:100%;box-sizing:border-box;word-break:break-word;overflow-wrap:anywhere}.invoices-preview-signoff{grid-template-columns:1fr}.invoices-preview-signoff-right{border-left:none;border-top:1px solid #000000}}@media (max-width: 480px){.invoices-preview-content{padding:16px 12px}.invoices-preview-heading{font-size:22px;line-height:28px}.invoices-preview-topbar{flex-wrap:wrap;gap:8px}.invoices-preview-topbar{flex-direction:column;align-items:stretch}.invoices-preview-top-actions{width:100%;justify-content:stretch}.invoices-preview-top-btn,.invoices-preview-action-btn{flex:1 1 calc(50% - 4px);min-width:0;white-space:normal;text-align:center;height:auto;min-height:34px;padding:8px 10px}.invoices-preview-client-line{flex-wrap:wrap}}[data-theme=dark] .invoices-preview-overlay{background:#020617b3}[data-theme=dark] .invoices-preview-modal{border-color:#34568b;background:#101322}[data-theme=dark] .invoices-preview-topbar{border-bottom-color:#34568b;background:#1c2741}[data-theme=dark] .invoices-preview-back{color:#cbd5e1}[data-theme=dark] .invoices-preview-back-icon{filter:brightness(0) invert(1)}[data-theme=dark] .invoices-preview-close-btn{background:#1c2741;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .invoices-preview-close-btn:hover{background:#131625;border-color:#4b5563}[data-theme=dark] .invoices-preview-subheader{border-bottom-color:#34568b;background:#131625;color:#e5e7eb}[data-theme=dark] .invoices-preview-content{background:#131625}[data-theme=dark] .invoices-preview-subheading,[data-theme=dark] .invoices-preview-client-name,[data-theme=dark] .invoices-preview-right-info,[data-theme=dark] .invoices-preview-bank-details,[data-theme=dark] .invoices-preview-signoff-left,[data-theme=dark] .invoices-preview-signoff-right{color:#e5e7eb}[data-theme=dark] .invoices-preview-heading{color:#eaf2ff}[data-theme=dark] .invoices-preview-client-line{color:#aebacf}[data-theme=dark] .invoices-preview-badge{background:#334155;color:#e2e8f0}[data-theme=dark] .invoices-preview-table-card{border-color:#34568b;background:#1c2741}[data-theme=dark] .invoices-preview-table-headline{background:#111827;color:#e5e7eb}[data-theme=dark] .invoices-preview-table th,[data-theme=dark] .invoices-preview-table td{border-color:#34568b;color:#e5e7eb}[data-theme=dark] .invoices-preview-table th{background:#131625}[data-theme=dark] .invoices-preview-totals-labels{color:#cbd5e1}[data-theme=dark] .invoices-preview-totals-values{background:#1e293b;color:#e5e7eb}[data-theme=dark] .invoices-preview-action-btn{background:#1c2741;border-color:#34568b;color:#fff}[data-theme=dark] .invoices-preview-kv{border-bottom-color:#34568b}[data-theme=dark] .invoices-preview-right-info,[data-theme=dark] .invoices-preview-signoff{border-color:#34568b}[data-theme=dark] .invoices-preview-signoff-right{border-left-color:#34568b}@media (max-width: 900px){[data-theme=dark] .invoices-preview-signoff-right{border-top-color:#34568b}}@media (max-width: 900px){.invoices-filter-row{flex-direction:column}.invoices-filter-account,.invoices-filter-status,.invoices-filter-date{flex:1 1 100%;width:100%}.invoices-table-heading-container{flex-direction:column;align-items:stretch}.invoices-table-right{width:100%;justify-content:stretch}.invoices-search-wrap{flex:1 1 100%;width:100%}.invoices-btn-new,.invoices-btn-print{flex:1 1 calc(50% - 7px);min-width:0;width:auto}.invoices-vehicle-dropdown{flex:1 1 100%;width:100%;max-width:100%}}@media (max-width: 640px){.invoices-top-container{padding:12px}.invoices-table-container{min-height:400px;padding:12px;gap:16px}.invoices-table{min-width:640px}.invoices-table-heading-row th,.invoices-table-row td{padding:10px 12px;font-size:13px}.invoices-btn-new,.invoices-btn-print{flex:1 1 100%;width:100%}.invoices-total-section{align-items:stretch;width:100%}.invoices-total-fields{flex-direction:column;align-items:stretch;justify-content:flex-start}.invoices-total-field-wrap{width:100%;flex:1 1 100%}}@media (max-width: 480px){.invoices-heading{font-size:18px;line-height:28px}.invoices-table{min-width:580px}}.compliance-page{padding:clamp(12px,2.5vw,24px);background-color:#fff;min-height:100%;width:100%;min-width:0;box-sizing:border-box;overflow-x:hidden}.compliance-heading{font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:32px;letter-spacing:0;color:#000;margin:0 0 20px}.compliance-cards{display:flex;gap:20px;margin-bottom:20px;flex-wrap:wrap}.compliance-card{flex:1 1 220px;min-width:min(100%,220px);min-height:97px;border-radius:8px;border:1px solid #e5e7eb;padding:20.5px 25px;display:flex;align-items:center;gap:20px;background:#fff}.compliance-card-icon-wrap{width:48px;height:48px;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.compliance-card-icon-wrap.fully-compliant{background-color:#f0fdf4}.compliance-card-icon-wrap.expiring-soon{background-color:#fffbeb}.compliance-card-icon-wrap.critical{background-color:#fef2f2}.compliance-card-icon-wrap img{width:24px;height:24px;object-fit:contain}.compliance-card-texts{display:flex;flex-direction:column;gap:4px;min-width:0}.compliance-card-top{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#6b7280}.compliance-card-bottom{font-family:Inter,sans-serif;font-weight:400;font-size:24px;line-height:32px;letter-spacing:0;color:#111827}.compliance-card-bottom.critical-count{color:#dc2626}.compliance-registry-wrap{border-radius:8px;border:1px solid #e5e7eb;background:#fff;max-width:100%;min-width:0;min-height:417px;overflow:hidden}.compliance-registry-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:16px 20px;border-bottom:1px solid #e5e7eb}.compliance-registry-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.compliance-registry-title{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#111827;margin:0}.compliance-registry-tabs{display:flex;align-items:center;gap:0;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.compliance-registry-tab{padding:8px 16px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#6b7280;background:#fff;border:none;cursor:pointer;border-right:1px solid #e5e7eb}.compliance-registry-tab:last-child{border-right:none}.compliance-registry-tab.active{background:#f3f4f6;color:#111827;font-weight:500}.compliance-registry-tab:hover:not(.active){background:#f9fafb}.compliance-registry-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;width:100%;min-width:0}.compliance-registry-search-wrap{position:relative;display:flex;align-items:center}.compliance-registry-search-wrap .search-icon{position:absolute;left:12px;width:18px;height:18px;pointer-events:none;color:#9ca3af}.compliance-registry-search{width:min(260px,100%);flex:1 1 180px;min-width:0;height:40px;padding:8px 12px 8px 40px;border:1px solid #e5e7eb;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;line-height:20px;color:#111827}.compliance-registry-search::placeholder{color:#9ca3af}.compliance-registry-filter-btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-family:Inter,sans-serif;font-size:14px;line-height:20px;color:#374151;cursor:pointer}.compliance-registry-filter-btn:hover{background:#f9fafb}.compliance-registry-filter-btn img{width:14px;height:14px}.compliance-status-filter-wrap{flex:0 0 auto;min-width:140px}.compliance-status-filter-wrap .custom-select{width:100%}.custom-select-trigger.compliance-status-filter{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-width:140px;height:40px;padding:0 36px 0 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-family:Inter,sans-serif;font-size:14px;line-height:20px;color:#374151;text-align:left;cursor:pointer;box-sizing:border-box}.custom-select-trigger.compliance-status-filter .custom-select-trigger-label{text-align:left}.compliance-table-scroll{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.compliance-table{width:100%;min-width:760px;border-collapse:collapse}.compliance-table th{text-align:left;padding:12px 20px;font-family:Inter,sans-serif;font-weight:500;font-size:12px;line-height:16px;letter-spacing:.05em;color:#6b7280;text-transform:uppercase;background:#f9fafb;border-bottom:1px solid #e5e7eb}.compliance-table td{padding:14px 20px;font-family:Inter,sans-serif;font-size:14px;line-height:20px;color:#111827;border-bottom:1px solid #e5e7eb}.compliance-table tbody tr:hover{background:#f9fafb}.compliance-entity-tag{display:inline-block;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500;line-height:16px}.compliance-entity-tag.vehicle{background:#dbeafe;color:#1e40af}.compliance-entity-tag.driver{background:#ede9fe;color:#5b21b6}.compliance-doc-cell{display:flex;align-items:center;gap:8px;min-width:0}.compliance-doc-cell span{word-break:break-word}.compliance-doc-cell .doc-icon{width:18px;height:18px;color:#6b7280;flex-shrink:0}.compliance-date-cell{display:flex;align-items:center;gap:8px}.compliance-date-cell .date-icon{width:18px;height:18px;color:#6b7280;flex-shrink:0}.compliance-status{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500}.compliance-status.valid{color:#059669}.compliance-status.expiring-soon{color:#d97706}.compliance-status.expired{color:#dc2626}.compliance-status .status-icon{width:16px;height:16px;flex-shrink:0}.compliance-actions-update{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#2563eb;text-decoration:underline;cursor:pointer;background:none;border:none;padding:0}.compliance-actions-update:hover{color:#1d4ed8}.compliance-table-loading,.compliance-table-empty{padding:40px 20px;text-align:center;font-family:Inter,sans-serif;font-size:14px;color:#6b7280}[data-theme=dark] .compliance-page{background-color:#101322}[data-theme=dark] .compliance-heading{color:#fff}[data-theme=dark] .compliance-card{background:#1c2741;border-color:#34568b}[data-theme=dark] .compliance-card-top{color:#d1d5dc}[data-theme=dark] .compliance-card-bottom{color:#fff}[data-theme=dark] .compliance-registry-wrap{background:#1c2741;border-color:#34568b}[data-theme=dark] .compliance-registry-header{border-bottom-color:#34568b}[data-theme=dark] .compliance-registry-title{color:#fff}[data-theme=dark] .compliance-registry-tabs{border-color:#34568b}[data-theme=dark] .compliance-registry-tab{background:transparent;color:#d1d5dc}[data-theme=dark] .compliance-registry-tab.active{background:#1c2741;color:#fff}[data-theme=dark] .compliance-registry-tab:hover:not(.active){background:#131625}[data-theme=dark] .compliance-registry-search{background:#1c2741;border-color:#fff;color:#fff}[data-theme=dark] .compliance-registry-search::placeholder{color:#aebacf}[data-theme=dark] .compliance-registry-filter-btn{background:#1c2741;border-color:#34568b;color:#fff}[data-theme=dark] .compliance-registry-filter-btn:hover{background:#131625}[data-theme=dark] .custom-select-trigger.compliance-status-filter{background:#1c2741;border-color:#34568b;color:#fff}[data-theme=dark] .compliance-table th{background:#131625;border-bottom-color:#34568b;color:#aebacf}[data-theme=dark] .compliance-table td{border-bottom-color:#34568b;color:#fff}[data-theme=dark] .compliance-table tbody tr:hover{background:#131625}[data-theme=dark] .compliance-entity-tag.vehicle{background:#1c2741;color:#60a5fa}[data-theme=dark] .compliance-entity-tag.driver{background:#1c2741;color:#a78bfa}[data-theme=dark] .compliance-doc-cell .doc-icon,[data-theme=dark] .compliance-date-cell .date-icon{color:#aebacf}[data-theme=dark] .compliance-status.valid{color:#22c55e}[data-theme=dark] .compliance-status.expiring-soon{color:#fbbf24}[data-theme=dark] .compliance-status.expired{color:#f87171}[data-theme=dark] .compliance-actions-update{color:#60a5fa}[data-theme=dark] .compliance-actions-update:hover{color:#93c5fd}[data-theme=dark] .compliance-table-loading,[data-theme=dark] .compliance-table-empty{color:#d1d5dc}@media (max-width: 768px){.compliance-registry-header{flex-direction:column;align-items:stretch}.compliance-registry-title-row{flex-direction:column;align-items:flex-start}.compliance-registry-tabs{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.compliance-registry-search-wrap{flex:1 1 100%;width:100%}.compliance-registry-search{width:100%}.compliance-registry-filter-btn,.compliance-status-filter-wrap{flex:1 1 100%;width:100%;min-width:0}.custom-select-trigger.compliance-status-filter{width:100%;min-width:0}.compliance-card-bottom{font-size:20px;line-height:28px}}.reports-page{width:100%;max-width:1200px;margin:0 auto;padding:24px;color-scheme:light}[data-theme=dark] .reports-page{color-scheme:dark}.reports-main-heading{font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:32px;letter-spacing:0px;color:#000;margin:0 0 24px}[data-theme=dark] .reports-main-heading{color:#fff}.reports-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;width:100%}.report-card{width:100%;height:160px;background-color:#fff;border:.67px solid #E5E7EB;border-radius:10px;padding:23px 20.22px 29.7px 24.67px;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}[data-theme=dark] .report-card{background-color:#1c2741;border:.67px solid #374151}.report-card-header{display:flex;align-items:center;gap:10.33px;margin-bottom:8px}.report-card-icon{width:20px;height:20px;flex-shrink:0}[data-theme=dark] .report-card-icon{filter:brightness(0) invert(1)}.report-card-heading{font-family:Arial,sans-serif;font-weight:700;font-style:normal;font-size:18px;line-height:27px;letter-spacing:0px;color:#101828;margin:0}[data-theme=dark] .report-card-heading{color:#fff}.report-card-description{font-family:Arial,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0px;color:#4a5565;margin:0 0 12px}[data-theme=dark] .report-card-description{color:#9ca3af}.report-card-stats{margin-bottom:12px}.report-count{font-family:Arial,sans-serif;font-weight:700;font-style:normal;font-size:13px;line-height:19.5px;letter-spacing:0px;color:#101828;margin:0 0 4px}[data-theme=dark] .report-count{color:#fff}.last-report-container{display:flex;justify-content:space-between;align-items:center;width:100%}.last-report{font-family:Arial,sans-serif;font-weight:400;font-style:normal;font-size:11px;line-height:16.5px;letter-spacing:0px;color:#4a5565;margin:0;flex:1}[data-theme=dark] .last-report{color:#9ca3af}.view-reports-button{display:flex;align-items:center;justify-content:center;gap:8px;background:none;border:none;cursor:pointer;padding:0;font-family:Arial,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0px;text-align:center;color:#155dfc;flex-shrink:0}[data-theme=dark] .view-reports-button{color:#fff}.arrow-icon{width:16px;height:16px;flex-shrink:0}[data-theme=dark] .arrow-icon{filter:brightness(0) invert(1)}.view-reports-button:hover{opacity:.8}[data-theme=dark] .view-reports-button:hover{opacity:.7}@media (max-width: 1200px){.reports-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.reports-page{padding:16px}.reports-grid{grid-template-columns:1fr;gap:16px}}.generate-report-modal{width:672px;height:470px;background-color:#fff;border-radius:10px;opacity:1;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 20px #00000026}[data-theme=dark] .generate-report-modal{background-color:#1f2a3a}.field-input:disabled{opacity:.55;cursor:not-allowed}[data-theme=dark] .field-input:disabled{opacity:.5}.calendar-icon{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}@media (max-width: 768px){.generate-report-modal{width:90vw;max-width:600px;height:auto;max-height:90vh}.modal-row{flex-direction:column;gap:20px}.field-input,.dropdown-container,.date-range-container{width:100%}.date-range-container{flex-direction:column;gap:12px}}.booking-reports-page{width:100%;min-width:0;height:100vh;padding:clamp(12px,2.5vw,21px) clamp(12px,3vw,47px);overflow-x:hidden;overflow-y:auto;box-sizing:border-box;display:flex;flex-direction:column;color-scheme:light}[data-theme=dark] .booking-reports-page{color-scheme:dark}.booking-reports-heading{font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:32px;letter-spacing:0px;color:#000;margin:0 0 25px}[data-theme=dark] .booking-reports-heading{color:#fff}.booking-reports-card{position:relative;width:100%;margin-left:0;margin-right:0;border-radius:8px 8px 0 0;display:flex;flex-direction:column;flex:1;min-height:0}[data-theme=dark] .booking-reports-card{background-color:#1c2741;border-color:#374151}[data-theme=dark] .reports-table-container{border-top-color:#374151}.booking-reports-header{display:flex;flex-direction:column;gap:10.72px;padding-left:31.7px;padding-top:15.99px;padding-bottom:16.07px;background-color:#fff;margin-bottom:20px;border-radius:10px}[data-theme=dark] .booking-reports-header{background-color:#1c2741;border-bottom:1px solid #374151}.back-to-reports-btn{display:flex;align-items:center;gap:8px;border:none;cursor:pointer;padding:0;align-self:flex-start;margin-bottom:13.96px}.job-reports-heading{font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:18px;line-height:28px;letter-spacing:0px;color:#000;margin:0}[data-theme=dark] .job-reports-heading{color:#fff}.booking-reports-filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding-left:31.7px;box-sizing:border-box}.search-input{width:100%;height:43px;border:1.33px solid #E5E7EB;border-radius:10px;background-color:#f9fafb;padding:0 14px 0 40px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:100%;letter-spacing:0px;color:#0a0a0a80;outline:none}.date-filter{width:150px;height:43px;border:1.33px solid #E5E7EB;border-radius:10px;background-color:#f9fafb;padding:11.33px 11px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:20px;letter-spacing:0px;text-align:center;color:#364153;outline:none;cursor:pointer}.status-filter,.driver-filter,.vehicle-filter,.client-filter,.custom-select-trigger.status-filter,.custom-select-trigger.driver-filter,.custom-select-trigger.vehicle-filter,.custom-select-trigger.client-filter{width:100%;max-width:100%;min-width:0;height:43px;border:1.33px solid #E5E7EB;border-radius:10px;background-color:#f9fafb;padding:11.33px 30px 11.33px 11px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:20px;letter-spacing:0px;text-align:center;color:#364153;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.driver-filter,.status-filter,.vehicle-filter,.client-filter{text-align:left}.reports-table th{padding:12.17px 20px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0px;color:#6a7282;text-align:left;background-color:#f9fafb;border-bottom:1px solid #E5E7EB}.generated-date{display:flex;flex-direction:row;align-items:center;gap:8px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0%;color:#4b5563;height:80px}.view-report-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:9998}.view-report-modal{width:680px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);background:#fff;border-radius:10px;border:1px solid #E5E7EB;display:flex;flex-direction:column;overflow:hidden}.view-report-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #E5E7EB}.view-report-modal-title{margin:0;font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:#111827}.view-report-modal-close{border:none;background:transparent;cursor:pointer;font-size:18px;color:#6b7280}.view-report-modal-content{padding:20px;overflow-y:auto}.view-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.view-report-item{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border:1px solid #E5E7EB;border-radius:8px;background:#f9fafb}.view-report-item.full{grid-column:1 / -1}.view-report-item .label{font-size:12px;color:#6b7280}.view-report-item .value{font-size:14px;color:#111827;word-break:break-word}.view-report-input{height:38px;border:1px solid #D1D5DB;border-radius:6px;padding:8px 10px;font-size:14px;color:#111827;background:#fff;outline:none}.view-report-input:focus{border-color:#34568b}.view-report-actions{margin-top:16px;display:flex;justify-content:flex-end}.view-report-save-btn{min-width:130px;height:38px;border-radius:6px;border:none;background-color:#34568b;color:#fff;font-family:Inter,sans-serif;font-size:14px;cursor:pointer}.view-report-save-btn:disabled{opacity:.7;cursor:not-allowed}[data-theme=dark] .view-report-modal{background:#1f2937;border-color:#374151}[data-theme=dark] .view-report-modal-header{border-color:#374151}[data-theme=dark] .view-report-modal-title{color:#f3f4f6}[data-theme=dark] .view-report-modal-close{color:#9ca3af}[data-theme=dark] .view-report-item{background:#111827;border-color:#374151}[data-theme=dark] .view-report-item .label{color:#9ca3af}[data-theme=dark] .view-report-item .value{color:#e5e7eb}[data-theme=dark] .view-report-input{background:#111827;border-color:#4b5563;color:#e5e7eb}@media (max-width: 1400px){.search-input-container{flex:1.5;min-width:200px}.booking-reports-filters{gap:8px}}@media (max-width: 1200px){.booking-reports-card,.reports-table-container{width:100%}}@media (max-width: 768px){.booking-reports-page{height:auto;min-height:100vh;display:flex}.booking-reports-header,.booking-reports-filters{padding-left:16px;padding-right:16px}.booking-reports-card{width:100%;min-width:0}.reports-table-container{width:100%;margin-left:0;margin-right:0;overflow-x:auto;flex:initial}.booking-reports-filters{flex-wrap:wrap;gap:8px}.search-input-container{width:100%;flex:1 1 100%}.generate-report-btn{width:100%;max-width:none}}[class$=-reports-card-content]{display:flex;flex-direction:column;min-width:0;width:100%}[class$=-reports-filters]{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:0 clamp(16px,3vw,31.7px) 20px;box-sizing:border-box}[class$=-reports-filters-search]{flex:0 1 min(502px,42%);min-width:200px;max-width:502px}[class$=-reports-filters-search] .search-input-container{width:100%;max-width:100%;flex:none}[class$=-reports-filters-actions]{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:10px 12px;flex:0 1 auto;min-width:0;margin-left:auto}[class$=-reports-filters-actions] .filter-dropdown{flex:0 0 150px;width:150px;min-width:140px}[class$=-reports-filters-actions] .filter-dropdown:has(.client-filter),[class$=-reports-filters-actions] .filter-dropdown:has(.invoice-client-filter){flex:0 0 168px;width:168px;min-width:168px}[class$=-reports-filters-actions] .date-filter{width:100%;min-width:0;padding-left:34px;text-align:left;box-sizing:border-box}[class$=-reports-filters-actions] .custom-select{width:100%;min-width:0}[class$=-reports-filters-actions] .generate-report-btn{flex:0 0 auto;width:auto;min-width:150px;height:44px;white-space:nowrap}[class$=-reports-page] .search-input{line-height:20px;min-height:43px;box-sizing:border-box}.invoice-reports-title-row{display:flex;flex-direction:column;align-items:stretch;gap:12px;width:100%;min-width:0}.invoice-reports-title-row .invoice-reports-filters{padding-left:0;padding-right:0;padding-bottom:0}@media (max-width: 1200px){[class$=-reports-filters]{flex-wrap:wrap;row-gap:12px}[class$=-reports-filters-search]{flex:1 1 280px;max-width:100%}[class$=-reports-filters-actions]{flex:1 1 auto;flex-wrap:wrap;justify-content:flex-end}}@media (max-width: 768px){[class$=-reports-filters]{flex-direction:column;align-items:stretch;justify-content:flex-start;flex-wrap:wrap;padding-left:16px;padding-right:16px;gap:12px}[class$=-reports-filters-search]{flex:1 1 100%;max-width:100%;width:100%}[class$=-reports-filters-actions]{width:100%;margin-left:0;justify-content:flex-start;flex-wrap:wrap}[class$=-reports-filters-actions] .filter-dropdown{flex:1 1 calc(50% - 6px);width:auto;min-width:min(100%,140px)}[class$=-reports-filters-actions] .filter-dropdown:has(.client-filter),[class$=-reports-filters-actions] .filter-dropdown:has(.invoice-client-filter){flex:1 1 calc(50% - 6px);width:auto;min-width:min(100%,168px)}[class$=-reports-filters-actions] .generate-report-btn{flex:1 1 100%;width:100%;max-width:none}}@media (max-width: 480px){[class$=-reports-filters-actions] .filter-dropdown,[class$=-reports-filters-actions] .filter-dropdown:has(.client-filter),[class$=-reports-filters-actions] .filter-dropdown:has(.invoice-client-filter){flex:1 1 100%;width:100%;min-width:0}}.report-details-page{width:100%;padding:21px 47px;box-sizing:border-box;color-scheme:light}[data-theme=dark] .report-details-page{color-scheme:dark}.report-details-main-heading{margin:0 0 20px;font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:32px;color:#000}.report-details-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.report-details-back{display:flex;align-items:center;gap:10px;background:transparent;border:none;padding:0;cursor:pointer}.report-details-back img{width:16px;height:16px}.report-details-back span{font-family:Inter,sans-serif;font-weight:700;font-size:22px;line-height:20px;color:#34568b}.report-details-download-btn{width:131px;height:44px;border-radius:10px;border:none;background:#34568b;color:#fff;font-family:Inter,sans-serif;font-size:16px;line-height:24px;cursor:pointer}.report-details-card{border:2px solid #E5E7EB;padding:40px 39px;background:#fff}.report-details-logo{width:120px;height:auto;margin-bottom:15px}.report-details-logo--dark,[data-theme=dark] .report-details-logo--light{display:none}[data-theme=dark] .report-details-logo--dark{display:block}.report-details-meta{display:grid;grid-template-columns:1fr;gap:11px;margin-bottom:43px}.report-details-meta div{display:flex;align-items:center;gap:24px}.report-details-meta strong{min-width:120px;font-family:Inter,sans-serif;font-weight:700;font-size:15px;line-height:20px;color:#16181d}.report-details-meta span{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:14.29px;color:#65758b}.report-details-table-wrap{border:1.33px solid #E5E7EB;overflow-x:auto}.report-details-table{width:100%;border-collapse:collapse;min-width:1400px}.report-details-table th{padding:12px 15px 10px;font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:16px;color:#6a7282;text-align:left;white-space:nowrap}.report-details-table td{padding:10px 16px 17px;font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:16px;color:#16181d;border-top:1px solid #E5E7EB}.status-completed{font-weight:700;font-size:9px;line-height:14.29px;letter-spacing:.25px;text-transform:uppercase;color:#007a55}.invoice-pill{display:inline-flex;min-width:56px;height:20px;border:1px solid #A4F4CF;border-radius:18px;background:#ecfdf5;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:700;font-size:9px;line-height:14.29px;letter-spacing:.25px;text-transform:uppercase;color:#007a55}.report-details-loading,.report-details-empty{text-align:center;padding:28px}[data-theme=dark] .report-details-main-heading{color:#fff}[data-theme=dark] .report-details-card{background:#1c2741;border-color:#4b5563}[data-theme=dark] .report-details-back span{color:#e5e7eb}[data-theme=dark] .report-details-back img{filter:brightness(0) invert(1)}[data-theme=dark] .report-details-meta strong{color:#f3f4f6}[data-theme=dark] .report-details-meta span{color:#9ca3af}[data-theme=dark] .report-details-table-wrap{border-color:#4b5563}[data-theme=dark] .report-details-table td{border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .report-details-loading,[data-theme=dark] .report-details-empty{color:#d1d5db}@media (max-width: 900px){.report-details-page{padding:12px 16px;min-width:0}.report-details-topbar{flex-wrap:wrap;gap:12px;align-items:center}.report-details-back{flex:1 1 auto;min-width:0}.report-details-back span{font-size:18px;line-height:24px}.report-details-card{padding:20px 16px}.report-details-meta div{flex-direction:column;align-items:flex-start;gap:4px}.report-details-meta strong{min-width:0}.report-details-table-wrap{-webkit-overflow-scrolling:touch}}@media (max-width: 480px){.report-details-topbar{flex-direction:column;align-items:stretch}.report-details-download-btn{width:100%;max-width:none}}.client-reports-page{width:100%;min-width:0;height:100vh;padding:clamp(12px,2.5vw,21px) clamp(12px,3vw,47px);overflow-x:hidden;overflow-y:auto;box-sizing:border-box;display:flex;flex-direction:column;color-scheme:light}[data-theme=dark] .client-reports-page{color-scheme:dark}.client-reports-heading{font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:32px;letter-spacing:0px;color:#000;margin:0 0 25px}[data-theme=dark] .client-reports-heading{color:#fff}.client-reports-card{position:relative;width:100%;margin-left:0;margin-right:0;border-radius:0;display:flex;flex-direction:column;flex:1;min-height:0}[data-theme=dark] .client-reports-card{background-color:#1c2741;border-color:#374151}.client-reports-header{display:flex;flex-direction:column;gap:10.72px;padding-left:31.7px;padding-top:15.99px;padding-bottom:16.07px;background-color:#fff;margin-bottom:20px;border-radius:0}[data-theme=dark] .client-reports-header{background-color:#1c2741;border-bottom:1px solid #374151}.client-reports-subheading{font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:18px;line-height:28px;letter-spacing:0px;color:#000;margin:0}[data-theme=dark] .client-reports-subheading{color:#fff}.client-reports-page .back-to-reports-btn{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:0;align-self:flex-start;margin-bottom:13.96px}.client-reports-page .back-arrow-icon{width:16px;height:16px}.client-reports-page .back-to-reports-btn span{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0px;text-align:center;color:#4a5565}[data-theme=dark] .client-reports-page .back-to-reports-btn span{color:#e5e7eb}[data-theme=dark] .client-reports-page .back-arrow-icon{filter:brightness(0) invert(1)}.client-reports-filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding-left:31.7px;box-sizing:border-box}.status-filter,.driver-filter,.vehicle-filter,.client-filter,.custom-select-trigger.status-filter,.custom-select-trigger.driver-filter,.custom-select-trigger.vehicle-filter,.custom-select-trigger.client-filter{width:100%;max-width:100%;min-width:0;height:43px;border:1.33px solid #E5E7EB;border-radius:10px;background-color:#fff;padding:11.33px 30px 11.33px 11px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:20px;letter-spacing:0px;text-align:left;color:#364153;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[data-theme=dark] .date-filter,[data-theme=dark] .status-filter,[data-theme=dark] .driver-filter,[data-theme=dark] .vehicle-filter,[data-theme=dark] .client-filter,[data-theme=dark] .custom-select-trigger.status-filter,[data-theme=dark] .custom-select-trigger.driver-filter,[data-theme=dark] .custom-select-trigger.vehicle-filter,[data-theme=dark] .custom-select-trigger.client-filter{background-color:#101322;border-color:#4b5563;color:#fff}@media (max-width: 1400px){.search-input-container{flex:1.5;min-width:200px}.client-reports-filters{gap:8px}}@media (max-width: 1200px){.client-reports-card,.reports-table-container{width:100%}}@media (max-width: 768px){.client-reports-page{height:auto;min-height:100vh;display:flex}.client-reports-header,.client-reports-filters{padding-left:16px;padding-right:16px}.client-reports-card{width:100%;min-width:0}.reports-table-container{width:100%;margin-left:0;margin-right:0;overflow-x:auto;flex:initial}.client-reports-filters{flex-wrap:wrap;gap:8px}.search-input-container{width:100%;flex:1 1 100%}.generate-report-btn{width:100%;max-width:none}}.client-report-details-page{width:100%;padding:21px 47px;box-sizing:border-box;color-scheme:light}[data-theme=dark] .client-report-details-page{color-scheme:dark}.client-report-details-main-heading{margin:0 0 20px;font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:32px;color:#000}.client-report-details-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.client-report-details-back{display:flex;align-items:center;gap:10px;background:transparent;border:none;padding:0;cursor:pointer}.client-report-details-back img{width:16px;height:16px}.client-report-details-back span{font-family:Inter,sans-serif;font-weight:700;font-size:22px;line-height:20px;color:#34568b}.client-report-details-download-btn{width:131px;height:44px;border-radius:10px;border:none;background:#34568b;color:#fff;font-family:Inter,sans-serif;font-size:16px;line-height:24px;cursor:pointer}.client-report-details-card{border:2px solid #E5E7EB;padding:40px 39px;background:#fff}.client-report-details-logo{width:120px;height:auto;margin-bottom:15px}.client-report-details-logo--dark,[data-theme=dark] .client-report-details-logo--light{display:none}[data-theme=dark] .client-report-details-logo--dark{display:block}.client-report-details-meta{display:grid;grid-template-columns:1fr;gap:11px;margin-bottom:43px}.client-report-details-meta div{display:flex;align-items:center;gap:24px}.client-report-details-meta strong{min-width:120px;font-family:Inter,sans-serif;font-weight:700;font-size:15px;line-height:20px;color:#16181d}.client-report-details-meta span{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:14.29px;color:#65758b}.client-report-details-table-wrap{border:1.33px solid #E5E7EB;overflow-x:auto}.client-report-details-table{width:100%;border-collapse:collapse;min-width:1400px}.client-report-details-table th{padding:12px 15px 10px;font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:16px;color:#6a7282;text-align:left;white-space:nowrap}.client-report-details-table td{padding:10px 16px 17px;font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:16px;color:#16181d;border-top:1px solid #E5E7EB}.client-report-status-cell{font-weight:700;font-size:9px;line-height:14.29px;letter-spacing:.25px;text-transform:uppercase;color:#007a55}.client-report-invoice-pill{display:inline-flex;min-width:56px;height:20px;border:1px solid #A4F4CF;border-radius:18px;background:#ecfdf5;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:700;font-size:9px;line-height:14.29px;letter-spacing:.25px;text-transform:uppercase;color:#007a55}.client-report-details-table--summary{min-width:1200px}.client-report-summary-account{font-weight:600;color:#1f2937}.client-report-outstanding-pill{display:inline-flex;min-width:60px;height:20px;border:1px solid #FDE68A;border-radius:18px;background:#fef3c7;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:700;font-size:9px;line-height:14.29px;letter-spacing:.25px;text-transform:uppercase;color:#d97706}.client-report-details-loading,.client-report-details-empty{text-align:center;padding:28px}[data-theme=dark] .client-report-details-main-heading{color:#fff}[data-theme=dark] .client-report-details-card{background:#1c2741;border-color:#4b5563}[data-theme=dark] .client-report-details-back span{color:#e5e7eb}[data-theme=dark] .client-report-details-back img{filter:brightness(0) invert(1)}[data-theme=dark] .client-report-details-meta strong{color:#f3f4f6}[data-theme=dark] .client-report-details-meta span{color:#9ca3af}[data-theme=dark] .client-report-details-table-wrap{border-color:#4b5563}[data-theme=dark] .client-report-details-table td{border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .client-report-details-loading,[data-theme=dark] .client-report-details-empty{color:#d1d5db}@media (max-width: 900px){.client-report-details-page{padding:12px 16px;min-width:0}.client-report-details-topbar{flex-wrap:wrap;gap:12px;align-items:center}.client-report-details-back{flex:1 1 auto;min-width:0}.client-report-details-back span{font-size:18px;line-height:24px}.client-report-details-card{padding:20px 16px}.client-report-details-meta div{flex-direction:column;align-items:flex-start;gap:4px}.client-report-details-meta strong{min-width:0}.client-report-details-table-wrap{-webkit-overflow-scrolling:touch}}@media (max-width: 480px){.client-report-details-topbar{flex-direction:column;align-items:stretch}.client-report-details-download-btn{width:100%;max-width:none}}.generate-driver-report-modal{width:672px;height:420px;background-color:#fff;border-radius:10px;opacity:1;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 20px #00000026}[data-theme=dark] .generate-driver-report-modal{background-color:#1f2a3a}.field-group{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.modal-row .field-group>.field-input,.modal-row .field-group .dropdown-container{width:100%;max-width:100%;box-sizing:border-box}.modal-row .field-group>.date-input{width:100%;max-width:100%;box-sizing:border-box}.date-input{width:100%;min-width:0;box-sizing:border-box;height:40px;border:1px solid #E1E7EF;border-radius:4px;background-color:#f9fafb;padding:8px 8px 8px 14px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:15.4px;line-height:24px;letter-spacing:0%;color:#16181d;outline:none;cursor:pointer;transition:border-color .2s ease;-moz-appearance:none;appearance:none;-webkit-appearance:none}@media (max-width: 768px){.generate-driver-report-modal{width:90vw;max-width:600px;height:auto;max-height:90vh}.modal-row{flex-direction:column;gap:20px}.field-input,.dropdown-container{width:100%}}.driver-reports-page{width:100%;min-width:0;height:100vh;padding:clamp(12px,2.5vw,21px) clamp(12px,3vw,47px);overflow-x:hidden;overflow-y:auto;box-sizing:border-box;display:flex;flex-direction:column;color-scheme:light}[data-theme=dark] .driver-reports-page{color-scheme:dark}.driver-reports-heading{font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:32px;letter-spacing:0px;color:#000;margin:0 0 25px}[data-theme=dark] .driver-reports-heading{color:#fff}.driver-reports-card{position:relative;width:100%;margin-left:0;margin-right:0;border-radius:0;display:flex;flex-direction:column;flex:1;min-height:0}[data-theme=dark] .driver-reports-card{background-color:#1c2741;border-color:#374151}.driver-reports-header{display:flex;flex-direction:column;gap:10.72px;padding-left:31.7px;padding-top:15.99px;padding-bottom:16.07px;background-color:#fff;margin-bottom:20px;border-radius:0}[data-theme=dark] .driver-reports-header{background-color:#1c2741;border-bottom:1px solid #374151}.driver-reports-subheading{font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:18px;line-height:28px;letter-spacing:0px;color:#000;margin:0}[data-theme=dark] .driver-reports-subheading{color:#fff}.driver-reports-filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding-left:31.7px;box-sizing:border-box}.driver-filter,.custom-select-trigger.driver-filter{width:100%;max-width:100%;min-width:0;height:43px;border:1.33px solid #E5E7EB;border-radius:10px;background-color:#fff;padding:11.33px 30px 11.33px 11px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:20px;letter-spacing:0px;text-align:left;color:#364153;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[data-theme=dark] .date-filter,[data-theme=dark] .driver-filter,[data-theme=dark] .custom-select-trigger.driver-filter{background-color:#101322;border-color:#4b5563;color:#fff}@media (max-width: 1400px){.search-input-container{flex:1.5;min-width:200px}.driver-reports-filters{gap:8px}}@media (max-width: 768px){.driver-reports-page{height:auto;min-height:100vh;display:flex}.driver-reports-header,.driver-reports-filters{padding-left:16px;padding-right:16px}.driver-reports-card{width:100%;min-width:0}.reports-table-container{width:100%;margin-left:0;margin-right:0;overflow-x:auto;flex:initial}.driver-reports-filters{flex-wrap:wrap;gap:8px}.search-input-container{width:100%;flex:1 1 100%}.generate-report-btn{width:100%;max-width:none}}.driver-report-details-page{width:100%;padding:21px 47px;box-sizing:border-box;color-scheme:light}[data-theme=dark] .driver-report-details-page{color-scheme:dark}.driver-report-details-main-heading{margin:0 0 20px;font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:32px;color:#000}.driver-report-details-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.driver-report-details-back{display:flex;align-items:center;gap:10px;background:transparent;border:none;padding:0;cursor:pointer}.driver-report-details-back img{width:16px;height:16px}.driver-report-details-back span{font-family:Inter,sans-serif;font-weight:700;font-size:22px;line-height:20px;color:#34568b}.driver-report-details-download-btn{width:131px;height:44px;border-radius:10px;border:none;background:#34568b;color:#fff;font-family:Inter,sans-serif;font-size:16px;line-height:24px;cursor:pointer}.driver-report-details-card{border:2px solid #E5E7EB;padding:40px 39px;background:#fff}.driver-report-details-logo{width:120px;height:auto;margin-bottom:15px}.driver-report-details-logo--dark,[data-theme=dark] .driver-report-details-logo--light{display:none}[data-theme=dark] .driver-report-details-logo--dark{display:block}.driver-report-details-meta{display:grid;grid-template-columns:1fr;gap:11px;margin-bottom:43px}.driver-report-details-meta div{display:flex;align-items:center;gap:24px}.driver-report-details-meta strong{min-width:120px;font-family:Inter,sans-serif;font-weight:700;font-size:15px;line-height:20px;color:#16181d}.driver-report-details-meta span{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:14.29px;color:#65758b}.driver-report-details-table-wrap{border:1.33px solid #E5E7EB;overflow-x:auto}.driver-report-details-table{width:100%;border-collapse:collapse;min-width:1200px}.driver-report-details-table--bookings{min-width:1400px}.driver-report-details-table--summary{min-width:1100px}.driver-report-status-cell{font-weight:700;font-size:9px;line-height:14.29px;letter-spacing:.25px;text-transform:uppercase;color:#007a55}.driver-report-invoice-pill{display:inline-flex;min-width:56px;height:20px;border:1px solid #A4F4CF;border-radius:18px;background:#ecfdf5;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:700;font-size:9px;line-height:14.29px;letter-spacing:.25px;text-transform:uppercase;color:#007a55}.driver-report-summary-name{font-weight:600;color:#1f2937}.driver-report-details-table th{padding:12px 15px 10px;font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:16px;color:#6a7282;text-align:left;white-space:nowrap}.driver-report-details-table td{padding:10px 16px 17px;font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:16px;color:#16181d;border-top:1px solid #E5E7EB}.driver-name-cell{font-weight:600;color:#1f2937}.total-assigned-cell,.completed-jobs-cell,.cancelled-jobs-cell,.driving-days-cell{text-align:center;font-weight:500}.completed-jobs-cell{color:#10b981}.cancelled-jobs-cell{color:#ef4444}.first-job-cell,.last-job-cell{font-size:9px;color:#6b7280}.vehicle-types-cell{font-size:9px;color:#374151;max-width:120px}.avg-jobs-cell{text-align:center;font-weight:500;color:#059669}.driver-report-details-loading,.driver-report-details-empty{text-align:center;padding:28px}[data-theme=dark] .driver-report-details-main-heading{color:#fff}[data-theme=dark] .driver-report-details-card{background:#1c2741;border-color:#4b5563}[data-theme=dark] .driver-report-details-back span{color:#e5e7eb}[data-theme=dark] .driver-report-details-back img{filter:brightness(0) invert(1)}[data-theme=dark] .driver-report-details-meta strong{color:#f3f4f6}[data-theme=dark] .driver-report-details-meta span{color:#9ca3af}[data-theme=dark] .driver-report-details-table-wrap{border-color:#4b5563}[data-theme=dark] .driver-report-details-table td{border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .driver-report-details-loading,[data-theme=dark] .driver-report-details-empty{color:#d1d5db}@media (max-width: 900px){.driver-report-details-page{padding:12px 16px;min-width:0}.driver-report-details-topbar{flex-wrap:wrap;gap:12px;align-items:center}.driver-report-details-back{flex:1 1 auto;min-width:0}.driver-report-details-back span{font-size:18px;line-height:24px}.driver-report-details-card{padding:20px 16px}.driver-report-details-meta div{flex-direction:column;align-items:flex-start;gap:4px}.driver-report-details-meta strong{min-width:0}.driver-report-details-table-wrap{-webkit-overflow-scrolling:touch}}@media (max-width: 480px){.driver-report-details-topbar{flex-direction:column;align-items:stretch}.driver-report-details-download-btn{width:100%;max-width:none}}.generate-vehicle-report-modal{width:672px;height:450px;background-color:#fff;border-radius:10px;opacity:1;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 20px #00000026}[data-theme=dark] .generate-vehicle-report-modal{background-color:#1f2a3a}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1.33px solid #E5E7EB}[data-theme=dark] .modal-header{border-color:#374151}.modal-heading{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:32px;letter-spacing:0px;color:#000;margin:0}[data-theme=dark] .modal-heading{color:#fff}.modal-close-btn{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.modal-close-btn:disabled{cursor:not-allowed;opacity:.55}.modal-close-btn:hover{background-color:#f3f4f6}[data-theme=dark] .modal-close-btn:hover{background-color:#374151}.close-icon{width:20px;height:20px}[data-theme=dark] .close-icon{filter:brightness(0) invert(1)}.modal-content{flex:1;padding:24px;display:flex;flex-direction:column;gap:20px;overflow-y:auto}.modal-row{display:flex;gap:14px}.field-group{flex:1;display:flex;flex-direction:column;gap:8px}.field-label{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:13.3px;line-height:20px;letter-spacing:0%;color:#16181d}[data-theme=dark] .field-label{color:#fff}.field-input{width:305px;height:40px;border:1px solid #E1E7EF;border-radius:4px;background-color:#f9fafb;padding:8px 14px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:15.4px;line-height:24px;letter-spacing:0%;color:#16181d;outline:none;transition:border-color .2s ease}.field-input:focus{border-color:#34568b}.field-input::placeholder{color:#16181d80}[data-theme=dark] .field-input{background-color:#374151;border-color:#4b5563;color:#fff}[data-theme=dark] .field-input:focus{border-color:#6b7280}[data-theme=dark] .field-input::placeholder{color:#9ca3af}.dropdown-container{position:relative;width:305px}.search-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:180px;overflow-y:auto;background-color:#fff;border:1px solid #E1E7EF;border-radius:6px;z-index:20;box-shadow:0 8px 16px #00000014}.search-dropdown-item{width:100%;padding:8px 12px;border:none;background:transparent;text-align:left;font-family:Inter,sans-serif;font-size:14px;color:#16181d;cursor:pointer}.search-dropdown-item:hover{background-color:#f3f4f6}.search-dropdown-item.muted{color:#6b7280;cursor:default}.field-dropdown{width:100%;height:40px;border:1px solid #E1E7EF;border-radius:4px;background-color:#f9fafb;padding:8px 30px 8px 14px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:15.4px;line-height:24px;letter-spacing:0%;color:#16181d;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s ease}.field-dropdown:focus{border-color:#34568b}[data-theme=dark] .field-dropdown{background-color:#374151;border-color:#4b5563;color:#fff}[data-theme=dark] .search-dropdown-menu{background-color:#374151;border-color:#4b5563}[data-theme=dark] .search-dropdown-item{color:#fff}[data-theme=dark] .search-dropdown-item:hover{background-color:#4b5563}[data-theme=dark] .search-dropdown-item.muted{color:#9ca3af}[data-theme=dark] .field-dropdown:focus{border-color:#6b7280}.dropdown-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:12px;height:12px;pointer-events:none}[data-theme=dark] .dropdown-arrow{filter:brightness(0) invert(1)}.date-range-container{display:flex;gap:11px;width:305px}.date-input-container{position:relative;flex:1}.date-input{width:147px;height:40px;border:1px solid #E1E7EF;border-radius:4px;background-color:#f9fafb;padding:8px 8px 8px 14px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:15.4px;line-height:24px;letter-spacing:0%;color:#16181d;outline:none;cursor:pointer;transition:border-color .2s ease;-moz-appearance:none;appearance:none;-webkit-appearance:none}.date-input::-webkit-calendar-picker-indicator{margin:0;padding:0;cursor:pointer}.date-input::-webkit-inner-spin-button,.date-input::-webkit-clear-button{display:none;-webkit-appearance:none}.date-input:focus{border-color:#34568b}[data-theme=dark] .date-input{background-color:#374151;border-color:#4b5563;color:#fff}[data-theme=dark] .date-input:focus{border-color:#6b7280}.modal-footer{padding:24px;display:flex;justify-content:flex-end;border-top:1px solid #E5E7EB;margin-top:40px}[data-theme=dark] .modal-footer{border-color:#374151}.save-btn{width:129px;height:38px;border-radius:4px;border:none;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0px;text-align:center;color:#fff;cursor:pointer;transition:background-color .2s ease}.save-btn.disabled{background-color:#aaa;cursor:not-allowed}.save-btn.active{background-color:#34568b}.save-btn.active:hover{background-color:#2a4b7c}.save-btn.loading{cursor:wait;opacity:.9}@media (max-width: 768px){.generate-vehicle-report-modal{width:90vw;max-width:600px;height:auto;max-height:90vh}.modal-row{flex-direction:column;gap:20px}.field-input,.dropdown-container,.date-range-container{width:100%}.date-range-container{flex-direction:column;gap:12px}}.vehicle-reports-page{width:100%;min-width:0;height:100vh;padding:clamp(12px,2.5vw,21px) clamp(12px,3vw,47px);overflow-x:hidden;overflow-y:auto;box-sizing:border-box;display:flex;flex-direction:column;color-scheme:light}[data-theme=dark] .vehicle-reports-page{color-scheme:dark}.vehicle-reports-heading{font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:32px;letter-spacing:0px;color:#000;margin:0 0 25px}[data-theme=dark] .vehicle-reports-heading{color:#fff}.vehicle-reports-card{position:relative;width:100%;margin-left:0;margin-right:0;border-radius:0;display:flex;flex-direction:column;flex:1;min-height:0}[data-theme=dark] .vehicle-reports-card{background-color:#1c2741;border-color:#374151}.vehicle-reports-header{display:flex;flex-direction:column;gap:10.72px;padding-left:31.7px;padding-top:15.99px;padding-bottom:16.07px;background-color:#fff;margin-bottom:20px;border-radius:0}[data-theme=dark] .vehicle-reports-header{background-color:#1c2741;border-bottom:1px solid #374151}.vehicle-reports-subheading{font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:18px;line-height:28px;letter-spacing:0px;color:#000;margin:0}[data-theme=dark] .vehicle-reports-subheading{color:#fff}.vehicle-reports-filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding-left:31.7px;box-sizing:border-box}.search-input-container{position:relative;width:min(502px,100%);flex:1 1 220px;min-width:0}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px}[data-theme=dark] .search-icon{filter:brightness(0) invert(1)}.search-input{width:100%;height:43px;border:1.33px solid #E5E7EB;border-radius:10px;background-color:#fff;padding:0 14px 0 40px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:100%;letter-spacing:0px;color:#0a0a0a80;outline:none}.search-input:focus{color:#000;border-color:#34568b}.search-input::placeholder{color:#0a0a0a80}[data-theme=dark] .search-input{background-color:#101322;border-color:#4b5563;color:#fff}[data-theme=dark] .search-input:focus{border-color:#6b7280}[data-theme=dark] .search-input::placeholder{color:#9ca3af}.filter-dropdown{position:relative;display:flex;align-items:center}.date-range-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;width:100%;max-width:100%;min-width:0;box-sizing:border-box;background:#fff;border:1px solid #E5E7EB;border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:12px;z-index:30}.date-range-row{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.date-range-label{font-family:Inter,sans-serif;font-size:12px;color:#6a7282}.date-range-picker{width:100%;height:36px;border:1px solid #E5E7EB;border-radius:6px;padding:0 10px;font-family:Inter,sans-serif;font-size:13px;color:#16181d;outline:none}.date-range-picker:focus{border-color:#34568b}.date-range-actions{display:flex;justify-content:space-between;margin-top:4px}.date-range-clear-btn,.date-range-apply-btn{height:32px;min-width:72px;border-radius:6px;border:1px solid #D1D5DB;background:#fff;font-size:13px;cursor:pointer}.date-range-apply-btn{background:#34568b;color:#fff;border-color:#34568b}.date-filter{width:150px;height:43px;border:1.33px solid #E5E7EB;border-radius:10px;background-color:#fff;padding:11.33px 11px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:20px;letter-spacing:0px;text-align:center;color:#364153;outline:none;cursor:pointer}.calendar-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);width:16px;height:16px}[data-theme=dark] .calendar-icon{filter:brightness(0) invert(1)}.vehicle-type-filter,.vehicle-no-filter,.custom-select-trigger.vehicle-type-filter,.custom-select-trigger.vehicle-no-filter{width:100%;max-width:100%;min-width:0;height:43px;border:1.33px solid #E5E7EB;border-radius:10px;background-color:#fff;padding:11.33px 30px 11.33px 11px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:20px;letter-spacing:0px;text-align:left;color:#364153;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[data-theme=dark] .date-filter,[data-theme=dark] .vehicle-type-filter,[data-theme=dark] .vehicle-no-filter,[data-theme=dark] .custom-select-trigger.vehicle-type-filter,[data-theme=dark] .custom-select-trigger.vehicle-no-filter{background-color:#101322;border-color:#4b5563;color:#fff}[data-theme=dark] .date-range-dropdown{background:#1c2741;border-color:#374151}[data-theme=dark] .date-range-label{color:#9ca3af}[data-theme=dark] .date-range-picker{background:#111827;border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .date-range-clear-btn{background:#1f2937;border-color:#4b5563;color:#e5e7eb}.dropdown-icon{position:absolute;right:11px;top:50%;transform:translateY(-50%);width:12px;height:12px;pointer-events:none}[data-theme=dark] .dropdown-icon{filter:brightness(0) invert(1)}.generate-report-btn{width:150.52px;height:44px;border-radius:10px;background-color:#34568b;border:none;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0px;text-align:center;color:#fff;cursor:pointer;transition:background-color .2s ease}.generate-report-btn:hover{background-color:#2a4b7c}.reports-table-container{position:relative;margin:20px 0 -1px;width:100%;background-color:#fff;border:1px solid #E5E7EB;border-radius:10px 10px 0 0;overflow-x:auto;-webkit-overflow-scrolling:touch;flex:1;min-height:0}.reports-table-container.has-data{overflow-y:auto}.reports-table-container.no-data{overflow-y:hidden}[data-theme=dark] .reports-table-container{background-color:#1c2741;border-color:#374151}.reports-table{width:100%;min-width:720px;border-collapse:collapse;table-layout:auto}.reports-table th{padding:12.17px 20px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0px;color:#6a7282;text-align:left;background-color:#fff;border-bottom:1px solid #E5E7EB}[data-theme=dark] .reports-table th{background-color:#101322;border-color:#4b5563;color:#9ca3af}.reports-table td{height:62px;padding:12.17px 20px;border-bottom:1px solid #E5E7EB;vertical-align:middle}.reports-table tbody tr{height:62px}.report-row{cursor:pointer}[data-theme=dark] .reports-table td{border-color:#4b5563}.report-name-container{display:flex;flex-direction:column;gap:2px}.report-name{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:13.3px;line-height:20px;letter-spacing:0%;text-decoration:underline;color:#00e;cursor:pointer}.report-id{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:9.4px;line-height:14.29px;letter-spacing:0%;color:#65758b}[data-theme=dark] .report-name{color:#60a5fa}[data-theme=dark] .report-id{color:#9ca3af}.generated-by{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:20px;letter-spacing:0%;color:#16181d}[data-theme=dark] .generated-by{color:#fff}.generated-date{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0%;color:#4b5563}.date-icon{width:16px;height:16px;color:#9ca3af}[data-theme=dark] .generated-date{color:#9ca3af}[data-theme=dark] .date-icon{filter:brightness(0) invert(1)}.time-period{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0%;color:#4b5563}[data-theme=dark] .time-period{color:#9ca3af}.download-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:134.25px;height:37px;border-radius:10px;background-color:#ef5350;border:none;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0px;text-align:center;color:#fff;cursor:pointer;transition:background-color .2s ease}.download-btn:hover{background-color:#e53935}.pdf-icon{width:16px;height:16px}.back-to-reports-btn{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:0;align-self:flex-start;margin-bottom:13.96px}.back-arrow-icon{width:16px;height:16px}.back-to-reports-btn span{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0px;text-align:center;color:#4a5565}[data-theme=dark] .back-to-reports-btn span{color:#e5e7eb}[data-theme=dark] .back-arrow-icon{filter:brightness(0) invert(1)}@media (max-width: 1400px){.search-input-container{flex:1.5;min-width:200px}.vehicle-reports-filters{gap:8px}}@media (max-width: 768px){.vehicle-reports-page{height:auto;min-height:100vh;display:flex}.vehicle-reports-header,.vehicle-reports-filters{padding-left:16px;padding-right:16px}.vehicle-reports-card{width:100%;min-width:0}.reports-table-container{width:100%;margin-left:0;margin-right:0;overflow-x:auto;flex:initial}.vehicle-reports-filters{flex-wrap:wrap;gap:8px}.search-input-container{width:100%;flex:1 1 100%}.generate-report-btn{width:100%;max-width:none}}.vehicle-report-details-page{width:100%;padding:21px 47px;box-sizing:border-box;color-scheme:light}[data-theme=dark] .vehicle-report-details-page{color-scheme:dark}.vehicle-report-details-main-heading{margin:0 0 20px;font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:32px;color:#000}.vehicle-report-details-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.vehicle-report-details-back{display:flex;align-items:center;gap:10px;background:transparent;border:none;padding:0;cursor:pointer}.vehicle-report-details-back img{width:16px;height:16px}.vehicle-report-details-back span{font-family:Inter,sans-serif;font-weight:700;font-size:22px;line-height:20px;color:#34568b}.vehicle-report-details-download-btn{width:131px;height:44px;border-radius:10px;border:none;background:#34568b;color:#fff;font-family:Inter,sans-serif;font-size:16px;line-height:24px;cursor:pointer}.vehicle-report-details-card{border:2px solid #E5E7EB;padding:40px 39px;background:#fff}.vehicle-report-details-logo{width:120px;height:auto;margin-bottom:15px}.vehicle-report-details-logo--dark,[data-theme=dark] .vehicle-report-details-logo--light{display:none}[data-theme=dark] .vehicle-report-details-logo--dark{display:block}.vehicle-report-details-meta{display:grid;grid-template-columns:1fr;gap:11px;margin-bottom:43px}.vehicle-report-details-meta div{display:flex;align-items:center;gap:24px}.vehicle-report-details-meta strong{min-width:120px;font-family:Inter,sans-serif;font-weight:700;font-size:15px;line-height:20px;color:#16181d}.vehicle-report-details-meta span{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:14.29px;color:#65758b}.vehicle-report-details-table-wrap{border:1.33px solid #E5E7EB;overflow-x:auto}.vehicle-report-details-table{width:100%;border-collapse:collapse;min-width:1200px}.vehicle-report-details-table--bookings{min-width:1400px}.vehicle-report-details-table--summary{min-width:1100px}.vehicle-report-status-cell{font-weight:700;font-size:9px;line-height:14.29px;letter-spacing:.25px;text-transform:uppercase;color:#007a55}.vehicle-report-invoice-pill{display:inline-flex;min-width:56px;height:20px;border:1px solid #A4F4CF;border-radius:18px;background:#ecfdf5;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:700;font-size:9px;line-height:14.29px;letter-spacing:.25px;text-transform:uppercase;color:#007a55}.vehicle-report-details-table th{padding:12px 15px 10px;font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:16px;color:#6a7282;text-align:left;white-space:nowrap}.vehicle-report-details-table td{padding:10px 16px 17px;font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:16px;color:#16181d;border-top:1px solid #E5E7EB}.vehicle-reg-cell{font-weight:600;color:#1f2937}.vehicle-type-cell,.client-account-cell{font-weight:500;color:#374151}.assigned-drivers-cell{font-size:9px;color:#6b7280;max-width:120px}.total-jobs-cell,.avg-jobs-cell{text-align:center;font-weight:500}.avg-jobs-cell{color:#059669}.current-status-cell{text-align:center}.status-pill{display:inline-flex;min-width:60px;height:20px;border-radius:18px;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:700;font-size:8px;line-height:14.29px;letter-spacing:.25px;text-transform:uppercase}.status-pill.working{border:1px solid #A4F4CF;background:#ecfdf5;color:#007a55}.status-pill.not-working{border:1px solid #FECACA;background:#fef2f2;color:#dc2626}.status-pill.maintenance{border:1px solid #FDE68A;background:#fef3c7;color:#d97706}.compliance-cell{text-align:center}.compliance-pill{display:inline-flex;min-width:70px;height:20px;border-radius:18px;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:700;font-size:8px;line-height:14.29px;letter-spacing:.25px;text-transform:uppercase}.compliance-pill.compliant{border:1px solid #A4F4CF;background:#ecfdf5;color:#007a55}.compliance-pill.non-compliant{border:1px solid #FECACA;background:#fef2f2;color:#dc2626}.vehicle-report-details-loading,.vehicle-report-details-empty{text-align:center;padding:28px}[data-theme=dark] .vehicle-report-details-main-heading{color:#fff}[data-theme=dark] .vehicle-report-details-card{background:#1c2741;border-color:#4b5563}[data-theme=dark] .vehicle-report-details-back span{color:#e5e7eb}[data-theme=dark] .vehicle-report-details-back img{filter:brightness(0) invert(1)}[data-theme=dark] .vehicle-report-details-meta strong{color:#f3f4f6}[data-theme=dark] .vehicle-report-details-meta span{color:#9ca3af}[data-theme=dark] .vehicle-report-details-table-wrap{border-color:#4b5563}[data-theme=dark] .vehicle-report-details-table td{border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .vehicle-report-details-loading,[data-theme=dark] .vehicle-report-details-empty{color:#d1d5db}@media (max-width: 900px){.vehicle-report-details-page{padding:12px 16px;min-width:0}.vehicle-report-details-topbar{flex-wrap:wrap;gap:12px;align-items:center}.vehicle-report-details-back{flex:1 1 auto;min-width:0}.vehicle-report-details-back span{font-size:18px;line-height:24px}.vehicle-report-details-card{padding:20px 16px}.vehicle-report-details-meta div{flex-direction:column;align-items:flex-start;gap:4px}.vehicle-report-details-meta strong{min-width:0}.vehicle-report-details-table-wrap{-webkit-overflow-scrolling:touch}}@media (max-width: 480px){.vehicle-report-details-topbar{flex-direction:column;align-items:stretch}.vehicle-report-details-download-btn{width:100%;max-width:none}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.generate-invoice-report-modal{width:672px;min-height:460px;max-height:90vh;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 20px #00000026}[data-theme=dark] .generate-invoice-report-modal{background-color:#1f2a3a}.invoice-report-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1.33px solid #e5e7eb}[data-theme=dark] .invoice-report-modal-header{border-color:#374151}.invoice-report-modal-heading{font-family:Inter,sans-serif;font-weight:400;font-size:24px;line-height:32px;color:#000;margin:0}[data-theme=dark] .invoice-report-modal-heading{color:#fff}.invoice-report-modal-close-btn{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px}.invoice-report-modal-close-btn:disabled{cursor:not-allowed;opacity:.55}.invoice-report-modal-close-btn:hover{background-color:#f3f4f6}[data-theme=dark] .invoice-report-modal-close-btn:hover{background-color:#374151}.invoice-report-close-icon{width:20px;height:20px}[data-theme=dark] .invoice-report-close-icon{filter:brightness(0) invert(1)}.invoice-report-modal-content{flex:1;padding:24px;display:flex;flex-direction:column;gap:20px;overflow-y:auto}.invoice-report-modal-row{display:flex;gap:14px}.invoice-report-modal-row--full{flex-wrap:wrap}.invoice-report-modal-row--full>.invoice-report-field-group--full{flex:1 1 100%;min-width:0}.invoice-report-field-group{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.invoice-report-field-group--full{width:100%}.invoice-report-field-group--full .invoice-report-field-input,.invoice-report-field-group--full .invoice-report-status-select{width:100%;max-width:none}.invoice-report-field-label{font-family:Inter,sans-serif;font-size:13.3px;line-height:20px;color:#16181d}[data-theme=dark] .invoice-report-field-label{color:#fff}.invoice-report-field-input{width:305px;max-width:100%;height:40px;border:1px solid #e1e7ef;border-radius:4px;background-color:#f9fafb;padding:8px 14px;font-family:Inter,sans-serif;font-size:15.4px;line-height:24px;color:#16181d;outline:none;box-sizing:border-box}.invoice-report-status-select{width:100%;cursor:pointer}.invoice-report-field-input:focus{border-color:#34568b}.invoice-report-field-input::placeholder{color:#16181d80}[data-theme=dark] .invoice-report-field-input{background-color:#374151;border-color:#4b5563;color:#fff}[data-theme=dark] .invoice-report-field-input:focus{border-color:#6b7280}.invoice-report-dropdown-container{position:relative;width:305px;max-width:100%}.searchable-dropdown{position:relative}.searchable-input{width:100%;padding-right:30px}.invoice-report-search-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:180px;overflow-y:auto;background-color:#fff;border:1px solid #e1e7ef;border-radius:6px;z-index:20;box-shadow:0 8px 16px #00000014}.invoice-report-search-dropdown-item{width:100%;padding:8px 12px;border:none;background:transparent;text-align:left;font-family:Inter,sans-serif;font-size:14px;color:#16181d;cursor:pointer}.invoice-report-search-dropdown-item:hover{background-color:#f3f4f6}.invoice-report-search-dropdown-item.muted{color:#6b7280;cursor:default}[data-theme=dark] .invoice-report-search-dropdown-menu{background-color:#374151;border-color:#4b5563}[data-theme=dark] .invoice-report-search-dropdown-item{color:#fff}[data-theme=dark] .invoice-report-search-dropdown-item:hover{background-color:#4b5563}.invoice-report-dropdown-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:12px;height:12px;pointer-events:none}[data-theme=dark] .invoice-report-dropdown-arrow{filter:brightness(0) invert(1)}.invoice-report-date-range-container{display:flex;gap:11px;width:305px;max-width:100%}.invoice-report-date-range-container--full{width:100%;max-width:none}.invoice-report-date-input-container{position:relative;flex:1;min-width:0}.invoice-report-date-input{width:100%;min-width:0;max-width:100%;height:40px;border:1px solid #e1e7ef;border-radius:4px;background-color:#f9fafb;padding:8px 8px 8px 14px;font-family:Inter,sans-serif;font-size:15.4px;color:#16181d;outline:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;box-sizing:border-box}.invoice-report-date-input::-webkit-calendar-picker-indicator{margin:0;padding:0;cursor:pointer}.invoice-report-date-input::-webkit-inner-spin-button,.invoice-report-date-input::-webkit-clear-button{display:none;-webkit-appearance:none}.invoice-report-date-input:focus{border-color:#34568b}[data-theme=dark] .invoice-report-date-input{background-color:#374151;border-color:#4b5563;color:#fff}.invoice-report-modal-footer{padding:24px;display:flex;justify-content:flex-end;border-top:1px solid #e5e7eb;margin-top:40px}[data-theme=dark] .invoice-report-modal-footer{border-color:#374151}.invoice-report-save-btn{width:129px;height:38px;border-radius:4px;border:none;font-family:Inter,sans-serif;font-size:16px;line-height:24px;color:#fff;cursor:pointer}.invoice-report-save-btn.disabled{background-color:#aaa;cursor:not-allowed}.invoice-report-save-btn.active{background-color:#34568b}.invoice-report-save-btn.active:hover{background-color:#2a4b7c}.invoice-report-save-btn.loading{cursor:wait;opacity:.9}@media (max-width: 768px){.generate-invoice-report-modal{width:90vw;max-width:600px}.invoice-report-modal-row{flex-direction:column}.invoice-report-field-input,.invoice-report-dropdown-container,.invoice-report-date-range-container{width:100%}}.invoice-reports-page{width:100%;min-width:0;height:100vh;padding:clamp(12px,2.5vw,21px) clamp(12px,3vw,47px);overflow-x:hidden;overflow-y:auto;box-sizing:border-box;display:flex;flex-direction:column;color-scheme:light}[data-theme=dark] .invoice-reports-page{color-scheme:dark}.invoice-reports-heading{font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:32px;color:#000;margin:0 0 25px}[data-theme=dark] .invoice-reports-heading{color:#fff}.invoice-reports-card{position:relative;width:100%;border-radius:0;display:flex;flex-direction:column;flex:1;min-height:0}[data-theme=dark] .invoice-reports-card{background-color:#1c2741;border-color:#374151}.invoice-reports-header{display:flex;flex-direction:column;gap:10.72px;padding-left:31.7px;padding-top:15.99px;padding-bottom:16.07px;background-color:#fff;margin-bottom:20px;border-radius:0}[data-theme=dark] .invoice-reports-header{background-color:#1c2741;border-bottom:1px solid #374151}.invoice-reports-subheading{font-family:Inter,sans-serif;font-weight:700;font-size:18px;line-height:28px;color:#000;margin:0}[data-theme=dark] .invoice-reports-subheading{color:#fff}.invoice-reports-filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding-left:31.7px;box-sizing:border-box}.invoice-reports-page .search-input-container{position:relative;width:min(502px,100%);flex:1 1 220px;min-width:0}.invoice-reports-page .search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px}[data-theme=dark] .invoice-reports-page .search-icon{filter:brightness(0) invert(1)}.invoice-reports-page .search-input{width:100%;height:43px;border:1.33px solid #e5e7eb;border-radius:10px;background-color:#fff;padding:0 14px 0 40px;font-family:Inter,sans-serif;font-size:14px;color:#0a0a0a80;outline:none}.invoice-reports-page .search-input:focus{color:#000;border-color:#34568b}[data-theme=dark] .invoice-reports-page .search-input{background-color:#101322;border-color:#4b5563;color:#fff}.invoice-reports-page .filter-dropdown{position:relative;display:flex;align-items:center}.invoice-reports-page .date-range-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;width:100%;max-width:100%;min-width:0;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:12px;z-index:30}.invoice-reports-page .date-range-row{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.invoice-reports-page .date-range-label{font-family:Inter,sans-serif;font-size:12px;color:#6a7282}.invoice-reports-page .date-range-picker{width:100%;height:36px;border:1px solid #e5e7eb;border-radius:6px;padding:0 10px;font-family:Inter,sans-serif;font-size:13px;color:#16181d;outline:none}.invoice-reports-page .date-range-picker:focus{border-color:#34568b}.invoice-reports-page .date-range-actions{display:flex;justify-content:space-between;margin-top:4px}.invoice-reports-page .date-range-clear-btn,.invoice-reports-page .date-range-apply-btn{height:32px;min-width:72px;border-radius:6px;border:1px solid #d1d5db;background:#fff;font-size:13px;cursor:pointer}.invoice-reports-page .date-range-apply-btn{background:#34568b;color:#fff;border-color:#34568b}.invoice-reports-page .date-filter{width:150px;height:43px;border:1.33px solid #e5e7eb;border-radius:10px;background-color:#fff;padding:11.33px 11px;font-family:Inter,sans-serif;font-size:13px;line-height:20px;text-align:center;color:#364153;outline:none;cursor:pointer}.invoice-reports-page .calendar-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);width:16px;height:16px}[data-theme=dark] .invoice-reports-page .calendar-icon{filter:brightness(0) invert(1)}.invoice-client-filter,.invoice-status-filter,.custom-select-trigger.invoice-client-filter,.custom-select-trigger.invoice-status-filter{width:100%;max-width:100%;min-width:0;height:43px;border:1.33px solid #e5e7eb;border-radius:10px;background-color:#fff;padding:11.33px 30px 11.33px 11px;font-family:Inter,sans-serif;font-size:13px;line-height:20px;text-align:left;color:#364153;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[data-theme=dark] .invoice-reports-page .date-filter,[data-theme=dark] .invoice-client-filter,[data-theme=dark] .invoice-status-filter,[data-theme=dark] .custom-select-trigger.invoice-client-filter,[data-theme=dark] .custom-select-trigger.invoice-status-filter{background-color:#101322;border-color:#4b5563;color:#fff}[data-theme=dark] .invoice-reports-page .date-range-dropdown{background:#1c2741;border-color:#374151}.invoice-reports-page .dropdown-icon{position:absolute;right:11px;top:50%;transform:translateY(-50%);width:12px;height:12px;pointer-events:none}[data-theme=dark] .invoice-reports-page .dropdown-icon{filter:brightness(0) invert(1)}.invoice-reports-page .generate-report-btn{width:150.52px;height:44px;border-radius:10px;background-color:#34568b;border:none;font-family:Inter,sans-serif;font-size:16px;line-height:24px;color:#fff;cursor:pointer}.invoice-reports-page .generate-report-btn:hover{background-color:#2a4b7c}.invoice-reports-page .reports-table-container{position:relative;margin-top:20px;width:100%;background-color:#fff;border:1px solid #e5e7eb;border-radius:10px 10px 0 0;overflow-x:auto;flex:1;min-height:0}.invoice-reports-page .reports-table-container.has-data{overflow-y:auto}.invoice-reports-page .reports-table-container.no-data{overflow-y:hidden}[data-theme=dark] .invoice-reports-page .reports-table-container{background-color:#1c2741;border-color:#374151}.invoice-reports-page .reports-table{width:100%;min-width:720px;border-collapse:collapse;table-layout:auto}.invoice-reports-page .reports-table th{padding:12.17px 20px;font-family:Inter,sans-serif;font-size:12px;line-height:16px;color:#6a7282;text-align:left;background-color:#fff;border-bottom:1px solid #e5e7eb}[data-theme=dark] .invoice-reports-page .reports-table th{background-color:#101322;border-color:#4b5563;color:#9ca3af}.invoice-reports-page .reports-table td{height:62px;padding:12.17px 20px;border-bottom:1px solid #e5e7eb;vertical-align:middle}.invoice-reports-page .reports-table tbody tr{height:62px}.invoice-reports-page .report-row{cursor:pointer}[data-theme=dark] .invoice-reports-page .reports-table td{border-color:#4b5563}.invoice-reports-page .report-name-container{display:flex;flex-direction:column;gap:2px}.invoice-reports-page .report-name{font-family:Inter,sans-serif;font-size:13.3px;line-height:20px;text-decoration:underline;color:#00e;cursor:pointer}.invoice-reports-page .report-id{font-family:Inter,sans-serif;font-size:9.4px;line-height:14.29px;color:#65758b}[data-theme=dark] .invoice-reports-page .report-name{color:#60a5fa}[data-theme=dark] .invoice-reports-page .report-id{color:#9ca3af}.invoice-reports-page .generated-by{font-family:Inter,sans-serif;font-size:16px;line-height:20px;color:#16181d}[data-theme=dark] .invoice-reports-page .generated-by{color:#fff}.invoice-reports-page .generated-date{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:14px;color:#4b5563}.invoice-reports-page .date-icon{width:16px;height:16px}[data-theme=dark] .invoice-reports-page .generated-date{color:#9ca3af}[data-theme=dark] .invoice-reports-page .date-icon{filter:brightness(0) invert(1)}.invoice-reports-page .time-period{font-family:Inter,sans-serif;font-size:14px;color:#4b5563}[data-theme=dark] .invoice-reports-page .time-period{color:#9ca3af}.invoice-reports-page .download-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:134.25px;height:37px;border-radius:10px;background-color:#ef5350;border:none;font-family:Inter,sans-serif;font-size:16px;color:#fff;cursor:pointer}.invoice-reports-page .download-btn:hover{background-color:#e53935}.invoice-reports-page .pdf-icon{width:16px;height:16px}.invoice-reports-page .back-to-reports-btn{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:0;align-self:flex-start;margin-bottom:13.96px}.invoice-reports-page .back-arrow-icon{width:16px;height:16px}.invoice-reports-page .back-to-reports-btn span{font-family:Inter,sans-serif;font-size:14px;line-height:20px;color:#4a5565}[data-theme=dark] .invoice-reports-page .back-to-reports-btn span{color:#e5e7eb}[data-theme=dark] .invoice-reports-page .back-arrow-icon{filter:brightness(0) invert(1)}@media (max-width: 1400px){.invoice-reports-page .search-input-container{flex:1.5;min-width:200px}}@media (max-width: 768px){.invoice-reports-page{height:auto;min-height:100vh}.invoice-reports-header,.invoice-reports-filters{padding-left:16px;padding-right:16px}.invoice-reports-page .search-input-container{width:100%;flex:1 1 100%}.invoice-reports-page .generate-report-btn{width:100%;max-width:none}}.invoice-report-details-page{width:100%;padding:21px 47px;box-sizing:border-box;color-scheme:light}[data-theme=dark] .invoice-report-details-page{color-scheme:dark}.invoice-report-details-main-heading{margin:0 0 20px;font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:32px;color:#000}.invoice-report-details-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.invoice-report-details-back{display:flex;align-items:center;gap:10px;background:transparent;border:none;padding:0;cursor:pointer}.invoice-report-details-back img{width:16px;height:16px}.invoice-report-details-back span{font-family:Inter,sans-serif;font-weight:700;font-size:22px;line-height:20px;color:#34568b}.invoice-report-details-download-btn{width:131px;height:44px;border-radius:10px;border:none;background:#34568b;color:#fff;font-family:Inter,sans-serif;font-size:16px;line-height:24px;cursor:pointer}.invoice-report-details-download-btn:disabled{opacity:.6;cursor:not-allowed}.invoice-report-details-card{border:2px solid #E5E7EB;padding:40px 39px;background:#fff}.invoice-report-details-logo{width:120px;height:auto;margin-bottom:15px}.invoice-report-details-logo--dark,[data-theme=dark] .invoice-report-details-logo--light{display:none}[data-theme=dark] .invoice-report-details-logo--dark{display:block}.invoice-report-details-meta{display:grid;grid-template-columns:1fr;gap:11px;margin-bottom:43px}.invoice-report-details-meta div{display:flex;align-items:center;gap:24px}.invoice-report-details-meta strong{min-width:140px;font-family:Inter,sans-serif;font-weight:700;font-size:15px;line-height:20px;color:#16181d}.invoice-report-details-meta span{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:14.29px;color:#65758b}.invoice-report-details-table-wrap{border:1.33px solid #e5e7eb;overflow-x:auto}.invoice-report-details-table{width:100%;border-collapse:collapse;min-width:1600px}.invoice-report-details-table th{padding:12px 12px 10px;font-family:Inter,sans-serif;font-weight:400;font-size:9px;line-height:14px;color:#6a7282;text-align:left;white-space:nowrap}.invoice-report-details-table td{padding:10px 12px 12px;font-family:Inter,sans-serif;font-weight:400;font-size:9px;line-height:14px;color:#16181d;border-top:1px solid #e5e7eb;vertical-align:top}.invoice-report-name-id-cell{display:table-cell}.invoice-report-title-line{display:block;font-weight:600;color:#00e;text-decoration:underline;font-size:9px}.invoice-report-id-line{display:block;font-size:8px;color:#65758b;margin-top:2px}.invoice-status-pill{display:inline-flex;min-width:52px;height:20px;border-radius:18px;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:700;font-size:8px;letter-spacing:.25px;padding:0 6px}.invoice-status-pill.paid{border:1px solid #a4f4cf;background:#ecfdf5;color:#007a55}.invoice-status-pill.unpaid{border:1px solid #fcd34d;background:#fffbeb;color:#b45309}.invoice-report-details-loading,.invoice-report-details-empty{text-align:center;padding:28px}.invoice-report-details-summary-fallback{margin:-24px 0 24px;padding:16px 18px;border-radius:8px;background:#f3f4f6;border:1px solid #e5e7eb}.invoice-report-details-summary-fallback p{margin:0 0 10px;font-family:Inter,sans-serif;font-size:13px;line-height:20px;color:#4b5563}.invoice-report-details-summary-fallback p:last-child{margin-bottom:0}.invoice-report-details-summary-fallback-metrics{font-weight:600;color:#16181d}[data-theme=dark] .invoice-report-details-summary-fallback{background:#374151;border-color:#4b5563}[data-theme=dark] .invoice-report-details-summary-fallback p{color:#d1d5db}[data-theme=dark] .invoice-report-details-summary-fallback-metrics{color:#f3f4f6}[data-theme=dark] .invoice-report-details-main-heading{color:#fff}[data-theme=dark] .invoice-report-details-card{background:#1c2741;border-color:#4b5563}[data-theme=dark] .invoice-report-details-back span{color:#e5e7eb}[data-theme=dark] .invoice-report-details-back img{filter:brightness(0) invert(1)}[data-theme=dark] .invoice-report-details-meta strong{color:#f3f4f6}[data-theme=dark] .invoice-report-details-meta span{color:#9ca3af}[data-theme=dark] .invoice-report-details-table-wrap{border-color:#4b5563}[data-theme=dark] .invoice-report-details-table th{background:#1c2741;color:#9ca3af;border-bottom:1px solid #4b5563}[data-theme=dark] .invoice-report-details-table td{border-color:#4b5563;color:#e5e7eb}[data-theme=dark] .invoice-report-title-line{color:#60a5fa}[data-theme=dark] .invoice-report-id-line{color:#9ca3af}[data-theme=dark] .invoice-report-details-loading,[data-theme=dark] .invoice-report-details-empty{color:#d1d5db}@media (max-width: 900px){.invoice-report-details-page{padding:12px 16px;min-width:0}.invoice-report-details-topbar{flex-wrap:wrap;gap:12px;align-items:center}.invoice-report-details-back{flex:1 1 auto;min-width:0}.invoice-report-details-back span{font-size:18px;line-height:24px}.invoice-report-details-card{padding:20px 16px}.invoice-report-details-meta div{flex-direction:column;align-items:flex-start;gap:4px}.invoice-report-details-meta strong{min-width:0}.invoice-report-details-table-wrap{-webkit-overflow-scrolling:touch}}@media (max-width: 480px){.invoice-report-details-topbar{flex-direction:column;align-items:stretch}.invoice-report-details-download-btn{width:100%;max-width:none}}.settings-page{width:100%;max-width:1400px;margin:0 auto;padding:24px;min-width:0}.settings-title{font-weight:700;font-size:20px;line-height:32px;letter-spacing:0px;color:#000;margin:0 0 24px;padding:12px 16px;border-radius:8px}.settings-container{display:flex;gap:24px;align-items:flex-start;min-width:0}.settings-sidebar{width:256px;min-height:168px;padding:18.99px 8.97px;background-color:#fff;border-radius:10px;border:1px solid #E5E7EB;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.settings-tab{display:flex;align-items:center;gap:12px;padding:12px;border-radius:10px;cursor:pointer;transition:all .2s ease}.settings-tab.active{background-color:#007aff26}.settings-tab .tab-icon{width:20px;height:20px;object-fit:contain}.settings-tab.active .tab-icon{filter:brightness(0)}.settings-tab:not(.active) .tab-icon{filter:brightness(0) saturate(100%) invert(30%) sepia(8%) saturate(800%) hue-rotate(180deg) brightness(95%) contrast(85%)}.tab-text{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#4a5565}.settings-tab.active .tab-text{color:#000}.settings-content{flex:1;min-width:0;max-width:100%;background-color:#fff;border-radius:10px;padding:24px;box-sizing:border-box;overflow-x:hidden}.general-profile-section{width:100%}.section-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px}.section-header-text{flex:1;min-width:0}.section-title{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:28px;letter-spacing:0px;color:#000;margin:0 0 8px}.section-description{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#6a7282;margin:0}.edit-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 20px;border-radius:10px;background-color:#34568b;border:none;font-family:Arial,Arimo,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px;color:#fff;cursor:pointer;transition:opacity .2s ease;white-space:nowrap;flex-shrink:0}.edit-button:hover{opacity:.9}.back-button-row{margin-bottom:16px}.back-button{background:none;border:none;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#34568b;cursor:pointer;padding:0}.back-button:hover{text-decoration:underline}.details-container{border:1.2px solid #E5E7EB;border-radius:10px;padding:20px;margin-bottom:32px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.detail-field{display:flex;flex-direction:column;gap:8px}.detail-heading{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#6a7282;margin:0}.detail-value{font-family:Inter,sans-serif;font-size:14px;line-height:20px;letter-spacing:0px;color:#000;margin:0}.detail-value-input{font-family:Inter,sans-serif;font-size:14px;line-height:20px;letter-spacing:0px;color:#000;padding:8px 12px;border:1px solid #E5E7EB;border-radius:8px;background-color:#fff}.detail-value-input:focus{outline:none;border-color:#34568b}.gmail-section{margin-bottom:32px;border:1px solid #E5E7EB;padding:25.25px;border-radius:10px}.gmail-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.gmail-icon{width:16px;height:16px}.gmail-title{font-size:14px;font-weight:400;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;color:#000;margin:0}.gmail-description{font-size:12px;line-height:16px;letter-spacing:0px;font-family:Inter,sans-serif;color:#6a7282;margin:0 0 16px}.gmail-accounts{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.gmail-account-item{background-color:#f9fafb;padding:17.25px;border-radius:10px;display:flex;justify-content:space-between;align-items:center}.gmail-account-left{display:flex;align-items:center;gap:12px}.gmail-account-left input[type=radio]{width:18px;height:18px;cursor:pointer}.gmail-email{font-family:Inter,sans-serif;font-size:14px;line-height:20px;color:#000}.gmail-account-right{display:flex;align-items:center;gap:8px}.connected-tag{padding:2.98px 8px;color:#008236;background-color:#dcfce7;border-radius:4px;font-family:Inter,sans-serif;font-size:12px;font-weight:400}.primary-tag{background-color:#aaa;padding:4px 8px;border-radius:4px;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:400}.unlink-button{background:none;border:none;color:#ef4444;font-family:Inter,sans-serif;font-size:14px;cursor:pointer;padding:4px 8px}.unlink-button:hover{text-decoration:underline}.link-account-button{width:100%;padding:12px;border:1px dashed #E5E7EB;border-radius:10px;background-color:#fff;color:#34568b;font-family:Inter,sans-serif;font-size:14px;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.link-account-button:hover{background-color:#f9fafb}.copilot-section{margin-bottom:32px;border:1px solid #E5E7EB;padding:25.25px;border-radius:10px}.copilot-header{display:flex;justify-content:space-between;align-items:center}.copilot-title{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#000;margin:0 0 4px}.copilot-description{font-family:Inter,sans-serif;font-size:12px;line-height:16px;color:#6a7282;margin:0}.copilot-status{padding:6px 12px;border-radius:20px;font-family:Inter,sans-serif;font-size:12px;font-weight:400}.copilot-status.enabled{background-color:#dcfce7;color:#008236}.copilot-status.disabled{background-color:#f3f4f6;color:#6a7282}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e5e7eb;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#34568b}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.action-buttons{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid #E5E7EB}.cancel-button{padding:10px 24px;border:1px solid #E5E7EB;border-radius:10px;background-color:#fff;color:#4a5565;font-family:Inter,sans-serif;font-size:14px;font-weight:400;cursor:pointer}.cancel-button:hover{background-color:#f9fafb}.save-button{padding:10px 24px;border:none;border-radius:10px;background-color:#34568b;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:400;cursor:pointer}.save-button:hover{opacity:.9}.save-button:disabled{opacity:.6;cursor:not-allowed}.error-message{color:#ef4444;font-family:Inter,sans-serif;font-size:14px;margin-top:16px;padding:12px;background-color:#fee2e2;border-radius:8px}.users-roles-section{width:100%;min-width:0;max-width:100%}.users-roles-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.users-roles-heading-block{margin-bottom:0}.users-roles-title{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:28px;letter-spacing:0px;color:#000;margin:0 0 5.72px}.users-roles-subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#6a7282;margin:0}.users-roles-tabs-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;flex-shrink:0}.users-roles-tabs{display:flex;align-items:center;width:148.94px;height:42.48px;padding:5.26px;border:1.26px solid #E5E7EB;border-radius:10px;background:#fff}.users-roles-tab{flex:1;padding:5px 13.98px;border:none;border-radius:4px;background:transparent;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#4a5565;cursor:pointer;transition:background .2s,color .2s}.users-roles-tab.active{background-color:#f3f4f6;color:#000}.users-roles-add-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:8px 16px;border-radius:10px;background-color:#34568b;border:none;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px;color:#fff;cursor:pointer;transition:opacity .2s;white-space:nowrap;flex-shrink:0}.users-roles-add-btn:hover{opacity:.9}.users-roles-actions-row{display:flex;align-items:center;gap:12px}.users-roles-refresh-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:39.97px;padding:0;border:1px solid #E5E7EB;border-radius:10px;background:#fff;cursor:pointer;transition:background-color .2s,border-color .2s}.users-roles-refresh-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#d1d5dc}.users-roles-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.users-roles-refresh-icon{width:20px;height:20px;object-fit:contain}.add-btn-icon{width:16px;height:16px;object-fit:contain}.users-roles-table-wrap{border:1px solid #E5E7EB;border-radius:10px;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.users-roles-table{width:100%;min-width:820px;border-collapse:collapse;font-family:Inter,sans-serif;table-layout:auto}.users-roles-table thead{background-color:#f9fafb}.users-roles-table thead th{padding:9.99px 32.17px 15.01px;text-align:left;font-weight:700;font-size:14px;line-height:20px;letter-spacing:0px;color:#4a5565;border-bottom:1.26px solid #E5E7EB}.users-roles-table tbody tr{border-bottom:1.26px solid #E5E7EB}.users-roles-table tbody tr:last-child{border-bottom:none}.users-roles-table tbody td{padding:14px 32.17px;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px}.role-name-cell{color:#000;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-level-cell{color:#4a5565;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-cell{color:#000!important}.user-cell *{color:inherit}.users-roles-table tbody td.user-cell{color:#000!important}.users-roles-table tbody td.user-cell .user-name{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#000!important;margin-bottom:4px;display:block;visibility:visible!important;opacity:1!important}.users-roles-table tbody td.user-cell .user-email,.user-email{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:0px;color:#155dfc}.access-cell{color:#000}.access-toggle-wrap{display:flex;align-items:center;gap:8px;cursor:pointer;margin:0}.access-toggle-input{position:absolute;opacity:0;width:0;height:0}.access-toggle-switch{position:relative;width:39.991px;height:19.996px;border-radius:42431300px;background-color:#e5e7eb;transition:background-color .2s;flex-shrink:0}.access-toggle-switch.active{background-color:#00c950}.access-toggle-button{position:absolute;top:2px;left:2px;width:15.985px;height:15.985px;border-radius:42431300px;background-color:#fff;transition:left .2s;box-shadow:0 1px 3px #0003}.access-toggle-switch.active .access-toggle-button{left:22.01px}.access-toggle-text{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#6a7282;-webkit-user-select:none;user-select:none}.access-toggle-text.active{color:#00a63e}.credentials-cell{color:#000}.credentials-shared{display:flex;align-items:center;gap:8px}.credentials-not-shared{display:flex;align-items:center;gap:7.7px}.credentials-icon{width:15.98px;height:15.98px;object-fit:contain;flex-shrink:0}.credentials-shared-text{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#4a5565}.credentials-resend-btn{min-width:54.257px;height:19.976px;border-radius:4px;background-color:#f3f4f6;border:none;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:0px;text-align:center;color:#000;cursor:pointer;padding:0 8px;transition:background-color .2s}.credentials-resend-btn:hover:not(:disabled){background-color:#e5e7eb}.credentials-resend-btn.on-cooldown{background-color:#00c950;color:#fff;cursor:not-allowed}.credentials-resend-btn:disabled{cursor:not-allowed;opacity:1}.credentials-resend-countdown{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:0px;color:#00c950}.pagination-container{display:flex;justify-content:space-between;align-items:center;padding:16px 32.17px;border-top:1px solid #E5E7EB;background-color:#fff}.pagination-info{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#4a5565}.pagination-per-page{padding:4px 32px 4px 8px;border:1px solid #D1D5DC;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#000;background-color:#fff;background-image:url(/DropDownIcon.svg);background-repeat:no-repeat;background-position:right 8px center;background-size:16px auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;min-width:60px}.pagination-per-page:hover{border-color:#9ca3af}.pagination-per-page:focus{outline:none;border-color:#34568b;box-shadow:0 0 0 2px #34568b1a}.pagination-pages{display:flex;align-items:center;gap:4px}.pagination-page-btn{min-width:32px;height:32px;padding:0 8px;border:1px solid #E5E7EB;border-radius:4px;background-color:#fff;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#4a5565;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.pagination-page-btn:hover:not(.active){background-color:#f9fafb;border-color:#d1d5dc}.pagination-page-btn.active{background-color:#34568b;border-color:#34568b;color:#fff;cursor:default}.pagination-page-btn:disabled{opacity:.5;cursor:not-allowed}.credentials-share-link{background:none;border:none;padding:0;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;text-align:center;color:#155dfc;cursor:pointer;text-decoration:none}.credentials-share-link:hover{text-decoration:underline}.actions-cell{display:flex;gap:8px;align-items:center}.actions-cell-inner{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.table-icon-btn{padding:6px;border:none;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.table-icon-btn:hover{background:#f3f4f6}.table-icon-btn img{width:20px;height:20px;object-fit:contain}.users-roles-placeholder{padding:40px;text-align:center;color:#6a7282;font-family:Inter,sans-serif;font-size:14px}.users-roles-placeholder-text{margin:0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.modal-box{width:100%;max-width:447.99px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 20px 60px #00000026}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:15.98px 23.99px}.modal-header-left{display:flex;align-items:center;gap:11.99px}.modal-heading-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0}.modal-heading-text{font-family:Inter,sans-serif;font-weight:700;font-size:15px;line-height:22.5px;letter-spacing:0px;color:#000;margin:0}.modal-close-btn{width:20px;height:20px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#4a5565;font-size:20px;line-height:1;transition:color .2s}.modal-close-btn:hover{color:#000}.modal-close-x{font-size:24px;font-weight:300;line-height:1}.modal-body{padding:20px 23.99px}.modal-body-gap .modal-p+.modal-p{margin-top:20px}.modal-p{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:22.5px;letter-spacing:0px;color:#000;margin:0}.modal-p+.modal-p{margin-top:12px}.modal-footer{padding:17.25px 23.99px}.modal-footer-gray{background-color:#e5e7eb;display:flex;justify-content:flex-end}.modal-btn-got-it{width:77.34px;height:38.45px;border-radius:4px;background-color:#e5e7eb;border:none;font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:22.5px;letter-spacing:0px;color:#364153;cursor:pointer;transition:background .2s}.modal-btn-got-it:hover{background-color:#d1d5db}.modal-btn-cancel{padding:0 16px;height:38.45px;border-radius:4px;background:transparent;border:none;font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:22.5px;letter-spacing:0px;color:#364153;cursor:pointer;margin-right:12px}.modal-btn-cancel:hover{text-decoration:underline}.modal-btn-delete{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:115.67px;height:38.45px;padding:0 12px;border-radius:4px;background-color:#e7000b;border:none;font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:22.5px;letter-spacing:0px;color:#fff;cursor:pointer;transition:opacity .2s}.modal-btn-delete:hover:not(:disabled){opacity:.9}.modal-btn-delete:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.modal-btn-delete .btn-spinner-white{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:btn-spin .7s linear infinite;flex-shrink:0}.modal-btn-cancel:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.modal-btn-primary{min-width:100px;height:38.45px;padding:0 16px;border-radius:4px;background-color:#3b82f6;border:none;font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:22.5px;color:#fff;cursor:pointer;transition:opacity .2s}.modal-btn-primary:hover:not(:disabled){opacity:.9}.modal-btn-primary:disabled{opacity:.6;cursor:not-allowed}.modal-label{display:block;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#364153;margin-bottom:6px}.modal-input{width:100%;box-sizing:border-box;height:40px;padding:8px 12px;border:1px solid #E5E7EB;border-radius:4px;font-family:Inter,sans-serif;font-size:14px;color:#364153}.modal-input::placeholder{color:#9ca3af}.users-roles-error{color:#e7000b;font-size:14px;margin-bottom:8px}.users-roles-loading{padding:24px;text-align:center;font-family:Inter,sans-serif;font-size:14px;color:#6b7280}.users-roles-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}.users-roles-empty-icon{width:64px;height:64px;margin-bottom:16px;object-fit:contain;color:#9ca3af}.users-roles-empty-text{font-family:Inter,sans-serif;font-size:16px;line-height:24px;color:#6b7280;margin:0 0 20px}.users-roles-refresh-list-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border:1px solid #E5E7EB;border-radius:10px;background:#fff;font-family:Inter,sans-serif;font-size:14px;line-height:20px;color:#364153;cursor:pointer;transition:background-color .2s,border-color .2s}.users-roles-refresh-list-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#d1d5dc}.users-roles-refresh-list-btn:disabled{opacity:.6;cursor:not-allowed}.users-roles-refresh-list-icon{width:18px;height:18px;object-fit:contain}.security-section{width:100%;padding:0}.security-header{margin-bottom:24px}.security-title{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:28px;letter-spacing:0px;color:#000;margin:0 0 10px}.security-subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#6a7282;margin:0}.security-error{color:#dc2626;font-family:Inter,sans-serif;font-size:14px;margin-bottom:16px;padding:8px 12px;background-color:#fef2f2;border-radius:4px}.security-card{display:flex;justify-content:space-between;align-items:center;padding:30px 25.25px;border:1.26px solid #E5E7EB;border-radius:10px;margin-bottom:24px}.security-card:last-child{margin-bottom:0}.security-card-left{display:flex;align-items:center;gap:12px}.security-icon-container{width:39.99px;height:39.99px;border-radius:10px;background-color:#007aff26;display:flex;align-items:center;justify-content:center;flex-shrink:0}.security-icon-container svg.lock-icon-fallback{width:20px;height:20px;color:#007aff}.security-icon{width:20px;height:20px;object-fit:contain}.security-card-text{display:flex;flex-direction:column;gap:0}.security-card-heading{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#000;margin:0}.security-card-subheading{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:0px;color:#6a7282;margin:0}.security-change-password-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 20px;border-radius:10px;background-color:#34568b;border:none;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px;color:#fff;cursor:pointer;transition:opacity .2s;flex-shrink:0;white-space:nowrap}.security-change-password-btn:hover:not(:disabled){opacity:.9}.security-change-password-btn:disabled{opacity:.6;cursor:not-allowed}.security-toggle-wrap{display:flex;align-items:center;cursor:pointer;flex-shrink:0}.security-toggle-input{position:absolute;opacity:0;width:0;height:0}.security-toggle-switch{position:relative;width:55.996px;height:27.998px;border-radius:14px;background-color:#aaa;transition:background-color .2s;flex-shrink:0}.security-toggle-switch.active{background-color:#00c950}.security-toggle-button{position:absolute;top:2px;left:2px;width:24px;height:24px;border-radius:12px;background-color:#fff;transition:transform .2s;box-shadow:0 2px 4px #0003}.security-toggle-switch.active .security-toggle-button{transform:translate(27.998px)}.security-toggle-wrap:hover .security-toggle-switch:not(.active){background-color:#999}.security-toggle-wrap:active .security-toggle-button{box-shadow:0 1px 2px #0003}[data-theme=dark] .settings-title{color:#fff}[data-theme=dark] .settings-sidebar{background-color:#1c2741;border:none}[data-theme=dark] .settings-tab.active{background-color:#34568b}[data-theme=dark] .settings-tab.active .tab-text,[data-theme=dark] .settings-tab .tab-text{color:#fff}[data-theme=dark] .settings-tab .tab-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(106%) contrast(101%)}[data-theme=dark] .settings-content{background-color:transparent}[data-theme=dark] .section-title,[data-theme=dark] .section-description,[data-theme=dark] .detail-value,[data-theme=dark] .gmail-title,[data-theme=dark] .gmail-description,[data-theme=dark] .copilot-title,[data-theme=dark] .copilot-description,[data-theme=dark] .detail-heading{color:#fff}[data-theme=dark] .details-container,[data-theme=dark] .gmail-section,[data-theme=dark] .copilot-section{background-color:#1c2741;border-color:#1c2741}[data-theme=dark] .detail-value-input{color:#fff;background-color:#1c2741;border-color:#34568b}[data-theme=dark] .detail-value-input::placeholder{color:#d1d5dc}[data-theme=dark] .gmail-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(106%) contrast(101%)}[data-theme=dark] .gmail-account-item{background-color:#1c2741}[data-theme=dark] .gmail-account-item:has(.primary-tag){background-color:#34568b}[data-theme=dark] .gmail-account-item.gmail-account-item-highlight{background-color:#34568b}[data-theme=dark] .gmail-email{color:#fff}[data-theme=dark] .connected-tag{background-color:#c3ffd8;color:#00a142}[data-theme=dark] .primary-tag{background-color:#aaa;color:#fff}[data-theme=dark] .users-roles-title,[data-theme=dark] .users-roles-subtitle{color:#fff}[data-theme=dark] .users-roles-tabs{background:#1c2741;border-color:#1c2741}[data-theme=dark] .users-roles-tab{color:#fff}[data-theme=dark] .users-roles-tab.active{background-color:#34568b;color:#fff}[data-theme=dark] .users-roles-refresh-btn{background:#1c2741;border-color:#1c2741}[data-theme=dark] .users-roles-refresh-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(106%) contrast(101%)}[data-theme=dark] .users-roles-table-wrap,[data-theme=dark] .users-roles-table,[data-theme=dark] .users-roles-table thead,[data-theme=dark] .users-roles-table tbody,[data-theme=dark] .pagination-container{background-color:#1c2741}[data-theme=dark] .users-roles-table-wrap,[data-theme=dark] .users-roles-table thead th,[data-theme=dark] .users-roles-table tbody tr,[data-theme=dark] .pagination-container{border-color:#34568b}[data-theme=dark] .users-roles-table thead th,[data-theme=dark] .users-roles-table tbody td,[data-theme=dark] .role-name-cell,[data-theme=dark] .access-level-cell,[data-theme=dark] .access-cell,[data-theme=dark] .credentials-cell,[data-theme=dark] .pagination-info,[data-theme=dark] .pagination-per-page,[data-theme=dark] .pagination-page-btn,[data-theme=dark] .users-roles-loading,[data-theme=dark] .users-roles-empty-text{color:#fff}[data-theme=dark] .users-roles-table tbody td.user-cell,[data-theme=dark] .users-roles-table tbody td.user-cell .user-name,[data-theme=dark] .users-roles-table tbody td.user-cell .user-email,[data-theme=dark] .user-email,[data-theme=dark] .credentials-shared-text,[data-theme=dark] .credentials-share-link{color:#fff!important}[data-theme=dark] .pagination-info{color:#e5e7eb}[data-theme=dark] .pagination-info>span{color:#e5e7eb}[data-theme=dark] .pagination-per-page{background-color:#1c2741;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .pagination-per-page:hover{border-color:#93c5fd}[data-theme=dark] .pagination-per-page:focus{border-color:#34568b;box-shadow:0 0 0 2px #34568b4d}[data-theme=dark] .pagination-per-page option{background-color:#1c2741;color:#e5e7eb}[data-theme=dark] .pagination-page-btn{background-color:#1c2741;border-color:#34568b;color:#e5e7eb}[data-theme=dark] .pagination-page-btn:hover:not(.active){background-color:#131625;border-color:#34568b}[data-theme=dark] .pagination-page-btn.active{background-color:#34568b;border-color:#34568b;color:#fff}[data-theme=dark] .modal-box{background:#121828}[data-theme=dark] .modal-heading-text,[data-theme=dark] .modal-p,[data-theme=dark] .modal-close-btn,[data-theme=dark] .modal-close-btn:hover{color:#fff}[data-theme=dark] .modal-heading-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(106%) contrast(101%)}[data-theme=dark] .modal-footer-gray{background-color:#1c2741}[data-theme=dark] .modal-btn-cancel,[data-theme=dark] .modal-btn-got-it{color:#000}[data-theme=dark] .modal-btn-delete,[data-theme=dark] .modal-btn-primary{background-color:#34568b;color:#fff}[data-theme=dark] .security-title,[data-theme=dark] .security-subtitle,[data-theme=dark] .security-card-heading,[data-theme=dark] .security-card-subheading{color:#fff}[data-theme=dark] .security-card{background-color:#1c2741;border-color:#1c2741}@media (max-width: 1024px){.settings-page{padding:16px}.settings-content{padding:20px}.users-roles-header{flex-direction:column;align-items:stretch}.users-roles-tabs-row{width:100%;justify-content:flex-start}}@media (max-width: 768px){.settings-page{padding:12px}.settings-title{padding:8px 0;margin-bottom:16px}.settings-container{flex-direction:column;gap:16px}.settings-sidebar{width:100%;min-height:0}.settings-content{padding:16px}.details-container{grid-template-columns:1fr;padding:16px;gap:16px}.section-header{flex-direction:column;align-items:stretch}.edit-button{width:100%}.users-roles-tabs-row{flex-direction:column;align-items:stretch}.users-roles-tabs,.users-roles-add-btn,.users-roles-actions-row{width:100%}.users-roles-actions-row{justify-content:flex-start}.users-roles-add-btn{flex:1}.security-card{flex-direction:column;align-items:flex-start;gap:16px;padding:20px 16px}.security-change-password-btn{width:100%}.pagination-container{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.users-roles-table--users,.users-roles-table--roles{min-width:720px}.users-roles-table thead th,.users-roles-table tbody td{padding:10px 12px;font-size:13px}.users-roles-table thead th{white-space:nowrap}.role-name-cell,.access-level-cell{max-width:160px}}@media (max-width: 480px){.settings-content{padding:12px}.settings-tab{padding:10px}.users-roles-add-btn{font-size:14px;padding:8px 12px}}@media (max-width: 640px){.users-roles-table-wrap{overflow-x:visible;border:none;background:transparent}.users-roles-table--users,.users-roles-table--roles{min-width:0;border-collapse:separate;border-spacing:0 12px}.users-roles-table--users thead,.users-roles-table--roles thead{display:none}.users-roles-table--users tbody tr,.users-roles-table--roles tbody tr{display:block;border:1px solid #E5E7EB;border-radius:10px;background:#fff;overflow:hidden}.users-roles-table--users tbody tr,.users-roles-table--roles tbody tr{border-bottom:none}.users-roles-table--users tbody td,.users-roles-table--roles tbody td{display:grid;grid-template-columns:minmax(96px,38%) minmax(0,1fr);gap:6px 12px;align-items:center;padding:10px 14px;border-bottom:1px solid #F3F4F6}.users-roles-table--users tbody td>*,.users-roles-table--roles tbody td>*{grid-column:2;justify-self:end;text-align:right;min-width:0}.users-roles-table--users tbody td:last-child,.users-roles-table--roles tbody td:last-child{border-bottom:none}.users-roles-table--users tbody td:before,.users-roles-table--roles tbody td:before{font-weight:600;font-size:11px;line-height:16px;letter-spacing:.04em;text-transform:uppercase;color:#6a7282}.users-roles-table--users tbody td:nth-child(1):before{content:"User"}.users-roles-table--users tbody td:nth-child(2):before{content:"Role"}.users-roles-table--users tbody td:nth-child(3):before{content:"Access"}.users-roles-table--users tbody td:nth-child(4):before{content:"Credentials"}.users-roles-table--users tbody td:nth-child(5):before{content:"Actions"}.users-roles-table--roles tbody td:nth-child(1):before{content:"Role Name"}.users-roles-table--roles tbody td:nth-child(2):before{content:"Access Level"}.users-roles-table--roles tbody td:nth-child(3):before{content:"Actions"}.users-roles-table--users .role-name-cell,.users-roles-table--roles .role-name-cell,.users-roles-table--roles .access-level-cell{max-width:none;white-space:normal;word-break:break-word;text-align:right}.users-roles-table--users tbody td:before,.users-roles-table--roles tbody td:before{align-self:center}.users-roles-table--users .actions-cell,.users-roles-table--roles .actions-cell{display:grid}.users-roles-table--users .actions-cell-inner,.users-roles-table--roles .actions-cell-inner{display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap;width:100%}.users-roles-table--users .actions-cell .table-icon-btn,.users-roles-table--roles .actions-cell .table-icon-btn{margin:0}.users-roles-table--users .user-cell>.user-name,.users-roles-table--users .user-cell>.user-email{width:100%}.users-roles-table--users .access-toggle-wrap,.users-roles-table--users .credentials-shared,.users-roles-table--users .credentials-not-shared{justify-content:flex-end;margin-left:auto}[data-theme=dark] .users-roles-table--users tbody tr,[data-theme=dark] .users-roles-table--roles tbody tr{background:#1c2741;border-color:#34568b}[data-theme=dark] .users-roles-table--users tbody td,[data-theme=dark] .users-roles-table--roles tbody td{border-bottom-color:#34568b}}.add-update-role-page{padding:0;max-width:800px}.add-update-role-header{display:flex;align-items:flex-start;gap:15px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #34568B}.add-update-role-back{flex-shrink:0;padding:0;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.add-update-role-back:hover{opacity:.8}.add-update-role-back img{width:24px;height:24px;display:block}.add-update-role-headings{display:flex;flex-direction:column;gap:10px}.add-update-role-title{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:28px;letter-spacing:0px;color:#000;margin:0}.add-update-role-subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#6a7282;margin:0}.add-update-role-form-wrap{margin-top:23.99px}.add-update-role-error{color:#e7000b;font-family:Inter,sans-serif;font-size:14px;line-height:20px;margin:0 0 12px}.add-update-role-form{border:1.26px solid #E5E7EB;border-radius:10px;padding:25.25px;background:#fff}.add-update-role-label{display:flex;flex-direction:column;gap:10px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#364153}.add-update-role-field{border:1.26px solid #D1D5DC;border-radius:10px;height:46.49px;padding:0 14px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:100%;letter-spacing:0px;color:#0a0a0a;background:#fff;box-sizing:border-box}.add-update-role-field::placeholder{color:#0a0a0a80}.add-update-role-field:focus{outline:none;border-color:#34568b}.add-update-role-label{margin-bottom:15.98px}.add-update-role-module-section{margin-top:15.98px}.add-update-role-module-label{display:block;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#364153;margin-bottom:15.98px}.add-update-role-permissions-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:40px}.add-update-role-checkbox-card{display:flex;align-items:center;gap:10px;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;line-height:20px;letter-spacing:0px;color:#364153;margin:0;padding:12px;border:1px solid #E5E7EB;border-radius:8px;background:#fff;transition:border-color .15s,background-color .15s}.add-update-role-checkbox-card:hover{border-color:#d1d5dc;background-color:#f9fafb}.add-update-role-checkbox-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.add-update-role-checkbox-input{position:absolute;opacity:0;width:15.98px;height:15.98px;margin:0;cursor:pointer}.add-update-role-checkbox-box{width:15.98px;height:15.98px;border:1px solid #E2E2E2;border-radius:2px;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .15s,border-color .15s}.add-update-role-checkbox-box.checked{background-color:#aaa;border-color:#aaa}.add-update-role-checkbox-input:focus-visible+.add-update-role-checkbox-box{outline:2px solid #34568B;outline-offset:1px}.add-update-role-checkbox-label{-webkit-user-select:none;user-select:none}.add-update-role-actions{display:flex;justify-content:flex-end;align-items:center;gap:24px}.add-update-role-cancel{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px;color:#364153;background:none;border:none;padding:0;cursor:pointer}.add-update-role-cancel:hover:not(:disabled){text-decoration:underline}.add-update-role-cancel:disabled{opacity:.6;cursor:not-allowed}.add-update-role-save{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:115.75px;height:39.97px;padding:0 16px;border-radius:10px;background-color:#34568b;border:none;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px;color:#fff;cursor:pointer;transition:opacity .2s}.add-update-role-save:hover:not(:disabled){opacity:.9}.add-update-role-save:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.add-update-role-save .btn-spinner{display:inline-block;width:16px;height:16px;margin-right:8px;vertical-align:middle;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:btn-spin .7s linear infinite}.add-update-role-cancel:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.add-update-role-form-wrap{position:relative}.add-update-role-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ffffffe6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10;display:flex;align-items:center;justify-content:center;min-height:400px}.add-update-role-loading{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#4a5565;text-align:center;margin:0}@media (max-width: 600px){.add-update-role-permissions-grid{grid-template-columns:1fr}}[data-theme=dark] .add-update-role-title,[data-theme=dark] .add-update-role-subtitle,[data-theme=dark] .add-update-role-label,[data-theme=dark] .add-update-role-module-label,[data-theme=dark] .add-update-role-checkbox-card,[data-theme=dark] .add-update-role-checkbox-label{color:#fff}[data-theme=dark] .add-update-role-form{background:#131625;border-color:#1c2741}[data-theme=dark] .add-update-role-field{border-color:#fff;background:#1c2741;color:#fff}[data-theme=dark] .add-update-role-field::placeholder{color:#aebacf}[data-theme=dark] .add-update-role-checkbox-card{border-color:#fff;background:#1c2741}[data-theme=dark] .add-update-role-checkbox-card:hover{border-color:#fff;background-color:#1c2741}.add-update-user-page{padding:0;max-width:800px}.add-update-user-header{display:flex;align-items:flex-start;gap:15px}.add-update-user-back{flex-shrink:0;padding:0;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.add-update-user-back:hover{opacity:.8}.add-update-user-back img{width:24px;height:24px;display:block}.add-update-user-headings{display:flex;flex-direction:column;gap:0}.add-update-user-title{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:28px;letter-spacing:0px;color:#000;margin:0}.add-update-user-subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#6a7282;margin:0}.add-update-user-form-wrap{margin-top:23.99px}.add-update-user-error{color:#e7000b;font-family:Inter,sans-serif;font-size:14px;line-height:20px;margin:0 0 12px}.add-update-user-form{border:1.26px solid #E5E7EB;border-radius:10px;padding:25.25px;background:#fff}.add-update-user-label{display:flex;flex-direction:column;gap:10px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#364153;margin-bottom:15.98px}.add-update-user-row{display:grid;grid-template-columns:1fr 1fr;gap:15.98px;margin-bottom:15.98px}.add-update-user-field{border:1.26px solid #D1D5DC;border-radius:10px;height:46.49px;padding:0 14px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:100%;letter-spacing:0px;color:#0a0a0a;background:#fff;box-sizing:border-box}.add-update-user-field::placeholder{color:#0a0a0a80}.add-update-user-field:focus{outline:none;border-color:#34568b}.add-update-user-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/DropDownIcon.svg);background-repeat:no-repeat;background-position:right 14px center;background-size:16px auto;padding-right:40px}.add-update-user-section{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #E5E7EB}.add-update-user-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.add-update-user-section-left{flex:1}.add-update-user-section-heading{font-family:Arial,Arimo,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#000;margin:0 0 4px}.add-update-user-section-subheading{font-family:Arial,Arimo,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:0px;color:#6a7282;margin:0}.add-update-user-toggle-wrap{display:flex;align-items:center;cursor:pointer;margin:0}.add-update-user-toggle-input{position:absolute;opacity:0;width:0;height:0}.add-update-user-toggle-switch{position:relative;width:39.991px;height:19.996px;border-radius:42431300px;background-color:#e5e7eb;transition:background-color .2s;flex-shrink:0}.add-update-user-toggle-switch.active{background-color:#00c950}.add-update-user-toggle-button{position:absolute;top:2px;left:2px;width:15.985px;height:15.985px;border-radius:42431300px;background-color:#fff;transition:left .2s;box-shadow:0 1px 3px #0003}.add-update-user-toggle-switch.active .add-update-user-toggle-button{left:22.01px}.add-update-user-share-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:181.246px;height:42.501px;border-radius:10px;border:1.26px solid #D1D5DC;background-color:#fff;font-family:Arial,Arimo,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px;text-align:center;color:#0a0a0a;cursor:pointer;transition:background-color .2s,border-color .2s}.add-update-user-share-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.add-update-user-share-btn.active{background-color:#f3f4f6;border-color:#34568b}.add-update-user-share-icon{width:16px;height:16px;object-fit:contain}.add-update-user-actions{display:flex;justify-content:flex-end;align-items:center;gap:24px;margin-top:24px}.add-update-user-cancel{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px;color:#364153;background:none;border:none;padding:0;cursor:pointer}.add-update-user-cancel:hover:not(:disabled){text-decoration:underline}.add-update-user-cancel:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.add-update-user-save{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:116.73px;height:39.97px;padding:0 16px;border-radius:10px;background-color:#34568b;border:none;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px;color:#fff;cursor:pointer;transition:opacity .2s}.add-update-user-save:hover:not(:disabled){opacity:.9}.add-update-user-save:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.add-update-user-save .btn-spinner{display:inline-block;width:16px;height:16px;margin-right:0;vertical-align:middle;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:btn-spin .7s linear infinite}.add-update-user-form-wrap{position:relative}.add-update-user-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ffffffe6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10;display:flex;align-items:center;justify-content:center;min-height:400px}.add-update-user-loading{font-weight:400;font-size:16px;line-height:24px;color:#4a5565;text-align:center;font-family:Inter,sans-serif;font-size:14px;color:#6a7282;margin:0}@keyframes btn-spin{to{transform:rotate(360deg)}}@media (max-width: 600px){.add-update-user-row{grid-template-columns:1fr}.add-update-user-section{flex-direction:column;gap:16px}}[data-theme=dark] .add-update-user-title,[data-theme=dark] .add-update-user-subtitle,[data-theme=dark] .add-update-user-label,[data-theme=dark] .add-update-user-section-heading,[data-theme=dark] .add-update-user-section-subheading{color:#fff}[data-theme=dark] .add-update-user-form{background:#131625;border-color:#1c2741}[data-theme=dark] .add-update-user-field{border-color:#fff;background:#1c2741;color:#fff}[data-theme=dark] .add-update-user-field::placeholder{color:#aebacf}[data-theme=dark] .add-update-user-section{border-bottom-color:#34568b}[data-theme=dark] .add-update-user-share-btn{border-color:#fff;background-color:#1c2741;color:#fff}[data-theme=dark] .add-update-user-share-btn:hover{background-color:#1c2741;border-color:#fff}[data-theme=dark] .add-update-user-share-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(106%) contrast(101%)}.change-password-page{padding:0;max-width:100%;min-width:0;background-color:#fff;box-sizing:border-box}.change-password-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:32px}.change-password-back-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-top:2px}.change-password-back-btn img{width:24px;height:24px}.change-password-title-section{flex:1}.change-password-heading{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:0px;color:#000;margin:0 0 8px}.change-password-subheading{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0px;color:#6a7282;margin:0}.change-password-form{border:1.74px solid #E5E7EB;border-radius:10px;padding:32px;background-color:#fff;width:100%;max-width:100%;box-sizing:border-box}.change-password-error{color:#ef4444;font-family:Inter,sans-serif;font-size:14px;margin:0 0 24px;padding:12px;background-color:#fef2f2;border-radius:8px;border:1px solid #FEE2E2}.change-password-field-group{margin-bottom:24px}.change-password-label{display:block;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0px;color:#364153;margin-bottom:8px}.change-password-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.change-password-input{width:100%;padding:12px 16px;border:1.74px solid #D1D5DC;border-radius:10px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0px;color:#000;background-color:#fff;outline:none;transition:border-color .2s ease;box-sizing:border-box}.change-password-input::placeholder{color:#0a0a0a80}.change-password-input:focus{border-color:#34568b}.change-password-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.change-password-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease}.change-password-toggle:hover{color:#374151}.change-password-requirement{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0px;color:#6a7282;margin:8px 0 0}.change-password-strength{margin-bottom:24px;margin-top:8px;padding:16px;background-color:#f9fafb;border-radius:8px;border:1px solid #34568B}.change-password-strength-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.change-password-strength-label{font-family:Inter,sans-serif;font-weight:700;font-size:12px;color:#374151}.change-password-strength-level{font-family:Inter,sans-serif;font-weight:500;font-size:12px;color:#10b981}.change-password-strength-bar{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:16px}.change-password-strength-fill{height:100%;background-color:#34568b;transition:width .3s ease;border-radius:4px}.change-password-strength-checks{display:flex;flex-direction:column;gap:8px}.change-password-strength-check{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-weight:400;font-size:12px;color:#9ca3af}.change-password-strength-check span{transition:color .2s ease}.change-password-strength-check span.met{color:#000;font-weight:400}.change-password-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid #E5E7EB}.change-password-cancel-btn{padding:12px 24px;background:none;border:none;font-family:Inter,sans-serif;font-weight:400;font-size:14px;color:#6b7280;cursor:pointer;border-radius:8px;transition:background-color .2s ease,color .2s ease}.change-password-cancel-btn:hover:not(:disabled){background-color:#f3f4f6;color:#374151}.change-password-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.change-password-submit-btn{padding:12px 24px;background-color:#34568b;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#fff;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.change-password-submit-btn:hover:not(:disabled){background-color:#2a4a70}.change-password-submit-btn:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] .change-password-page{background-color:transparent}[data-theme=dark] .change-password-heading,[data-theme=dark] .change-password-subheading,[data-theme=dark] .change-password-label,[data-theme=dark] .change-password-requirement,[data-theme=dark] .change-password-strength-label,[data-theme=dark] .change-password-strength-check,[data-theme=dark] .change-password-strength-check span.met{color:#fff}[data-theme=dark] .change-password-form{background-color:#1c2741;border-color:#1c2741}[data-theme=dark] .change-password-input{border-color:#fff;background-color:#1c2741;color:#fff}[data-theme=dark] .change-password-input::placeholder{color:#aebacf}[data-theme=dark] .change-password-input:disabled{background-color:#1c2741}[data-theme=dark] .change-password-toggle,[data-theme=dark] .change-password-toggle:hover{color:#fff}[data-theme=dark] .change-password-strength{background-color:#131625;border-color:#34568b}[data-theme=dark] .change-password-strength-bar{background-color:#34568b}[data-theme=dark] .change-password-actions{border-top-color:#34568b}[data-theme=dark] .change-password-cancel-btn{color:#fff}[data-theme=dark] .change-password-cancel-btn:hover:not(:disabled){background-color:#1c2741;color:#fff}@media (max-width: 768px){.change-password-header{flex-wrap:wrap;gap:12px;margin-bottom:24px}.change-password-title-section{min-width:0}.change-password-heading,.change-password-subheading{word-wrap:break-word;overflow-wrap:anywhere}.change-password-form{padding:20px 16px}.change-password-actions{flex-direction:column-reverse;align-items:stretch;gap:12px}.change-password-cancel-btn,.change-password-submit-btn{width:100%;text-align:center}}@media (max-width: 480px){.change-password-form{padding:16px 12px}}.forgot-page{position:fixed;left:0;top:0;right:0;bottom:0;display:flex;min-height:100vh;width:100%;font-family:Inter,system-ui,sans-serif}.forgot-left{flex:1;min-width:0;position:relative;background:linear-gradient(135deg,#1e293b,#312e81,#1e1b4b);background-image:url(/loginimg.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.forgot-logo{position:absolute;top:40px;left:40px;z-index:2}.forgot-logo img{height:36px;width:auto;display:block}.forgot-right{flex:1;min-width:0;background:#fff;display:flex;align-items:center;justify-content:center;padding:40px 24px}.forgot-form-wrap{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;text-align:center}.forgot-lock-icon{margin-bottom:24px}.forgot-lock-icon img{width:129px;height:129px;display:block;margin:0 auto}.forgot-form-wrap h1{color:#000;font-size:32px;font-weight:600;letter-spacing:.02em;margin:0 0 8px;font-family:Inter,sans-serif}.forgot-form-wrap .forgot-subheading{color:#3d3d3d;font-weight:500;font-size:18px;line-height:100%;letter-spacing:.02em;margin:0 0 40px;font-family:Inter,sans-serif}.forgot-form-wrap .forgot-field{width:100%;max-width:480px;height:54px;border-radius:10px;border:1px solid #e5e5e5;padding:0 16px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:100%;letter-spacing:.02em;color:#000;background:#fff;margin-bottom:60px;transition:border-color .2s;box-sizing:border-box}.forgot-form-wrap .forgot-field::placeholder{color:#737373;font-weight:500;font-size:16px;line-height:100%;letter-spacing:.02em}.forgot-form-wrap .forgot-field:hover{border-color:#22a6c4}.forgot-form-wrap .forgot-field:focus{outline:none;border-color:#22a6c4}.forgot-btn{width:100%;max-width:480px;height:53px;border-radius:10px;border:none;background:#34568b;color:#fff;font-family:Inter,sans-serif;font-weight:700;font-size:18px;line-height:100%;letter-spacing:.02em;cursor:pointer;transition:background .2s;margin-bottom:24px}.forgot-btn:hover:not(:disabled){background:#2d4a7c}.forgot-btn:disabled{opacity:.7;cursor:not-allowed}.forgot-back{display:block;text-align:center;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:100%;letter-spacing:.02em;color:#00e;text-decoration:none}.forgot-back:hover{text-decoration:underline}.forgot-error{color:#dc2626;font-size:14px;font-weight:500;margin:0 0 16px;font-family:Inter,sans-serif;width:100%}.forgot-success{color:#16a34a;font-size:14px;font-weight:500;margin:0 0 16px;font-family:Inter,sans-serif;width:100%}@media (max-width: 900px){.forgot-page{flex-direction:column}.forgot-left{min-height:200px;background-size:cover;background-position:center}.forgot-logo{top:24px;left:24px}.forgot-logo img{height:32px}.forgot-right{padding:32px 24px}}@media (max-width: 520px){.forgot-form-wrap h1{font-size:26px}.forgot-form-wrap .forgot-subheading{font-size:16px}}.forgot-otp-page{position:fixed;left:0;top:0;right:0;bottom:0;display:flex;min-height:100vh;width:100%;font-family:Inter,system-ui,sans-serif}.forgot-otp-left{flex:1;min-width:0;position:relative;background:linear-gradient(135deg,#1e293b,#312e81,#1e1b4b);background-image:url(/loginimg.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.forgot-otp-logo{position:absolute;top:40px;left:40px;z-index:2}.forgot-otp-logo img{height:36px;width:auto;display:block}.forgot-otp-right{flex:1;min-width:0;background:#fff;display:flex;align-items:center;justify-content:center;padding:40px 24px}.forgot-otp-form-wrap{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;text-align:center}.forgot-otp-icon{margin-bottom:24px}.forgot-otp-icon img{width:129px;height:129px;display:block;margin:0 auto}.forgot-otp-form-wrap h1{color:#000;font-size:32px;font-weight:600;letter-spacing:.02em;margin:0 0 8px;font-family:Inter,sans-serif}.forgot-otp-form-wrap .forgot-otp-subheading{color:#3d3d3d;font-weight:500;font-size:18px;line-height:100%;letter-spacing:.02em;margin:0 0 40px;font-family:Inter,sans-serif}.forgot-otp-inputs{display:flex;gap:18px;margin-bottom:56px;justify-content:center}.forgot-otp-inputs input{width:82.72px;height:68px;border-radius:8px;border:1px solid #b9b9b9;padding:0;font-family:Inter,sans-serif;font-weight:600;font-size:24px;text-align:center;color:#000;background:#fff;transition:border-color .2s}.forgot-otp-inputs input:focus{outline:none;border-color:#22a6c4}.forgot-otp-inputs input::placeholder{color:#d1d5db}.forgot-otp-error{color:#dc2626;font-size:14px;font-weight:500;margin:0 0 16px;font-family:Inter,sans-serif;width:100%}.forgot-otp-success{color:#16a34a;font-size:14px;font-weight:500;margin:0 0 16px;font-family:Inter,sans-serif;width:100%}.forgot-otp-btn{width:100%;max-width:480px;height:53px;border-radius:10px;border:none;background:#34568b;color:#fff;font-family:Inter,sans-serif;font-weight:700;font-size:18px;line-height:100%;letter-spacing:.02em;cursor:pointer;transition:background .2s;margin-bottom:20px}.forgot-otp-btn:hover:not(:disabled){background:#2d4a7c}.forgot-otp-btn:disabled{opacity:.7;cursor:not-allowed}.forgot-otp-resend{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:100%;letter-spacing:.02em;color:#000;margin:0}.forgot-otp-resend-link{background:none;border:none;padding:0;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:100%;letter-spacing:.02em;color:#00e;text-decoration:underline;cursor:pointer}.forgot-otp-resend-link:hover:not(:disabled){text-decoration:underline}.forgot-otp-resend-link:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 900px){.forgot-otp-page{flex-direction:column}.forgot-otp-left{min-height:200px;background-size:cover;background-position:center}.forgot-otp-logo{top:24px;left:24px}.forgot-otp-logo img{height:32px}.forgot-otp-right{padding:32px 24px}.forgot-otp-inputs{gap:12px}.forgot-otp-inputs input{width:56px;height:56px;font-size:20px}}@media (max-width: 520px){.forgot-otp-form-wrap h1{font-size:26px}.forgot-otp-form-wrap .forgot-otp-subheading{font-size:16px}.forgot-otp-inputs input{width:52px;height:52px}}.reset-page{position:fixed;left:0;top:0;right:0;bottom:0;display:flex;min-height:100vh;width:100%;font-family:Inter,system-ui,sans-serif}.reset-left{flex:1;min-width:0;position:relative;background:linear-gradient(135deg,#1e293b,#312e81,#1e1b4b);background-image:url(/loginimg.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.reset-logo{position:absolute;top:40px;left:40px;z-index:2}.reset-logo img{height:36px;width:auto;display:block}.reset-right{flex:1;min-width:0;background:#fff;display:flex;align-items:center;justify-content:center;padding:40px 24px}.reset-form-wrap{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;text-align:center}.reset-icon{margin-bottom:24px}.reset-icon img{width:122px;height:125px;display:block;margin:0 auto}.reset-form-wrap h1{color:#000;font-size:32px;font-weight:600;letter-spacing:.02em;margin:0 0 8px;font-family:Inter,sans-serif}.reset-form-wrap .reset-subheading{color:#3d3d3d;font-weight:500;font-size:18px;line-height:100%;letter-spacing:.02em;margin:0 0 40px;font-family:Inter,sans-serif}.reset-form-wrap .reset-field{width:100%;max-width:480px;height:54px;border-radius:10px;border:1px solid #e5e5e5;padding:0 16px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:100%;letter-spacing:.02em;color:#000;background:#fff;margin-bottom:0;transition:border-color .2s;box-sizing:border-box}.reset-field-wrap{position:relative;width:100%;max-width:480px}.reset-field-wrap:first-of-type{margin-bottom:20px}.reset-password-toggle{position:absolute;top:50%;right:14px;transform:translateY(-50%);background:none;border:none;padding:0;margin:0;color:#737373;cursor:pointer;display:flex;align-items:center;justify-content:center}.reset-password-toggle:hover{color:#34568b}.reset-password-toggle:focus{outline:none}.reset-field-wrap .reset-field{width:100%;max-width:100%;padding-right:46px}.reset-form-wrap .reset-field::placeholder{color:#737373;font-weight:500;font-size:16px;line-height:100%;letter-spacing:.02em}.reset-form-wrap .reset-field:hover{border-color:#22a6c4}.reset-form-wrap .reset-field:focus{outline:none;border-color:#22a6c4}.reset-error{color:#dc2626;font-size:14px;font-weight:500;margin:0 0 16px;font-family:Inter,sans-serif;width:100%}.reset-button-row{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:60px}.reset-btn{width:100%;max-width:480px;height:53px;border-radius:10px;border:none;background:#34568b;color:#fff;font-family:Inter,sans-serif;font-weight:700;font-size:18px;line-height:100%;letter-spacing:.02em;cursor:pointer;transition:background .2s}.reset-btn:hover:not(:disabled){background:#2d4a7c}.reset-btn:disabled{opacity:.7;cursor:not-allowed}.reset-back{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:100%;letter-spacing:.02em;color:#00e;text-decoration:none}.reset-back:hover{text-decoration:underline}@media (max-width: 900px){.reset-page{flex-direction:column}.reset-left{min-height:200px;background-size:cover;background-position:center}.reset-logo{top:24px;left:24px}.reset-logo img{height:32px}.reset-right{padding:32px 24px}}@media (max-width: 520px){.reset-form-wrap h1{font-size:26px}.reset-form-wrap .reset-subheading{font-size:16px}}.success-page{position:fixed;left:0;top:0;right:0;bottom:0;display:flex;min-height:100vh;width:100%;font-family:Inter,system-ui,sans-serif}.success-left{flex:1;min-width:0;position:relative;background:linear-gradient(135deg,#1e293b,#312e81,#1e1b4b);background-image:url(/loginimg.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.success-logo{position:absolute;top:40px;left:40px;z-index:2}.success-logo img{height:36px;width:auto;display:block}.success-right{flex:1;min-width:0;background:#fff;display:flex;align-items:center;justify-content:center;padding:40px 24px}.success-form-wrap{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;text-align:center}.success-dot{width:50px;height:50px;border-radius:50%;background:#16a34a;margin-bottom:60px}.success-form-wrap h1{color:#000;font-size:32px;font-weight:600;letter-spacing:.02em;margin:0 0 20px;font-family:Inter,sans-serif}.success-form-wrap .success-subheading{color:#3d3d3d;font-weight:500;font-size:18px;line-height:100%;letter-spacing:.02em;margin:0 0 60px;font-family:Inter,sans-serif}.success-btn{width:100%;max-width:480px;height:53px;border-radius:10px;border:none;background:#34568b;color:#fff;font-family:Inter,sans-serif;font-weight:700;font-size:18px;line-height:100%;letter-spacing:.02em;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;text-decoration:none;margin-bottom:20px}.success-btn:hover{background:#2d4a7c}.success-back-link{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:100%;letter-spacing:.02em;color:#00e;text-decoration:underline}.success-back-link:hover{text-decoration:underline}@media (max-width: 900px){.success-page{flex-direction:column}.success-left{min-height:200px;background-size:cover;background-position:center}.success-logo{top:24px;left:24px}.success-logo img{height:32px}.success-right{padding:32px 24px}}@media (max-width: 520px){.success-form-wrap h1{font-size:26px}.success-form-wrap .success-subheading{font-size:16px}}.theme-switcher{display:flex;align-items:center;width:75px;height:32px;border-radius:10px;padding:0;overflow:hidden;background:#34568b}.theme-button{width:37.5px;height:32px;border-radius:0;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background-color .2s ease,color .2s ease}.theme-button svg{width:20px;height:20px}.theme-button:not(.active){color:#fff}.theme-button.active{background-color:#9cbbeb;color:#34568b}.theme-button:hover{opacity:1}@media (max-width: 640px){.theme-switcher{width:64px;height:28px;flex-shrink:0}.theme-button{width:32px;height:28px}.theme-button svg{width:16px;height:16px}}.navbar{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background-color:#34568b;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:2000;overflow:visible;min-width:0;width:100%;flex-shrink:0;box-sizing:border-box}[data-theme=dark] .navbar{background-color:#121828}.navbar-left{display:flex;align-items:center;gap:13px;min-width:0;flex:1}.navbar-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;border:none;border-radius:8px;background:#ffffff1f;cursor:pointer;flex-shrink:0}.navbar-menu-toggle-bar{display:block;width:20px;height:2px;border-radius:2px;background-color:#fff;transition:transform .2s ease,opacity .2s ease}.navbar-menu-toggle-bar.open:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-menu-toggle-bar.open:nth-child(2){opacity:0}.navbar-menu-toggle-bar.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar-logo{display:flex;align-items:center;flex-shrink:0;height:60px}.navbar-logo img{width:auto;max-width:133px;height:60px;object-fit:contain;object-position:left center;display:block}.navbar-time-date{padding-top:30px;display:flex;flex-direction:row;align-items:center;justify-content:center;height:60px;font-family:Arial,Arimo,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#fff}[data-theme=dark] .navbar-time-date,[data-theme=dark] .navbar-time-date .time,[data-theme=dark] .navbar-time-date .date,[data-theme=dark] .navbar-time-date .separator{color:#fff}.navbar-time-date .time{margin-right:5.46px;min-width:11ch;text-align:left;font-variant-numeric:tabular-nums}.navbar-time-date .separator{margin:0 7.98px}.navbar-time-date .date{margin-left:0;white-space:nowrap;font-variant-numeric:tabular-nums}.navbar-right{display:flex;align-items:center;gap:39.25px;flex-shrink:0}.navbar-mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;border:none;background:#00000073;z-index:1999;cursor:pointer}.navbar-mobile-drawer{display:none;position:fixed;top:0;left:0;width:min(320px,88vw);min-width:260px;height:100vh;height:100dvh;background-color:#fff;box-shadow:4px 0 24px #0000002e;z-index:2001;transform:translate(-100%);transition:transform .25s ease;overflow-y:auto;overflow-x:hidden;flex-direction:column;box-sizing:border-box}[data-theme=dark] .navbar-mobile-drawer{background-color:#131625}.navbar-mobile-drawer.open{transform:translate(0)}.navbar-mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E5E7EB}[data-theme=dark] .navbar-mobile-drawer-header{border-bottom-color:#2b3348}.navbar-mobile-drawer-title{font-family:Inter,sans-serif;font-weight:600;font-size:16px;color:#111827}[data-theme=dark] .navbar-mobile-drawer-title{color:#fff}.navbar-mobile-close{width:32px;height:32px;border:none;border-radius:8px;background:transparent;font-size:24px;line-height:1;color:#6b7280;cursor:pointer}[data-theme=dark] .navbar-mobile-close{color:#d1d5dc}.navbar-mobile-items{display:flex;flex-direction:column;padding:12px;gap:4px}.nav-item.nav-item-mobile{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;width:100%;padding:12px 14px;border-radius:10px}.nav-item.nav-item-mobile .nav-icon{margin-bottom:0;flex-shrink:0}.nav-item.nav-item-mobile .nav-label{font-size:14px;line-height:20px;white-space:normal;text-align:left}.nav-item.nav-item-mobile.active{background-color:#007aff26}[data-theme=dark] .nav-item.nav-item-mobile.active{background-color:#34568b}.nav-item.nav-item-mobile.active .nav-label{font-weight:600;color:#34568b}[data-theme=dark] .nav-item.nav-item-mobile.active .nav-label{color:#fff}.nav-item.nav-item-mobile:not(.active) .nav-label{color:#374151}[data-theme=dark] .nav-item.nav-item-mobile:not(.active) .nav-label{color:#d1d5dc}.nav-item.nav-item-mobile.active .nav-icon img,.nav-item.nav-item-mobile:not(.active) .nav-icon img{filter:none}[data-theme=dark] .nav-item.nav-item-mobile.active .nav-icon img{filter:brightness(0) saturate(100%) invert(100%)}[data-theme=dark] .nav-item.nav-item-mobile:not(.active) .nav-icon img{filter:brightness(0) saturate(100%) invert(88%) sepia(7%) saturate(181%) hue-rotate(180deg) brightness(96%) contrast(91%)}.navbar-items{display:flex;align-items:center;gap:39.25px}.nav-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;position:relative;padding-bottom:0}.nav-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-bottom:6px}.nav-icon img{width:24px;height:24px;object-fit:contain}.nav-label{font-family:Inter,sans-serif;font-size:10px;line-height:15px;letter-spacing:0px;white-space:nowrap}.nav-item.active .nav-icon img{filter:brightness(0) saturate(100%) invert(94%) sepia(5%) saturate(200%) hue-rotate(180deg) brightness(95%) contrast(90%)}.nav-item:not(.active) .nav-icon img{filter:brightness(0) saturate(100%) invert(85%) sepia(4%) saturate(500%) hue-rotate(180deg) brightness(90%) contrast(85%)}.nav-item.active .nav-label{font-weight:700;color:#e5e7eb}.nav-item:not(.active) .nav-label{font-weight:400;color:#d1d5dc}[data-theme=dark] .nav-item.active .nav-label{color:#fff}[data-theme=dark] .nav-item:not(.active) .nav-label{color:#d1d5dc}[data-theme=dark] .nav-item.active .nav-icon img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(106%) contrast(101%)}[data-theme=dark] .nav-item:not(.active) .nav-icon img{filter:brightness(0) saturate(100%) invert(88%) sepia(7%) saturate(181%) hue-rotate(180deg) brightness(96%) contrast(91%)}.nav-indicator{position:absolute;bottom:-24px;left:50%;transform:translate(-50%);width:54px;height:6px;background-color:#e5e7eb;border-radius:4px 4px 0 0}[data-theme=dark] .nav-indicator{background-color:#fff}.navbar-notification-wrapper{position:relative}.navbar-notification{position:relative;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:none;border:none;padding:0}.navbar-notification img{width:20px;height:20px;filter:brightness(0) saturate(100%) invert(85%) sepia(4%) saturate(500%) hue-rotate(180deg) brightness(90%) contrast(85%)}[data-theme=dark] .navbar-notification img{filter:brightness(0) saturate(100%) invert(88%) sepia(7%) saturate(181%) hue-rotate(180deg) brightness(96%) contrast(91%)}.notification-badge{position:absolute;top:-10px;right:-10px;min-width:16px;padding:0 4px;font-size:10px;font-weight:600;line-height:16px;text-align:center;color:#fff;background-color:#ef4444;border-radius:8px;border:2px solid #34568B}[data-theme=dark] .notification-badge{background-color:#fb2c36;border-color:#121828}.admin-notifications-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:360px;max-height:420px;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:1001;animation:dropdownFadeIn .2s ease-out;display:flex;flex-direction:column;overflow:hidden}[data-theme=dark] .admin-notifications-dropdown{background-color:#131625;box-shadow:0 4px 20px #0006}.admin-notifications-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #e5e7eb;font-size:14px;font-weight:600;color:#111827}[data-theme=dark] .admin-notifications-header{border-bottom-color:#374151;color:#f9fafb}.admin-notifications-header .mark-all-read{font-size:12px;font-weight:500;color:#34568b;background:none;border:none;cursor:pointer;padding:0 4px}[data-theme=dark] .admin-notifications-header .mark-all-read{color:#9cbbeb}.admin-notifications-list{overflow-y:auto;max-height:360px}.admin-notifications-loading,.admin-notifications-empty{padding:24px 14px;text-align:center;font-size:13px;color:#6b7280}[data-theme=dark] .admin-notifications-loading,[data-theme=dark] .admin-notifications-empty{color:#9ca3af}.admin-notification-item{padding:10px 14px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .15s}[data-theme=dark] .admin-notification-item{border-bottom-color:#1f2937}.admin-notification-item:hover{background-color:#f9fafb}[data-theme=dark] .admin-notification-item:hover{background-color:#1f2937}.admin-notification-item.unread{background-color:#eff6ff}[data-theme=dark] .admin-notification-item.unread{background-color:#1e3a5f}.admin-notification-title{font-size:13px;font-weight:600;color:#111827}[data-theme=dark] .admin-notification-title{color:#f9fafb}.admin-notification-message{font-size:12px;color:#4b5563;margin-top:2px}[data-theme=dark] .admin-notification-message{color:#d1d5db}.admin-notification-meta{font-size:11px;color:#9ca3af;margin-top:4px}[data-theme=dark] .admin-notification-meta{color:#6b7280}.admin-notification-time{font-size:11px;color:#6b7280;margin-top:2px;font-variant-numeric:tabular-nums}[data-theme=dark] .admin-notification-time{color:#9ca3af}.navbar-user{display:flex;align-items:center;gap:7.98px;position:relative}.user-info-container{display:flex;align-items:center;gap:7.98px}.user-initials{width:31.99px;height:31.99px;border-radius:10px;background-color:#9cbbeb;display:flex;align-items:center;justify-content:center;font-family:Arial,Arimo,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#34568b;flex-shrink:0}.user-info{display:flex;flex-direction:column;align-items:flex-start}.user-name{font-family:Arial,Arimo,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#fff}.user-role{font-family:Arial,Arimo,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:#d1d5dc}.user-dropdown{position:absolute;top:calc(100% + 12px);right:0;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:240px;padding:12px 0;z-index:1001;animation:dropdownFadeIn .2s ease-out}[data-theme=dark] .user-dropdown{background-color:#131625}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;font-family:Arial,Arimo,sans-serif;font-size:14px;line-height:20px;color:#000;transition:background-color .2s ease}[data-theme=dark] .dropdown-item{color:#d1d5dc}.dropdown-item:hover{background-color:#f3f4f6}[data-theme=dark] .dropdown-item:hover{background-color:#1a2033}.dropdown-label{font-weight:400;color:#6b7280;margin-right:12px}[data-theme=dark] .dropdown-label{color:#9ca3af}.dropdown-value{font-weight:400;color:#000;text-align:right}[data-theme=dark] .dropdown-value{color:#fff}.dropdown-value.status.active{color:#10b981;font-weight:500}.dropdown-value.status.inactive{color:#ef4444;font-weight:500}.dropdown-divider{height:1px;background-color:#e5e7eb;margin:8px 0}[data-theme=dark] .dropdown-divider{background-color:#2b3348}.logout-item{cursor:pointer}.logout-text{color:#ef4444;font-weight:500;width:100%;text-align:left}@media (max-width: 1400px){.navbar-items-desktop,.navbar-right{gap:24px}}@media (max-width: 1200px){.navbar-items-desktop{gap:16px}.nav-label{font-size:9px}}@media (max-width: 1024px){.navbar{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:10px;padding:10px 16px}.navbar-left{display:flex;align-items:center;gap:10px;flex:1 1 auto;min-width:0;flex-wrap:nowrap}.navbar-menu-toggle,.navbar-mobile-overlay,.navbar-mobile-drawer{display:flex}.navbar-logo{min-width:0;height:44px}.navbar-right{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto;flex-wrap:nowrap;margin-left:auto}.navbar-time-date{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:44px;gap:1px;font-size:10px;line-height:1.2;white-space:nowrap;flex:0 1 auto;min-width:0}.navbar-time-date .separator{display:none}.navbar-time-date .time{margin-right:0;min-width:0;font-size:10px;line-height:12px}.navbar-time-date .date{display:block;font-size:9px;line-height:11px}.navbar-items-desktop{display:none}.navbar-logo img{width:auto;max-width:96px;height:44px}.user-info,.nav-indicator{display:none}.navbar-notification-wrapper,.theme-switcher,.navbar-user{flex-shrink:0}}@media (max-width: 768px){.navbar{padding:8px 12px;gap:6px}.navbar-left{gap:6px;min-width:0;overflow:visible}.navbar-logo{height:32px}.navbar-time-date{display:flex;flex-direction:column;justify-content:center;height:32px;font-size:9px;line-height:1.2}.navbar-time-date .time{font-size:9px;line-height:11px;min-width:0}.navbar-time-date .date{font-size:8px;line-height:10px}.navbar-logo img{width:auto;max-width:72px;height:32px}.navbar-menu-toggle{width:36px;height:36px}.admin-notifications-dropdown{top:calc(64px + env(safe-area-inset-top,0px))}}@media (max-width: 640px){.navbar{padding:8px 10px;gap:6px}.navbar-left{gap:5px}.navbar-right{gap:6px}.navbar-logo{height:28px}.navbar-logo img{width:auto;max-width:64px;height:28px}.navbar-time-date{height:28px}.navbar-time-date .time{font-size:9px;line-height:11px}.navbar-time-date .date{font-size:8px;line-height:10px}}@media (max-width: 768px){.navbar-notification-wrapper{position:static}.admin-notifications-dropdown{position:fixed;left:12px;right:12px;width:auto;max-width:none;max-height:min(70vh,480px);z-index:2100;box-shadow:0 12px 32px #00000038}}@media (max-width: 640px){.navbar-user .user-initials{width:32px;height:32px;font-size:12px}}.bird-loader{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#100f1d;color-scheme:dark}.bird-logo-container{perspective:800px}.bird-logo{width:160px;height:160px;object-fit:contain;animation:wing-flap .6s ease-in-out infinite alternate}.loader-text{margin-top:2rem;font-size:1.1rem;font-weight:500;color:#d1d9e0;letter-spacing:.02em;animation:pulse-opacity 1.8s ease-in-out infinite}.loader-subtext{margin-top:.4rem;font-size:.85rem;color:#6c7c93;animation:pulse-opacity 1.8s ease-in-out infinite .3s}@keyframes wing-flap{0%{transform:scaleY(1) rotateX(0) translateY(0)}50%{transform:scaleY(.92) rotateX(8deg) translateY(4px)}to{transform:scaleY(1.05) rotateX(-5deg) translateY(-6px)}}@keyframes pulse-opacity{0%,to{opacity:.6}50%{opacity:1}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2) format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2) format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2) format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2) format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2) format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2) format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2) format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2) format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2) format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2) format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2) format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2) format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2) format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2) format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2) format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2) format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2) format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/arimo-cyrillic-ext-400-normal-B59SaKrk.woff2) format("woff2"),url(/assets/arimo-cyrillic-ext-400-normal-DB-pXlTJ.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/arimo-cyrillic-400-normal-BATVZmDU.woff2) format("woff2"),url(/assets/arimo-cyrillic-400-normal-CPxtjqDi.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/arimo-greek-ext-400-normal-uZx5xEwz.woff2) format("woff2"),url(/assets/arimo-greek-ext-400-normal-B4zbNObj.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/arimo-greek-400-normal-CrIRwbwC.woff2) format("woff2"),url(/assets/arimo-greek-400-normal-DUGg0IEx.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/arimo-hebrew-400-normal--DM7kcNS.woff2) format("woff2"),url(/assets/arimo-hebrew-400-normal-_-0RXkFe.woff) format("woff");unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/arimo-vietnamese-400-normal-CLlPJcCl.woff2) format("woff2"),url(/assets/arimo-vietnamese-400-normal-BOsp365P.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/arimo-latin-ext-400-normal-CMxb2Isp.woff2) format("woff2"),url(/assets/arimo-latin-ext-400-normal--vCUGxYy.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/arimo-latin-400-normal-DTxlrzhB.woff2) format("woff2"),url(/assets/arimo-latin-400-normal-CDajTWgE.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/arimo-cyrillic-ext-700-normal-CPijthzQ.woff2) format("woff2"),url(/assets/arimo-cyrillic-ext-700-normal-CRVuTh5X.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/arimo-cyrillic-700-normal-RTIfM9BA.woff2) format("woff2"),url(/assets/arimo-cyrillic-700-normal-tk72exDU.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/arimo-greek-ext-700-normal-DM4O0CxP.woff2) format("woff2"),url(/assets/arimo-greek-ext-700-normal-Bg9-4x-i.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/arimo-greek-700-normal-DDAFE78d.woff2) format("woff2"),url(/assets/arimo-greek-700-normal-ClyCADdS.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/arimo-hebrew-700-normal-mQ0qhOv4.woff2) format("woff2"),url(/assets/arimo-hebrew-700-normal-B0oUZy9t.woff) format("woff");unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/arimo-vietnamese-700-normal-Bb1X8bZv.woff2) format("woff2"),url(/assets/arimo-vietnamese-700-normal-DuI2OhDW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/arimo-latin-ext-700-normal-Dk98KdI2.woff2) format("woff2"),url(/assets/arimo-latin-ext-700-normal-DWg974ty.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Arimo;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/arimo-latin-700-normal-CCbsFGPs.woff2) format("woff2"),url(/assets/arimo-latin-700-normal-OWpeoTlT.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Arial;src:local("Arial"),local("Arial MT"),local("Helvetica Neue"),local("Helvetica");font-weight:400 700;font-style:normal;font-display:swap}@font-face{font-family:Arial;src:local("Arial Italic"),local("Arial MT Italic"),local("Helvetica Neue Italic"),local("Helvetica Oblique");font-weight:400 700;font-style:italic;font-display:swap}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:#fff;color:#000;min-height:100vh;overflow-x:auto}[data-theme=dark] body{background:#101322}input,select,textarea,button,label{font-family:Inter,system-ui,-apple-system,sans-serif}input::placeholder,textarea::placeholder{font-family:Inter,system-ui,-apple-system,sans-serif}#root{min-height:100vh;min-width:100%;width:100%}.page{width:100%;max-width:360px;padding:24px}.page h1{font-size:1.5rem;font-weight:600;margin:0 0 24px}.page .sub{color:#a1a1aa;font-size:.875rem;margin:0 0 16px}.page label{display:block;font-size:.875rem;font-weight:500;margin-bottom:6px}.page input{width:100%;padding:10px 12px;margin-bottom:16px;font-size:1rem;border:1px solid #27272a;border-radius:8px;background:#18181b;color:#e4e4e7}.page input::placeholder{color:#71717a}.page input:focus{outline:none;border-color:#3b82f6}.page .error{color:#f87171;font-size:.875rem;margin:0 0 12px}.page button{width:100%;padding:10px 16px;font-size:1rem;font-weight:500;border:none;border-radius:8px;background:#3b82f6;color:#fff;cursor:pointer}.page button:hover:not(:disabled){background:#2563eb}.page button:disabled{opacity:.7;cursor:not-allowed}.page .back-button{width:auto;margin-bottom:16px;padding:6px 0;font-size:.875rem;background:transparent;color:#a1a1aa}.page .back-button:hover:not(:disabled){background:transparent;color:#e4e4e7}
