html {
    font-family: acumin-pro-semi-condensed, sans-serif !important;
    font-weight: 400;
}

/* body {
    max-width: 1200px;
    overflow-y: scroll;
} */

header {
    /* display: flex; */
    width: 100%;
}

/* body {
    padding: 48px calc(50% - 588px);
} */

#message {
    font-size: 1.5rem;
    padding: 2rem 0 0rem 0;
    line-height: 2.25rem;
}

.hide {
    display: none !important;
}

/*------ Highlights Controls ------*/

#highlights_prov_selector {
    display: flex;
    flex-direction: row;
    font-size: 1.35rem;
}

#highlights_prov_selector label {
    font-size: 1.35rem;
}

#highlights_prov_selector select {
    font-size: 1.3rem;
    font-weight: bold;
    font-family: acumin-pro-semi-condensed,sans-serif;
    display: inline-block;
    border: none;
    border-bottom: 2px solid black;
    background-color: white;
    padding: 0.3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

select.option {
    font-weight: 400;
}

#highlights_prov_selector option {
    font-size: 1rem;
    font-weight: 400;
}

#highlights_prov_selector ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
}

.shaded {
    background-color: rgb(252, 252, 252);
    border-radius: 2px;
}

.section_title_row {
    margin-top: 1.5rem;
    font-size: 1.5rem;
}

/*----- Indicator Cards ------*/

barchart-card {
    display: block;
    /* width: 70rem;
    height: 35rem; */
    margin-right: 3.2rem;
    margin-left: 1.2rem;
    margin-top: 1.2rem;
    margin-bottom: 2rem;
}

barchart-card:last-child {
    margin-right: 0;
}

.cards_row {
    display: flex;
    flex-wrap: wrap;
    width: 102.5%;
    flex-direction: row;
    padding: 1rem 0 1rem 0;
}
.analysis_row {
    display: flex;
    flex-wrap: wrap;
    width: 102.5%;
    flex-direction: row;
    padding: 1rem 0 1rem 0;
}

.annotation-note {
    transform: translate(0px, 100px) rotate(-90deg)
}

#timeline {
    margin-left: 10px;
    width: 1050px;
}
.milestones__group__label-horizontal {
    font-size: 1rem;
    display: none;
    background:wheat;
    min-width: 100px;
}
span.milestones__group__label__text__title {
    font-size: 0.9rem;
    display: inline-block;
}
.milestones__group__bullet {
    cursor: pointer;
    margin-top: -0.2rem;
    width: 5px !important;
    height: 5px !important;
}

.area {							
    fill: url(#area-gradient);					
    stroke-width: 0px;			
}
.brush-axis path,
.brush-axis line,
.brush-axis text {
  stroke: #ccc;
}