.custom-vendor-data-file-upload #image-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.custom-vendor-data-file-upload .image-container {
    position: relative;
    display: inline-block;
}
.custom-vendor-data-file-upload .image-container img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}
.custom-vendor-data-file-upload .delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    cursor: pointer;
    line-height: 0;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}
