.imagePreview {
    width: 80%;
    background-position: center center;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0px -3px 6px 2px rgba(0, 0, 0, 0.2);
  }
  
  .img-preview {
    height: 100%;
    width: 100%;
  }
  
  .picture-btn-upload {
    width: 80%;
    display: block;
    border-radius: 0px;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
    margin-top: -5px;
  }
  
  .imgUp {
    margin-bottom: 15px;
  }
  
  .del {
    position: absolute;
    top: 35px;
    left: 78%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: red;
    font-size: 50px;
  }
  
  .imgAdd {
    position: absolute;
    top: 0px;
    left: 79%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #03a658;
    color: #fff;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 30px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 15px;
  }

  .svg-inline--fa.fa-w-14 {
    width: 2em;
    padding-left: 8;
    padding-right: 8;
  }