.swal-custom-popup {
    color: black !important;
}

.dropzone {
    background: #fff;
    border: 2px dashed #e2e5e8;
    border-radius: 6px;
    min-height: 230px
}

.dropzone .dz-message {
    font-size: 24px;
    width: 100%
}

.preview-container {
    max-width: 180px;
    height: 180px;
    border: 3px dashed rgba(0, 251, 255, 0.325);
    border-radius: 5px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all 0.35s;
}

.preview-container img {
    object-fit: cover;
    max-width: 100%;
    height: 120px;
}

form#addProductForm .dropzone {
    min-height: auto !important;
}