.myInput{display:flex;align-items:center;width:100%;padding:10px 12px;gap:10px;text-align:left}.myInput,.myInput.active{background:var(--surface-blue);border:1px solid #1e1e4d;border-radius:4px}.myInput.error{border:1px solid #fc4242;background:hsla(0,100%,93%,.3)}.myInput input{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%}.myInput.error input{color:#fc4242}.myInput__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%}