.avatar-upload {
  position: relative;
  max-width: 205px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 25px;
  z-index: 1;
  top: 13px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: table;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  margin-right: 0;
  padding: 5px;
  line-height: 1;
  color: #495057;
  background-color: #0c1427;
  background-clip: padding-box;
  border: 1px solid #262f43;
  border-radius: 4px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.demo-google-material-icon.pencon {
    color: #000;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.textarea-control {
    resize: vertical;
}
.table td img.image-normal {
    border-radius: unset;
    width: auto;
}