.header-wrapper {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  .left {
  }
  .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    div {
      display: flex;
      flex-direction: row;
      align-items: baseline;
    }
  }
}
.icon-social {
  width: 40px;
}

.icon-image {
  width: 20px;
}

// .social-wrapper {
//   width: 45px;
//   display: flex;
//   flex-direction: row;
//   justify-content: flex-end;
//   align-items: flex-start;
//   padding-top: 3px;
//   .icon-social {
//     width: 20px;
//     height: 20px;
//     &:last-child {
//       margin-left: 5px;
//     }
//   }
// }

.social-wrapper {
  display: flex;
  justify-content: space-between;
  // div:not(:last-child) {
  //   border-right: 1px solid #bdbdbd;
  //   margin-right: 10px;
  //   padding-right: 10px;
  // }
  .facebook + .ig {
    border-left: 1px solid #bdbdbd;
    margin-left: 10px;
    padding-left: 10px;
  }
  .facebook,
  .ig {
    max-width: 50%;
    flex: 1;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
  .icon-social {
    width: 20px;
    margin: 0;
    margin-bottom: 4px;
  }
  .icon-like {
    margin-bottom: 8px;
  }
  .icon-comment {
    // margin-bottom: 5px;
  }
}

.user-detail-card {
  min-height: 100px;
  margin-right: 10px;
  margin-bottom: 0;
  flex: 1;
  &:last-of-type {
    margin-right: 0;
  }
  .user-img-container {
    width: 125px;
    height: 150px;
    background-color: #f7f7f7;
    .user-img {
      width: 50px;
      height: 50px;
    }
  }
  .jr-card-body {
    padding: 10px 10px 10px 80px;
    width: 100%;
    align-items: center;
  }
}
