.input-wrapper {
        position: relative;
    }
    textarea#bio {
        width: 100%;
        box-sizing: border-box;
    }
    .char-count {
        position: absolute;
        bottom: 5px;
        right: 10px;
        font-size: 12px;
        color: #888;
    }
    .content-wrapper-container {
        position: relative;
        background-color: var(--background-color);
        border: 1px solid var(--border-color);
        /* margin-left: 15px; */
        /* padding: 10px; */
        padding-top: 10px;
        /* padding-left: 10px; */
        padding-bottom: 25px;
        border-radius: 5px;
        /* height: 240px; */
        /* width: calc(100% - 260px); */
    }