html,
body {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

.DateRangePicker,
.DateRangePickerInput {
    width: 100%;
}

.DateRangePickerInput {
    display: flex;
    align-items: center;
    border: 0;
    background: transparent;
}

.DateInput {
    width: calc(50% - 16px);
}

.DateInput_input {
    width: 100%;
    font-size: 0.95rem;
}

.plot-container,
.js-plotly-plot,
.svg-container {
    max-width: 100%;
}
