.club911-img-dropzone {
    background: white;
    width: 100%;
    margin: auto;
    border: 3px solid #c12938 !important;
    border-radius: 10px;
    background: url("/styles/club911/theme/img/bg-pattern.png") repeat center center !important;
    color: white;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    min-height: auto;
}

.club911-img-dropzone.dz-drag-hover {
    border-style: dashed !important;
    border-color: white !important;
}

.club911-img-dropzone.dz-drag-hover .dz-message {
    opacity: 1 !important;
}

.club911-img-dropzone .dz-message {
    margin: 0;
    display: block!important;
}

.club911-img-dropzone.dz-drag-hover {
    border-style: dashed;
    border-color: var(--primary-color)
}

.club911-img-dropzone .dz-preview {
    margin: .5rem;
    justify-self: center;
    align-self: center
}

.club911-img-dropzone.dz-started {
    display: flex;
    justify-content: space-between;
}

.club911-img-dropzone .dz-preview.dz-image-preview {
    background: transparent;
}

.club911-img-dropzone.dz-started .dz-message {
    display: flex;
}

.club911-img-dropzone .dz-preview.dz-image {
    background: transparent
}

.club911-img-dropzone .dz-preview {
    border-radius: 10px;
    border: 2px solid #c12938;
}

.dz-message {
    text-align: center
}

.dz-message h1 {
    font-size: 2.375rem;
    font-weight: 700;
}

.club911-img-dropzone .comment {
    font-size: .75rem;
    opacity: .5;
    margin-bottom: 0
}

.club911-img-pdf-decoration {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    position: relative;
    border: 1px solid #c12938;
    border-radius: 10px;
    margin-bottom: 10px;
}
.club911-img-pdf-decoration img {
    border: 1px solid #c12938;
    border-radius: 10px;
}
.club911-img-pdf-decoration::before {
    content: "\f1c1";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    display: inline-block;
    position: absolute;
    top: 0;
    left: 12px;
    font-size: 40px;
    color: #c12938;
}