@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.toast-viewport{z-index:9999;pointer-events:none;flex-direction:column;gap:8px;width:min(340px,100vw - 32px);display:flex;position:fixed;top:20px;right:20px}.toast-item{--toast-accent:#1baa8e;--toast-glow:#1baa8e59;--toast-icon-bg:#1baa8e24;pointer-events:auto;cursor:default;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#fffffff5 0%,#f0fdf9eb 100%);border:1px solid #fffc;border-radius:10px;align-items:center;gap:10px;padding:10px 12px 11px;animation:.42s cubic-bezier(.22,1,.36,1) toast-enter;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 40px #2f6f601f,0 4px 14px #0f172a14,inset 0 1px #ffffffe6}.toast-item:before{content:"";background:linear-gradient(180deg, var(--toast-accent) 0%, transparent 180%);width:4px;box-shadow:0 0 18px var(--toast-glow);position:absolute;inset:0 auto 0 0}.toast-item:after{content:"";background:radial-gradient(circle, var(--toast-glow) 0%, transparent 70%);opacity:.55;pointer-events:none;border-radius:50%;width:140px;height:140px;position:absolute;top:-40%;right:-20%}.toast-item--success{--toast-accent:#22c55e;--toast-glow:#22c55e47;--toast-icon-bg:#22c55e24}.toast-item--error{--toast-accent:#ef4444;--toast-glow:#ef444447;--toast-icon-bg:#ef444424}.toast-item--warning{--toast-accent:#f59e0b;--toast-glow:#f59e0b47;--toast-icon-bg:#f59e0b24}.toast-item--info{--toast-accent:#3b82f6;--toast-glow:#3b82f647;--toast-icon-bg:#3b82f624}.toast-item--exit{animation:.3s forwards toast-exit}.toast-icon-wrap{z-index:1;background:var(--toast-icon-bg);width:24px;height:24px;color:var(--toast-accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:inset 0 0 0 1px #ffffffa6}.toast-icon-wrap:before{content:"";border:1px solid var(--toast-glow);border-radius:10px;animation:2.4s ease-in-out infinite toast-pulse;position:absolute;inset:-2px}.toast-icon-wrap svg{font-size:14px}.toast-content{z-index:1;flex:1;min-width:0;position:relative}.toast-title{letter-spacing:-.01em;color:#111827;margin:0 0 1px;font-size:13px;font-weight:600;line-height:1.25}.toast-message{color:#6b7280;margin:0;font-size:12px;line-height:1.35}.toast-close{z-index:1;color:#6b7280;cursor:pointer;background:#1118270a;border:none;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:background .15s,color .15s,transform .15s;display:flex;position:relative}.toast-close:hover{color:#111827;background:#11182714;transform:rotate(90deg)}.toast-progress{transform-origin:0;background:linear-gradient(90deg, var(--toast-accent), transparent);height:2px;animation:toast-progress var(--toast-duration,4s) linear forwards;position:absolute;bottom:0;left:0;right:0}@keyframes toast-enter{0%{opacity:0;transform:translate(24px)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes toast-exit{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(24px)scale(.96)}}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes toast-pulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.9;transform:scale(1.04)}}.app-logo{object-fit:contain;flex-shrink:0;display:block}.app-logo-full{width:auto;height:32px}.app-logo-icon{object-fit:contain;width:32px;height:32px}.sidenav{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;width:200px;height:100vh;transition:width .25s;display:flex;overflow:hidden}.sidenav--collapsed{width:76px}.sidenav--collapsed .sidenav-header{justify-content:center;padding-left:12px;padding-right:12px}.sidenav--collapsed .sidenav-list{padding-left:10px;padding-right:10px}.sidenav--collapsed .sidenav-link{justify-content:center;padding:11px}.sidenav--collapsed .sidenav-parent{justify-content:center}.sidenav--collapsed .sidenav-parent__main{justify-content:center;padding:11px}.sidenav-header{border-bottom:1px solid #e5e7eb;flex-shrink:0;align-items:center;height:72px;padding:0 22px;display:flex;overflow:hidden}.sidenav-header .app-logo-full{max-width:100%;height:28px}.sidenav-header .app-logo-icon{width:34px;height:34px}.sidenav-nav{scrollbar-width:thin;flex:1;min-height:0;padding:16px 0 24px;overflow:hidden auto}.sidenav-section{margin-bottom:20px}.sidenav-section-title{letter-spacing:.09em;text-transform:uppercase;color:#9ca3af;padding:0 22px 8px;font-size:10px;font-weight:700}.sidenav-list{flex-direction:column;gap:3px;margin:0;padding:0 12px;list-style:none;display:flex}.sidenav-item{width:100%}.sidenav-link{color:#4b5563;border-radius:9px;align-items:center;gap:12px;width:100%;min-height:44px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex;position:relative}.sidenav-link:hover{color:#111827;background:#f9fafb}.sidenav-link--active{color:#2f6f60;background:#1baa8e1f;font-weight:600}.sidenav-link--active:before{content:"";background:#2f6f60;border-radius:0 4px 4px 0;width:3px;position:absolute;top:9px;bottom:9px;left:0}.sidenav-link--active .sidenav-link__icon{color:#2f6f60}.sidenav-link--active:hover{color:#2f6f60;background:#1baa8e29}.sidenav-link__icon{color:#9ca3af;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:color .15s;display:flex}.sidenav-link__icon svg{width:20px;height:20px}.sidenav-link__label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.sidenav-link__badge{color:#ef4444;background:#ef44441a;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:10px;font-weight:700;display:flex}.sidenav-parent{border-radius:9px;align-items:center;width:100%;transition:background .15s,color .15s;display:flex;position:relative}.sidenav-parent:hover{background:#f9fafb}.sidenav-parent--active{background:#1baa8e1f}.sidenav-parent--active .sidenav-link__icon{color:#2f6f60}.sidenav-parent--active .sidenav-link__label{color:#2f6f60;font-weight:600}.sidenav-parent--active:before{content:"";background:#2f6f60;border-radius:0 4px 4px 0;width:3px;position:absolute;top:9px;bottom:9px;left:0}.sidenav-parent__main{min-height:44px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;outline:none;flex:1;align-items:center;gap:12px;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:500;display:flex}.sidenav-parent__toggle{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:36px;height:36px;margin-right:3px;transition:background .15s,color .15s;display:flex}.sidenav-parent__toggle svg{width:19px;height:19px}.sidenav-parent__toggle:hover{color:#111827;background:#9ca3af1a}.sidenav-children{margin:4px 0 6px;padding:0 0 0 34px;list-style:none;position:relative}.sidenav-children:before{content:"";background:#e5e7eb;width:1px;position:absolute;top:3px;bottom:5px;left:21px}.sidenav-child{color:#6b7280;border-radius:7px;align-items:center;gap:9px;min-height:36px;padding:7px 10px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex;position:relative}.sidenav-child:hover{color:#111827;background:#f9fafb}.sidenav-child--active{color:#2f6f60;background:#1baa8e1a;font-weight:600}.sidenav-child--active .sidenav-child__indicator{background:#2f6f60;border-color:#2f6f60}.sidenav-child--active:hover{color:#2f6f60;background:#1baa8e26}.sidenav-child__indicator{background:#fff;border:1px solid #9ca3af;border-radius:50%;flex-shrink:0;width:6px;height:6px}.sidenav-child__label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.sidenav-child__badge{color:#ef4444;font-size:10px;font-weight:700}@media (width<=768px){.sidenav{z-index:100;width:200px;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:0 12px 32px #00000014}.sidenav--mobile-open{transform:translate(0)}.sidenav--collapsed{width:200px}.sidenav--collapsed .sidenav-header{justify-content:flex-start;padding:0 22px}.sidenav--collapsed .sidenav-link,.sidenav--collapsed .sidenav-parent__main{justify-content:flex-start;padding:10px 12px}}.app-layout{background:#f4f6f9;height:100vh;display:flex;overflow:hidden}.app-layout-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.app-layout-header{z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;align-items:center;gap:16px;height:68px;padding:0 8px;display:flex}.app-layout-menu-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:background .15s;display:none}.app-layout-menu-btn:hover{background:#f9fafb}@media (width<=768px){.app-layout-menu-btn{display:flex}}.app-layout-collapse-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:background .15s,color .15s;display:flex}.app-layout-collapse-btn:hover{color:#111827;background:#f9fafb}@media (width<=768px){.app-layout-collapse-btn{display:none}}.app-layout-search{flex:1;max-width:480px;position:relative}.app-layout-search-icon{color:#9ca3af;pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.app-layout-search input{color:#111827;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:10px 80px 10px 40px;font-size:14px;transition:border-color .15s,background .15s,box-shadow .15s}.app-layout-search input::placeholder{color:#9ca3af}.app-layout-search input:focus{background:#fff;border-color:#1baa8e80;outline:none;box-shadow:0 0 0 3px #1baa8e1a}.app-layout-search-shortcut{color:#9ca3af;pointer-events:none;background:#fff;border:1px solid #e5e7eb;border-radius:5px;padding:3px 7px;font-family:inherit;font-size:11px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.app-layout-actions{align-items:center;gap:6px;margin-left:auto;display:flex}.app-layout-action-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:background .15s,color .15s;display:flex;position:relative}.app-layout-action-btn:hover{color:#111827;background:#f3f4f6}.app-layout-notify-dot{background:#ef4444;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:8px;right:9px}.app-layout-profile{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:40px;align-items:center;gap:10px;margin-left:8px;padding:4px 8px 4px 4px;transition:background .15s,border-color .15s;display:flex}.app-layout-profile:hover{background:#f9fafb;border-color:#d1d5db}.app-layout-avatar{color:#fff;background:linear-gradient(135deg,#1baa8e,#2f6f60);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:flex;overflow:hidden}.app-layout-avatar img{object-fit:cover;object-position:center;border-radius:50%;width:100%;height:100%;display:block}.app-layout-avatar svg{color:#fff;font-size:24px}.app-layout-avatar-fallback{color:#fff;text-transform:uppercase;justify-content:center;align-items:center;width:100%;height:100%;font-size:11px;font-weight:700;display:flex}.app-layout-profile-name{color:#111827;white-space:nowrap;font-size:13px;font-weight:600}@media (width<=900px){.app-layout-profile-name{display:none}}.app-layout-profile-arrow{color:#9ca3af}@media (width<=900px){.app-layout-profile-arrow{display:none}}.app-layout-content{background:#fff;flex:1;min-height:0;padding:10px;overflow:hidden auto}@media (width<=768px){.app-layout-content{padding:16px}}.app-layout-overlay{z-index:99;cursor:pointer;background:#0f172a59;border:none;display:none;position:fixed;inset:0}@media (width<=768px){.app-layout-overlay{display:block}}.app-layout .notification-dot{background:red;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}.cancel-button-in-dialog{background-color:#f59e0b!important}.cancel-button-in-dialog:hover{background-color:#d97706!important}.yes-button-in-dialog{background-color:#22c55e!important}.yes-button-in-dialog:hover{background-color:#16a34a!important}.report-send-email-complete-button{color:#fff!important;background-color:#3b82f6!important}.report-send-email-complete-button:hover{background-color:#2563eb!important}.users{background:#fff;flex-direction:column;gap:10px;height:calc(100vh - 88px);display:flex}.users__header{justify-content:space-between;align-items:center;display:flex}.users .users__header{flex-shrink:0}.users .users__contact-wrapper{justify-content:space-between;align-items:center;width:100%;display:flex}.users .users__status-chip{margin-left:auto}.users .users__content{flex:1;width:100%;overflow-y:auto}.users .users__footer{background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;justify-content:center;padding:10px 0;display:flex}.users .users__header-actions{align-items:center;gap:16px;display:flex}.users__title{margin:0}.users__search{width:320px}.users__stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:100%;display:grid}.users__card{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;width:100%;height:480px;padding:20px;display:flex;box-shadow:0 2px 8px #0000000d}.users__card h5{color:#6b7280;margin:0;font-size:14px;font-weight:500}.users__card h2{color:#111827;margin:12px 0 0;font-size:30px;font-weight:700}.users__badge{border:1px solid #0000;border-radius:6px;align-self:flex-start;align-items:center;gap:6px;min-width:26px;height:26px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.users__badge:before{content:"";background-color:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.users__badge--no-dot:before{display:none}.users__badge--success{color:#096;background-color:#f0f9f6}.users__badge--danger{color:#f83636;background-color:#fff3f3}.users__badge--warning{color:#997404;background-color:#fff3cd}.users__badge--primary{color:#0d6efd;background-color:#cfe2ff}.users__card-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.users .users__more-btn{color:#6b7280;background:#fff;border-radius:6px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:14px;display:flex;border:1px solid #e5e7eb!important;padding:0!important}.users .users__more-btn:hover{background:#f9fafb;border-color:#d1d5db}.users .users__more-btn svg{font-size:18px}.users .users__avatar{background:#f8f8f8;border:1px solid #d9d9d9;border-radius:8px;justify-content:center;align-items:center;width:100px;height:100px;margin:20px auto 0;display:flex;overflow:hidden}.users .users__avatar img{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.users .users__name{text-align:center;color:#1f2937;margin-top:10px;margin-bottom:0;font-size:18px;font-weight:700}.users .users__role{text-align:center;color:#1baa8e;margin:0;font-size:14px;font-weight:500}.users .users__info-card{background:#f2f2f6;border-radius:10px;margin:20px -10px -10px;padding:16px}.users .users__info-row{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.users .users__info-column{flex-direction:column;display:flex}.users .users__info-label{color:#696981;margin-bottom:6px;font-size:14px;font-weight:500}.users .users__info-value{color:#212529;margin:0;font-size:14px;font-weight:600;line-height:1.2}.users__contact{align-items:center;gap:8px;margin-bottom:10px;display:flex}.users__contact:last-child{margin-bottom:0}.users__contact-icon{color:#1baa8e;flex-shrink:0;font-size:18px}.users__contact-text{color:#6c757d;font-size:13px;font-weight:500;line-height:1.4}.users .users__contact-text--email{white-space:nowrap;text-overflow:ellipsis;cursor:pointer;max-width:120px;display:inline-block;overflow:hidden}.users__dialog-form{flex-direction:column;gap:20px;padding-top:5px;display:flex}.users__dialog-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.users__dialog-row>*{width:100%}.users .users__load-more{justify-content:center;margin-top:10px;display:flex}.photoSection{flex-direction:column;align-items:center;gap:12px;margin-top:0;margin-bottom:0;display:flex}.photoBox{border:1px solid #ccc;border-radius:8px;justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden}.photoBox img{object-fit:cover;border-radius:8px;width:100%;height:100%}.uploadBox-driver{cursor:pointer;color:#1976d2;align-items:center;gap:8px;font-weight:500;display:flex}.uploadBox-driver:hover{color:#1565c0}.uploadBox-driver svg{color:inherit}.photo-info{color:#777;font-size:12px}.login{background:#fffffff7;min-height:100vh;display:flex}.login__left,.login__right{flex:1}.login__left{flex-direction:column;justify-content:center;align-items:center;margin-top:-40px;padding:0 40px;display:flex}.login__logo{width:75px;height:auto}.login__form{flex-direction:column;gap:20px;width:100%;max-width:400px;display:flex}.login__actions{justify-content:center;align-items:center;display:flex}.login__subtitle{color:#6c757d;text-align:center;margin-top:10px;margin-bottom:55px;font-size:.95rem;font-weight:600;line-height:1.5}.login__right{background:#f5f5f5;flex-direction:column;justify-content:center;align-items:center;margin-top:-40px;padding:0 40px;display:flex}.login__person-image{width:80%;max-width:500px;height:auto;margin-bottom:40px}.login-brand-title{letter-spacing:-.03em;margin:0 0 14px;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;line-height:1.15}@keyframes coverAnimation{0%{transform:translateY(0)}25%{transform:translateY(-50px)}50%{transform:translateY(0)}50%,to{transform:translateY(0)}}.loginText{text-align:center;color:#666;justify-content:center;align-items:center;width:90%;margin:0 auto;padding:16px 24px;font-size:18px;font-weight:600;display:flex}.no-data-found{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:600px;margin-top:0;padding-top:0;display:flex}.no-data-found__image{object-fit:contain;width:50%;height:50%;display:block}.no-data-found__message{color:var(--text-secondary,#6b7280);text-align:center;margin-top:0;font-size:14px;font-weight:400}.lead-page{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;padding:0 2px 8px;display:flex}.lead-card{background:#fff;flex:0 auto;min-width:0;height:calc(100vh - 100px);min-height:0;border:1px solid #e2ebe8!important;border-radius:14px!important;flex-direction:column!important;display:flex!important;overflow:hidden!important;box-shadow:0 1px 2px #0f172a06,0 8px 25px #0f172a09!important}.lead-card-content{box-sizing:border-box;width:100%;flex-direction:column!important;flex:1 1 0!important;min-width:0!important;min-height:0!important;padding:0!important;display:flex!important;overflow:hidden!important}.lead-card-content:last-child{padding-bottom:0!important}.lead-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #e7eeec;flex:0 0 62px;justify-content:space-between;align-items:center;height:62px;min-height:62px;padding:11px 14px;display:flex;position:relative}.lead-header__actions{align-items:center;gap:9px;min-width:0;display:flex}.lead-header__actions .MuiFormControl-root{min-width:180px!important}.lead-header__actions .MuiOutlinedInput-root{color:#33413e;background:#fbfdfc;border-radius:8px;height:36px;font-size:12px;transition:border-color .15s,box-shadow .15s}.lead-header__actions .MuiOutlinedInput-root fieldset{border-color:#dce6e3}.lead-header__actions .MuiOutlinedInput-root:hover fieldset{border-color:#a8c9c2}.lead-header__actions .MuiOutlinedInput-root.Mui-focused fieldset{border-width:1px;border-color:#11a58e;box-shadow:0 0 0 3px #11a58e12}.lead-table-wrapper{box-sizing:border-box;background:#fff;flex-direction:column;flex:1 1 0;width:100%;min-width:0;min-height:0;padding:10px 12px 0;display:flex;overflow:hidden}.lead-table-scroll{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#b8cbc6 transparent;overscroll-behavior:contain;background:#fff;border:1px solid #dfe9e6;border-radius:11px;flex:1 1 0;width:100%;min-width:0;min-height:0;position:relative;box-shadow:0 1px 2px #0f172a05;overflow:auto!important}.lead-table-scroll::-webkit-scrollbar{width:7px;height:7px}.lead-table-scroll::-webkit-scrollbar-track{background:#f7faf9}.lead-table-scroll::-webkit-scrollbar-thumb{background:#c2d1ce;border-radius:20px}.lead-table-scroll::-webkit-scrollbar-thumb:hover{background:#91aaa4}.lead-table{border-collapse:separate;border-spacing:0;table-layout:auto;color:#34433f;width:max-content;min-width:100%;font-size:13px}.lead-table th,.lead-table td{vertical-align:middle;white-space:nowrap;box-sizing:border-box;border-bottom:1px solid #edf2f0;height:37px;padding:6px 11px;line-height:18px}.lead-table th{z-index:4;color:#23413b;letter-spacing:.35px;text-transform:uppercase;text-align:left;background:linear-gradient(#effaf7 0%,#e7f6f2 100%);height:40px;padding:7px 11px;font-size:10.5px;font-weight:700;position:sticky;top:0;box-shadow:0 2px 5px #0f172a0b}.lead-table th:first-child{border-top-left-radius:10px}.lead-table th:last-child{border-top-right-radius:10px}.lead-table td{background:#fff;font-size:13px}.lead-table tbody tr{cursor:pointer;transition:background-color .12s,box-shadow .12s}.lead-table tbody tr:hover td{background:#f6fbfa}.lead-table tbody tr:hover{box-shadow:inset 3px 0 #16a893}.lead-table tbody tr:last-child td{border-bottom:none}.lead-table th:last-child,.lead-table td:last-child{border-right:none}.lead-table .sticky-column{z-index:3;background:#fff;position:sticky;left:0;box-shadow:2px 0 4px #0f172a0b}.lead-table thead .sticky-column{z-index:6;background:linear-gradient(#effaf7 0%,#e7f6f2 100%)}.lead-table tbody tr:hover .sticky-column{background:#f6fbfa}.lead-id-cell{white-space:nowrap;align-items:center;min-width:0;display:flex}.lead-id{color:#34433f;font-size:13px;font-weight:600}.copy-button{flex-shrink:0!important}.table-header-content{align-items:center;gap:4px;min-height:18px;display:inline-flex}.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s,color .15s}.sortable:hover{color:#087d6b;background:#dff2ed!important}.lead-table-sort-icon{color:#8da6a1;align-items:center;font-size:14px;transition:color .15s;display:inline-flex}.sortable:hover .lead-table-sort-icon{color:#119c87}.table-text{color:#40504c;max-width:220px;font-size:13px;line-height:18px;display:inline-block}.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lead-status-chip{border-radius:7px!important;height:24px!important;font-size:11px!important;font-weight:600!important}.boolean-value{border-radius:6px;justify-content:center;align-items:center;min-width:42px;padding:4px 8px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.boolean-value.yes{color:#087c67;background:#e8f7f2}.boolean-value.no{color:#9a3b3b;background:#fdeeee}.no-data-cell{text-align:center;border-bottom:none!important;height:300px!important}.lead-footer{flex:none;justify-content:center;align-items:center;padding:10px 0 9px;display:flex}.lead-footer .MuiButton-root{border-radius:8px;min-width:140px;min-height:34px;font-size:12px;font-weight:650;transition:transform .15s,box-shadow .15s;box-shadow:0 3px 10px #0f9d8821}.lead-footer .MuiButton-root:hover{transform:translateY(-1px);box-shadow:0 5px 14px #0f9d8830}.customer-skeleton-row{pointer-events:none}.customer-skeleton{background:linear-gradient(90deg,#edf3f1 25%,#f7faf9 50%,#edf3f1 75%) 0 0/200% 100%;border-radius:5px;height:14px;animation:1.4s infinite skeleton-loading;display:inline-block}.skeleton-name{width:140px}.skeleton-email{width:210px}.skeleton-date{width:150px}.skeleton-status{width:68px;height:22px}.skeleton-device{width:180px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.assign-option{padding:4px 0}.duty-status{align-items:center;gap:5px;margin-top:2px;display:flex}.status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.status-dot.online{background:#16a34a}.status-dot.offline{background:#9ca3af}@media (width<=1100px){.lead-header{align-items:center;gap:10px}.lead-header__actions .text-input{width:220px}.lead-header__actions .MuiFormControl-root{min-width:175px!important}}@media (width<=768px){.lead-page{padding:0 1px 6px}.lead-card{height:calc(100vh - 135px);min-height:0;border-radius:11px!important}.lead-header{justify-content:flex-end;padding:10px}.lead-header__actions{flex-wrap:wrap;justify-content:flex-end;width:100%}.lead-header__actions .text-input{width:220px}.lead-table-wrapper{padding:8px 8px 0}.lead-table th,.lead-table td{padding:5px 8px}.lead-table th{font-size:10px}.lead-table td{font-size:12px}}.searchableDropdown{width:100%}.searchableDropdown-field{width:100%;position:relative}.searchableDropdown-pill{cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #0000003b;border-radius:8px;justify-content:space-between;align-items:center;width:100%;min-height:40px;padding:0 10px 0 14px;transition:border-color .2s,box-shadow .2s;display:flex}.searchableDropdown-pill:hover{border-color:#000000de}.searchableDropdown-pill:focus,.searchableDropdown-pill:focus-visible{border-color:#1976d2;outline:none;box-shadow:0 0 0 1px #1976d2}.searchableDropdown-floating-label{color:#0009;z-index:1;pointer-events:none;background:#fff;padding:0 4px;font-size:12px;font-weight:400;line-height:1;position:absolute;top:0;left:12px;transform:translateY(-50%)}.searchableDropdown-label{white-space:nowrap;text-overflow:ellipsis;color:#000000de;flex:1;font-size:14px;overflow:hidden}.searchableDropdown-actions{flex-shrink:0;align-items:center;gap:2px;display:flex}.searchableDropdown-pill .MuiIconButton-root{padding:4px}.searchableDropdown-pill svg{color:#0000008a}.table-skeleton-loader td{vertical-align:middle;border-bottom:1px solid #1baa8e1f;padding:10px}.table-skeleton-loader .MuiSkeleton-root{border-radius:6px}.table-skeleton-loader-actions{justify-content:flex-end;gap:6px;display:flex}.side-drawer{color:#111827;background:#fff;flex-direction:column;width:100%;height:100vh;display:flex}.side-drawer-header{color:#fff;background:#1baa8e;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;display:flex;box-shadow:0 4px 12px #0000000d}.side-drawer-header-main{flex:1;min-width:0}.side-drawer-header-main h1,.side-drawer-header-main h2,.side-drawer-header-main h3,.side-drawer-header-main h4,.side-drawer-header-main h5,.side-drawer-header-main h6{margin:0;font-size:1.1rem;font-weight:700}.side-drawer-close{cursor:pointer;color:#fff;flex-shrink:0;font-size:22px;transition:transform .2s}.side-drawer-close:hover{transform:rotate(90deg)}.side-drawer-body{flex-direction:column;flex:1;min-height:0;padding-bottom:0;display:flex;overflow:hidden}.convertedMap{border-radius:8px;width:100%;height:100%;min-height:400px;overflow:hidden}.convertedMap__canvas{width:100%;height:100%;min-height:400px}.convertedMap--message{justify-content:center;align-items:center;width:100%;height:100%;min-height:400px;display:flex}.pickup-destination{align-items:center;gap:10px;width:100%;display:flex}.pickup-destination__field:first-child{flex:0 0 43%}.pickup-destination__field:last-child{flex:1;min-width:0}.pickup-destination__swap{flex-shrink:0;justify-content:center;align-items:center;display:flex}.pac-container{border-top:1px solid #d9d9d9;border-radius:4px;margin-top:4px;font-family:Roboto,Arial,sans-serif;box-shadow:0 2px 6px #0000004d;z-index:10000!important}.pac-item{cursor:pointer;padding:0 4px;line-height:30px}.pac-item:hover{background-color:#fafafa}.pac-item-selected,.pac-item-selected:hover{background-color:#ebf2fe}.pac-icon{margin-top:6px}.address-places-autocomplete{width:100%}.spin-time-picker{flex-shrink:0;align-self:center}.spin-time-picker .spin-time-picker-inner{align-items:center;gap:2px;display:flex}.spin-time-picker .spin-time-segment{flex-direction:column;align-items:center;gap:0;display:flex}.spin-time-picker .spin-time-arrow{color:var(--primary-teal-light,#20a090);padding:0}.spin-time-picker .spin-time-arrow:hover{background:0 0}.spin-time-picker .spin-time-value{background:#fff;border:1px solid #d9d9d9;border-radius:4px;justify-content:center;align-items:center;min-width:34px;height:28px;font-size:.875rem;line-height:1;display:inline-flex}.spin-time-picker .spin-time-colon{padding:0 2px;font-size:1rem;font-weight:500}.spin-time-picker .spin-time-period{cursor:pointer;min-width:42px;height:28px;color:inherit;background:#fff;border:1px solid #d9d9d9;border-radius:4px;margin-left:4px;font-size:.8125rem}.spin-time-picker .spin-time-period:disabled{cursor:not-allowed;opacity:.6}.spin-time-picker.spin-time-picker-error .spin-time-value,.spin-time-picker.spin-time-picker-error .spin-time-period{border-color:#d32f2f}.spin-time-picker .spin-time-helper{margin-top:4px;display:block}.session-status{white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;min-width:68px;height:22px;padding:3px 9px;font-size:10.5px;font-weight:700;line-height:1;display:inline-flex}.session-status.active{color:#087c67;background:#e8f7f2}.session-status.inactive{color:#9a3b3b;background:#fdeeee}.dashboard__stats,.dashboard__row{margin-bottom:16px}.dashboard-card{box-sizing:border-box;background:#fff;border:1px solid #e6eaf0;border-radius:12px;width:100%}.dashboard-table__route{align-items:center;gap:6px;min-width:0;max-width:280px;display:flex}.dashboard-table__address{color:#364052;white-space:nowrap;text-overflow:ellipsis;cursor:default;flex:1;min-width:0;max-width:120px;overflow:hidden;margin:0!important;font-size:10px!important}.dashboard-table__arrow{color:#7c8494;flex-shrink:0;margin:0!important;font-size:11px!important}.dashboard-table__empty{text-align:center!important;vertical-align:middle!important}@media (width<=1200px){.dashboard{padding:18px}.conversion-wrapper__details{width:230px}}@media (width<=900px){.conversion-wrapper{flex-direction:column;height:auto}.conversion-wrapper__chart,.conversion-wrapper__details{width:100%}.stat-card{height:105px}}@media (width<=600px){.dashboard{padding:12px}.dashboard-table{display:block;overflow-x:auto}}.dashboard{box-sizing:border-box;background:#fff;width:100%;min-height:100vh;padding:24px}.dashboard__stats,.dashboard__row{margin-bottom:16px}.dashboard__footer{text-align:center;color:#7c8494;padding:8px 0 4px;font-size:12px}.dashboard-card{box-sizing:border-box;background:#fff;border:1px solid #e6eaf0;border-radius:12px;width:100%;height:100%}.dashboard-chart{box-sizing:border-box;background:#fff;border:1px solid #e6eaf0;border-radius:12px;width:100%;min-height:300px;padding:16px}.dashboard-chart__header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.dashboard-chart__title{color:#172033;font-size:14px!important;font-weight:600!important}.dashboard-chart__info{color:#8b94a5;font-size:15px!important}.section-header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.section-header__left{align-items:center;gap:8px;display:flex}.section-header__title{color:#172033;font-size:14px!important;font-weight:600!important}.section-header__badge{color:#fff;background:#f04444;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:600;display:flex}.section-header__view{color:#6956d8;cursor:pointer;font-size:12px!important;font-weight:500!important}.section-header__view:hover{text-decoration:underline}.stat-card{box-sizing:border-box;background:#fff;border:1px solid #e6eaf0;border-radius:12px;align-items:center;gap:14px;height:116px;padding:16px;display:flex}.stat-card__icon{border-radius:50%;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;display:flex}.stat-card__content{min-width:0}.stat-card__title{color:#4e5869;align-items:center;gap:5px;display:flex;font-size:12px!important;font-weight:500!important}.stat-card__value{color:#111827;margin-top:3px!important;font-size:25px!important;font-weight:700!important;line-height:1.1!important}.stat-card__change{align-items:center;gap:4px;margin-top:7px;display:flex}.stat-card__change-value{color:#16a05d;font-size:11px!important;font-weight:600!important}.stat-card__change-text{color:#7d8797;font-size:10px!important}.stat-card__change--negative .stat-card__change-value{color:#e74b4b}.conversion-wrapper{align-items:center;gap:12px;height:280px;display:flex}.conversion-wrapper__chart{flex:1;min-width:0}.conversion-wrapper__details{flex-direction:column;gap:12px;width:280px;display:flex}.conversion-info{border:1px solid #e8ebf0;border-radius:8px;overflow:hidden}.conversion-info__row{border-bottom:1px solid #edf0f3;justify-content:space-between;align-items:center;min-height:42px;padding:0 12px;display:flex}.conversion-info__row:last-child{border-bottom:0}.conversion-info__label{color:#4d5768;align-items:center;gap:6px;font-size:11px;display:flex}.conversion-info__value{color:#172033;font-size:12px;font-weight:600}.conversion-info__date{color:#7c8494;margin-left:3px;font-size:9px;font-weight:400}.conversion-growth{background:#f0fbf6;border-radius:8px;align-items:center;gap:8px;min-height:62px;padding:10px 14px;display:flex}.conversion-growth__value{color:#15955a;font-size:16px;font-weight:700}.conversion-growth__text{color:#4e8067;font-size:10px}.dashboard-table-wrapper{width:100%;max-height:300px;overflow:auto}.dashboard-table{border-collapse:separate;border-spacing:0;width:100%}.dashboard-table th{z-index:10;color:#596476;text-align:left;background:#fbfcfd;border-bottom:1px solid #e9edf2;height:34px;padding:0 12px;font-size:10px;font-weight:600;position:sticky;top:0;box-shadow:0 1px #e9edf2}.dashboard-table td{color:#364052;white-space:nowrap;border-bottom:1px solid #edf0f4;height:38px;padding:0 12px;font-size:10px}.dashboard-table tbody tr:last-child td{border-bottom:none}.table-footer{color:#6956d8;cursor:pointer;justify-content:center;padding:12px;font-size:11px;font-weight:500;display:flex}.status-chip{color:#3183c8;background:#eaf5ff;border-radius:5px;align-items:center;padding:4px 8px;font-size:9px;font-weight:600;display:inline-flex}.priority-chip{border-radius:5px;align-items:center;padding:4px 8px;font-size:9px;font-weight:600;display:inline-flex}.priority-chip--high{color:#e74b4b;background:#ffe9e9}.priority-chip--medium{color:#d99016;background:#fff4df}.priority-chip--low{color:#15955a;background:#eaf8ef}.trip-list{flex-direction:column;height:290px;display:flex;overflow:hidden auto}.trip-item{box-sizing:border-box;border-bottom:1px solid #edf0f4;align-items:center;gap:12px;min-height:59px;padding:8px 14px;display:flex}.trip-item:last-child{border-bottom:none}.trip-item__icon{color:#4c586c;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.trip-item__info{flex-direction:column;gap:3px;width:120px;min-width:120px;display:flex}.trip-item__id{color:#202938;font-size:10px!important;font-weight:700!important}.trip-item__date{color:#6e7888;font-size:9px!important}.trip-item__route{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.trip-item__address{color:#394456;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:10px!important}.trip-item__arrow{color:#7c8494;flex-shrink:0;font-size:12px!important}.trip-item__date{color:#6e7888;margin-top:2px;font-size:9px!important}.trip-item__route{color:#394456;font-size:10px!important}.trip-item__days{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-width:70px;display:flex}.trip-item__number{color:#ee9c21;font-size:20px!important;font-weight:700!important;line-height:1!important}.trip-item__label{color:#d9921b;font-size:11px!important;font-weight:700!important;line-height:1!important}.trip-item__today{color:#e84545;font-size:11px!important;font-weight:700!important;line-height:1!important}.trip-item__green{color:#15955a}.hold-days{color:#15955a;background:#eaf8f1;border-radius:5px;padding:5px 9px;font-size:9px;font-weight:600;display:inline-flex}.hold-days--warning{color:#d99016;background:#fff5e3}.hold-days--danger{color:#e34a4a;background:#ffeaea}@media (width<=1200px){.dashboard{padding:18px}.conversion-wrapper__details{width:230px}}@media (width<=900px){.conversion-wrapper{flex-direction:column;height:auto}.conversion-wrapper__chart,.conversion-wrapper__details{width:100%}.stat-card{height:105px}}@media (width<=600px){.dashboard{padding:12px}.dashboard-table{display:block;overflow-x:auto}}.dashboard-card{background:#fff;border:1px solid #e7eaf0;border-radius:10px;overflow:hidden}.dashboard-card__header{border-bottom:1px solid #eef0f4;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.dashboard-card__title{color:#172033;font-size:13px!important;font-weight:600!important}.dashboard-card__link{color:#6556d8;cursor:pointer;font-size:11px!important;font-weight:500!important}.dashboard-card__footer{border-top:1px solid #eef0f4;justify-content:center;padding:10px;display:flex}.admin-performance__table-wrapper{height:300px;overflow:auto}.admin-performance__table-wrapper::-webkit-scrollbar{width:5px;height:5px}.admin-performance__table-wrapper::-webkit-scrollbar-thumb{background:#cfd4dc;border-radius:10px}.admin-performance__table-wrapper::-webkit-scrollbar-track{background:0 0}.admin-performance__table-wrapper .MuiTable-root{border-collapse:separate;border-spacing:0;min-width:650px}.admin-performance__table-wrapper .MuiTableHead-root{z-index:10;position:sticky;top:0}.admin-performance__table-wrapper .MuiTableHead-root .MuiTableCell-root{color:#697386;background:#fff;border-bottom:1px solid #e9edf2;font-size:9px;font-weight:600;box-shadow:0 1px #e9edf2}.admin-performance__table-wrapper .MuiTableBody-root .MuiTableCell-root{border-bottom:1px solid #f0f1f5}.admin-performance__table-wrapper .MuiTableBody-root .MuiTableRow-root:last-child .MuiTableCell-root{border-bottom:none}.admin-performance__table-wrapper .MuiTableCell-root{color:#4b5565;white-space:nowrap;padding:8px 10px;font-size:10px}.agent-cell{align-items:center;gap:8px;min-width:145px;display:flex}.agent-cell__avatar{color:#6556d8!important;background:#eeeaff!important;width:26px!important;height:26px!important;font-size:9px!important;font-weight:600!important}.agent-cell__name{color:#344054;font-size:10px!important}.recent-activities__title{align-items:center;gap:6px;display:flex}.activity-count{color:#fff;background:#ff4d4f;border-radius:10px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 5px;font-size:9px;font-weight:600;display:flex}.recent-activities__table-wrapper{height:300px;overflow:auto}.recent-activities__table-wrapper .MuiTable-root{border-collapse:separate;border-spacing:0;min-width:560px}.recent-activities__table-wrapper .MuiTableHead-root{z-index:2;background:#fff;position:sticky;top:0}.recent-activities__table-wrapper .MuiTableHead-root .MuiTableCell-root{color:#697386;background:#fff;font-size:9px;font-weight:600}.recent-activities__table-wrapper .MuiTableCell-root{color:#475467;white-space:nowrap;border-bottom:1px solid #f0f1f5;padding:8px 9px;font-size:9px}.recent-activities__table-wrapper .MuiTableBody-root .MuiTableRow-root:last-child .MuiTableCell-root{border-bottom:none}.recent-activities__table-wrapper::-webkit-scrollbar{width:5px}.recent-activities__table-wrapper::-webkit-scrollbar-thumb{background:#cfd4dc;border-radius:10px}.activity-action{color:#475467;font-size:9px!important}.status-change{align-items:center;gap:4px;font-size:8px;display:flex}.status-change span:nth-child(2){color:#98a2b3}.status-change span:last-child{color:#475467;font-weight:600}.session-stats{grid-template-columns:repeat(3,1fr);gap:8px;padding:10px;display:grid}.session-stat{background:#fafbfc;border:1px solid #e8ebf0;border-radius:6px;padding:8px 10px}.session-stat--online{background:#f0fbf6;border-color:#e0f3e9}.session-stat--offline{background:#fff5f5;border-color:#f8e1e1}.session-stat__label{color:#667085;margin-bottom:3px!important;font-size:9px!important}.session-stat__value{color:#1d2939;font-size:15px!important;font-weight:700!important}.session-stat--online .session-stat__value{color:#12a36b}.session-stat--offline .session-stat__value{color:#e53935}.admin-sessions__table-wrapper{max-height:300px;overflow-x:auto}.admin-sessions__table-wrapper .MuiTable-root{min-width:520px}.admin-sessions__table-wrapper .MuiTableCell-root{color:#475467;white-space:nowrap;border-bottom:1px solid #f0f1f5;padding:8px 9px;font-size:9px}.admin-sessions__table-wrapper .MuiTableHead-root .MuiTableCell-root{color:#697386;font-size:9px;font-weight:600}.admin-sessions__table-wrapper .MuiTableBody-root .MuiTableRow-root:last-child .MuiTableCell-root{border-bottom:none}.session-status{border-radius:10px;width:fit-content;padding:2px 7px;font-size:8px;font-weight:600}.session-status--online{color:#0a9b61;background:#dff7eb}.session-status--offline{color:#e53935;background:#fde8e8}.hot-leads-banner{background:linear-gradient(135deg,#fff7ed 0%,#fff 45%,#fff1f2 100%);border:1px solid #fed7aa;border-radius:16px;margin-bottom:20px;padding:20px 10px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000d}.hot-leads-banner:before{content:"";background:#f9731614;border-radius:50%;width:260px;height:260px;position:absolute;top:-160px;right:-100px}.hot-leads-banner__ribbon{color:#fff;letter-spacing:1px;z-index:2;background:linear-gradient(135deg,#ef4444,#f97316);border-bottom-left-radius:12px;align-items:center;gap:6px;padding:7px 18px;font-size:11px;font-weight:800;display:flex;position:absolute;top:0;right:0}.hot-leads-banner__ribbon svg{font-size:16px}.hot-leads-banner__content{z-index:1;justify-content:space-between;align-items:center;gap:24px;display:flex;position:relative}.hot-leads-banner__icon{color:#f97316;background:#ffedd5;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.hot-leads-banner__icon svg{font-size:30px}.hot-leads-banner__title{color:#1f2937;font-size:20px!important;font-weight:800!important}.hot-leads-banner__subtitle{color:#6b7280;max-width:450px;margin-top:4px!important;font-size:13px!important}.hot-leads-banner__count{border:1px solid #0000!important;border-radius:10px!important;height:38px!important;font-weight:600!important}.hot-leads-banner__count--critical{color:#dc2626!important;background:#fef2f2!important;border-color:#fecaca!important}.hot-leads-banner__count--high{color:#ea580c!important;background:#fff7ed!important;border-color:#fed7aa!important}.hot-leads-banner__count--urgent{color:#ca8a04!important;background:#fefce8!important;border-color:#fde68a!important}.hot-leads-banner__count--warning{color:#2563eb!important;background:#eff6ff!important;border-color:#bfdbfe!important}.hot-leads-banner__view-more{text-transform:none!important;color:#fff!important;min-width:125px!important;height:40px!important;box-shadow:none!important;background:#f97316!important;border-radius:10px!important;font-weight:700!important}.hot-leads-banner__view-more:hover{background:#ea580c!important}@media (width<=1200px){.hot-leads-banner__content{flex-direction:column;align-items:flex-start}}@media (width<=600px){.hot-leads-banner{padding:20px 16px}.hot-leads-banner__subtitle{max-width:100%}.hot-leads-banner__view-more{width:100%}}.paymentCardsPanel{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.paymentCardsHeader{align-items:center;gap:8px;margin-bottom:8px;display:flex}.paymentCardsHeader h4{margin:0;font-size:16px;font-weight:600}.paymentCardsEmpty{text-align:center;border:1px dashed #d1d5db;border-radius:8px;margin-bottom:10px;padding:16px}.paymentCardsEmpty p{color:#6b7280;margin:0;font-size:14px}.paymentCardWrapper{flex-direction:column;margin-bottom:10px;display:flex}.paymentCard{border:1px solid;border-radius:8px;padding:12px}.defaultCard{background:#fff;border-color:#e5e7eb}.primaryCard{background:#22c55e14;border-color:#22c55e}.expiredCard{background:#ef444414;border-color:#ef4444}.primaryCard .paymentCardDetails,.primaryCard .paymentCardDetails strong{color:#16a34a}.expiredCard .paymentCardDetails,.expiredCard .paymentCardDetails strong{color:#ef4444}.paymentCardMain{align-items:center;gap:12px;width:100%;display:flex}.paymentCardDetails{flex-direction:column;flex:1;align-items:flex-start;gap:6px;min-width:0;display:flex}.paymentCardNumberRow{flex-wrap:wrap;align-items:baseline;gap:6px;line-height:1.3;display:flex}.paymentCardLabel{font-size:14px;font-weight:600}.paymentCardMeta{color:#6b7280;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;display:flex}.paymentCardExpiry{color:inherit}.expiredCard .paymentCardMeta,.expiredCard .paymentCardExpiry{color:#ef4444}.primaryCard .paymentCardMeta .paymentCardExpiry{color:#16a34a}.paymentCardStatusExpired{color:#ef4444;font-weight:600}.creditBadge{color:#6b7280;background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:500}.primaryBadge{color:#16a34a;border-radius:4px;flex-shrink:0;align-self:center;align-items:center;gap:6px;margin-left:auto;padding:2px 8px;font-size:12px;font-weight:600;display:flex}.paymentCardActions{align-items:center;gap:4px;margin-left:4px;display:inline-flex}.paymentCardActionBtn{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:4px;line-height:0;transition:background-color .15s;display:inline-flex}.paymentCardActionBtn:hover{background-color:#0000000f}.paymentCardActionBtn:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.paymentCardActionIcon{flex-shrink:0;display:block}.paymentCardActionIcon--primary{color:#16a34a}.paymentCardActionIcon--edit{color:#3b82f6}.cardBrandLogo{object-fit:contain;flex-shrink:0;align-self:center;width:55px;height:auto}.paymentCardEditSection{margin-top:10px}.paymentCardEditFooter{justify-content:space-between;align-items:center;margin-top:16px;margin-bottom:10px;display:flex}.paymentCardEditFooterActions{gap:12px;display:flex}.paymentCardsAddForm{box-sizing:border-box;width:100%;max-width:100%;margin-top:6px}.paymentCardsAddForm h4{margin:0 0 10px}.paymentCardsFormFooter{justify-content:flex-end;align-items:center;gap:10px;width:100%;margin-top:8px;margin-bottom:0;display:flex}.paymentCardRowOne,.paymentCardRowTwo,.paymentCardRowThree{box-sizing:border-box;flex-wrap:nowrap;align-items:flex-start;gap:12px;width:100%;max-width:100%;margin-bottom:12px;display:flex}.paymentCardRowOne>*,.paymentCardRowTwo>*,.paymentCardRowThree>*{flex:1 1 0;width:100%;min-width:0}.paymentCardRowOne .MuiFormControl-root,.paymentCardRowTwo .MuiFormControl-root,.paymentCardRowThree .MuiFormControl-root{width:100%;min-width:0}.add-card-btn{color:#1976d2;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:14px;font-weight:500;display:inline-flex}.add-card-btn:hover{background:0 0;text-decoration:underline}.add-card-btn:focus{background:0 0;outline:none}.audit-log-header{box-sizing:border-box;grid-template-columns:125px 200px 400px 175px 60px 32px;align-items:center;width:100%;display:grid}.audit-log-row{grid-template-columns:120px 200px 400px 175px 60px 32px;align-items:center;width:100%;min-height:48px;display:grid}.audit-log-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:7px 10px}.audit-log-header .MuiTypography-root{color:#6b7280;font-size:13px;font-weight:600}.audit-log-date{text-align:left;box-sizing:border-box;min-width:0}.audit-log-date .MuiTypography-root{line-height:1.4}.audit-log-action{box-sizing:border-box;min-width:0;padding-right:25px;overflow:hidden}.audit-action-wrapper{align-items:center;gap:7px;min-width:0;display:flex}.audit-action-wrapper .MuiTypography-root{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.audit-action-dot{background:#22c55e;border-radius:50%;width:7px;min-width:7px;height:7px}.audit-log-description{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;min-width:0;padding-right:18px;overflow:hidden;font-size:11px!important}.audit-log-description-header{color:#6b7280!important;font-size:13px!important;font-weight:600!important}.audit-log-performed-by{box-sizing:border-box;align-items:center;gap:7px;min-width:0;display:flex;overflow:hidden}.audit-user-info{min-width:0;overflow:hidden}.audit-user-name{align-items:center;gap:6px;min-width:0;display:flex}.audit-user-name .MuiTypography-root:first-child,.audit-user-info>.MuiTypography-root{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.audit-log-source{text-align:center;color:#1f2937;font-weight:500;font-size:13px!important}.audit-log-row{min-height:48px}.MuiAccordion-root{border-bottom:1px solid #f3f4f6}.MuiAccordionSummary-root{min-height:48px!important}.MuiAccordionSummary-root:hover{background:#fafafa}.MuiAccordionSummary-expandIconWrapper{color:#6b7280;border:1px solid #e5e7eb;border-radius:5px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.MuiAccordionSummary-expandIconWrapper .MuiSvgIcon-root{font-size:16px}.admin-dashboard-assistant-wrapper{pointer-events:none;flex-direction:column;align-items:center;width:70px;height:78px;display:flex;z-index:9999!important;position:fixed!important}.admin-dashboard-assistant{pointer-events:auto;touch-action:none;transition:transform .2s,box-shadow .25s,background .2s;animation:3s ease-in-out infinite assistantGlow;top:0;left:10px;box-shadow:0 0 0 4px #2f6f6014,0 0 12px #2f6f60a6,0 0 25px #2f6f6073,0 8px 20px #0f4c3f47;cursor:grab!important;color:#fff!important;background:linear-gradient(145deg,#3c8875,#2f6f60)!important;border:2px solid #d8f3e8f2!important;border-radius:50%!important;width:50px!important;height:50px!important;padding:0!important;position:absolute!important}.admin-dashboard-assistant:hover{transform:scale(1.06);box-shadow:0 0 0 5px #2f6f601a,0 0 15px #2f6f60cc,0 0 32px #2f6f608c,0 10px 24px #0f4c3f4d;background:linear-gradient(145deg,#46967f,#285f52)!important}.admin-dashboard-assistant:active{cursor:grabbing;transform:scale(.98)}.admin-dashboard-assistant .admin-dashboard-assistant__sparkle-icon{pointer-events:none}.admin-dashboard-assistant__label{cursor:pointer;pointer-events:auto;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:linear-gradient(135deg,#fffffff5,#f4fbf8f5);border:1px solid #2f6f6029;border-radius:7px;justify-content:center;align-items:center;min-width:58px;height:22px;padding:2px 9px;transition:transform .2s,box-shadow .2s,border-color .2s;animation:.4s ease-out .35s forwards askAiAppear;display:flex;position:absolute;top:54px;left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 3px 8px #0f172a12,0 5px 14px #2f6f601a}.admin-dashboard-assistant__label:hover{border-color:#2f6f6059;transform:translate(-50%)translateY(1px)scale(1.04);box-shadow:0 5px 12px #0f172a17,0 8px 20px #2f6f6029}.admin-dashboard-assistant__sparkle-icon{color:#fff;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:28px;height:28px;line-height:1;transition:transform .25s;display:flex;position:relative}.admin-dashboard-assistant__sparkle-icon .sparkle-main{z-index:2;color:#fff;text-shadow:0 1px 3px #00000026;font-size:27px;font-weight:400;line-height:1;position:relative;transform:translateY(-1px)}.admin-dashboard-assistant__sparkle-icon .sparkle-small{z-index:3;color:#d8f3e8;font-size:9px;line-height:1;animation:2s ease-in-out infinite sparkleTwinkle;position:absolute;top:2px;right:1px}.admin-dashboard-assistant:hover .admin-dashboard-assistant__sparkle-icon{transform:scale(1.08)rotate(-4deg)}@keyframes sparkleTwinkle{0%,to{opacity:.45;transform:scale(.8)rotate(0)}50%{opacity:1;transform:scale(1.15)rotate(12deg)}}.admin-dashboard-assistant__label-text{color:#23483f;letter-spacing:.15px;line-height:1;font-size:11.5px!important;font-weight:700!important}@keyframes assistantGlow{0%,to{box-shadow:0 0 8px #2f6f60b3,0 0 18px #2f6f6080,0 0 30px #2f6f604d}50%{box-shadow:0 0 10px #2f6f60e6,0 0 25px #2f6f60b3,0 0 45px #2f6f6080}}@keyframes askAiAppear{0%{opacity:0;transform:translate(-50%)translateY(-2px)scale(.94)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes sparklePulse{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}.admin-dashboard-assistant__panel{box-sizing:border-box;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(145deg,#fffffffa,#f7fcfaf5);border:1px solid #2f6f602e;transition:left .15s,top .15s,transform .2s,box-shadow .2s;animation:.35s ease-out assistantPanelAppear;overflow:hidden;box-shadow:0 10px 25px #0f172a14,0 25px 60px #2f6f601f,inset 0 0 0 1px #ffffffb3;z-index:9998!important;border-radius:20px!important;width:320px!important;position:fixed!important}.admin-dashboard-assistant__panel:before{content:"";background:linear-gradient(90deg,#2f6f60,#49a78f,#8fd9c2);height:4px;position:absolute;top:0;left:0;right:0}.admin-dashboard-assistant__panel:after{content:"";pointer-events:none;background:radial-gradient(circle,#2f6f6024,#0000 70%);border-radius:50%;width:160px;height:160px;position:absolute;top:-90px;right:-70px}.admin-dashboard-assistant__panel-glow{pointer-events:none;background:radial-gradient(circle,#16a05d1a,#0000 70%);border-radius:50%;width:120px;height:120px;position:absolute;bottom:-70px;left:-60px}@keyframes assistantPanelAppear{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.quote-status{border-radius:6px;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.quote-status.pending{color:#ed6c02;background:#fff4e5}.quote-status.accepted{color:#2e7d32;background:#e8f5e9}.quote-status.rejected{color:#d32f2f;background:#ffebee}*,:before,:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f6f9;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}body .text-input input::-ms-reveal{display:none}#root{height:100%}a{color:#1baa8e;text-decoration:none;transition:color .15s}a:hover{color:#159a80}button{font-family:inherit}input,button{outline:none}*{scrollbar-width:thin}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#1baa8e73 padding-box content-box;border:2px solid #0000;border-radius:999px;transition:background-color .2s}::-webkit-scrollbar-thumb:hover{background:#2f6f60cc padding-box content-box}::-webkit-scrollbar-corner{background:0 0}.app-button{color:#fff!important}
