/**handles:bf-chatbot-style**/
.chatbot-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.1);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:1;visibility:visible;pointer-events:auto;transition:opacity .1s ease,visibility .1s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.bf-chatbot-disclaimer{color:#bbb;font-size:11px;text-align:center;line-height:1.4;padding:5px 20px;user-select:none;pointer-events:none;z-index:6;width:100%;box-sizing:border-box}.hidden.chatbot-modal{opacity:0;visibility:hidden;pointer-events:none}.chatbot-modal-inner{background:rgba(0,0,0,.8125);border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.25);padding:0;width:520px;max-width:95vw;height:650px;display:flex;flex-direction:column;position:relative;overflow:hidden;box-sizing:border-box;transition:all .3s ease}.fullscreen .chatbot-modal-inner{width:90vw!important;height:90vh!important;max-width:none!important;margin:0 auto}.fullscreen.chatbot-modal{background:rgba(0,0,0,.2);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}#bf-chatbot{display:flex;flex-direction:column;height:100%;position:relative;color:#fff;width:100%;overflow:hidden;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;transition:all .1s ease-in-out}.footer-container{position:relative;width:100%;margin-top:auto;background:0 0;border-top:none;border-radius:0 0 20px 20px;z-index:20;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;bottom:0;left:0;right:0}.chat-header{padding:10px 20px 0;margin-bottom:0}.bf-profile-container{text-align:center;padding:15px 0 0;transition:all .3s ease;margin-bottom:0}.bf-profile-image{width:70px;height:70px;margin:0 auto 10px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.2)}.bf-profile-image img{width:100%;height:100%;object-fit:cover}.bf-profile-name{font-size:22px;font-weight:600;margin-bottom:3px}.bf-profile-title{font-size:14px;opacity:.8;margin-bottom:10px}.chat-container{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.bf-chatbot-suggested{display:flex;flex-direction:column;gap:8px;max-width:400px;margin:0 auto;width:100%}.bf-chatbot-suggested-title{font-size:14px;font-weight:500;text-align:center;margin-bottom:8px;opacity:.8}.bf-chatbot-suggested-list{display:flex;flex-direction:column;gap:6px}.bf-chatbot-suggested-btn{background:rgba(255,255,255,.01)!important;border:1px solid rgba(255,255,255,.325)!important;color:#fff!important;padding:10px 16px!important;border-radius:8px!important;text-align:left!important;transition:all .2s ease!important;cursor:pointer!important;width:100%!important;box-shadow:none!important;font-size:13px!important;display:block!important;margin-bottom:6px!important;overflow:hidden!important;text-overflow:ellipsis!important}.bf-chatbot-suggested-btn:hover{background:rgba(255,255,255,.05)!important;border-color:rgba(255,255,255,.31)!important}.chat-view{flex:1;display:flex;flex-direction:column;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;width:100%;max-width:100%;overflow:hidden;height:100%;padding-top:0;z-index:5}.chat-view.active{opacity:1!important;visibility:visible!important;position:relative!important;z-index:10!important;display:flex!important}#bf-chatbot.chatting .initial-view{display:none!important}#bf-chatbot.chatting .chat-view{opacity:1;visibility:visible;position:relative;max-height:calc(100% - 145px);display:flex!important;z-index:10;flex:1;flex-direction:column;height:100%}.chat-mini-profile{display:flex;align-items:center;padding:10px 15px;background:0 0;border-bottom:none;height:58px;box-sizing:border-box;margin-top:35px;z-index:15}.mini-profile-image{width:38px;height:38px;border-radius:50%;overflow:hidden;margin-right:10px;border:1px solid rgba(255,255,255,.4)}.mini-profile-image img{width:100%;height:100%;object-fit:cover}.mini-profile-info{display:flex;flex-direction:column}.mini-profile-name{font-size:14px;font-weight:600;color:#fff}.mini-profile-title{font-size:11px;color:rgba(255,255,255,.8)}.chatbot-modal{display:flex!important;opacity:1;visibility:visible;pointer-events:auto;transition:opacity .3s ease,visibility .3s ease;z-index:99999!important}.hidden.chatbot-modal{opacity:0;visibility:hidden;pointer-events:none}.chatlog-content-wrapper{flex:1!important;overflow-y:auto!important;overflow-x:hidden;display:flex!important;flex-direction:column!important;position:relative!important;padding-bottom:30px!important;padding-top:10px!important;-webkit-overflow-scrolling:touch;scrollbar-color:rgba(255,255,255,0.2) transparent!important;height:calc(100% - 20px)!important;margin-bottom:0;padding-right:4px;mask-image:linear-gradient(to bottom,black calc(100% - 10px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black calc(100% - 10px),transparent 100%)}#chatlog{padding:0 20px;font-size:14px;background:0 0;color:#fff;width:100%;min-height:100px;flex:1;overflow-y:visible;margin-top:5px;position:relative;z-index:5;display:flex;flex-direction:column;box-sizing:border-box}#chatlog div{margin-bottom:14px;max-width:80%;padding:12px 16px;border-radius:18px;background:#fff;color:#000;box-shadow:0 2px 6px rgba(0,0,0,.1);line-height:1.5;word-wrap:break-word;position:relative;display:inline-block;width:auto;opacity:1;animation:fadeIn .3s ease-in-out}#chatlog div:last-child{margin-bottom:20px}#chatlog div b{display:block;margin-bottom:4px;font-weight:600;color:#333}#chatlog div:after{content:'';display:table;clear:both}.user-msg{background:#fff!important;align-self:flex-end;margin-left:auto;float:right;clear:both;border-bottom-right-radius:3px!important}.bot-msg{background:#fff!important;margin-right:auto;float:left;clear:both;border-bottom-left-radius:3px!important;opacity:1!important;visibility:visible!important}.bot-msg.error{background:#ffe5e5!important;color:#a00!important}.chat-input-container{padding:15px 20px 10px;position:relative;z-index:10;width:100%;box-sizing:border-box;max-width:100%;background:0 0}.chat-input-row{display:flex;align-items:center;gap:8px;padding:8px;border-radius:24px;border:1px solid rgba(255,255,255,.25);width:100%;box-sizing:border-box;background:rgba(255,255,255,.06)}@media (max-width:480px){.chat-input-row{max-width:100%;padding:6px;gap:6px}}#userInput{flex:1;min-width:0;padding:12px 20px;border-radius:20px;border:none;background:rgba(255,255,255,.05);font-size:15px;outline:0;color:#fff;height:44px;box-sizing:border-box;font-family:inherit;transition:all .2s ease-in-out}#userInput:focus{background:rgba(255,255,255,.08);box-shadow:0 0 0 1px rgba(255,255,255,.2)}#userInput::placeholder{color:rgba(255,255,255,.8)}.send-btn{flex-shrink:0;background:var(--bf-main-color)!important;color:#fff!important;border:none!important;padding:10px 16px!important;border-radius:20px!important;cursor:pointer!important;transition:all .2s ease!important}.send-btn:hover{background:var(--bf-main-dark)!important}@media (max-width:480px){.send-btn{padding:8px 14px!important;font-size:13px}}#bf-chatbot button{padding:12px 24px;border-radius:20px;background:linear-gradient(135deg,var(--bf-main-color) 0,var(--bf-main-dark) 100%);color:#fff;cursor:pointer;transition:all .2s ease-in-out;font-size:14px;box-shadow:0 2px 6px rgba(0,0,0,.3);border:none;height:44px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;z-index:101}#bf-chatbot button:hover{filter:brightness(.9);transform:translateY(-1px)}#chat-launcher{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,var(--bf-main-color) 0,var(--bf-main-dark) 100%);color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.3);z-index:10000;transition:transform .2s ease,opacity .2s ease,filter .2s ease;padding:0;overflow:hidden}#chat-launcher svg{width:28px;height:28px}#chat-launcher .custom-widget-icon{width:100%;height:100%;object-fit:contain;display:block}#chat-launcher.has-custom-icon{width:auto;height:auto;border-radius:12px;padding:0;background:0 0;box-shadow:0 4px 20px rgba(0,0,0,.2)}#chat-launcher.has-custom-icon.chat-bot-widget-video{border-radius:1%!important}#chat-launcher.has-custom-icon.chat-bot-widget-small{transition:transform .1s cubic-bezier(.4, 0, .2, 1),opacity .1s ease,filter .1s ease;will-change:transform,opacity,filter}#chat-launcher:hover{transform:translateY(-2px)}.bf-chatbot-disclaimer{font-size:11px;text-align:center;line-height:1.4;padding:5px 20px;user-select:none;pointer-events:none;z-index:6;margin:5px 0;width:100%;color:rgba(255,255,255,.75);box-sizing:border-box;background:0 0}.bf-chatbot-footer{font-size:10px;text-align:center;line-height:1.4;padding:5px 20px 15px;user-select:none;z-index:6;font-weight:500;letter-spacing:.5px;width:100%;color:rgba(255,255,255,.65);box-sizing:border-box;background:0 0}.bf-profile-container{position:static;text-align:center;z-index:15;display:flex;flex-direction:column;align-items:center;transition:all .3s ease;padding-top:20px;padding-bottom:10px;background:0 0}.bf-profile-image{width:70px;height:70px;border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.6)!important}.bf-profile-name{color:#fff;font-weight:600;margin-top:10px;font-size:16px;text-shadow:0 1px 4px rgba(0,0,0,.3)}.bf-profile-title{color:rgba(255,255,255,.85);font-size:13px;margin-top:4px;text-shadow:0 1px 3px rgba(0,0,0,.3)}.chat-active .bf-profile-container{transform:scale(.8) translateY(-15px);top:25px}.chat-active .bf-profile-image{width:50px;height:50px}.initial-view{display:flex;flex-direction:column;height:100%;position:relative;max-height:calc(100% - 145px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,0.2) transparent;padding-bottom:15px;-webkit-overflow-scrolling:touch}.bf-chatbot-suggested{padding:10px 20px 15px;margin:0 auto;position:relative;z-index:1;max-width:400px;width:100%;margin-top:5px;margin-bottom:20px;box-sizing:border-box}.bf-chatbot-disclaimer,.bf-chatbot-footer{text-align:center;box-sizing:border-box;z-index:5}.bf-footer-highlight{color:#fff;font-weight:600;opacity:1}.chatbot-header-buttons{position:absolute;top:15px;right:15px;display:flex;gap:8px;z-index:1001}.chatbot-header-buttons button{width:32px!important;height:32px!important;padding:0!important;border:none!important;background:rgba(255,255,255,.125)!important;border-radius:8px!important;cursor:pointer;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important;box-shadow:0 2px 6px rgba(0,0,0,.2)!important}.chatbot-header-buttons button:hover{background:rgba(255,255,255,.25)!important;transform:translateY(0)!important}.chatbot-close{background:rgba(255,255,255,.19)!important;margin-right:5px}.chatbot-fullscreen{width:32px!important;height:32px!important;padding:0!important;border:none!important;background:rgba(255,255,255,.19)!important;border-radius:8px!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important;color:#fff!important;box-shadow:0 2px 6px rgba(0,0,0,.2)!important}.chatbot-fullscreen:hover{background:rgba(255,255,255,.25)!important}.chatbot-fullscreen svg{width:16px;height:16px;transition:transform .3s cubic-bezier(.4, 0, .2, 1);transform-origin:center}.fullscreen .chatbot-fullscreen svg{transform:rotate(180deg)}.custom-widget-close{z-index:99999;width:28px;height:28px}#chat-launcher.has-custom-icon.hidden,#chat-launcher.has-default-icon.hidden{display:none!important}#chat-launcher.has-custom-icon.hidden,#chat-launcher.has-default-icon.hidden{display:none!important}#chat-launcher.has-custom-icon.chat-bot-widget-small{min-width:auto!important;min-height:auto!important;width:80px!important;right:20px!important}#chat-launcher.chat-bot-widget-small.default-icon-desktop,#chat-launcher.chat-bot-widget-small.default-icon-mobile{display:none!important}@media (max-width:768px){#chat-launcher.chat-bot-widget-small.default-icon-mobile{display:block!important}#chat-launcher.chat-bot-widget-video.has-custom-icon.default-icon-mobile,#chat-launcher.chat-bot-widget.has-custom-icon.default-icon-mobile{display:none!important}}@media (min-width:769px){#chat-launcher.chat-bot-widget-small.default-icon-desktop{display:block!important}#chat-launcher.chat-bot-widget-video.has-custom-icon.default-icon-desktop,#chat-launcher.chat-bot-widget.has-custom-icon.default-icon-desktop{display:none!important}}body.no-scroll,html.no-scroll{overflow:hidden;position:fixed;width:100%}@keyframes fadeIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}#chat-launcher.launcher-hidden{transform:translateX(100px);opacity:0;pointer-events:none}#chat-launcher.launcher-visible{transform:translateX(0);opacity:1;transition:transform .6s ease,opacity .6s ease;pointer-events:all}#chatlog p{margin-bottom:10px;font-size:inherit;color:inherit;line-height:inherit}#chatlog img{max-width:100%;height:auto}#chatlog ul{margin-left:20px}#chatlog ul li{list-style:disc;margin-bottom:5px;font-size:inherit;color:inherit;line-height:inherit}