.text_area
{
    /*resize: none;*/
    border-radius: 28px;
    background-color: white;
    height:48px;
    font-size: 16px;
    padding: 10px 31px;
    outline:none!important;
    border: 1px solid lightgray;
    overflow: scroll;

}

.text_area::-webkit-scrollbar {
    display: none;
}


.text_area:not(:placeholder-shown)
{
    border: 1px solid gray;
}



.text_area:hover,
.text_area:focus,
.text_area:focus-visible,
.text_area:active
{
    border: 1px solid blue;
}