.nitro-chat-input { position: fixed; display: flex; bottom: 57px; left: 55px; pointer-events: none; z-index: $chatinput-zindex; .chatinput-container { position: relative; height: 30px; border-radius: 8px; border: 1.5px solid rgb(0, 0, 0); background: #EDEDED; pointer-events: all; padding-right:30px; width:100%; .input-sizer { display: inline-grid; vertical-align: top; align-items: center; position: relative; height: 100%; padding:0 10px; &::after, input, textarea { width: auto; min-width: 1em; grid-area: 1 / 2; font: inherit; margin: 0; resize: none; background: none; appearance: none; border: none; } &::after { content: attr(data-value) ' '; visibility: hidden; white-space: pre-wrap; } } .chat-input { height: 100%; font-size: 16px; outline: 0; border: 0; position: relative; background: transparent; } &:after { content: ""; position: absolute; top:0; bottom:0; margin: auto; left: -5.5px; height: 9px; width: 9px; background: #EDEDED; transform: rotate(45deg); border-left: 1.5px solid $black; border-bottom: 1.5px solid $black; } &:before { content: ""; position: absolute; width: 98%; height: 5px; border-radius: 8px; top: 1px; left: 0; right: 0; margin: auto; background: rgb(255, 255, 255); z-index: 1; } } }