.chat-editor-container{position:relative;flex:1;overflow-y:auto;font-size:1rem}.chat-editor-placeholder{position:absolute;top:0;color:#0003;user-select:none;z-index:0}.chat-editor-input{position:relative;text-align:left;outline:0;z-index:1}.normal-input{outline:0}.variable-input{margin:3px 5px;color:var(--pro-ant-color-primary);background:#165dff1a;position:relative;display:inline-block;width:fit-content;border-radius:6px}.variable-input .variable-input-content{display:inline-block;outline:0;border:none;z-index:1;line-height:1.5rem;width:100%;height:100%;background:transparent;color:var(--pro-ant-color-primary);padding:1px 8px}.variable-input .variable-input-content::placeholder{color:var(--pro-ant-color-primary);opacity:.5}.variable-input .variable-input-content .variable-input-slsect-icon{transition:all .3s ease}.variable-input .variable-input-content .variable-input-slsect-icon-turn{transform:rotate(180deg)}.variable-input .variable-input-placeholder{height:0;overflow:visible;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:0;opacity:.5}.variable-input .variable-input-slsect{position:absolute;left:0;bottom:2rem;width:auto;background-color:#fff;border-radius:6px;padding:5px;display:flex;flex-direction:column;white-space:nowrap;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 2px #00000008,0 1px 6px -1px #00000005,0 2px 4px #00000005}.variable-input .variable-input-slsect .variable-input-option{padding:2px 6px;border-radius:6px;width:100%;cursor:pointer}.variable-input .variable-input-slsect .variable-input-option:hover{background-color:#0000001a}
