.TextArea{width:100%;border:none;background:transparent;height:100%;resize:none;color:var(--text-body-default);font-family:var(--font-mulish),sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:130%}.TextArea__wrapper{display:flex;flex-direction:column;margin-bottom:20px}.TextArea__wrapper--label{color:var(--text-title-default);margin-bottom:6px;font-weight:700;line-height:150%}.TextArea__wrapper--subtext{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-top:6px}.TextArea__wrapper--subtext--warning{flex:0 1 auto;min-width:0;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.TextArea__wrapper--subtext--counter{flex:0 0 auto;text-align:right;white-space:nowrap;margin-left:auto}.TextArea__wrapper--subtext--counter-only{justify-content:flex-start}.TextArea__container{display:flex;flex-direction:row;height:128px;align-items:center}.TextArea__container-small{height:80px}.TextArea__container-hm{height:90px}.TextArea__container-hl{height:104px}.TextArea__container-xl{height:178px}.TextArea__container ::-webkit-scrollbar{width:3px}.TextArea__container ::-webkit-scrollbar-thumb{background-color:#364f50}.TextArea__container:focus{outline:none;border-color:var(--border-input-active)}.TextArea--warning-block{display:flex;justify-content:flex-start;align-items:center;gap:6px;margin-top:6px}.TextArea--warning-block-icon{width:24px;height:24px}.TextArea::placeholder{display:flex;text-align:left;font-family:var(--font-mulish),sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:132%;color:var(--text-input-default)}.TextArea:focus{outline:none}