.upload-input {
    display: none;
}

.upload-square-button-diabled {
    background-color: #dddddd;
}

.upload-image {
    width: 250px;
}

progress[value] {
    /* Reset the default appearance */
    -webkit-appearance: none;
     appearance: none;
  
    width: 100%;
    height: 10px;
}

progress[value]::-webkit-progress-value {
    background-color: #71d879;
    border-radius: 50px;
}

progress[value]::-webkit-progress-bar {
    background-color: #ebebeb;
    border-radius: 50px;
}

progress[value]::-moz-progress-bar {
    background-color: #ebebeb;
    border-radius: 50px;
}
