.dinf-file-upload-label {
    overflow: clip;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dinf-file-upload:is(:focus, :focus-within)+div label.dinf-file-upload-label {
    outline: 0;
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.dinf-file-upload-label.over {
    background-color: #edefe9;
}

.tooltip-file-upload {
    --bs-tooltip-max-width: auto;
}

.tooltip-file-upload > .tooltip-inner {
    text-align: start;
}