.app-textarea {
    width: 100%;
    border: none;
    outline: none;
    margin-top: 8px;
    color: #A9A8AA;
    font-size: 14px;
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    resize: none;
    padding: 0 5px;
}

.app-textarea:focus-within+.app-input-label {
    color: #36459B;
    top: -15px;
}
