.myTextArea{display:flex;align-items:center;width:100%;padding:10px 12px;gap:10px;text-align:left}.myTextArea,.myTextArea.active{background:var(--surface-blue);border:1px solid #1e1e4d;border-radius:4px}.myTextArea.error{border:1px solid #fc4242;background:hsla(0,100%,93%,.3)}.myTextArea textarea{all:unset;width:100%;color:var(--white);font-size:16px;font-style:normal;font-family:var(--rethink);height:100%;font-weight:400;line-height:150%;min-height:20px}.myTextArea.error input{color:#fc4242}.myTextArea__errorText{display:flex;flex-direction:row;gap:8px;width:100%;margin-top:6px;margin-left:16px;color:#fc4242;font-size:14px;font-style:normal;font-weight:400;line-height:140%}