#cpp_preview {
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
        width: 85px;
}
.photo-field label img {
    cursor: pointer;
}
#cpp_profile_picture {
    display: none;
}
.upload-label {
    display: block;
    margin-bottom: 0;
    width: max-content;
    position: relative;
}
#cpp_remove_btn {
  display: inline-block;
  font-size: 14px;
  transition: 0.2s ease;
  color: #ed1c24;
  text-decoration: underline;
  border: 0;
  background: none;
  margin-left: 20px;
  position: absolute;
  min-width: 100px;
    bottom: 6px;
    z-index: 1;
}
#cpp_remove_btn:hover {
  color: #000;
}
.upload-btn {
    border: 0;
    background: #ed1c24;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 8px;
    color: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
}
.upload-btn:hover {
    background: #000;
}

@media only screen and (max-width:767px) {
#cpp_preview {
    width: 48px;
}
}