#descriptionTxt div:nth-child(2) {
    width: 100%;
    height: 8.143em;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    font-family: Arial, sans-serif;
    border-radius: 20px !important;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    overflow: auto !important;
    overflow-x: auto;
    resize: vertical;
}

#descriptionTxt div:nth-child(2):focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.__toolbar .__toolbar-separator{
    display: none !important;
}