#chefbot-launcher-container{position:fixed;bottom:75px;right:62px;display:flex;flex-direction:column;align-items:center;z-index:9999}#chefbot-launcher-container #chefbot-launcher-bubble{background:#fff;color:#333;font-size:13px;padding:8px 12px;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,0.2);margin-bottom:8px;opacity:0;pointer-events:none;transform:translateY(10px);transition:all 0.3s ease;position:relative}#chefbot-launcher-container #chefbot-launcher-bubble::after{content:"";position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);border-width:6px;border-style:solid;border-color:#fff transparent transparent transparent}#chefbot-launcher-container.show-bubble #chefbot-launcher-bubble{opacity:1;transform:translateY(0);pointer-events:auto;transition:all 0.3s ease}#chefbot-launcher-container #chefbot-launcher{position:fixed;bottom:30px;right:30px;background:url("../img/chef1.png") no-repeat;color:white;font-size:24px;width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,0.2);transition:transform 0.2s;z-index:9999;background-size:100%}#chefbot-launcher-container #chefbot-launcher:hover{transform:scale(1.1)}#chefbot-container.slide-in-bottom{animation:slideInFromBottom 0.3s ease-out forwards;display:flex !important}#chefbot-container.slide-out-bottom{animation:slideOutToBottom 0.3s ease-in forwards}@keyframes slideInFromBottom{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOutToBottom{from{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}#chefbot-container{position:fixed;bottom:90px;right:20px;width:320px;max-height:500px;background:white;border:0;border-radius:12px;flex-direction:column;box-shadow:0 4px 12px rgba(0,0,0,0.25);overflow:hidden;z-index:10000}@media all and (max-width: 639px){#chefbot-container{width:100%;top:0;right:0;bottom:0;max-height:100%;z-index:999999}}#chefbot-container #chefbot-header{background:#df2813;color:white;padding:10px;display:flex;justify-content:space-between;align-items:center;font-weight:bold}#chefbot-container #chefbot-header button{background:url("../img/close.svg") no-repeat;border:none;font-size:16px;cursor:pointer;padding:0 10px;margin:0;width:20px;height:20px;background-size:100%}#chefbot-container .chefbot-plugin-wrapper h2{font-size:14px;color:#fff;background:red;padding:10px;border-radius:5px 5px 0 0}#chefbot-container .chefbot-plugin-wrapper{border-radius:5px;position:fixed;bottom:0;background:#fff;width:400px}#chefbot-container .chefbot-message{padding:8px 10px;margin:5px 0;white-space:pre-wrap;font-size:14px}#chefbot-container .user-message{text-align:right;Border-bottom:1px solid #c2c2c2}#chefbot-container .bot-message{text-align:left;Border-bottom:1px solid #c2c2c2}#chefbot-container #chefbot-output{height:300px;overflow-y:auto;border:1px solid #ddd;padding:10px;margin-bottom:10px;font-family:Arial, sans-serif;background:#fafafa}@media all and (max-width: 639px){#chefbot-container #chefbot-output{height:100%;margin-bottom:50px}}#chefbot-container .error-message{background:#ffebee;color:#c62828}#chefbot-container .typing-message{font-style:italic;color:#666;background:transparent}#chefbot-container #chefbot-form{display:flex;align-items:center;gap:8px;padding:10px}@media all and (max-width: 639px){#chefbot-container #chefbot-form{position:fixed;bottom:0;width:100%;background:#fff}}#chefbot-container #chefbot-message{flex:1;padding:10px 12px;border:1px solid #ccc;border-radius:8px;font-size:14px;transition:border 0.2s, box-shadow 0.2s;min-width:0;margin:0}@media all and (max-width: 639px){#chefbot-container #chefbot-message{font-size:16px}}#chefbot-container #chefbot-message:focus{border-color:#0073e6;outline:none;box-shadow:0 0 0 2px rgba(0,115,230,0.2)}#chefbot-container #char-counter{font-size:12px;color:#666;white-space:nowrap;text-align:right}#chefbot-container #chefbot-send-btn{background:#0073e6;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background 0.2s, transform 0.1s;flex-shrink:0;margin:0}#chefbot-container #chefbot-send-btn:hover{background:#005bb5}#chefbot-container #chefbot-send-btn:active{transform:scale(0.97)}#chefbot-container .chefboticn:before{display:inline-block;content:"";background:url(../img/chef1.png) no-repeat;height:20px;width:20px;background-size:100%;margin-right:10px}#chefbot-container .chefboticn{display:flex}.widget-chefbot{background:#f5f5f5;padding:10px;border-radius:5px;margin-bottom:15px;box-shadow:0px 2px 4px -2px rgba(16,24,40,0.06);box-shadow:0px 4px 8px -2px rgba(16,24,40,0.1)}.widget-chefbot #chefbot-widget-form{margin-bottom:20px;position:relative}.widget-chefbot #chefbot-widget-input{margin:0;padding:7px;margin-top:5px}.widget-chefbot .chef-widget-submit{background-image:url("../img/send.png");background-repeat:no-repeat;background-size:20px;position:absolute;top:6px;background-color:transparent;right:0px;width:20px;padding:15px}.widget-chefbot .chefbot-title{width:80%;line-height:40px}.widget-chefbot .chefbot-title-wrap{display:flex;justify-content:space-between;padding:10px 0}.widget-chefbot .chefbot-icon{height:40px;width:40px;background:url(../img/chef1.png) no-repeat;background-size:100%}
