.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#f5f5f5;font-family:Roboto,sans-serif}.login-container h2{margin-bottom:20px;font-size:1.8rem}.login-form{display:flex;flex-direction:column;width:300px;gap:15px}.form-group input{padding:8px;border:1px solid #ccc;border-radius:5px;font-size:1rem}.error{color:red;font-size:.9rem;margin:10px 0}.login-btn{background-image:linear-gradient(to right top,#06387d,#063d86,#06418e,#054697,#044ba0,#044ea6,#0351ab,#0254b1,#0256b5,#0158b8,#015abc,#005cc0);color:#fff;border:none;padding:10px;border-radius:6px;cursor:pointer;font-size:1rem}.login-btn:hover{background-image:linear-gradient(to right top,#06387d,#063d86,#06418e,#054697,#044ba0,#044ea6,#0351ab,#0254b1,#0256b5,#0158b8,#015abc,#005cc0)}.superadmin *{box-sizing:border-box}.superadmin button{all:unset;box-sizing:border-box}.superadmin body,.superadmin html,.superadmin #root{height:100%;font-family:Roboto,sans-serif}.superadmin .admin-container{display:flex;flex-direction:row;height:100vh}.superadmin .main-content{flex:1;height:calc(100vh - 73px);margin-top:73px;margin-left:200px;display:flex;overflow:auto}.superadmin .topbar{position:fixed;top:0;left:200px;width:calc(100vw - 200px);display:flex;justify-content:flex-end;padding:16px 20px;border-bottom:1px solid #ccc;background:#fff;z-index:10}.superadmin .topbar .user-profile{display:flex;align-items:center;gap:10px;max-width:200px}.superadmin .user-avatar{width:30px;height:30px;background:#000;border-radius:50%;flex-shrink:0}.superadmin .client-logo{height:40px}.superadmin .sidebar{width:200px;background-color:#000;padding:20px 10px;font-family:Roboto,sans-serif;display:flex;flex-direction:column;height:100vh;position:fixed;top:0;left:0;z-index:20}.superadmin .sidebar-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;color:#fff}.superadmin .sidebar-header h2{font-size:1.1rem;font-weight:500}.superadmin .sidebar-content{flex-grow:1}.superadmin .sidebar .chat-log-btn{background:none;color:#fff;padding:12px 16px;border:none;width:100%;display:flex;align-items:center;gap:12px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;cursor:pointer;transition:background .3s,color .3s}.superadmin .sidebar .chat-log-btn:hover,.superadmin .sidebar .chat-log-btn:focus,.superadmin .sidebar .chat-log-btn:active{background:none;color:#fff;outline:none}.superadmin .sidebar .chat-log-btn.active{background:#ffc10726;color:#00f}.superadmin .sidebar-icon{font-size:18px;width:18px;text-align:center}.superadmin .sidebar .logout-btn{background:none;color:#ff4d4f;padding:12px 16px;border:none;width:100%;display:flex;align-items:center;gap:12px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;cursor:pointer;transition:background .3s}.superadmin .sidebar .logout-btn:hover,.superadmin .sidebar .logout-btn:focus,.superadmin .sidebar .logout-btn:active{background:none;outline:none}.superadmin .sidebar .logout-btn.active{background:#ff4d4f26}.superadmin .logout-icon{color:#ff4d4f;width:18px;text-align:center}.superadmin .invoices-container{flex:1;padding:20px;background:#fff;font-family:Roboto,sans-serif;width:100%;box-sizing:border-box}.superadmin .invoices-header{font-size:1.5rem;margin-bottom:20px}.superadmin .invoices-box{background:#fff;box-shadow:0 2px 5px #0000001a;border-radius:10px;padding:20px;overflow-x:auto}.superadmin .invoices-table{width:100%;border-collapse:collapse}.superadmin .invoices-table th,.superadmin .invoices-table td{padding:10px;text-align:left;border-bottom:1px solid #ddd}.superadmin .invoices-table th{font-weight:700;color:gray}.superadmin .invoices-table td{color:#000}.superadmin .upload-btn{background-color:#000;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;line-height:18px;height:34px;text-transform:uppercase;transition:background-color .3s}.superadmin .upload-btn:hover,.superadmin .upload-btn:focus,.superadmin .upload-btn:active{background-color:#333;color:#fff;outline:none}.superadmin .upload-btn:disabled{opacity:.7;cursor:not-allowed}.superadmin .error-message{color:red;font-size:14px;margin-bottom:10px;text-align:center}.superadmin .no-invoices{text-align:center;font-size:16px;color:#333;padding:20px}.client-management{padding:20px;width:100%;box-sizing:border-box}.table-container{width:100%;overflow-x:auto}.client-table{width:100%;border-collapse:collapse;margin-top:20px}.client-table th,.client-table td{border:1px solid #ddd;padding:8px;text-align:left}.client-table th{background-color:#f4f4f4}.client-table tr:nth-child(2n){background-color:#f9f9f9}.client-table tr:hover{background-color:#f1f1f1}.client-table.full-width{width:100%;min-width:100%}.invoices{padding:20px;width:100%;box-sizing:border-box}.invoice-upload,.invoice-list{margin-bottom:30px}.invoice-form{display:grid;grid-template-columns:1fr 1fr;gap:15px;max-width:600px}.form-group label{margin-bottom:5px;font-weight:700}.form-group input,.form-group select{padding:8px;border:1px solid #ddd;border-radius:4px}.invoice-form button{grid-column:span 2;padding:10px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.invoice-form button:hover{background-color:#0056b3}.invoice-table{width:100%;border-collapse:collapse;margin-top:20px}.invoice-table th,.invoice-table td{border:1px solid #ddd;padding:8px;text-align:left}.invoice-table th{background-color:#f4f4f4}.invoice-table tr:nth-child(2n){background-color:#f9f9f9}.invoice-table tr:hover{background-color:#f1f1f1}.invoice-table button{padding:5px 10px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-right:5px}.invoice-table .delete-btn{background-color:#ff4d4f}.invoice-table .delete-btn:hover{background-color:#c00}.invoice-table button:hover{background-color:#0056b3}.invoice-table.full-width{width:100%;min-width:100%}.error{color:red;margin-top:10px;grid-column:span 2}.add-client-form{margin-bottom:30px;padding:20px;background-color:#f9f9f9;border-radius:8px}.client-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.form-group{display:flex;flex-direction:column}.form-input{padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px}.add-btn{padding:10px;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}@media (max-width: 768px){.superadmin .topbar .user-profile{max-width:150px}.superadmin .topbar .user-profile span{font-size:14px}.superadmin .main-content{margin-left:0;margin-top:73px}.superadmin .sidebar{width:100%;height:auto;position:relative}.superadmin .topbar{left:0;width:100%}}.luckytech-dashboard *{box-sizing:border-box}.luckytech-dashboard button{all:unset;box-sizing:border-box}.luckytech-dashboard body,.luckytech-dashboard html,.luckytech-dashboard #root{height:100%;font-family:Roboto,sans-serif}.luckytech-dashboard .admin-container{display:flex;flex-direction:row;height:100vh}.luckytech-dashboard .main-content{flex:1;height:calc(100vh - 73px);margin-top:73px;margin-left:200px;display:flex;overflow:auto}.luckytech-dashboard .topbar{position:fixed;top:0;left:200px;width:calc(100vw - 200px);display:flex;justify-content:flex-end;padding:16px 20px;border-bottom:1px solid #ccc;background:#fff;z-index:10}.luckytech-dashboard .topbar .user-profile{display:flex;align-items:center;gap:10px;max-width:200px}.luckytech-dashboard .user-avatar{width:30px;height:30px;background:#000;border-radius:50%;flex-shrink:0}.luckytech-dashboard .client-logo{height:40px}.luckytech-dashboard .sidebar{width:200px;background-color:#000;padding:20px 10px;font-family:Roboto,sans-serif;display:flex;flex-direction:column;height:100vh;position:fixed;top:0;left:0;z-index:20}.luckytech-dashboard .sidebar-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;color:#fff}.luckytech-dashboard .sidebar-header h2{font-size:1.1rem;font-weight:500}.luckytech-dashboard .sidebar-content{flex-grow:1}.luckytech-dashboard .sidebar .chat-log-btn{background:none;color:#fff;padding:12px 16px;border:none;width:100%;display:flex;align-items:center;gap:12px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;cursor:pointer;transition:background .3s,color .3s}.luckytech-dashboard .sidebar .chat-log-btn:hover,.luckytech-dashboard .sidebar .chat-log-btn:focus,.luckytech-dashboard .sidebar .chat-log-btn:active{background:none;color:#fff;outline:none}.luckytech-dashboard .sidebar .chat-log-btn.active{background:#ffc10726;color:#fce86b}.luckytech-dashboard .sidebar-icon{font-size:18px;width:18px;text-align:center}.luckytech-dashboard .sidebar .logout-btn{background:none;color:#ff4d4f;padding:12px 16px;border:none;width:100%;display:flex;align-items:center;gap:12px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;cursor:pointer;transition:background .3s}.luckytech-dashboard .sidebar .logout-btn:hover,.luckytech-dashboard .sidebar .logout-btn:focus,.luckytech-dashboard .sidebar .logout-btn:active{background:none;outline:none}.luckytech-dashboard .sidebar .logout-btn.active{background:#ff4d4f26}.luckytech-dashboard .logout-icon{color:#ff4d4f;width:18px;text-align:center}.luckytech-dashboard .chat-section{flex:1;height:100%;display:flex}.luckytech-dashboard .chat-window-loading{flex:1;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.luckytech-dashboard .loading-spinner{border:4px solid #ccc;border-top:4px solid #005cc0;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.luckytech-dashboard .chat-list{width:300px;border-right:1px solid #ccc;border-left:1px solid #ccc;background:#ededed;overflow-y:hidden}.luckytech-dashboard .chat-list-header{padding:12px 16px;border-bottom:1px solid #ddd}.luckytech-dashboard .chat-list-header h3{font-size:18px;font-weight:500;margin-bottom:8px}.luckytech-dashboard .filter-dropdown{margin-top:8px;padding:6px;width:100%;border-radius:4px;border:1px solid #ccc;font-size:14px;font-family:Roboto,sans-serif}.luckytech-dashboard .chat-section .chat-list .chat-card{padding:12px 16px;border-bottom:1px solid #ddd;cursor:pointer;background:#fff}.luckytech-dashboard .chat-section .chat-list .chat-card.selected{background:#fce86b}.luckytech-dashboard .chat-list .chat-meta{display:flex;justify-content:space-between;font-size:12px;color:#666;margin-bottom:6px}.luckytech-dashboard .chat-list .status{font-weight:600;font-size:12px}.luckytech-dashboard .status-active{color:green}.luckytech-dashboard .status-closed{color:red}.luckytech-dashboard .chat-list .chat-name{font-size:16px;font-weight:500;margin:0;line-height:1.4}.luckytech-dashboard .chat-list .chat-inquiry{font-size:14px;font-weight:400;color:#333;margin:4px 0;line-height:1.4}.luckytech-dashboard .chat-list .chat-preview{font-size:13px;color:#666;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.luckytech-dashboard .chat-list .ellipsis{cursor:pointer}.luckytech-dashboard .chat-window{flex:1;padding:20px;background:#fff;display:flex;flex-direction:column;height:100%}.luckytech-dashboard .chat-header{display:flex;justify-content:space-between;align-items:center;min-height:40px}.luckytech-dashboard .chat-header h3{font-size:18px;font-weight:500;margin:0}.luckytech-dashboard .chat-date{font-size:14px;color:gray}.luckytech-dashboard .messages{flex-grow:1;margin:20px 0;overflow-y:auto;width:100%;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth;padding:10px}.luckytech-dashboard .message-row{display:flex;width:100%;margin-bottom:10px}.luckytech-dashboard .bot-message{justify-content:flex-start}.luckytech-dashboard .user-message{justify-content:flex-end}.luckytech-dashboard .message-content{display:flex;flex-direction:row;align-items:flex-start;gap:10px;max-width:70%}.luckytech-dashboard .message-body{display:flex;flex-direction:column;gap:5px;flex:1}.luckytech-dashboard .user-message .message-content{flex-direction:row-reverse;margin-left:auto;margin-right:10px}.luckytech-dashboard .avatar{width:30px;height:30px;background:#000;border-radius:50%;align-self:flex-start}.luckytech-dashboard .bubble{padding:10px 16px;border-radius:10px;overflow-wrap:break-word;box-shadow:0 1px 3px #0000001a}.luckytech-dashboard .bot-bubble{background:#ddd;color:#000;border-bottom-left-radius:5px}.luckytech-dashboard .user-bubble{background:#ddd;color:#000;border-bottom-right-radius:5px}.luckytech-dashboard .message-meta{font-size:.8rem;color:gray;display:flex;justify-content:space-between;width:100%;margin-top:2px}.luckytech-dashboard .message-sender{font-weight:700}.luckytech-dashboard .message-timestamp{margin-left:10px}.luckytech-dashboard .chat-window .end-session{display:flex;justify-content:flex-end;align-items:center;margin:8px 0;gap:8px}.luckytech-dashboard .chat-window .end-session button[data-button-type=download]{background-color:#000;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;line-height:18px;height:34px;text-transform:uppercase;transition:background-color .3s;min-width:120px;display:flex;align-items:center;justify-content:center}.luckytech-dashboard .chat-window .end-session button[data-button-type=download]:hover,.luckytech-dashboard .chat-window .end-session button[data-button-type=download]:focus,.luckytech-dashboard .chat-window .end-session button[data-button-type=download]:active{background-color:#333;color:#fff;outline:none}.luckytech-dashboard .chat-window .end-session button[data-button-type=end-session]{background-color:#fce86b;color:#000;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;line-height:18px;height:34px;text-transform:uppercase;transition:background-color .3s;min-width:120px;display:flex;align-items:center;justify-content:center}.luckytech-dashboard .chat-window .end-session button[data-button-type=end-session]:hover,.luckytech-dashboard .chat-window .end-session button[data-button-type=end-session]:focus,.luckytech-dashboard .chat-window .end-session button[data-button-type=end-session]:active{background-color:#fcd74f;color:#000;outline:none}.luckytech-dashboard .chat-window .end-session button[data-button-type=end-session]:disabled{cursor:not-allowed;opacity:.7}.luckytech-dashboard .chat-window .end-session button[data-button-type=end-session] .spinner{border:2px solid #000000;border-top:2px solid transparent;border-radius:50%;width:14px;height:14px;animation:spin 1s linear infinite;margin-right:8px}.luckytech-dashboard .summary-grid{display:flex;justify-content:space-between;border-top:2px solid #EDEDED;padding-top:20px;gap:40px}.luckytech-dashboard .vertical-separator{width:1px;background-color:#ddd;margin:0 10px}.luckytech-dashboard .left-summary{flex:1}.luckytech-dashboard .left-summary h4{font-size:16px;font-weight:500;margin-bottom:8px}.luckytech-dashboard .left-summary p{font-size:14px;color:#333;line-height:1.5}.luckytech-dashboard .right-overview{flex:1;display:flex;flex-direction:column;align-items:flex-start}.luckytech-dashboard .right-overview h4{font-size:16px;font-weight:500;margin-bottom:8px}.luckytech-dashboard .overview-item{display:flex;margin-bottom:8px;font-size:14px}.luckytech-dashboard .overview-item .label{width:120px;color:gray;font-weight:500}.luckytech-dashboard .overview-item .value{color:#000}.luckytech-dashboard .invoices-container{flex:1;padding:20px;background:#fff;font-family:Roboto,sans-serif;width:100%;box-sizing:border-box}.luckytech-dashboard .invoices-header{font-size:1.5rem;margin-bottom:20px}.luckytech-dashboard .invoices-box{background:#fff;box-shadow:0 2px 5px #0000001a;border-radius:10px;padding:20px;overflow-x:auto;width:100%}.luckytech-dashboard .invoices-table{width:100%;border-collapse:collapse}.luckytech-dashboard .invoices-table th,.luckytech-dashboard .invoices-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #ddd}.luckytech-dashboard .invoices-table th{font-weight:700;color:gray}.luckytech-dashboard .invoices-table td{color:#000}.luckytech-dashboard .invoice-number{color:#00f;text-decoration:underline;cursor:pointer}.luckytech-dashboard .invoice-number:hover{color:#00008b}.luckytech-dashboard .download-button{background-color:#005cc0;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;line-height:18px;height:34px;text-transform:uppercase;transition:background-color .3s;display:flex;align-items:center;justify-content:center}.luckytech-dashboard .download-button:hover,.luckytech-dashboard .download-button:focus,.luckytech-dashboard .download-button:active{background-color:#004a9e;color:#fff;outline:none}.luckytech-dashboard .error-message{color:red;font-size:14px;margin-bottom:10px;text-align:center}.luckytech-dashboard .no-invoices{text-align:center;font-size:16px;color:#333;padding:20px}@media (max-width: 768px){.luckytech-dashboard .topbar .user-profile{max-width:150px}.luckytech-dashboard .topbar .user-profile span{font-size:14px}.luckytech-dashboard .main-content{margin-left:0;margin-top:73px}.luckytech-dashboard .sidebar{width:100%;height:auto;position:relative}.luckytech-dashboard .topbar{left:0;width:100%}}.cizar-admin *{box-sizing:border-box}.cizar-admin button{all:unset;box-sizing:border-box}.cizar-admin body,.cizar-admin html,.cizar-admin #root{height:100%;font-family:Roboto,sans-serif}.cizar-admin .admin-container{display:flex;flex-direction:row;height:100%;overflow-x:hidden}.cizar-admin .main-content{display:flex;flex:1;height:calc(100% - 73px);margin-top:73px;margin-left:200px}.cizar-admin .topbar{position:fixed;top:0;left:200px;width:calc(100vw - 200px);display:flex;justify-content:flex-end;padding:16px 20px;border-bottom:1px solid #ccc;font-family:Roboto,sans-serif;background:#fff;z-index:10;box-sizing:border-box}.cizar-admin .topbar .user-profile{display:flex;align-items:center;gap:10px;max-width:200px}.cizar-admin .user-avatar{width:30px;height:30px;background:#000;border-radius:50%;flex-shrink:0}.cizar-admin .client-logo{height:40px}.cizar-admin .sidebar{width:200px;background-color:#000!important;padding:20px 10px;font-family:Roboto,sans-serif;display:flex;flex-direction:column;height:100%;position:fixed;top:0;left:0;z-index:20}.cizar-admin .sidebar-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;color:#fff}.cizar-admin .sidebar-header h2{font-size:1.1rem;font-weight:500}.cizar-admin .sidebar-content{flex-grow:1}.cizar-admin .sidebar .chat-log-btn{background:none!important;color:#fff!important;padding:12px 16px;border:none!important;width:100%;display:flex;align-items:center;gap:12px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;cursor:pointer;transition:background .3s,color .3s}.cizar-admin .sidebar .chat-log-btn:hover,.cizar-admin .sidebar .chat-log-btn:focus,.cizar-admin .sidebar .chat-log-btn:active{background:none!important;color:#fff!important;outline:none!important}.cizar-admin .sidebar .chat-log-btn.active{background:#ffc10726!important;color:#01a85b!important}.cizar-admin .sidebar-icon{font-size:18px;width:18px;text-align:center}.cizar-admin .sidebar .logout-btn{background:none!important;color:#ff4d4f!important;padding:12px 16px;border:none!important;width:100%;display:flex;align-items:center;gap:12px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;cursor:pointer;transition:background .3s}.cizar-admin .sidebar .logout-btn:hover,.cizar-admin .sidebar .logout-btn:focus,.cizar-admin .sidebar .logout-btn:active{background:none!important;outline:none!important}.cizar-admin .sidebar .logout-btn.active{background:#ff4d4f26!important}.cizar-admin .logout-icon{color:#ff4d4f!important;width:18px;text-align:center}.cizar-admin .chat-section{display:flex;flex:1;height:100%;width:calc(100vw - 200px)}.cizar-admin .chat-window-loading{flex:1;background:#fff;display:flex;justify-content:center;align-items:center;height:100%}.cizar-admin .loading-spinner{border:4px solid #ccc;border-top:4px solid #005cc0;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.cizar-admin .chat-list{width:300px;border-right:1px solid #ccc;border-left:1px solid #ccc;overflow-y:auto;background:#ededed!important}.cizar-admin .chat-list-header{padding:12px 16px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#ededed;z-index:5}.cizar-admin .chat-list-header h3{font-size:18px;font-weight:500;margin-bottom:8px}.cizar-admin .filter-dropdown{margin-top:8px;padding:6px;width:100%;border-radius:4px;border:1px solid #ccc;font-size:14px;font-family:Roboto,sans-serif}.cizar-admin .chat-section .chat-list .chat-card{padding:12px 16px;border-bottom:1px solid #ddd;cursor:pointer;background:#fff!important}.cizar-admin .chat-section .chat-list .chat-card.selected{background:#bcf6db!important}.cizar-admin .chat-list .chat-meta{display:flex;justify-content:space-between;font-size:12px;color:#666;margin-bottom:6px}.cizar-admin .chat-list .status{font-weight:600;font-size:12px}.cizar-admin .status-active{color:green}.cizar-admin .status-closed{color:red}.cizar-admin .chat-list .chat-name{font-size:16px;font-weight:500;margin:0;line-height:1.4}.cizar-admin .chat-list .chat-inquiry{font-size:14px;font-weight:400;color:#333;margin:4px 0;line-height:1.4}.cizar-admin .chat-list .chat-preview{font-size:13px;color:#666;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cizar-admin .chat-list .ellipsis{cursor:pointer}.cizar-admin .chat-window{flex:1;padding:20px;background:#fff;display:flex;flex-direction:column;position:relative}.cizar-admin .chat-header{display:flex;justify-content:space-between;align-items:center;min-height:40px;position:sticky;top:0;background:#fff;z-index:5;padding-bottom:10px}.cizar-admin .chat-header h3{font-size:18px;font-weight:500;margin:0}.cizar-admin .chat-date{font-size:14px;color:gray}.cizar-admin .messages{flex-grow:1;margin:10px 0;overflow-y:auto;width:100%;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth;padding:10px;height:calc(100vh - 313px)}.cizar-admin .message-row{display:flex;width:100%;margin-bottom:10px}.cizar-admin .bot-message{justify-content:flex-start}.cizar-admin .user-message{justify-content:flex-end}.cizar-admin .message-content{display:flex;flex-direction:row;align-items:flex-start;gap:10px;max-width:70%}.cizar-admin .message-body{display:flex;flex-direction:column;gap:5px;flex:1}.cizar-admin .user-message .message-content{flex-direction:row-reverse;margin-left:auto;margin-right:10px}.cizar-admin .avatar{width:30px;height:30px;background:#000;border-radius:50%;align-self:flex-start}.cizar-admin .bubble{padding:10px 16px;border-radius:10px;overflow-wrap:break-word;box-shadow:0 1px 3px #0000001a}.cizar-admin .bot-bubble{background:#ddd;color:#000;border-bottom-left-radius:5px}.cizar-admin .user-bubble{background:#ddd;color:#000;border-bottom-right-radius:5px}.cizar-admin .message-meta{font-size:.8rem;color:gray;display:flex;justify-content:space-between;width:100%;margin-top:2px}.cizar-admin .message-sender{font-weight:700}.cizar-admin .message-timestamp{margin-left:10px}.cizar-admin .chat-window .end-session{display:flex;justify-content:flex-end;align-items:center;margin:8px 0;gap:8px;position:sticky;bottom:150px;background:#fff;z-index:5;padding:10px 0}.cizar-admin #chat-window-container.chat-window .end-session button[data-button-type=download]{background-color:#000!important;background-image:none!important;color:#fff!important;border:none!important;padding:8px 16px!important;border-radius:6px!important;cursor:pointer!important;box-sizing:border-box!important;font-size:13px!important;font-weight:500!important;line-height:18px!important;height:34px!important;text-transform:uppercase!important;transition:background-color .3s!important}.cizar-admin #chat-window-container.chat-window .end-session button[data-button-type=download]:hover,.cizar-admin #chat-window-container.chat-window .end-session button[data-button-type=download]:focus,.cizar-admin #chat-window-container.chat-window .end-session button[data-button-type=download]:active{background-color:#333!important;background-image:none!important;color:#fff!important;outline:none!important}.cizar-admin #chat-window-container.chat-window .end-session button[data-button-type=end-session]{background-color:#01a85b!important;color:#000;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;line-height:18px;height:34px;text-transform:uppercase;transition:background-color .3s;min-width:120px;display:flex;align-items:center;justify-content:center}.cizar-admin #chat-window-container.chat-window .end-session button[data-button-type=end-session]:hover,.cizar-admin #chat-window-container.chat-window .end-session button[data-button-type=end-session]:focus,.cizar-admin #chat-window-container.chat-window .end-session button[data-button-type=end-session]:active{background-color:#01a85b!important;background-image:none!important;color:#000!important;outline:none!important}.cizar-admin #chat-window-container.chat-window .end-session button[data-button-type=end-session]:disabled{cursor:not-allowed!important;opacity:.7!important}.cizar-admin #chat-window-container.chat-window .end-session button[data-button-type=end-session] .spinner{border:2px solid #000000!important;border-top:2px solid transparent!important;border-radius:50%!important;width:14px!important;height:14px!important;animation:spin 1s linear infinite!important}.cizar-admin .summary-grid{display:flex;justify-content:space-between;border-top:2px solid #EDEDED;padding-top:20px;gap:40px;position:sticky;bottom:0;background:#fff;z-index:5}.cizar-admin .vertical-separator{width:1px;background-color:#ddd;margin:0 10px}.cizar-admin .left-summary{flex:1}.cizar-admin .left-summary h4{font-size:16px;font-weight:500;margin-bottom:8px}.cizar-admin .left-summary p{font-size:14px;color:#333;line-height:1.5}.cizar-admin .right-overview{flex:1;display:flex;flex-direction:column;align-items:flex-start}.cizar-admin .right-overview h4{font-size:16px;font-weight:500;margin-bottom:8px}.cizar-admin .overview-item{display:flex;margin-bottom:8px;font-size:14px}.cizar-admin .overview-item .label{width:120px;color:gray;font-weight:500}.cizar-admin .overview-item .value{color:#000}.cizar-admin .invoices-container{flex:1;padding:20px;background:#fff;font-family:Roboto,sans-serif}.cizar-admin .invoices-header{font-size:1.5rem;margin-bottom:20px}.cizar-admin .invoices-box{background:#fff;box-shadow:0 2px 5px #0000001a;border-radius:10px;padding:20px;overflow-x:auto}.cizar-admin .invoices-table{width:100%;border-collapse:collapse}.cizar-admin .invoices-table th,.cizar-admin .invoices-table td{padding:12px 10px;text-align:left;border-bottom:1px solid #ddd;min-height:40px}.cizar-admin .invoices-table th{font-weight:700;color:#333;background:#f5f5f5;position:sticky;top:0;z-index:5;font-size:14px}.cizar-admin .invoices-table td{color:#000;font-size:14px}.cizar-admin .invoice-number{color:#00f;text-decoration:underline;cursor:pointer}.cizar-admin .invoice-number:hover{color:#00008b}.cizar-admin .download-button{background-color:#005cc0;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;line-height:18px;height:34px;text-transform:uppercase;transition:background-color .3s;display:flex;align-items:center;justify-content:center}.cizar-admin .download-button:hover,.cizar-admin .download-button:focus,.cizar-admin .download-button:active{background-color:#004a9e;color:#fff;outline:none}.cizar-admin .error-message{color:red;font-size:14px;margin-bottom:10px;text-align:center}@media (max-width: 768px){.cizar-admin .topbar .user-profile{max-width:150px}.cizar-admin .topbar .user-profile span{font-size:14px}.cizar-admin .invoices-table th,.cizar-admin .invoices-table td{padding:8px 6px;font-size:12px}.cizar-admin .messages{height:calc(100vh - 363px)}}.coatedsales-admin *{box-sizing:border-box}.coatedsales-admin button{all:unset;box-sizing:border-box}.coatedsales-admin body,.coatedsales-admin html,.coatedsales-admin #root{height:100vh;font-family:Roboto,sans-serif;overflow:hidden}.coatedsales-admin .admin-container{display:flex;flex-direction:row;height:100vh;overflow:hidden}.coatedsales-admin .main-content{display:flex;flex:1;height:calc(100vh - 73px);margin-top:73px;margin-left:200px;overflow:hidden}.coatedsales-admin .topbar{position:fixed;top:0;left:200px;width:calc(100vw - 200px);display:flex;justify-content:flex-end;padding:16px 20px;border-bottom:1px solid #ccc;font-family:Roboto,sans-serif;background:#fff;z-index:10;box-sizing:border-box}.coatedsales-admin .topbar .user-profile{display:flex;align-items:center;gap:10px;max-width:200px}.coatedsales-admin .user-avatar{width:30px;height:30px;background:#000;border-radius:50%;flex-shrink:0}.coatedsales-admin .client-logo{height:40px}.coatedsales-admin .sidebar{width:200px;background-color:#000!important;padding:20px 10px;font-family:Roboto,sans-serif;display:flex;flex-direction:column;height:100vh;position:fixed;top:0;left:0;z-index:20;overflow:hidden}.coatedsales-admin .sidebar-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;color:#fff}.coatedsales-admin .sidebar-header h2{font-size:1.1rem;font-weight:500}.coatedsales-admin .sidebar-content{flex-grow:1}.coatedsales-admin .sidebar .chat-log-btn{background:none!important;color:#fff!important;padding:12px 16px;border:none!important;width:100%;display:flex;align-items:center;gap:12px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;cursor:pointer;transition:background .3s,color .3s}.coatedsales-admin .sidebar .chat-log-btn:hover,.coatedsales-admin .sidebar .chat-log-btn:focus,.coatedsales-admin .sidebar .chat-log-btn:active{background:none!important;color:#fff!important;outline:none!important}.coatedsales-admin .sidebar .chat-log-btn.active{background:#ffc10726!important;color:#ff4d4d!important}.coatedsales-admin .sidebar-icon{font-size:18px;width:18px;text-align:center}.coatedsales-admin .sidebar .logout-btn{background:none!important;color:#ff4d4f!important;padding:12px 16px;border:none!important;width:100%;display:flex;align-items:center;gap:12px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;cursor:pointer;transition:background .3s}.coatedsales-admin .sidebar .logout-btn:hover,.coatedsales-admin .sidebar .logout-btn:focus,.coatedsales-admin .sidebar .logout-btn:active{background:none!important;outline:none!important}.coatedsales-admin .sidebar .logout-btn.active{background:#ff4d4f26!important}.coatedsales-admin .logout-icon{color:#ff4d4f!important;width:18px;text-align:center}.coatedsales-admin .chat-section{display:flex;flex:1;height:100%;width:calc(100vw - 200px);overflow:hidden}.coatedsales-admin .chat-window-loading{flex:1;background:#fff;display:flex;justify-content:center;align-items:center;height:100%}.coatedsales-admin .loading-spinner{border:4px solid #ccc;border-top:4px solid #005cc0;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.coatedsales-admin .chat-list{width:300px;border-right:1px solid #ccc;border-left:1px solid #ccc;overflow-y:auto;background:#ededed!important}.coatedsales-admin .chat-list-header{padding:12px 16px;border-bottom:1px solid #ddd}.coatedsales-admin .chat-list-header h3{font-size:18px;font-weight:500;margin-bottom:8px}.coatedsales-admin .filter-dropdown{margin-top:8px;padding:6px;width:100%;border-radius:4px;border:1px solid #ccc;font-size:14px;font-family:Roboto,sans-serif}.coatedsales-admin .chat-section .chat-list .chat-card{padding:12px 16px;border-bottom:1px solid #ddd;cursor:pointer;background:#fff!important}.coatedsales-admin .chat-section .chat-list .chat-card.selected{background:#f9bbbb!important}.coatedsales-admin .chat-list .chat-meta{display:flex;justify-content:space-between;font-size:12px;color:#666;margin-bottom:6px}.coatedsales-admin .chat-list .status{font-weight:600;font-size:12px}.coatedsales-admin .status-active{color:green}.coatedsales-admin .status-closed{color:red}.coatedsales-admin .chat-list .chat-name{font-size:16px;font-weight:500;margin:0;line-height:1.4}.coatedsales-admin .chat-list .chat-inquiry{font-size:14px;font-weight:400;color:#333;margin:4px 0;line-height:1.4}.coatedsales-admin .chat-list .chat-preview{font-size:13px;color:#666;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.coatedsales-admin .chat-list .ellipsis{cursor:pointer}.coatedsales-admin .chat-window{flex:1;padding:20px;background:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden}.coatedsales-admin .chat-header{display:flex;justify-content:space-between;align-items:center;min-height:40px}.coatedsales-admin .chat-header h3{font-size:18px;font-weight:500;margin:0}.coatedsales-admin .chat-date{font-size:14px;color:gray}.coatedsales-admin .messages{flex-grow:1;margin:20px 0;overflow-y:auto;width:100%;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth;padding:10px}.coatedsales-admin .message-row{display:flex;width:100%;margin-bottom:10px}.coatedsales-admin .bot-message{justify-content:flex-start}.coatedsales-admin .user-message{justify-content:flex-end}.coatedsales-admin .message-content{display:flex;flex-direction:row;align-items:flex-start;gap:10px;max-width:70%}.coatedsales-admin .message-body{display:flex;flex-direction:column;gap:5px;flex:1}.coatedsales-admin .user-message .message-content{flex-direction:row-reverse;margin-left:auto;margin-right:10px}.coatedsales-admin .avatar{width:30px;height:30px;background:#000;border-radius:50%;align-self:flex-start}.coatedsales-admin .bubble{padding:10px 16px;border-radius:10px;overflow-wrap:break-word;box-shadow:0 1px 3px #0000001a}.coatedsales-admin .bot-bubble{background:#ddd;color:#000;border-bottom-left-radius:5px}.coatedsales-admin .user-bubble{background:#ddd;color:#000;border-bottom-right-radius:5px}.coatedsales-admin .message-meta{font-size:.8rem;color:gray;display:flex;justify-content:space-between;width:100%;margin-top:2px}.coatedsales-admin .message-sender{font-weight:700}.coatedsales-admin .message-timestamp{margin-left:10px}.coatedsales-admin .chat-window .end-session{display:flex;justify-content:flex-end;align-items:center;margin:8px 0;gap:8px}.coatedsales-admin #chat-window-container.chat-window .end-session button[data-button-type=download]{background-color:#000!important;background-image:none!important;color:#fff!important;border:none!important;padding:8px 16px!important;border-radius:6px!important;cursor:pointer!important;box-sizing:border-box!important;font-size:13px!important;font-weight:500!important;line-height:18px!important;height:34px!important;text-transform:uppercase!important;transition:background-color .3s!important}.coatedsales-admin #chat-window-container.chat-window .end-session button[data-button-type=download]:hover,.coatedsales-admin #chat-window-container.chat-window .end-session button[data-button-type=download]:focus,.coatedsales-admin #chat-window-container.chat-window .end-session button[data-button-type=download]:active{background-color:#333!important;background-image:none!important;color:#fff!important;outline:none!important}.coatedsales-admin #chat-window-container.chat-window .end-session button[data-button-type=end-session]{background-color:#ff4d4f!important;color:#000;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;line-height:18px;height:34px;text-transform:uppercase;transition:background-color .3s;min-width:120px;display:flex;align-items:center;justify-content:center}.coatedsales-admin #chat-window-container.chat-window .end-session button[data-button-type=end-session]:hover,.coatedsales-admin #chat-window-container.chat-window .end-session button[data-button-type=end-session]:focus,.coatedsales-admin #chat-window-container.chat-window .end-session button[data-button-type=end-session]:active{background-color:#ff4d4d!important;background-image:none!important;color:#000!important;outline:none!important}.coatedsales-admin #chat-window-container.chat-window .end-session button[data-button-type=end-session]:disabled{cursor:not-allowed!important;opacity:.7!important}.coatedsales-admin #chat-window-container.chat-window .end-session button[data-button-type=end-session] .spinner{border:2px solid #000000!important;border-top:2px solid transparent!important;border-radius:50%!important;width:14px!important;height:14px!important;animation:spin 1s linear infinite!important}.coatedsales-admin .summary-grid{display:flex;justify-content:space-between;border-top:2px solid #EDEDED;padding-top:20px;gap:40px}.coatedsales-admin .vertical-separator{width:1px;background-color:#ddd;margin:0 10px}.coatedsales-admin .left-summary{flex:1}.coatedsales-admin .left-summary h4{font-size:16px;font-weight:500;margin-bottom:8px}.coatedsales-admin .left-summary p{font-size:14px;color:#333;line-height:1.5}.coatedsales-admin .right-overview{flex:1;display:flex;flex-direction:column;align-items:flex-start}.coatedsales-admin .right-overview h4{font-size:16px;font-weight:500;margin-bottom:8px}.coatedsales-admin .overview-item{display:flex;margin-bottom:8px;font-size:14px}.coatedsales-admin .overview-item .label{width:120px;color:gray;font-weight:500}.coatedsales-admin .overview-item .value{color:#000}.coatedsales-admin .invoices-container{flex:1;padding:20px;background:#fff;font-family:Roboto,sans-serif;overflow:hidden}.coatedsales-admin .invoices-header{font-size:1.5rem;margin-bottom:20px}.coatedsales-admin .invoices-box{background:#fff;box-shadow:0 2px 5px #0000001a;border-radius:10px;padding:20px;overflow-x:auto}.coatedsales-admin .invoices-table{width:100%;border-collapse:collapse}.coatedsales-admin .invoices-table th,.coatedsales-admin .invoices-table td{padding:12px 10px;text-align:left;border-bottom:1px solid #ddd;min-height:40px}.coatedsales-admin .invoices-table th{font-weight:700;color:#333;background:#f5f5f5;position:sticky;top:0;z-index:5;font-size:14px}.coatedsales-admin .invoices-table td{color:#000;font-size:14px}.coatedsales-admin .invoice-number{color:#00f;text-decoration:underline;cursor:pointer}.coatedsales-admin .invoice-number:hover{color:#00008b}.coatedsales-admin .download-button{background-color:#005cc0;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;line-height:18px;height:34px;text-transform:uppercase;transition:background-color .3s;display:flex;align-items:center;justify-content:center}.coatedsales-admin .download-button:hover,.coatedsales-admin .download-button:focus,.coatedsales-admin .download-button:active{background-color:#004a9e;color:#fff;outline:none}.coatedsales-admin .error-message{color:red;font-size:14px;margin-bottom:10px;text-align:center}@media (max-width: 768px){.coatedsales-admin .topbar .user-profile{max-width:150px}.coatedsales-admin .topbar .user-profile span{font-size:14px}.coatedsales-admin .invoices-table th,.coatedsales-admin .invoices-table td{padding:8px 6px;font-size:12px}}*{box-sizing:border-box;margin:0;padding:0}body,html,#root{height:100%;font-family:Roboto,sans-serif}
