/*========================================================
        DARK LAYOUT
=========================================================*/

.dropzone {
    min-height: 150px;
    border: 1px dashed #343a40;
    background: #F8F8F8;
}

.dropzone .dz-message {
    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    margin-top: -30px;
    text-align: center;
}

.dropzone .dz-preview {
    background: transparent;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    background-image: url('spritemap.png');
}

.dropzone .dz-preview .dz-error-message {
    min-width: 113px;
    top: 0;
    right: 0;
}

.dropzone .dz-preview .dz-remove {
    font-size: 1.1rem;
    color: #EA5455;
    line-height: 2rem;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: none;
    color: #E42728;
}

@media (max-width: 576px) {
    .dropzone .dz-message:before {
        top: 7.14rem;
    }
}
