  .phppot-container {
    position: relative;
  }

  #drop-area {
    border-style: dotted;
    min-height: 260px;
    padding: 10px;
    border-color: #999;
    border-radius: 15px;
    stroke-width: 1px;
    margin-bottom: 15px;
  }

  h3.drop-text {
    color: #999;
    text-align: center;
    font-size: 2em;
  }

  #loader-icon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 260px;
    text-align: center;
    background-color: aliceblue;
    display: none;
  }

  .fotografo {
    margin-bottom: 3px
  }

  #myProgress {
    width: 100%;
    background-color: #fff;
  }

  #myBar {
    width: 0px;
    height: 30px;
    background-color: #4CAF50;
    color: #fff;
  }
