.chatbot-modal{width:100vw!important;height:96vh!important;position:relative}.chatbot-modal .ant-modal-content{border-radius:20px;height:96vh!important;box-shadow:0 20px 60px rgba(0,0,0,.15)}.chatbot-modal .modal-close-button{position:absolute;top:20px;right:20px;z-index:1000;display:flex;align-items:center;gap:8px;background:#10b981;color:#fff;padding:8px 16px;border-radius:20px;cursor:pointer;font-size:14px;font-weight:500;box-shadow:0 2px 8px rgba(16,185,129,.3);transition:all .3s ease;border:none}.chatbot-modal .modal-close-button:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,185,129,.4)}.chatbot-modal .modal-close-button .close-text{white-space:nowrap;font-size:13px}.chatbot-modal .modal-close-button .close-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:hsla(0,0%,100%,.2);border-radius:50%}.chatbot-modal .modal-close-button .close-icon svg{width:12px;height:12px;color:#fff}.chatbot-modal .modal-close-button[dir=rtl]{right:auto;left:20px;flex-direction:row-reverse}@media screen and (max-width:768px){.chatbot-modal .modal-close-button{top:15px;right:15px;padding:6px 12px;font-size:12px}.chatbot-modal .modal-close-button .close-text{font-size:11px}.chatbot-modal .modal-close-button .close-icon{width:18px;height:18px}.chatbot-modal .modal-close-button .close-icon svg{width:10px;height:10px}.chatbot-modal .modal-close-button[dir=rtl]{right:auto;left:15px}}@media screen and (max-width:480px){.chatbot-modal .modal-close-button{padding:8px;border-radius:50%}.chatbot-modal .modal-close-button .close-icon{background:transparent}.chatbot-modal .modal-close-button .close-icon svg{width:14px;height:14px}}.chatbot-modal .ant-modal-body{height:96vh!important;padding:0}.chatbot-modal .file-actions{margin-top:14px}.chatbot-modal .ant-btn:disabled{background:#ccc!important;color:#bababa!important;border:none!important;cursor:not-allowed}.chatbot-modal .services-view .chatbot-header{background:#f8fafc;padding:20px 40px;margin:-24px -24px 40px;text-align:center;border-radius:20px 20px 0 0}.chatbot-modal .services-view .chatbot-header .chatbot-avatar{position:relative;display:inline-block}.chatbot-modal .services-view .chatbot-header .chatbot-avatar .robot-icon{background:#fff;border:3px solid #fbbf24;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;margin:0 auto}.chatbot-modal .services-view .chatbot-header .chatbot-avatar .speech-bubble{position:absolute;top:-10px;right:-10px;font-size:24px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.chatbot-modal .services-view .chatbot-header .welcome-title{font-size:28px;font-weight:700;color:#000;margin-bottom:16px;line-height:1.3}.chatbot-modal .services-view .chatbot-header .welcome-title .brand-highlight{color:#d5aa00;font-weight:800;font-style:14px}.chatbot-modal .services-view .chatbot-header .assistance-text{font-size:18px;font-weight:600;color:#374151;margin-bottom:20px;line-height:1.4}.chatbot-modal .services-view .chatbot-header .action-text{font-size:16px;color:#6b7280;margin-bottom:0;display:flex;align-items:center;justify-content:center;gap:8px}.chatbot-modal .services-view .chatbot-header .action-text .lightning-icon{color:#fbbf24;font-size:18px}.chatbot-modal .services-view .services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;overflow-y:auto;padding:0 48px 40px 40px}.chatbot-modal .services-view .services-grid::-webkit-scrollbar{width:6px}.chatbot-modal .services-view .services-grid::-webkit-scrollbar-track{background:#e8e8e8;border-radius:3px}.chatbot-modal .services-view .services-grid::-webkit-scrollbar-thumb{background:#878787;border-radius:3px}.chatbot-modal .services-view .services-grid::-webkit-scrollbar-thumb:hover{background:#878787}.chatbot-modal .services-view .services-grid .service-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:12px;text-align:center;transition:all .2s ease;min-height:200px;display:flex;flex-direction:column;justify-content:space-between}.chatbot-modal .services-view .services-grid .service-card:hover{border-color:#fbbf24;box-shadow:0 8px 25px rgba(251,191,36,.15)}.chatbot-modal .services-view .services-grid .service-card .service-title{font-size:16px;font-weight:700;color:#000;margin-bottom:12px;line-height:1.4;min-height:44px;display:flex;align-items:center;justify-content:center}.chatbot-modal .services-view .services-grid .service-card .service-description{font-size:14px;color:#6b7280;line-height:1.5;margin-bottom:20px;flex-grow:1}.chatbot-modal .services-view .services-grid .service-card .service-action-btn{background:#fbbf24;border:none;border-radius:12px;color:#000;margin-bottom:10px;font-weight:600;font-size:14px;height:40px;transition:all .2s ease}.chatbot-modal .services-view .services-grid .service-card .service-action-btn:hover{background:#f59e0b;transform:translateY(-1px);box-shadow:0 4px 12px rgba(251,191,36,.3)}.chatbot-modal .services-view .services-grid .service-card .service-action-btn:active{transform:translateY(0)}.chatbot-modal .create-request-title{display:none!important}.chatbot-modal .chat-view .chat-container,.chatbot-modal .chat-view .chat-excel{height:calc(95vh - 120px)}.chatbot-modal .chat-view .chat-header{background:#f8fafc;padding:40px;margin:-24px -24px 30px;text-align:center;border-radius:20px 20px 0 0;position:relative}.chatbot-modal .chat-view .chat-header .back-btn{position:absolute;top:15px!important;left:15px!important;background:#fbbf24;border:none;border-radius:12px;color:#000;font-weight:600;height:36px;padding:0 16px}.chatbot-modal .chat-view .chat-header .back-btn:hover{background:#f59e0b}.chatbot-modal .chat-view .chat-header .chatbot-avatar{position:relative;display:inline-block}.chatbot-modal .chat-view .chat-header .chatbot-avatar .robot-icon{background:#fff;border:3px solid #fbbf24;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;margin:0 auto}.chatbot-modal .chat-view .chat-header .chatbot-avatar .speech-bubble{position:absolute;top:-10px;right:-10px;font-size:24px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.chatbot-modal .chat-view .chat-header .welcome-title{font-size:28px;font-weight:700;color:#000;margin-bottom:16px;line-height:1.3}.chatbot-modal .chat-view .chat-header .assistance-text{font-size:18px;font-weight:600;color:#374151;margin-bottom:0;line-height:1.4}.chatbot-modal .chat-view .chat-messages{overflow-y:auto;padding:0 40px;margin-bottom:30px;scroll-behavior:smooth}.chatbot-modal .chat-view .chat-messages::-webkit-scrollbar{width:6px}.chatbot-modal .chat-view .chat-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.chatbot-modal .chat-view .chat-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.chatbot-modal .chat-view .chat-messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.chatbot-modal .chat-view .chat-messages .user-action-bar{display:flex;align-items:center;gap:12px;margin-bottom:20px}.chatbot-modal .chat-view .chat-messages .user-action-bar .user-avatar{width:32px;height:32px;background:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px}.chatbot-modal .chat-view .chat-messages .user-action-bar .service-button{background:#fff;border:1px solid #e5e7eb;border-radius:20px;color:#374151;font-weight:500;height:36px;padding:0 16px;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis}.chatbot-modal .chat-view .chat-messages .user-action-bar .edit-button{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;height:28px;padding:0 8px;font-size:12px}.chatbot-modal .chat-view .chat-messages .ai-message{display:flex;gap:12px;margin-bottom:20px;animation:slideInLeft .3s ease-out}.chatbot-modal .chat-view .chat-messages .ai-message .ai-avatar{width:45px;height:45px;background:#fbbf24;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.chatbot-modal .chat-view .chat-messages .ai-message .ai-avatar .chatbot-image{width:40px!important;height:40px!important}.chatbot-modal .chat-view .chat-messages .ai-message .message-content{background:#fef3c7;border-radius:16px;padding:20px;max-width:80%;position:relative;flex-grow:1}.chatbot-modal .chat-view .chat-messages .ai-message .message-content .ant-table-cell{padding:16px 8px!important}.chatbot-modal .chat-view .chat-messages .ai-message .message-content .message-text{font-size:14px;color:#374151;line-height:1;white-space:pre-line;margin-bottom:16px}.chatbot-modal .chat-view .chat-messages .ai-message .message-content .message-icon{position:absolute;bottom:12px;right:12px;font-size:16px}.chatbot-modal .chat-view .chat-messages .user-message{display:flex;justify-content:flex-end;margin-bottom:20px;animation:slideInRight .3s ease-out}.chatbot-modal .chat-view .chat-messages .user-message .message-content{background:#a68b2b;border-radius:16px;padding:16px 20px;position:relative;max-width:70%;box-shadow:0 2px 8px rgba(59,130,246,.15);transition:all .2s ease}.chatbot-modal .chat-view .chat-messages .user-message .message-content:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.2)}.chatbot-modal .chat-view .chat-messages .user-message .message-content .message-text{font-size:14px;color:#fff;line-height:1.4;white-space:pre-line;margin:0;font-weight:500}.chatbot-modal .chat-view .chat-messages .user-message .message-content .file-message .file-message-content{display:flex;align-items:center;gap:12px;padding:12px 16px;background:hsla(0,0%,100%,.1);border-radius:12px;border:1px solid hsla(0,0%,100%,.2)}.chatbot-modal .chat-view .chat-messages .user-message .message-content .file-message .file-message-content .file-icon-large{font-size:32px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:hsla(0,0%,100%,.2);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chatbot-modal .chat-view .chat-messages .user-message .message-content .file-message .file-message-content .file-message-details{flex:1 1;min-width:0}.chatbot-modal .chat-view .chat-messages .user-message .message-content .file-message .file-message-content .file-message-details .file-message-name{color:#fff;font-weight:600;font-size:14px;margin-bottom:4px;word-break:break-all;line-height:1.3}.chatbot-modal .chat-view .chat-messages .user-message .message-content .file-message .file-message-content .file-message-details .file-message-url{color:hsla(0,0%,100%,.8);font-size:12px;word-break:break-all;opacity:.8}.chatbot-modal .chat-view .chat-messages .typing-indicator{display:flex;align-items:center;gap:4px;padding:8px 0}.chatbot-modal .chat-view .chat-messages .typing-indicator span{width:8px;height:8px;border-radius:50%;background-color:#6b7280;animation:typing 1.4s ease-in-out infinite}.chatbot-modal .chat-view .chat-messages .typing-indicator span:first-child{animation-delay:-.32s}.chatbot-modal .chat-view .chat-messages .typing-indicator span:nth-child(2){animation-delay:-.16s}.chatbot-modal .chat-view .start_request_button{display:flex;align-items:center;gap:7px;border-radius:8px!important;background-color:#12b76a;border:.77px solid #12b76a;text-align:center;color:#fff!important;font-size:14px;padding:6px 16px;cursor:pointer;white-space:nowrap;transition:all .3s ease;animation:fadeIn .5s ease-out}.chatbot-modal .chat-view .start_request_button:hover:not(:disabled){background-color:rgba(18,183,106,.9);transform:translateY(-2px);box-shadow:0 4px 12px rgba(18,183,106,.3)}.chatbot-modal .chat-view .start_request_button:disabled{opacity:.7;cursor:not-allowed;transform:none}.chatbot-modal .chat-view .chat-input{margin-top:-25px;display:flex;gap:12px;align-items:flex-end;animation:fadeIn .5s ease-out}.chatbot-modal .chat-view .chat-input .ant-input-affix-wrapper{border-radius:18px!important}.chatbot-modal .chat-view .chat-input .ant-input{border-radius:20px;border:unset!important;padding:12px 16px;font-size:14px;height:48px}.chatbot-modal .chat-view .chat-input .ant-input:focus{border-color:#fbbf24;box-shadow:0 0 0 2px rgba(251,191,36,.2)}.chatbot-modal .chat-view .chat-input .ant-input-outlined:focus-within{border-color:#d5aa00!important;box-shadow:0 0 0 2px rgba(251,191,36,.2)!important}.chatbot-modal .chat-view .chat-input .ant-input-outlined:hover{border-color:#d5aa00!important;box-shadow:0 0 0 2px rgba(251,191,36,.2)!important}.chatbot-modal .chat-view .chat-input .input-actions{display:flex;gap:4px}.chatbot-modal .chat-view .chat-input .input-actions .ant-btn{color:#6b7280;border:none;padding:4px 8px;height:32px;display:flex;align-items:center;justify-content:center}.chatbot-modal .chat-view .chat-input .input-actions .ant-btn:hover{color:#fbbf24;background:rgba(251,191,36,.1)}.chatbot-modal .chat-view .chat-input .voice-btn{background:#fbbf24;border:none;border-radius:50%;color:#000;width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chatbot-modal .chat-view .chat-input .voice-btn:hover{background:#f59e0b;transform:scale(1.05)}[dir=rtl] .chatbot-modal .services-view .services-grid .service-card .service-title{text-align:center}[dir=rtl] .chatbot-modal .chat-view .chat-header .back-btn{left:0}[dir=rtl] .chatbot-modal .chat-view .chat-messages .user-action-bar{flex-direction:row-reverse}[dir=rtl] .chatbot-modal .chat-view .chat-messages .user-action-bar .edit-button{order:-1}[dir=rtl] .chatbot-modal .chat-view .chat-messages .ai-message{flex-direction:row-reverse}[dir=rtl] .chatbot-modal .chat-view .chat-messages .ai-message .message-content .message-icon{right:auto;left:12px}[dir=rtl] .chatbot-modal .chat-view .chat-messages .user-message{justify-content:flex-start}[dir=rtl] .chatbot-modal .chat-view .chat-messages .paylater-confirmation .data-grid .data-item .value,[dir=rtl] .chatbot-modal .chat-view .chat-messages .paylater-confirmation .data-grid .data-item.file-attachment .file-attachment-info .value{text-align:left}[dir=rtl] .chatbot-modal .chat-view .chat-input{flex-direction:row-reverse}[dir=rtl] .chatbot-modal .chat-view .chat-input .voice-btn{order:-1}[dir=rtl] .chatbot-modal .file-upload-section .upload-header .upload-title{text-align:right}[dir=rtl] .chatbot-modal .file-upload-section .uploaded-file-display{margin-top:14px}[dir=rtl] .chatbot-modal .file-upload-section .uploaded-file-display .file-preview .file-details .file-name,[dir=rtl] .chatbot-modal .file-upload-section .uploaded-file-display .file-preview .file-details .file-url{text-align:right}[dir=rtl] .chatbot-modal .file-upload-section .uploaded-file-display .file-preview .file-details .file-status{justify-content:flex-end}@media(max-width:768px){.chatbot-modal{width:100vw!important;height:100vh!important;max-width:100vw!important}.chatbot-modal .ant-modal{width:100%!important;height:100%!important;max-width:100%!important;margin:0!important;padding:0!important;top:0!important}.chatbot-modal .ant-modal-content{width:100%!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;margin:0!important}.chatbot-modal .ant-modal-body{height:100vh!important;max-height:100vh!important;padding:0!important}.chatbot-modal .modal-close-button{top:10px;right:10px;z-index:1001;padding:6px 12px;font-size:12px}.chatbot-modal .modal-close-button .close-text{font-size:11px}.chatbot-modal .modal-close-button .close-icon{width:16px;height:16px}.chatbot-modal .modal-close-button .close-icon svg{width:10px;height:10px}.chatbot-modal .modal-close-button[dir=rtl]{right:auto;left:10px}.chatbot-modal .services-view{height:100vh;overflow-y:auto}.chatbot-modal .services-view .chatbot-header{padding:16px 20px;margin:0 0 20px;border-radius:0}.chatbot-modal .services-view .chatbot-header .chatbot-avatar .robot-icon{font-size:32px;width:60px;height:60px}.chatbot-modal .services-view .chatbot-header .chatbot-avatar .speech-bubble{font-size:20px;top:-8px;right:-8px}.chatbot-modal .services-view .chatbot-header .welcome-title{font-size:20px;margin-bottom:12px}.chatbot-modal .services-view .chatbot-header .assistance-text{font-size:14px;margin-bottom:16px}.chatbot-modal .services-view .chatbot-header .action-text{font-size:13px}.chatbot-modal .services-view .chatbot-header .action-text .lightning-icon{font-size:16px}.chatbot-modal .services-view .services-grid{padding:0 16px 20px;grid-template-columns:1fr;gap:12px;max-height:calc(100vh - 200px);overflow-y:auto}.chatbot-modal .services-view .services-grid .service-card{padding:16px;min-height:160px;border-radius:12px}.chatbot-modal .services-view .services-grid .service-card .service-title{font-size:14px;min-height:36px;margin-bottom:8px}.chatbot-modal .services-view .services-grid .service-card .service-description{font-size:12px;margin-bottom:16px}.chatbot-modal .services-view .services-grid .service-card .service-action-btn{height:36px;font-size:13px;border-radius:10px}.chatbot-modal .chat-view{height:100vh;display:flex;flex-direction:column}.chatbot-modal .chat-view .chat-container,.chatbot-modal .chat-view .chat-excel{height:calc(100vh - 160px);max-height:calc(100vh - 160px)}.chatbot-modal .chat-view .chat-header{padding:16px 20px;margin:0 0 16px;border-radius:0;flex-shrink:0}.chatbot-modal .chat-view .chat-header .back-btn{top:10px!important;left:10px!important;height:32px;padding:0 12px;font-size:12px;border-radius:10px}.chatbot-modal .chat-view .chat-header .chatbot-avatar .robot-icon{font-size:32px;width:60px;height:60px}.chatbot-modal .chat-view .chat-header .chatbot-avatar .speech-bubble{font-size:20px;top:-8px;right:-8px}.chatbot-modal .chat-view .chat-header .welcome-title{font-size:20px;margin-bottom:12px}.chatbot-modal .chat-view .chat-header .assistance-text{font-size:14px}.chatbot-modal .chat-view .chat-messages{max-height:calc(100vh - 240px);padding:0!important;margin-bottom:16px;flex:1 1;overflow-y:auto}.chatbot-modal .chat-view .chat-messages .user-action-bar{flex-wrap:wrap;gap:6px;margin-bottom:16px}.chatbot-modal .chat-view .chat-messages .user-action-bar .user-avatar{width:28px;height:28px;font-size:14px}.chatbot-modal .chat-view .chat-messages .user-action-bar .service-button{max-width:140px;height:32px;padding:0 12px;font-size:12px;border-radius:16px}.chatbot-modal .chat-view .chat-messages .user-action-bar .edit-button{height:24px;padding:0 6px;font-size:11px}.chatbot-modal .chat-view .chat-messages .ai-message{margin-bottom:16px}.chatbot-modal .chat-view .chat-messages .ai-message .ai-avatar{width:36px;height:36px;font-size:14px}.chatbot-modal .chat-view .chat-messages .ai-message .ai-avatar .chatbot-image{width:32px!important;height:32px!important}.chatbot-modal .chat-view .chat-messages .ai-message .message-content{border-radius:12px;padding:16px}.chatbot-modal .chat-view .chat-messages .ai-message .message-content .message-text{font-size:13px;line-height:1.4;margin-bottom:12px}.chatbot-modal .chat-view .chat-messages .ai-message .message-content .message-icon{bottom:10px;right:10px;font-size:14px}.chatbot-modal .chat-view .chat-messages .user-message{margin-bottom:16px}.chatbot-modal .chat-view .chat-messages .user-message .message-content{border-radius:12px;padding:12px 16px;max-width:85%}.chatbot-modal .chat-view .chat-messages .user-message .message-content .message-text{font-size:13px}.chatbot-modal .chat-view .chat-messages .user-message .message-content .file-message .file-message-content{padding:10px 12px;border-radius:10px}.chatbot-modal .chat-view .chat-messages .user-message .message-content .file-message .file-message-content .file-icon-large{font-size:28px;width:40px;height:40px;border-radius:10px}.chatbot-modal .chat-view .chat-messages .user-message .message-content .file-message .file-message-content .file-message-details .file-message-name{font-size:12px}.chatbot-modal .chat-view .chat-messages .user-message .message-content .file-message .file-message-content .file-message-details .file-message-url{font-size:11px}.chatbot-modal .chat-view .chat-input{padding:0 16px 16px;flex-shrink:0;gap:8px}.chatbot-modal .chat-view .chat-input .ant-input-affix-wrapper{border-radius:16px!important}.chatbot-modal .chat-view .chat-input .ant-input{border-radius:16px;padding:10px 14px;font-size:13px;height:40px}.chatbot-modal .chat-view .chat-input .input-actions{gap:2px}.chatbot-modal .chat-view .chat-input .input-actions .ant-btn{padding:2px 6px;height:28px;font-size:12px}.chatbot-modal .chat-view .chat-input .voice-btn{width:40px;height:40px;border-radius:50%;font-size:16px}.chatbot-modal .message-content-parsed .message-text-part{display:block;white-space:pre-line;line-height:1.4;margin-bottom:8px;font-size:13px}.chatbot-modal .message-content-parsed .ant-select-selector{height:44px!important;border-radius:10px!important}.chatbot-modal .message-content-parsed .ant-select{height:44px!important}.chatbot-modal .message-content-parsed .ant-select .ant-select-selector{height:44px!important;border-radius:10px!important;border:1px solid #d9d9d9!important;font-size:13px!important}.chatbot-modal .message-content-parsed .ant-select .ant-select-selector:hover{border-color:#fbbf24!important}.chatbot-modal .message-content-parsed .ant-select.ant-select-focused .ant-select-selector{border-color:#fbbf24!important;box-shadow:0 0 0 2px rgba(251,191,36,.2)!important}.chatbot-modal .start_request_button{font-size:13px;padding:8px 16px;height:36px;border-radius:10px!important}.chatbot-modal .paylater-confirmation{margin-top:12px;padding:16px;border-radius:10px}.chatbot-modal .paylater-confirmation .paylater-data-display h4{font-size:14px;margin-bottom:12px}.chatbot-modal .paylater-confirmation .paylater-data-display .data-grid{gap:8px}.chatbot-modal .paylater-confirmation .paylater-data-display .data-grid .data-item{padding:10px 12px;border-radius:6px}.chatbot-modal .paylater-confirmation .paylater-data-display .data-grid .data-item .label,.chatbot-modal .paylater-confirmation .paylater-data-display .data-grid .data-item .value{font-size:12px}.chatbot-modal .paylater-confirmation .paylater-data-display .data-grid .data-item.file-attachment .file-attachment-info{gap:6px}.chatbot-modal .paylater-confirmation .paylater-data-display .data-grid .data-item.file-attachment .file-attachment-info .file-icon{font-size:14px}.chatbot-modal .paylater-confirmation .paylater-data-display .data-grid .data-item.file-attachment .file-attachment-info .value{font-size:12px}.chatbot-modal .paylater-confirmation .confirmation-actions{margin-top:16px}.chatbot-modal .paylater-confirmation .confirmation-actions .confirm-paylater-button{padding:10px 20px;font-size:13px;border-radius:10px}.chatbot-modal .file-upload-section{margin-top:12px;padding:16px;border-radius:10px}.chatbot-modal .file-upload-section .upload-header{margin-bottom:16px}.chatbot-modal .file-upload-section .upload-header .upload-icon{font-size:20px}.chatbot-modal .file-upload-section .upload-header .upload-title{font-size:16px}.chatbot-modal .file-upload-section .upload-area{margin-top:12px}.chatbot-modal .file-upload-section .upload-area .file-upload-dragger{border-radius:10px;padding:16px!important}.chatbot-modal .file-upload-section .upload-area .file-upload-dragger .upload-content .upload-icon-large{font-size:28px;margin-bottom:10px}.chatbot-modal .file-upload-section .upload-area .file-upload-dragger .upload-content .upload-text{font-size:14px;margin-bottom:6px}.chatbot-modal .file-upload-section .upload-area .file-upload-dragger .upload-content .upload-hint{font-size:12px}.chatbot-modal .file-upload-section .upload-area .file-upload-dragger .upload-loading{margin-top:10px;font-size:13px}.chatbot-modal .file-upload-section .uploaded-file-display .file-preview{gap:12px;padding:16px;border-radius:10px;margin-bottom:16px}.chatbot-modal .file-upload-section .uploaded-file-display .file-preview .file-icon-large{font-size:40px;width:50px;height:50px;border-radius:10px}.chatbot-modal .file-upload-section .uploaded-file-display .file-preview .file-details .file-name{font-size:14px;margin-bottom:6px}.chatbot-modal .file-upload-section .uploaded-file-display .file-preview .file-details .file-url{font-size:11px;margin-bottom:6px;padding:3px 6px}.chatbot-modal .file-upload-section .uploaded-file-display .file-preview .file-details .file-status{font-size:12px}.chatbot-modal .file-upload-section .uploaded-file-display .file-preview .file-details .file-status .status-icon{font-size:14px}.chatbot-modal .file-upload-section .uploaded-file-display .file-actions{margin-top:12px}.chatbot-modal .file-upload-section .uploaded-file-display .file-actions .send-file-button{padding:12px 24px;border-radius:10px;font-size:14px}}@media(max-width:480px){.chatbot-modal .modal-close-button{top:8px;right:8px;padding:4px 8px;font-size:11px;border-radius:16px}.chatbot-modal .modal-close-button .close-icon{width:20px;height:20px;background:transparent}.chatbot-modal .modal-close-button .close-icon svg{width:12px;height:12px}.chatbot-modal .modal-close-button[dir=rtl]{right:auto;left:8px}.chatbot-modal .ant-input-label{white-space:nowrap}.chatbot-modal .services-view .chatbot-header{padding:12px 16px}.chatbot-modal .services-view .chatbot-header .chatbot-avatar .robot-icon{font-size:28px;width:50px;height:50px}.chatbot-modal .services-view .chatbot-header .chatbot-avatar .speech-bubble{font-size:18px;top:-6px;right:-6px}.chatbot-modal .services-view .chatbot-header .welcome-title{font-size:18px;margin-bottom:10px}.chatbot-modal .services-view .chatbot-header .assistance-text{font-size:13px;margin-bottom:12px}.chatbot-modal .services-view .chatbot-header .action-text{font-size:12px}.chatbot-modal .services-view .chatbot-header .action-text .lightning-icon{font-size:14px}.chatbot-modal .services-view .services-grid{padding:0 12px 16px;gap:10px}.chatbot-modal .services-view .services-grid .service-card{padding:12px;min-height:140px;border-radius:10px}.chatbot-modal .services-view .services-grid .service-card .service-title{font-size:13px;min-height:32px;margin-bottom:6px}.chatbot-modal .services-view .services-grid .service-card .service-description{font-size:11px;margin-bottom:12px}.chatbot-modal .services-view .services-grid .service-card .service-action-btn{height:32px;font-size:12px;border-radius:8px}.chatbot-modal .chat-view .chat-header{padding:12px 16px;margin-top:20px!important}.chatbot-modal .chat-view .chat-header .back-btn{top:-30px!important;left:-12px!important;height:28px;padding:0 10px;font-size:11px;border-radius:8px}.chatbot-modal .chat-view .chat-header .chatbot-avatar .robot-icon{font-size:28px;width:50px;height:50px}.chatbot-modal .chat-view .chat-header .chatbot-avatar .speech-bubble{font-size:18px;top:-6px;right:-6px}.chatbot-modal .chat-view .chat-header .welcome-title{font-size:18px;margin-bottom:10px}.chatbot-modal .chat-view .chat-header .assistance-text{font-size:13px}.chatbot-modal .chat-view .chat-messages{padding:0 12px;margin-bottom:12px}.chatbot-modal .chat-view .chat-messages .user-action-bar{gap:4px;margin-bottom:12px}.chatbot-modal .chat-view .chat-messages .user-action-bar .user-avatar{width:24px;height:24px;font-size:12px}.chatbot-modal .chat-view .chat-messages .user-action-bar .service-button{max-width:120px;height:28px;padding:0 8px;font-size:11px;border-radius:14px}.chatbot-modal .chat-view .chat-messages .user-action-bar .edit-button{height:20px;padding:0 4px;font-size:10px}.chatbot-modal .chat-view .chat-messages .ai-message{margin-bottom:12px;width:100%}.chatbot-modal .chat-view .chat-messages .ai-message .ai-avatar{width:32px;height:32px;font-size:12px;display:none!important}.chatbot-modal .chat-view .chat-messages .ai-message .ai-avatar .chatbot-image{width:28px!important;height:28px!important}.chatbot-modal .chat-view .chat-messages .ai-message .message-content{border-radius:10px;padding:12px;width:100%}.chatbot-modal .chat-view .chat-messages .ai-message .message-content .message-text{font-size:12px;margin-bottom:10px}.chatbot-modal .chat-view .chat-messages .ai-message .message-content .message-icon{bottom:8px;right:8px;font-size:12px}.chatbot-modal .chat-view .chat-messages .user-message{margin-bottom:12px}.chatbot-modal .chat-view .chat-messages .user-message .message-content{border-radius:10px;width:100%;padding:10px 12px;max-width:100%}.chatbot-modal .chat-view .chat-messages .user-message .message-content .message-text{font-size:12px}.chatbot-modal .chat-view .chat-messages .user-message .message-content .file-message .file-message-content{padding:8px 10px;border-radius:8px}.chatbot-modal .chat-view .chat-messages .user-message .message-content .file-message .file-message-content .file-icon-large{font-size:24px;width:36px;height:36px;border-radius:8px}.chatbot-modal .chat-view .chat-messages .user-message .message-content .file-message .file-message-content .file-message-details .file-message-name{font-size:11px}.chatbot-modal .chat-view .chat-messages .user-message .message-content .file-message .file-message-content .file-message-details .file-message-url{font-size:10px}.chatbot-modal .chat-view .chat-input{padding:0 12px 12px;gap:6px}.chatbot-modal .chat-view .chat-input .ant-input-affix-wrapper{border-radius:14px!important}.chatbot-modal .chat-view .chat-input .ant-input{border-radius:14px;padding:8px 12px;font-size:12px;height:36px}.chatbot-modal .chat-view .chat-input .input-actions{gap:1px}.chatbot-modal .chat-view .chat-input .input-actions .ant-btn{padding:1px 4px;height:24px;font-size:11px}.chatbot-modal .chat-view .chat-input .voice-btn{width:36px;height:36px;font-size:14px}.chatbot-modal .start_request_button{font-size:12px;padding:6px 12px;height:32px;border-radius:8px!important}}.chatbot-modal .paylater-confirmation{margin-top:16px;padding:20px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;border:1px solid #e2e8f0;animation:fadeIn .5s ease-out}.chatbot-modal .paylater-confirmation .paylater-data-display{margin-bottom:20px;color:#fff!important}.chatbot-modal .paylater-confirmation .paylater-data-display h4{color:#fff;font-size:16px;font-weight:600;margin-bottom:16px;text-align:center}.chatbot-modal .paylater-confirmation .paylater-data-display .data-grid{display:grid;grid-gap:12px;gap:12px}.chatbot-modal .paylater-confirmation .paylater-data-display .data-grid .data-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s ease}.chatbot-modal .paylater-confirmation .paylater-data-display .data-grid .data-item:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.chatbot-modal .paylater-confirmation .paylater-data-display .data-grid .data-item .label{font-weight:500;color:#fff!important;font-size:14px}.chatbot-modal .paylater-confirmation .paylater-data-display .data-grid .data-item .value{font-weight:600;color:#fff!important;font-size:14px;text-align:right}.chatbot-modal .paylater-confirmation .paylater-data-display .data-grid .data-item.file-attachment .file-attachment-info{display:flex;align-items:center;gap:8px}.chatbot-modal .paylater-confirmation .paylater-data-display .data-grid .data-item.file-attachment .file-attachment-info .file-icon{font-size:16px}.chatbot-modal .paylater-confirmation .paylater-data-display .data-grid .data-item.file-attachment .file-attachment-info .value{color:#1e293b;font-weight:500;font-size:14px;word-break:break-all}.chatbot-modal .paylater-confirmation .confirmation-actions{display:flex;justify-content:center;margin-top:20px}.chatbot-modal .paylater-confirmation .confirmation-actions .confirm-paylater-button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;padding:12px 24px;font-weight:600;font-size:14px;color:#fff;transition:all .3s ease;box-shadow:0 2px 8px rgba(16,185,129,.3)}.chatbot-modal .paylater-confirmation .confirmation-actions .confirm-paylater-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(16,185,129,.4)}.chatbot-modal .paylater-confirmation .confirmation-actions .confirm-paylater-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.chatbot-modal .file-upload-section{margin-top:16px;padding:20px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;border:1px solid #e0f2fe;animation:fadeIn .5s ease-out}.chatbot-modal .file-upload-section .upload-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.chatbot-modal .file-upload-section .upload-header .upload-icon{font-size:24px}.chatbot-modal .file-upload-section .upload-header .upload-title{color:#0c4a6e;font-size:18px;font-weight:600}.chatbot-modal .file-upload-section .upload-area{border:none!important;padding:0!important;margin-top:16px}.chatbot-modal .file-upload-section .upload-area .file-upload-dragger{border:2px dashed #0ea5e9;border-radius:12px;background:#fff;transition:all .3s ease;padding:20px!important}.chatbot-modal .file-upload-section .upload-area .file-upload-dragger:hover{border-color:#0284c7;background:#f8fafc}.chatbot-modal .file-upload-section .upload-area .file-upload-dragger .upload-content .upload-icon-large{color:#0ea5e9;font-size:32px;margin-bottom:12px}.chatbot-modal .file-upload-section .upload-area .file-upload-dragger .upload-content .upload-text{color:#0c4a6e;font-weight:600;font-size:16px;margin-bottom:8px}.chatbot-modal .file-upload-section .upload-area .file-upload-dragger .upload-content .upload-hint{color:#64748b;font-size:14px}.chatbot-modal .file-upload-section .upload-area .file-upload-dragger .upload-loading{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;color:#0ea5e9;font-weight:500}.chatbot-modal .file-upload-section .uploaded-file-display .file-preview{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border-radius:12px;margin-bottom:20px;border:1px solid #e0f2fe}.chatbot-modal .file-upload-section .uploaded-file-display .file-preview .file-icon-large{font-size:48px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;border:2px solid #bae6fd}.chatbot-modal .file-upload-section .uploaded-file-display .file-preview .file-details{flex:1 1}.chatbot-modal .file-upload-section .uploaded-file-display .file-preview .file-details .file-name{font-weight:700;color:#0c4a6e;font-size:16px;margin-bottom:8px;word-break:break-all}.chatbot-modal .file-upload-section .uploaded-file-display .file-preview .file-details .file-url{color:#6b7280;font-size:12px;margin-bottom:8px;word-break:break-all;font-family:monospace;background:#f8fafc;padding:4px 8px;border-radius:4px}.chatbot-modal .file-upload-section .uploaded-file-display .file-preview .file-details .file-status{display:flex;align-items:center;gap:6px;color:#059669;font-size:14px;font-weight:500}.chatbot-modal .file-upload-section .uploaded-file-display .file-preview .file-details .file-status .status-icon{color:#10b981;font-weight:700;font-size:16px}.chatbot-modal .file-upload-section .uploaded-file-display .file-actions{display:flex;margin-top:14px;justify-content:center}.chatbot-modal .file-upload-section .uploaded-file-display .file-actions .send-file-button{background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;color:#fff;font-weight:600;padding:14px 28px;border-radius:10px;font-size:16px;transition:all .3s ease;box-shadow:0 2px 8px rgba(14,165,233,.2)}.chatbot-modal .file-upload-section .uploaded-file-display .file-actions .send-file-button:hover{background:linear-gradient(135deg,#0284c7,#0369a1);transform:translateY(-2px);box-shadow:0 6px 20px rgba(14,165,233,.4)}.chatbot-modal .file-upload-section .uploaded-file-display .file-actions .send-file-button:disabled{background:#9ca3af;transform:none;box-shadow:none}.upload-area{border:none!important;padding:0!important;margin-top:16px}.paylater-confirm-section{margin-top:16px;padding:20px;animation:fadeIn .5s ease-out}.paylater-confirm-section .confirm-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.paylater-confirm-section .confirm-header .confirm-icon{font-size:24px}.paylater-confirm-section .confirm-header .confirm-title{color:#166534;font-size:18px;font-weight:600}.paylater-confirm-section .confirm-actions{display:flex;justify-content:center}.paylater-confirm-section .confirm-actions .confirm-paylater-button{background:linear-gradient(135deg,#16a34a,#15803d);border:none;color:#fff;font-weight:600;padding:14px 28px;border-radius:10px;font-size:16px;transition:all .3s ease;box-shadow:0 2px 8px rgba(22,163,74,.2)}.paylater-confirm-section .confirm-actions .confirm-paylater-button:hover{background:linear-gradient(135deg,#15803d,#166534);transform:translateY(-2px);box-shadow:0 6px 20px rgba(22,163,74,.4)}.paylater-confirm-section .confirm-actions .confirm-paylater-button:disabled{background:#9ca3af;transform:none;box-shadow:none}.paylater-confirm-section .paylater-confirm-section .confirm-header .confirm-title{text-align:right}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.inline-edit-btn{margin-right:20px;background:transparent;color:#000;border:unset}.chatbot-modal .paylater-data-section{margin-top:16px;padding:16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.chatbot-modal .paylater-data-section .paylater-data-display .paylater-data-header{margin-bottom:16px}.chatbot-modal .paylater-data-section .paylater-data-display .paylater-data-header h4{margin:0;font-size:16px;font-weight:600;color:#1e293b;text-align:center}.chatbot-modal .paylater-data-section .paylater-data-display .paylater-data-grid{display:flex;flex-direction:column;gap:12px}.chatbot-modal .paylater-data-section .paylater-data-display .paylater-data-grid .ant-select,.chatbot-modal .paylater-data-section .paylater-data-display .paylater-data-grid .ant-select-selector{height:40px!important}.chatbot-modal .paylater-data-section .paylater-data-display .paylater-data-grid .data-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fff;border-radius:8px;max-height:48px;border:1px solid #e2e8f0}.chatbot-modal .paylater-data-section .paylater-data-display .paylater-data-grid .data-row .file-info{display:flex;align-items:center;flex-direction:column;gap:8px;width:100%}.chatbot-modal .paylater-data-section .paylater-data-display .paylater-data-grid .data-row.file-row{align-items:flex-start;flex-direction:column;max-height:unset!important;gap:8px}.chatbot-modal .paylater-data-section .paylater-data-display .paylater-data-grid .data-row .data-label{font-weight:500;color:#475569;font-size:14px;min-width:120px}.chatbot-modal .paylater-data-section .paylater-data-display .paylater-data-grid .data-row .data-value{font-weight:400;color:#1e293b;font-size:14px;text-align:right;flex:1 1;display:flex;justify-content:flex-end;align-items:center}.chatbot-modal .paylater-data-section .paylater-data-display .paylater-data-grid .data-row .file-icon{font-size:16px}[dir=rtl] .chatbot-modal .paylater-data-section .paylater-data-display .paylater-data-grid .data-row .data-label{text-align:right}[dir=rtl] .chatbot-modal .paylater-data-section .paylater-data-display .paylater-data-grid .data-row .data-value{text-align:left}[dir=rtl] .chatbot-modal .paylater-data-section .paylater-data-display .paylater-data-grid .data-row.file-row .file-info{flex-direction:row-reverse}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.form-data-message{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.1);margin:8px 0}.form-data-message .form-data-header{margin-bottom:16px}.form-data-message .form-data-header h4{margin:0;font-size:16px;font-weight:600;color:#fff;text-align:center}.form-data-message .form-data-grid{display:flex;flex-direction:column;gap:12px}.form-data-message .form-data-grid .data-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:hsla(0,0%,100%,.08);border-radius:8px;border:1px solid hsla(0,0%,100%,.15);min-height:40px}.form-data-message .form-data-grid .data-row:last-child{display:none}.form-data-message .form-data-grid .data-label{font-weight:500;color:#fff;font-size:14px;min-width:120px}.form-data-message .form-data-grid .data-value{font-weight:400;color:#fff;font-size:14px;text-align:right;flex:1 1;margin-left:12px}.form-data-message .form-data-grid .success-message{display:block;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:12px 16px;font-weight:500;border-radius:8px;margin-top:12px;text-align:center;font-size:14px;box-shadow:0 2px 4px rgba(16,185,129,.2)}[dir=rtl] .form-data-message .form-data-grid .data-row .data-label{text-align:right}[dir=rtl] .form-data-message .form-data-grid .data-row .data-value{text-align:left;margin-left:0;margin-right:12px}.file-upload-message{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:16px 20px;border-radius:12px;box-shadow:0 4px 12px rgba(16,185,129,.3);position:relative;overflow:hidden;transition:all .3s ease}.file-upload-message:hover{box-shadow:0 6px 20px rgba(16,185,129,.4);transform:translateY(-1px)}.file-upload-message:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.8),transparent);animation:shimmer 2s infinite}.file-upload-message .message-text{font-weight:600;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.1);font-size:15px;position:relative;z-index:1}.file-upload-message .message-text:before{content:"";position:absolute;left:-8px;top:0;bottom:0;width:3px;background:hsla(0,0%,100%,.3);border-radius:2px}.file-upload-message .upload-summary{display:flex;flex-direction:column;gap:12px}.file-upload-message .summary-header{display:flex;align-items:center;gap:12px}.file-upload-message .summary-icon{width:36px;height:36px;border-radius:8px;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:18px}.file-upload-message .summary-text{display:flex;flex-direction:column;gap:2px}.file-upload-message .summary-title{font-weight:700;font-size:14px}.file-upload-message .summary-subtitle{font-size:12px;opacity:.9}.file-upload-message .file-items{display:flex;flex-direction:column;gap:12px}.file-upload-message .file-group{display:flex;flex-direction:column;gap:8px}.file-upload-message .file-group-label{font-size:13px;font-weight:600;color:hsla(0,0%,100%,.9);margin-bottom:4px;padding-left:4px}.file-upload-message .file-group-items{display:grid;grid-template-columns:1fr;grid-gap:6px;gap:6px}.file-upload-message .file-item{display:flex;align-items:center;gap:10px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:10px;padding:10px 12px}.file-upload-message .file-badge{width:28px;height:28px;border-radius:6px;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:14px}.file-upload-message .file-meta{display:flex;flex-direction:column;min-width:0}.file-upload-message .file-label{font-size:12px;opacity:.95;margin-bottom:2px}.file-upload-message .file-name{font-size:12px;font-weight:600;word-break:break-all}.confirm-rfq-button{background:linear-gradient(135deg,#10b981,#059669)!important;border:none!important;color:#fff!important;font-weight:600!important;border-radius:8px!important;padding:12px 24px!important;transition:all .3s ease!important;box-shadow:0 2px 8px rgba(16,185,129,.3)!important;width:100%!important;margin-top:8px!important}.confirm-rfq-button:hover{background:linear-gradient(135deg,#059669,#047857)!important;box-shadow:0 4px 12px rgba(16,185,129,.4)!important;transform:translateY(-1px)!important}.confirm-rfq-button:active{transform:translateY(0)!important}.confirm-rfq-button:disabled{opacity:.6!important;cursor:not-allowed!important;transform:none!important}.paylater-data-display{color:#fff!important}.quotation-request-select{direction:rtl!important;width:100%!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:10px!important}.quotation-request-select .start_request_button{align-self:center;margin-top:20px}.rfq-display-section{margin-top:16px;width:100%}.rfq-display-section .rfq-action-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;margin-left:25px}.rfq-display-section .no-rfq-message{text-align:center;padding:20px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.rfq-display-section .no-rfq-message .no-rfq-icon{display:none}.rfq-display-section .no-rfq-message .no-rfq-text{font-weight:600;color:#000;font-size:14px}.rfq-header{display:flex;align-items:center;flex-direction:row-reverse;justify-content:space-between;gap:16px;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.rfq-header .rfq-actions-header{min-width:90px!important}.rfq-header .rfq-header-cell{min-width:120px;text-align:center;font-weight:600;color:#1f2937}.rfq-header .rfq-price{margin-right:105px}.rfq-buttons{width:100%;display:flex;align-items:center;justify-content:center;gap:16px}.rfq-buttons .start_request_button:nth-child(2){background-color:#fff!important;color:#000!important;border:none!important;box-shadow:unset!important}.selected-rfq-display{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px;width:100%;margin-bottom:16px}.selected-rfq-display .rfq-row{display:flex;align-items:center;flex-direction:row-reverse;justify-content:space-between;gap:16px;font-size:14px;color:#374151}.selected-rfq-display .rfq-row .rfq-date{min-width:100px;font-weight:500}.selected-rfq-display .rfq-row .rfq-number{min-width:40px;text-align:center;font-weight:600}.selected-rfq-display .rfq-row .rfq-amount,.selected-rfq-display .rfq-row .rfq-amount-secondary{min-width:120px;font-weight:600;color:#1f2937}.selected-rfq-display .rfq-row .rfq-badge .best-offer-badge{background:#dcfce7;color:#166534;padding:4px 12px;white-space:nowrap;border-radius:20px;font-size:12px;font-weight:600;border:1px solid #bbf7d0}.selected-rfq-display .rfq-row .rfq-id{min-width:150px;font-weight:500;color:#6b7280;display:flex;align-items:center;flex-direction:row-reverse;gap:10px;font-family:monospace;white-space:nowrap}.rfq-buttons-icon{height:20px;width:20px}html[dir=ltr] .chat-messages{direction:ltr!important}@media(max-width:768px)and (orientation:landscape){.chatbot-modal .services-view .chatbot-header{padding:12px 20px}.chatbot-modal .services-view .chatbot-header .welcome-title{font-size:18px}.chatbot-modal .services-view .chatbot-header .assistance-text{font-size:13px}.chatbot-modal .services-view .services-grid{grid-template-columns:repeat(2,1fr);max-height:calc(100vh - 120px);padding:0 20px 16px}.chatbot-modal .chat-view .chat-header{padding:12px 20px}.chatbot-modal .chat-view .chat-header .welcome-title{font-size:18px}.chatbot-modal .chat-view .chat-header .assistance-text{font-size:13px}.chatbot-modal .chat-view .chat-messages{max-height:calc(100vh - 160px);padding:0 20px}.chatbot-modal .chat-view .chat-input{padding:0 20px 12px}}@media(max-width:320px){.chatbot-modal .services-view .chatbot-header{padding:10px 12px}.chatbot-modal .services-view .chatbot-header .welcome-title{font-size:16px}.chatbot-modal .services-view .chatbot-header .assistance-text{font-size:12px}.chatbot-modal .services-view .services-grid{padding:0 10px 12px}.chatbot-modal .services-view .services-grid .service-card{padding:10px;min-height:120px}.chatbot-modal .services-view .services-grid .service-card .service-title{font-size:12px;min-height:28px}.chatbot-modal .services-view .services-grid .service-card .service-description{font-size:10px}.chatbot-modal .services-view .services-grid .service-card .service-action-btn{height:28px;font-size:11px}.chatbot-modal .chat-view .chat-header{padding:10px 12px}.chatbot-modal .chat-view .chat-header .welcome-title{font-size:16px}.chatbot-modal .chat-view .chat-header .assistance-text{font-size:12px}.chatbot-modal .chat-view .chat-messages{padding:0 10px}.chatbot-modal .chat-view .chat-messages .ai-message,.chatbot-modal .chat-view .chat-messages .user-message{margin-bottom:10px}.chatbot-modal .chat-view .chat-messages .ai-message .message-content,.chatbot-modal .chat-view .chat-messages .user-message .message-content{padding:10px}.chatbot-modal .chat-view .chat-messages .ai-message .message-content .message-text,.chatbot-modal .chat-view .chat-messages .user-message .message-content .message-text{font-size:11px}.chatbot-modal .chat-view .chat-input{padding:0 10px 10px}.chatbot-modal .chat-view .chat-input .ant-input{height:32px;font-size:11px;padding:6px 10px}.chatbot-modal .chat-view .chat-input .voice-btn{width:32px;height:32px;font-size:12px}.chatbot-modal .start_request_button{font-size:11px;padding:5px 10px;height:28px}}.request-creation-agent-title{display:none!important}.create-request-chat-messages{max-height:unset!important;height:unset!important}.service-create-request{display:none!important}.pay-later-form{background:#fff;border-radius:12px;margin:16px 0}.pay-later-form .form-header{text-align:center;margin-bottom:24px}.pay-later-form .form-header h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#1e293b}.pay-later-form .form-header p{margin:0;font-size:14px;color:#64748b}.pay-later-form .pay-later-form-content{display:flex;flex-direction:column;gap:10px}.pay-later-form .pay-later-form-content .type-selection-switches{display:flex;gap:16px;margin-bottom:20px;flex-wrap:wrap}.pay-later-form .pay-later-form-content .type-selection-switches .switch-option{display:flex;align-items:center;gap:8px}.pay-later-form .pay-later-form-content .type-selection-switches .switch-option .switch-label{font-size:14px;font-weight:500;color:#374151;cursor:pointer}.pay-later-form .pay-later-form-content .request-type-section{margin-bottom:20px}.pay-later-form .pay-later-form-content .request-type-section .type-selection-switches{display:flex;gap:16px;flex-wrap:wrap}.pay-later-form .pay-later-form-content .form-actions{display:flex;gap:12px;justify-content:center;margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0}.pay-later-form .pay-later-form-content .form-actions .submit-button{min-width:200px}.pay-later-form .ant-input,.pay-later-form .ant-picker,.pay-later-form .ant-select-selector{border-radius:8px;border:1px solid #d1d5db}.pay-later-form .ant-input:hover,.pay-later-form .ant-picker:hover,.pay-later-form .ant-select-selector:hover{border-color:#3b82f6}.pay-later-form .ant-input.ant-input-focused,.pay-later-form .ant-input.ant-picker-focused,.pay-later-form .ant-input.ant-select-focused .ant-select-selector,.pay-later-form .ant-input:focus,.pay-later-form .ant-picker.ant-input-focused,.pay-later-form .ant-picker.ant-picker-focused,.pay-later-form .ant-picker.ant-select-focused .ant-select-selector,.pay-later-form .ant-picker:focus,.pay-later-form .ant-select-selector.ant-input-focused,.pay-later-form .ant-select-selector.ant-picker-focused,.pay-later-form .ant-select-selector.ant-select-focused .ant-select-selector,.pay-later-form .ant-select-selector:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.pay-later-form .ant-switch.ant-switch-checked{background-color:#10b981}@media(max-width:768px){.pay-later-form{padding:16px;margin:12px 0}.pay-later-form .form-header{margin-bottom:20px}.pay-later-form .form-header h3{font-size:16px}.pay-later-form .form-header p{font-size:13px}.pay-later-form .pay-later-form-content .request-type-section .type-selection-switches,.pay-later-form .pay-later-form-content .type-selection-switches{flex-direction:column;gap:12px}.pay-later-form .pay-later-form-content .form-actions .submit-button{width:100%}}[dir=rtl] .pay-later-form .form-header{text-align:center}[dir=rtl] .pay-later-form .pay-later-form-content .form-actions,[dir=rtl] .pay-later-form .pay-later-form-content .request-type-section .type-selection-switches .switch-option,[dir=rtl] .pay-later-form .pay-later-form-content .type-selection-switches .switch-option{flex-direction:row-reverse}.pay-later-form-chatbot{border:1px solid #e2e8f0;padding:20px}.pay-later-form-chatbot.disabled{opacity:1!important}.upload-tabs-chatbot{font-family:Arial,sans-serif;direction:rtl;padding:0!important}.upload-tabs-chatbot .upload-tabs-title{font-size:15px;font-weight:400;color:#1a1a1a;margin-bottom:15px}.upload-tabs-chatbot .upload-requirements-message{border-radius:8px;padding:12px}.upload-tabs-chatbot .upload-requirements-message .requirements-text{font-size:14px;color:#f17070;margin:0;line-height:1.4;text-align:center}.upload-tabs-chatbot .tab-button{flex:1 1;white-space:noWrap;min-height:35px;width:90%;border:none!important;background-color:#fff!important;height:30px;color:#333!important;border-radius:25px;margin:0 5px;transition:all .3s ease;position:relative}.upload-tabs-chatbot .tab-button .required-indicator{color:#dc3545;font-weight:700;margin-left:4px}.upload-tabs-chatbot .tabs{display:flex;justify-content:center;align-items:center;padding:8px;box-shadow:unset!important;flex-direction:column;border-radius:48px}.upload-tabs-chatbot .tabs f .tab-button{flex:1 1;white-space:noWrap;min-height:35px;width:90%;border:none!important;background-color:#fff!important;height:30px;color:#333!important;border-radius:25px;margin:0 5px;transition:all .3s ease;position:relative}.upload-tabs-chatbot .tabs f .tab-button .required-indicator{color:#dc3545;font-weight:700;margin-left:4px}.upload-tabs-chatbot .upload-section{border-radius:8px;width:100%;display:flex;padding:10px;flex-direction:column;align-items:center}.upload-tabs-chatbot .upload-area{background-color:#fffdf5;border:1px dashed #ccc;padding:1rem!important;text-align:center;width:90%;border-radius:14px}.upload-tabs-chatbot .upload-area .upload-area-container{display:flex;flex-direction:column;align-items:center;gap:10px;justify-content:center;padding:10px 0;padding-top:25px!important;border:1.3px dashed #044241;border-radius:10px}.upload-tabs-chatbot .upload-area .upload-area-container .upload-area-required:after{content:"*";color:red}.upload-tabs-chatbot .upload-area .upload-box{min-height:60px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.upload-tabs-chatbot .upload-area .upload-box p{font-size:18px;margin:0}.upload-tabs-chatbot .upload-area .upload-box span{display:block;margin:10px 0;color:#888}.upload-tabs-chatbot .upload-area .upload-box .file-button{display:inline-block;padding:8px 16px;border:1px solid #ccc;border-radius:8px;color:#666;background-color:#fff;cursor:pointer;font-weight:700;position:relative;overflow:hidden}.upload-tabs-chatbot .upload-area .upload-box .file-button input[type=file]{position:absolute;left:0;top:0;opacity:0;width:100%;height:100%;cursor:pointer}.upload-tabs-chatbot .upload-area .upload-progress{display:flex;flex-direction:column;align-items:flex-start;border:1px solid #e7e7e7;padding:8px;border-radius:8px;gap:4px;opacity:0;transition:opacity .3s ease;height:0;overflow:hidden}.upload-tabs-chatbot .upload-area .upload-progress.show{opacity:1;height:auto;margin-top:15px}.upload-tabs-chatbot .upload-area .upload-progress progress{width:200px;height:8px;border-radius:4px}.upload-tabs-chatbot .upload-area .upload-progress span{font-size:14px;color:#666}.upload-tabs-chatbot .uploaded-file{display:flex;align-items:center;width:100%;justify-content:space-between;padding:12px;background:#fff;border:1px solid #e7e7e7;border-radius:8px;margin-bottom:8px}.upload-tabs-chatbot .uploaded-file .uploaded-file-container{display:flex;align-items:center;gap:12px;flex:1 1}.upload-tabs-chatbot .uploaded-file .uploaded-file-container .file-icon-link{text-decoration:none;color:inherit}.upload-tabs-chatbot .uploaded-file .uploaded-file-container .file-icon-link .file-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#e9ecef;border-radius:4px}.upload-tabs-chatbot .uploaded-file .uploaded-file-container .file-info{flex:1 1}.upload-tabs-chatbot .uploaded-file .uploaded-file-container .file-info strong{display:block;font-size:14px;color:#2c3e50;margin-bottom:4px}.upload-tabs-chatbot .uploaded-file .uploaded-file-container .file-info div{font-size:12px;color:#6c757d}.upload-tabs-chatbot .upload-actions{margin-top:24px;text-align:center;width:100%;display:flex;justify-content:center;align-items:center}.upload-tabs-chatbot .upload-actions .submit-files-button{min-width:200px;height:44px;font-size:16px;font-weight:600}.upload-tabs-chatbot .divider{width:85%;height:1px;background-color:#bcbcbc;margin:10px 0}@media(max-width:768px){.upload-tabs-chatbot .upload-tabs-title{font-size:14px}.upload-tabs-chatbot .tabs .tab-button{height:28px;font-size:12px}.upload-tabs-chatbot .upload-area .upload-box{min-height:70px;padding:16px}.upload-tabs-chatbot .upload-area .upload-box .file-button{padding:6px 12px;font-size:14px}.upload-tabs-chatbot .upload-area .upload-progress{margin-top:12px}.upload-tabs-chatbot .upload-area .upload-progress progress{width:150px}.upload-tabs-chatbot .uploaded-file{padding:10px}.upload-tabs-chatbot .uploaded-file .uploaded-file-container{gap:8px}.upload-tabs-chatbot .uploaded-file .uploaded-file-container .file-icon{width:28px;height:28px}.upload-tabs-chatbot .uploaded-file .uploaded-file-container .file-info strong{font-size:13px}.upload-tabs-chatbot .uploaded-file .uploaded-file-container .file-info div{font-size:11px}.upload-tabs-chatbot .upload-actions{margin-top:20px;width:100%;display:flex;justify-content:center;align-items:center}.upload-tabs-chatbot .upload-actions .submit-files-button{width:100%;min-width:auto}}