:root {
    background-color: #272727;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

#figure0 .g-gtitle text, #figure1 .g-gtitle text, #figure2 .g-gtitle text,
#figure3 .g-gtitle text, #figure4 .g-gtitle text, #figure5 .g-gtitle text{
    font-size: unset !important;
}

#figure1 .scrollbar{
    display: none;
}

#figure0 .mapboxgl-canvas, #figure0 .main-svg {
    border-radius: 12px;
}

.figure3 .main-svg:has(> g.hoverlayer) {
    height: 105%;
}

/*Datepicker start*/
.DateInput_input, .DateInput_1 {
    border: unset;
    background-color: transparent;
    font-size: 15px;
    padding: unset;
    color: white;
}

.DateInput.DateInput_1 {
    width: 45%;
    display: flex;
    height: 100%;
}

.DateInput_input.DateInput_input_1 {
    text-align: center;
}

.DateRangePicker, .DateRangePickerInput{
    width: 100%;
}

.DateRangePickerInput_arrow {
    width: 10%;
    display: flex;
    height: 100%;
}

.DateRangePickerInput__withBorder {
    height: 5dvh;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    border-radius: 10px !important;
    border: 3px solid #d5d5d5 !important;
    background: #111111;

}

.DateInput_input {
    color: #d5d5d5;
    font-weight: 500;
}

.DateInput_input__focused {
    border-bottom: transparent;
}

.DateRangePickerInput_arrow_svg {
    fill: #d5d5d5;
    stroke: #d5d5d5;
    stroke-width: 60px;
    margin-right: auto;
    margin-left: auto;
    max-width: 24px;
    width: unset;
    height: unset;
}

.DateRangePicker_picker {
    z-index: 3;
    background-color: transparent;
}

.DayPicker__withBorder {
    border-radius: 10px;
}

.DayPickerNavigation_svg__horizontal {
    fill: #d5d5d5;
    stroke: #d5d5d5;
    stroke-width: 39px;
}

.DayPickerNavigation_button__default, .DayPickerNavigation_button__default:active, .DayPickerNavigation_button__default:hover {
    border: 1px solid #111111;
    background-color: #111111;
    color: #d5d5d5;
    border-radius: 5px;
}

.CalendarMonth_caption {
    color: #111111;
}

.DayPicker_weekHeader_li {
    color: #111111;
}

.CalendarDay__default {
    border: 1px solid #d5d5d5;
    color: #d5d5d5;
    background: #777777;
}

.CalendarDay__default:hover {
    background: #505050;
    border: 1px solid #e4e7e7;
    color: #d5d5d5;
}

.CalendarDay__selected, .CalendarDay__selected:active, .CalendarDay__selected:hover {
    background: #362d71;
    border: 1px double #362d71;
    color: #d5d5d5;
}

.CalendarDay__selected_span {
    background: #4186f3;
    border: 1px double #4186f3;
    color: #d5d5d5;
}


.DayPicker__horizontal, .CalendarMonth {
    background: #d5d5d5;
}

.CalendarMonthGrid {
    background: transparent;
}

.DateInput_fang {
    z-index: 4;
}

.DateInput_fangStroke {
    stroke: #d5d5d5;
    fill: #d5d5d5;
}

.DayPickerKeyboardShortcuts_buttonReset {
    display : none;
}

/*Datepicker end*/


/*Button dropdown start*/

.Select-value {
    display: flex;
    align-items: center;
}

.Select-input{
    caret-color: transparent;
    color: #d5d5d5;
    text-align: left;
}

.Select-control {
    height: 5dvh;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    background-color: #111111;
    border: 3px solid #d5d5d5;
    border-radius: 10px;
}

.Select.is-focused > .Select-control {
    background-color: #111111;
}

.is-open>.Select-control {
    background: #111111;
    border-color: #d5d5d5;
}

.is-focused:not(.is-open)>.Select-control {
    border-color: inherit;
    box-shadow: none;
}

.Select-menu-outer {
    font-weight: 500;
    background-color: #111111;
    border: unset;
    margin-top: unset;
    color: #d5d5d5;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 3px solid #d5d5d5;
    border-left: 3px solid #d5d5d5;
    border-bottom: 3px solid #d5d5d5;
}

.Select-value-label {
    color: #d5d5d5 !important;
}

.Select-arrow {
    border-color: #d5d5d5 transparent transparent;
}

.is-open>.Select-control .Select-arrow {
    border-color: transparent transparent #d5d5d5;
}
/*Button dropdown end*/

.btn {
    box-shadow: none;
}

.btn-push {
    box-shadow: inset -3px -3px 4px rgba(105, 105, 105, 0.7),
                inset 3px 3px 4px rgba(255, 255, 255, 0.7);
}


.js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact {
    margin-bottom: 10px;
    margin-right: 10px;
}

.text-prediction {
    background-color: #272727;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    border: 3px solid #d5d5d5;
    border-radius: 10px;
}

.text-selected-prediction {
    background-color: #272727;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    border: 3px solid #d5d5d5;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.text-list-selector-prediction {
    background-color: #272727;
    line-height: 34px;
    font-weight: 500;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 3px solid #d5d5d5;
    border-left: 3px solid #d5d5d5;
    border-bottom: 3px solid #d5d5d5;
}

.text-proposition-selector-prediction {
    text-align: left;
    line-height: 1.25rem;
    font-size: 14px;
    width: 100%;
    padding: .25rem 10px;
}
.text-proposition-selector-prediction-last-element:hover {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.text-proposition-selector-prediction:hover {
    background-color: #007eff1a;
}

[data-title]:hover:after {
    transition: all 0.1s ease 0.3s;
    visibility: visible;
}
@media (pointer: fine) {
    [data-title]:after {
        content: attr(data-title);
        background-color: #d5d5d5;
        color: #111111;
        position: absolute;
        padding: 2px 6px 2px 6px;
        border-radius: 9px;
        left: -260px;
        z-index: 50;
        visibility: hidden;
    }

    [data-title] {
        position: relative;
    }
}

.dash-sk-circle {
    height: 80px !important;
    width: 80px !important;
}

.ReactVirtualized__Grid::-webkit-scrollbar-thumb {
  background-color: #d5d5d5;
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
}

.ReactVirtualized__Grid::-webkit-scrollbar {
    background-color: #272727;
    width: 16px;
    border-bottom-right-radius: 10px;
}

.list-of-mutations::-webkit-scrollbar-thumb {
  background-color: #d5d5d5;
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
}

.list-of-mutations::-webkit-scrollbar {
    background-color: transparent;
    width: 16px;
    border-radius: 8px;
}


*::-webkit-scrollbar-thumb {
  background-color: #d5d5d5;
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
}

*::-webkit-scrollbar {
    background-color: #272727;
    width: 16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

._dash-loading {
  margin: auto;
  color: transparent;
  width: 100%;
  height: 0;
  text-align: center;
}

._dash-loading::after {
  content: 'Chargement de la page...';
  display: inline-block;
  font-size: 24px;
  margin-top: 20dvh;
  width: 100%;
  height: 2rem;
  color: #d5d5d5;
  vertical-align: text-bottom;
  border-right-color: transparent;
}

.line {
  background-color: #d5d5d5;
  height: 2px;
  border-radius: 6px;
}

#local-type-for-prediction .Select-control{
    background-color: #272727;
    height: 39.6px;
    color: #d5d5d5;
}

#local-type-for-prediction .Select-menu-outer {
    background-color: #272727;
}

@media all and (max-height: 500px) {
    .font-size-footer {
        font-size: small;
    }
}
@media all and (max-height: 620px) {
    .height-selector-predictor-zone {
        height: 25px;
    }

    #local-type-for-prediction .Select-control{
    height: 25px;
    }

    .height-button-predictor-zone {
        height: 25px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
}


@media all and (max-height: 1010px) {
    .font-size-predictor-zone {
        font-size: medium;
    }
}
