.mb-5,
.my-5 {
    margin-bottom: 0rem !important;
    margin-top: 3rem !important;
}

h4 {
    margin-top: 45px;
}

.filter {
    margin-top: 35px;
    display: inline-block;
    position: absolute;
    vertical-align: top;
    right: 0px;
}
.slider-container {
    text-align: center;
}
.range-slider {
    display: inline-block;
    width: 80%;
}
.chart-title {
    display: inline-block;
}

.noUi-handle {
    outline: 0 none !important;
}

.noUi-tooltip {
    display: none;
}
.noUi-active .noUi-tooltip {
    display: block;
}

.subtitle {
    overflow: hidden;
}

.sidebar-nav {
    overflow-y: auto !important;
}

#sidebar-wrapper {
    overflow-y: auto !important;
}

#subtitle {
    margin: 0px !important;
    margin-bottom: 3rem !important;
}

#canvas-holder {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}


#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
