h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
/* @media (max-width: 991px) { */
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body.sidebar-open .sidenav {
    left: 0;
    width: 250px;
    box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
  }
  body.sidebar-open .sidebar-toggle i:before {
    content: "\f00d";
  }
  .sidebar-toggle {
    display: block;
    position: absolute;
    top: 7px;
    left: 10px;
    border-radius: 5px;
    color: #9d9d9d;
    border: 1px #9d9d9d solid;
    background: #393939;
    font-size: 21px;
    padding: 1px;
    line-height: 32px;
    height: 36px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
/* } */
/*# sourceMappingURL=user.css.map */