.content-header {
    padding: 1rem;
}

.content-wrapper > .content {
    padding: 0 1rem;
}

.dropzone {
    padding: 0;
    min-height: auto;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}

.dropzone .dz-preview {
    margin: 12px 0 5px 12px;
}

.dropzone .dz-preview .dz-image {
    border-radius: 6px;
    width: auto;
    height: auto;
}

.dropzone .dz-preview:hover .dz-image img {
    filter: none;
    transform: none;
}

.dropzone .dz-preview .dz-error-message {
    border-radius: 6px;
    top: 3px;
    left: auto;
    padding: 5px 8px;
    width: 114px;
    right: 3px;
}

.dropzone .dz-preview .dz-error-message:after {
    all: initial;
}

.dropzone .dz-preview .dz-remove {
    margin-top: 5px;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    display: none;
}

.beian {
    font-size: 12px;
    margin-top: 16px;
    color: #666;
}
