.profile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.profile-nav button{
    border: none;
    margin-bottom: 12px;
}
.editing{
    background-color: rgba(0, 0, 0, 0.612);
    color: #fff;
    padding: 10px 0;
}
.editing h6{
    margin-left: 10px;
    color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fa5b3d;
    font-weight: 500;
}
.comment-author-image {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f2f2f5;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .comment-author-name {
    /* margin-left: 3px; */
    margin-bottom: 3px;
    display: inline;
  }

  .comment-date {
    display: inline;
    float: right;
    color: lightgrey;
    padding-right: 10px;
  }

  .comments .feebacktext {
    padding: 15px 10px 15px 10px;
    margin-top: 5px;
    border-top: 1px solid #f1f1f1;
  }

  .rate-star-comments {
    color: #f1c40f;
  }