.image-dm-uploader {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 325px;
    border: dashed 2px #e2e2e2;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
    margin: 25px 5px 0px 5px;
    justify-content: center;
    width: 100%;
    background-color: #f8f6f6;
}
.image-dm-uploader img {
    max-width: 100%;
}
.image-dm-uploader .button {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
    background: #eee;
    padding: 15px;
    border-radius: 3px;
    border: solid 1px #e2e2e2;
}
.image-dm-uploader .progress {
    width: 100%;
    height: 30px;
    position: relative;
    display: none;
}
.image-dm-uploader .progress .completed {
    background: #777;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.image-dm-uploader .progress .number {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
.image-dm-uploader .button input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    width: 100%;
    opacity: 0;
    cursor: pointer
}
