﻿
.dropzone .dz-preview .dz-image {
    width: initial;
    height: initial;
    max-height: 200px;
    max-width: 800px;
}

.dz-progress {
    display: none;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border: none;
    font-family: system-ui;
    background: #f31d4a;
    color: white;
    font-weight: 100;
    width: 25px;
    border-radius: 100%;
    height: 25px;
    padding-top: 2px;
    line-height: 1;
    display: inline-block !important;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1000;
    font-size: 20px;
    box-shadow: 1px 1px 1px 1px rgb(170 170 170 / 30%);
}

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


.dropzone .dz-preview .dz-error-message{
    opacity:1;
}
