﻿
.ii-charcount-wrap { display: flex; }
.ii-charcount { display: inline-block; min-width: 22px; height: 20px; line-height: 20px; margin: 0 10px 10px; padding: 5px;
        text-align: center; font-size: 14px; border: dashed 1px #3886EA; background: #d1e3fa; color: #000; }
.ii-charcount.is-overmax { background: #efb9b9; border-color: #e45858 }
.umb-textarea.is-overmax { border-color: #e45858 }
