.upload-wrapper {
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.upload-file {
    cursor: pointer;
    /* position: absolute; */
    filter: alpha(opacity=100);
    -moz-opacity: 0.01;
    opacity: 0.01;
    font-size: 20px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    min-width: 100px;
    max-width: 500px;
    height: 130px !important;
}

.upload-button {
    cursor: pointer;
    height: 30px;
    width: 30px;
}

.div-class-input{
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    margin: 10px;
    min-width: 100px;
    max-width: 500px;
    cursor: pointer;
    background-image: url('../images/cloud-computing.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
}

.red{
    color: red;
}

.box.has-advanced-upload {
    background-color: white;
    outline: 2px dashed black;
    outline-offset: -10px;
  }
  .box.has-advanced-upload .box__dragndrop {
    display: inline;
  }

  .box.is-dragover {
    background-color: grey;
  }

  .box.is-uploading .box__input {
    visibility: none;
  }
  .box.is-uploading .box__uploading {
    display: block;
  }