
.symbol-counter-textarea-wrapper {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.io-container .symbol-counter-textarea-wrapper{
    margin-bottom: unset;
}

.symbol-counter {
    position: absolute;
    right: 19px;
    bottom: 30px;
    opacity: 0.6;
}

textarea.symbol-counter-textarea{
    font-size: 14px;
    line-height: 21px;
    color: #3C4D6B;
    position: relative;
    scroll-padding-bottom: 22px;
    padding-bottom: 22px;
}
.symbol-counter-adjuster {
    position: absolute;
    bottom: 27px;
    left: 9px;
    display: block;
    width: calc(100% - 25px);
    height: 22px;
    background: #fff;
}

.result-dialog-container .symbol-counter{
    right: 12px;
    bottom: 28px;
}

.result-dialog-container .symbol-counter-adjuster {
    bottom: 24px;
    width: calc(100% - 12px);
    left: 2px;
}

.result-dialog-container .symbol-counter-textarea-wrapper {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 18px;
}

#qpane-body .symbol-counter-textarea-wrapper {
    width: calc(100% - 12px);
}

.symbol-counter-error {
    position: absolute;
    bottom: 0;
    font-size: 13px;
    line-height: 16px;
    color: #E40046;
}

.result-dialog-container .symbol-counter-error{
    bottom: auto;
}

.symbol-counter-textarea-wrapper.counter-exceeded .hidden.symbol-counter-error {
    display: block !important;
}

.result-dialog-container .symbol-counter-textarea-wrapper.counter-exceeded {
    margin-bottom: 60px;
}

.symbol-counter-textarea-wrapper.counter-exceeded textarea.symbol-counter-textarea {
    border-color: #E40046;
    outline: none !important;
}

