.ant-input-textarea { .ant-input { padding: 8px 12px 4px 12px; } &:not(.ant-input-textarea-disabled) { &:hover { .ant-input { border-color: $color-primary !important; } } } &.ant-input-textarea-show-count { &::after { position: absolute; right: 8px; bottom: 4px; font-family: $font-family-regular; color: #939499; font-size: 12px; font-style: normal; font-weight: 400; line-height: 20px; } } }