#chatbot,#chatbot *{box-sizing:border-box;font-family:manrope,"Noto Sans TC",sans-serif;-webkit-font-smoothing:initial}#chatbot{line-height:normal;position:fixed;bottom:0;right:20px;width:100%;max-width:400px;max-height:600px;height:100%;background-color:#fff;box-shadow:rgba(0,0,0,.19) 0 10px 20px,rgba(0,0,0,.23) 0 6px 6px;border-top-left-radius:10px;border-top-right-radius:10px;overflow:hidden;z-index:9999999}.chatbot-header{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;overflow:hidden;background:linear-gradient(56deg,#1474bb 0,#187bbc 48%,#6bddeb 100%);box-sizing:border-box;padding:15px 21px 15px 20px}.chabot-header-title{width:calc(100% - 72px);color:#fff;padding:0 17px}#chatbotBody{width:100%;padding:20px;overflow:auto;box-sizing:border-box;height:calc(100% - 140px);overscroll-behavior:contain}#chatbotBody a{color:#00f;text-decoration:none}.chatbot-footer{background:#fff;height:70px;width:100%;position:absolute;bottom:0;left:0;display:flex;filter:drop-shadow(0 -1px 4px rgba(0, 46, 108, .1))}#chatbotForm{height:100%;width:100%;display:flex}#chatbotInput{border:none;height:100%;padding:15px;box-sizing:border-box;width:calc(100% - 70px);outline:0}#chatbotInput::-webkit-input-placeholder{font-size:13.3333px}.chatbot-footer-button{height:70px;width:70px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:0 0;border:none}#chatAppShowButton{position:fixed;right:20px;bottom:15px;height:60px;width:60px;background-color:#fff;box-shadow:rgba(0,0,0,.19) 0 10px 20px,rgba(0,0,0,.23) 0 6px 6px;border-radius:50%;transition:.2s;cursor:pointer;display:flex;align-items:center;justify-content:center}#chatbot .link-item,#chatbot .quick-reply-item{background:#00baf2;border-radius:22px;color:#fff;margin-right:12px;margin-bottom:8px;cursor:pointer;display:inline-block;padding:12px}#chatbot .link-item{text-decoration:none}#chatbot .link-item:hover{text-decoration:none}.chatbot-message-inbound{margin-bottom:14px;text-align:right}.chatbot-message-inbound-content{display:flex;justify-content:flex-end}.chatbot-message-inbound-text{padding:12px;border-radius:16px 4px 16px 16px;background:#ced3db;color:#253140;max-width:65%;font-size:14px;word-wrap:break-word;margin-bottom:10px}.chatbot-message-outbound{margin-bottom:14px;display:flex}.chatbot-message-outbound-content{max-width:65%}.chatbot-message-outbound-text{white-space:pre-line;margin-left:10px;width:100%;padding:12px;color:#253140;background:#f5f6fa;font-size:14px;border-radius:4px 16px 16px;word-wrap:break-word}.chatbot-quick-reply-container{margin:10px 0 0 10px}#chatbotClose{height:16px;width:16px;cursor:pointer;margin-right:8px}.chatbot-header .header-icon{width:40px;height:40px}.chatbot-message-outbound-icon{height:36px;width:36px}#chatAppShowButton img{width:45%}.chatbot-time{font-size:12px;color:#9194a0;padding-left:10px}.chatbot-date{text-align:center;padding:12px}.chatbot-date-item{background-color:#f5f6fa;color:#9194a0;padding:5px 16px;border-radius:30px;display:inline-block;font-size:12px}.chatbot-spinner{width:30px;height:30px;border:2px solid #f3f3f3;border-top:3px solid #00baf2;border-radius:100%;animation:chatBotLoadingSpin 1s infinite linear;margin:20px auto}@media screen and (max-width:577px){html.chatbotBodyNoScroll,html.chatbotBodyNoScroll body{height:100%;position:fixed;top:0;overflow-y:hidden}#chatbot{bottom:0;top:0;left:0;right:0;border-top-left-radius:0;border-top-right-radius:0;max-width:unset;max-height:unset}}@keyframes chatBotLoadingSpin{from{transform:rotate(0)}to{transform:rotate(360deg)}}