.file-upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
}

.overlay-container {
    position: relative;
}

[data-theme="dark"] .js-plotly-plot .main-svg {
    background: transparent !important;
}