.user-table-profile {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
}
.invalid-feedback-form-error {
    /* display: none; */
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.general-table-image-size {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
}
.textareanclass{
    resize: none;
}