
.openai-chat,
.openai-chat-icon-container img,.btn-openai-close{position:fixed;bottom:30px;right:100px;left:auto;z-index:3}.openai-chat-icon-container{bottom:25px}.btn-openai-close{position:absolute;width:40px;height:40px;border-radius:50%;background-color:var( --default-background-color );color:white;display:none;bottom:70px;padding:0;right:0}.btn-openai-close
i{height:40px;display:flex;justify-content:center;align-items:center}.openai-chat{width:400px;background-color:white;border-radius:10px;box-shadow:2px 0 5px 3px rgba( 0, 0, 0, 0.1 );z-index:3;display:none}.openai-header{background-color:var( --default-background-color );color:white;border-top-right-radius:10px;border-top-left-radius:10px;position:relative}.close .openai-header{border-radius:10px}.openai-header
i{transform:rotate( 180deg )}.openai-header
.maximize{transform:rotate( 0deg )}.openai-container{height:350px;border-style:solid;border-width:1px;border-color:#ededed;position:relative;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.close .openai-container{display:none}.openai-chat-conversation{max-height:215px;overflow-y:auto}.openai-chat-conversation-listing
li{font-size:14px;margin-bottom:10px}.gpt-message{text-align:left}.gpt-message>div{margin-right:30px;background-color:#ededed}.gpt-message>div,.client-message>div,.system-message>div{display:inline-block;border-radius:10px;padding:10px}.gpt-message > div *,
.client-message > div *,
.system-message > div
*{vertical-align:middle}.client-message{text-align:right}.client-message>div{margin-left:30px;background-color:#d1e2f0}.system-message>div{background-color:#f0d1d1}.openai-chat-conversation-listing .buttons>div{background-color:transparent}.openai-content{align-self:flex-end;width:100%;border-top-style:solid;border-top-width:1px;border-top-color:#ededed}.openai-content
textarea{height:50px;min-height:30px;min-width:250px}.openai-content .btn-send-message{position:absolute;right:0;top:-20px}