.chatbot{padding:40px 0}.chatbot .introduction{display:flex;flex-direction:row;gap:30px;align-items:center;padding-bottom:50px}.chatbot .introduction img{width:64px;height:64px}.chatbot .introduction h2{margin:0}.chatbot input[type=text],.chatbot-dialog input[type=text],.chatbot-dialog .question p{box-sizing:border-box;font-size:inherit;font-family:IBM Plex Sans,sans-serif;border-radius:4px;border:1px solid var(--brand-primary);padding:var(--spacing-md);width:100%;padding:10px}.chatbot input[type=text]::placeholder,.chatbot-dialog input[type=text]::placeholder{color:#2b2b2b}div.chatbot-dialog{color:#fff;background-color:#2b2b2b!important;width:100%;height:100dvh;max-height:unset;margin:0!important;padding:32px}.chatbot-dialog .title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:40px}.chatbot-dialog .title>div{display:flex;flex-direction:row;align-items:center;gap:30px}.chatbot-dialog .title .bot-icon{width:48px;height:48px}.chatbot-dialog .title .close-icon{width:28px;height:28px;cursor:pointer}.chatbot-dialog .title h2{margin:0}.chatbot-dialog .dialog-icon{width:24px;height:24px;padding-top:12px}.chatbot-dialog .qna-list{overflow-y:auto;flex:1}.chatbot-dialog .question,.chatbot-dialog .answer{display:flex;flex-direction:row;gap:15px;padding:12px 0}.chatbot-dialog .question p{width:100%;margin:0;line-height:normal}.chatbot-dialog .answer p{border:1px solid #747272;border-radius:4px;width:100%;margin:0;padding:9px;line-height:normal}.chatbot-dialog .answer .loading-icon{width:27px;height:27px}.chatbot-dialog .ask-question{display:flex;flex-direction:row;align-items:center;gap:15px;padding-top:50px}.chatbot-dialog .ask-question .dialog-icon{padding-top:0}.chatbot-dialog ::-webkit-scrollbar{width:8px}.chatbot-dialog ::-webkit-scrollbar-track{background:#555;border-radius:8px}.chatbot-dialog ::-webkit-scrollbar-thumb{background:#222;border-radius:8px}.chatbot-dialog ::-webkit-scrollbar-thumb:hover{background:#111}
