.user-profile-container {
  position: relative;
  color: #5f5f5f;
  font-size: 13px;
}
.user-profile-container.short {
  background-color: #f6f6f6;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}
.user-profile-container h4 {
  margin-top: 10px;
}
.user-profile-container .user-info-box {
  width: 700px;
  display: inline-block;
  float: right;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .user-profile-container .user-info-box {
    width: 500px;
  }
}
@media (max-width: 767px) {

  .user-profile-container .user-info-box {
    width: 300px;
  }
}
@media (max-width: 479px) {

  .user-profile-container .user-info-box {
    float: none;
  }
}
.user-profile-container .edit-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.user-profile-container .user-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.user-profile-container .big-orange-btn {
  width: 120px;
}
.user-profile-top-part {
  min-height: 125px;
  padding-right: 10px;
}
@media (max-width: 479px) {

  .user-profile-top-part {
    text-align: center;
  }
}
.user-profile-top-part .user-name {
  color: #005184;
  font-size: 24px;
  font-weight: bold;
}
.user-profile-top-part .info-text {
  font-size: 14px;
}
.user-profile-top-part .info-text.delete-warning {
  background-position: -70px -107px;
}
.user-profile-top-part .user-avatar {
  width: 250px;
  height: 250px;
  border-radius: 140px;
  overflow: hidden;
  position: absolute;
}
@media (max-width: 1023px) and (min-width: 768px) {

  .user-profile-top-part .user-avatar {
    width: 200px;
    height: 200px;
    border-radius: 140px;
  }
}
@media (max-width: 767px) {

  .user-profile-top-part .user-avatar {
    width: 150px;
    height: 150px;
    border-radius: 90px;
  }
}
@media (max-width: 479px) {

  .user-profile-top-part .user-avatar {
    width: 150px;
    height: 150px;
    border-radius: 90px;
    position: relative;
  }
}
.user-profile-top-part .user-avatar img {
  max-width: 400px;
  max-height: 400px;
}
@media (max-width: 767px) {

  .user-profile-top-part .user-avatar img {
    max-width: 300px;
    max-height: 300px;
  }
}
.user-profile-bottom-part {
  background-color: #fff;
  box-shadow: 2px 3px 3px rgba(50, 50, 50, 0.08);
}
@media (max-width: 479px) {

  .user-profile-bottom-part {
    padding: 0 10px;
  }
}
.user-profile-bottom-part .user-info-box {
  padding-right: 10px;
}
@media (max-width: 479px) {

  .user-profile-bottom-part .user-info-box {
    padding: 0;
  }
}
.user-grade.user-profile{
    display: inline-block !important;
}
.user-profile-top-part .user-info-box .left-icon-btn{
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .user-profile-top-part .user-info-box{
        width: 200px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .user-profile-top-part .user-info-box{
        float: left;
        margin-left: 180px;
    }
}