.profile-body {
    user-select: none;
}

.input-field {
    width: 100%;
    color: #222;
    padding: 10px;
    line-height: normal;
    margin: 0;
    font-size: 16px;
    outline: none;
}

.inputedit {
    border: 0;
}

.inputeditenable {
    box-shadow: inset 0 0 0 2px #43BDFF;
    outline: 0;
    border-color: transparent !important;
    border-radius: 5px;
}
  
  .edit-profile-photo {
    cursor: pointer;
    width: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 10px 10px;
    align-items: center;
    -ms-flex-align: center;
  }

.edit-profile-photo > span {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, .5);
    line-height: 24px;
    text-align: left;
    letter-spacing: 0.03;
    padding-right: 0;
    padding-left: 0;
  }

  .user-icon {
    position: relative;
    border-radius: 5px;
    background-size: cover;
    background-color: #43BDFF;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .profileimageloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .75);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

.user-icon {
    margin-right: 10px;
}

.user-icon.medium {
    width: 36px;
    height: 36px;
    min-width: 36px;
}

.modal-content {
    width: 500px;
}
