select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.dz-preview {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.dz-success-mark > svg, .dz-error-mark > svg {
    width: 2em;
}

.data-dz-thumbnail {
    width: 80px;
    height: 80px;
}

.dz-progress {
    width: 10%;
}

.dz-upload {
    height: 5px;
    display: block;
    background-color: #97A926;
}

.dz-details {
    width: 100px;
    margin-left: 5px;
}

@media (min-width: 800px) {
    .dz-details {
        width: 300px;
    }
}

.dz-image {
    width: 50px;
    height: 50px;
}

.dz-progress {
    width: 100px;
    margin-right: 5px;
}

.dz-image {
    background-color: lightgrey;
    position: relative;
}

.dz-image:after {
    content: "\f1c5";
    font-family: "FontAwesome";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 5px;
    font-size: 45px;
    line-height: 50px;
    opacity: 0.2;
}
