.userprofilebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.userprofilebox .userbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* margin-bottom: 20px; */
}

.userprofilebox .userbox .userpicb {
  border-radius: 10px;
  overflow: hidden;
  width: 96px;
  margin-right: 15px;
}

.userprofilebox .userbox .userpicb img {
  max-width: 100%;
}

.userprofilebox .userbox .usernamebox {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}

.btnviewmore, .btnviewless {
  color: #1D9BF0 !important;
  cursor: pointer;
}

.btnviewmore:hover, .btnviewless:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .userprofilebox .userpicb {
    margin-bottom: 10px;
  }
  .userprofilebox .userbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 5px;
  }
  .userprofilebox .userbox strong {
    margin-top: 5px;
  }
  .userprofilebox .userbox .usernamebox strong {
    display: block;
  }
}
/*# sourceMappingURL=newcss.css.map */