/**
 * botstra - Smart & Scalable AI ChatBot Solution
 * @version v1.1.6
 * @link https://botstra.com
 * @license GPL-2.0+
 * @author Thu Nguyen <thunguyen@botstra.com>
 */
.botstra-chat-container{position:fixed;bottom:20px;right:20px;width:350px;background:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:9999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.botstra-chat-header{background:#0073aa;color:#fff;padding:15px;border-radius:10px 10px 0 0;display:flex;justify-content:space-between;align-items:center}.botstra-chat-header h3{margin:0;font-size:16px}.botstra-chat-close{background:0 0;border:none;color:#fff;cursor:pointer;font-size:20px}.botstra-chat-messages{height:300px;overflow-y:auto;padding:15px;background:#f9f9f9}.botstra-message{margin-bottom:15px;max-width:80%}.botstra-message.user{margin-left:auto}.botstra-message-content{padding:10px 15px;border-radius:15px;display:inline-block}.botstra-message.bot .botstra-message-content{background:#e9ecef;color:#333}.botstra-message.user .botstra-message-content{background:#0073aa;color:#fff}.botstra-chat-input{padding:15px;display:flex;gap:10px}.botstra-chat-input input{flex:1;padding:10px;border:1px solid #ddd;border-radius:5px;outline:0}.botstra-chat-input button{background:#0073aa;color:#fff;border:none;padding:10px 15px;border-radius:5px;cursor:pointer}.botstra-chat-input button:hover{background:#005177}.botstra-loading{display:inline-block;padding:10px 15px;background:#e9ecef;border-radius:15px}.botstra-loading span{display:inline-block;width:8px;height:8px;background:#0073aa;border-radius:50%;margin:0 2px;animation:1.4s ease-in-out infinite botstra-bounce}.botstra-loading span:nth-child(1){animation-delay:-.32s}.botstra-loading span:nth-child(2){animation-delay:-.16s}@keyframes botstra-bounce{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.botstra-pro-feature{background:#f8f9fa;border:1px solid #ddd;padding:10px;border-radius:5px;margin:10px 0;color:#666}#botstra-popup-trigger{position:fixed;bottom:20px;right:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:9999;transition:transform .2s ease-in-out}#botstra-popup-trigger:hover{transform:scale(1.1)}#botstra-popup-trigger .dashicons{font-size:28px;width:auto;height:auto}#botstra-popup-close{background:0 0;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0 5px;line-height:1}#botstra-popup-messages{flex-grow:1;padding:15px;overflow-y:auto;height:300px;background-color:#f9f9f9;display:flex;flex-direction:column;gap:10px}.botstra-message{padding:8px 12px;border-radius:15px;max-width:80%;line-height:1.4;word-wrap:break-word;min-width:20px;width:fit-content}.botstra-message-user{background-color:#0073aa;color:#fff;border-bottom-right-radius:5px;align-self:flex-end}.botstra-message-bot{background-color:#e5e5e5;color:#333;border-bottom-left-radius:5px;align-self:flex-start}.botstra-message-loading::after{content:'';display:inline-block;animation:1s step-start infinite botstra-dots}@keyframes botstra-dots{0%,100%{content:'.'}33%{content:'..'}66%{content:'...'}}.botstra-popup-input-area{display:flex;flex-shrink:0}#botstra-popup-input{flex-grow:1;resize:none;height:40px;margin-right:5px;max-height:100px}#botstra-popup-send{display:flex;align-items:center;justify-content:center;flex-shrink:0}.botstra-popup-footer{padding:5px 15px;text-align:center;font-size:11px;color:#888;background-color:#f9f9f9;border-top:1px solid #eee;flex-shrink:0}.botstra-popup-footer a{color:#0073aa;text-decoration:none}.botstra-popup-footer a:hover{text-decoration:underline}.botstra-rating-stars .dashicons{cursor:pointer;color:#ccc;font-size:20px;margin:0 2px;transition:color .2s ease-in-out}.botstra-rating-stars .dashicons.hover-active,.botstra-rating-stars .dashicons.selected,.botstra-rating-stars .dashicons:hover{color:#ffb900}.botstra-rating-section.submitted .botstra-rating-stars{opacity:.6;pointer-events:none}.botstra-popup-input-area,.botstra-shortcode-chatbox .botstra-input-area{display:flex;align-items:flex-end;padding:10px 15px;background-color:#fff;flex-shrink:0}#botstra-popup-input,.botstra-shortcode-chatbox .botstra-user-input{flex-grow:1;padding:8px 12px;border:1px solid #ccc;border-radius:18px;resize:none;overflow-y:auto;font-size:14px;line-height:1.4;min-height:36px;max-height:100px;box-sizing:border-box;outline:0;transition:border-color .2s}#botstra-popup-input:focus,.botstra-shortcode-chatbox .botstra-user-input:focus{border-color:#0073aa}#botstra-popup-send,.botstra-shortcode-chatbox .botstra-send-button{background-color:#0073aa;color:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;flex-shrink:0;margin-left:8px}#botstra-popup-send:hover,.botstra-shortcode-chatbox .botstra-send-button:hover{background-color:#005a87}#botstra-popup-send:disabled,.botstra-shortcode-chatbox .botstra-send-button:disabled{background-color:#ccc;cursor:not-allowed}#botstra-popup-send .dashicons,.botstra-shortcode-chatbox .botstra-send-button .dashicons{font-size:20px;width:auto;height:auto;line-height:1}.botstra-messages-container .botstra-message+.botstra-message{margin-top:10px}.botstra-rating-request-message .botstra-rating-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:0;margin-top:8px;color:#00733d;font-size:10px}.botstra-rating-request-message .botstra-rating-button{font-size:2em;margin:0 5px 0 0;padding:3px 6px;line-height:1;vertical-align:middle;border:1px solid #ccc;border-radius:4px;background:#f9f9f9;cursor:pointer;transition:background-color .2s}.botstra-rating-request-message .botstra-rating-button:last-child{margin-right:0}.botstra-rating-request-message .botstra-rating-button:hover{background-color:#eee}.botstra-rating-request-message .botstra-rating-button:disabled{cursor:default;opacity:.6;background-color:#eee}.botstra-rating-request-message .botstra-rating-button.selected{border-color:#0073aa;background-color:#e5f5fa}
/*# sourceMappingURL=botstra.min.css.map */
