/* _content/customeditors/Components/VGrid/VDVGridRenderer.razor.rz.scp.css */
.vd-vgrid-multirow[b-wr7epl266l] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: flex-start;
}

.vd-vgrid-multirow-cell[b-wr7epl266l] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.vd-vgrid-empty[b-wr7epl266l] {
    padding: 0.75rem;
    color: var(--dxbl-text-secondary-color, #6c757d);
    font-style: italic;
}
/* _content/customeditors/PropertyEditors/Dynamic/DynamicListCenteredCell.razor.rz.scp.css */
.vd-dynamic-list-centered-cell[b-kax58d5hjc] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
/* _content/customeditors/PropertyEditors/Dynamic/DynamicListPropertyDisplayRenderer.razor.rz.scp.css */
.vd-dynamic-list-centered-cell[b-d69p9l98ou] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
/* _content/customeditors/PropertyEditors/FileUpload/FileUploadComponent.razor.rz.scp.css */
.drop-file-icon[b-4hn0dhdov2] {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    width: 42px;
    height: 42px;
    -webkit-mask-image: url(/IImageService/VD_Document);
    mask-image: url(/IImageService/VD_Document);
}

.custom-center[b-4hn0dhdov2] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
}
