* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  background-color: transparent;
  color: #0f0f0f;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}

#big_container {
  width: 100%;
  max-width: 680px;
}

#desktop,
#desktop_legend {
  display: flex;
  width: 100%;
}

#mobile {
  display: none;
}


.chart_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#desktop_legend {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}


.column {
  width: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.first_column {
  width: 40px;
  padding-right: 5px;
}

.cell {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #c9c9c6;
  border-left: 1px solid #c9c9c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.first_row {
  height: 15px;
  border-left: 0;
}

.second_column .cell,
.second_column .legend_cell {
  border-left: 0;
}


.last_cell {
  border-bottom: 2px solid #000000;
}


/* LEGEND X AXIS */

.legend_cell {
  width: 100%;
  height: 552px;
  border-left: 1px solid #c9c9c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 20px 10px 0px 10px;
    font-family: 'SoleSans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.legend_cell div {
  padding-bottom: 5px;
}

.legend_cell ul {
  font-family: 'SoleSans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-block-start: 10px;
  padding-inline-start: 20px;
}



.legend_phase {
  font-family: 'SoleSans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.legend_number {
  font-family: 'SoleSans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.legend_vaccine {
  font-family: 'SoleSans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-top: 20px;
}

.legend_firm {
  font-family: 'SoleSans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.legend_title {
  font-family: 'SoleSans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-top: 20px;
}


/* BARS */

.bar {
  position: absolute;
  bottom: 0;
  width: 60%;
  background-color: #d2d1cf;
}

#bar_phase_1 {
  height: 39px;
  background-color: #00478f;
  border-bottom: 2px solid #000000;
}

.bar_phase_1_grey {
  height: 39px;
  border-top: 1px solid #f7f6f2;
  border-bottom: 2px solid #000000;
}

#bar_phase_2 {
  height: 119px;
  bottom: 40px;
  background-color: #116ebb;
}

.bar_phase_2_grey {
  height: 119px;
  bottom: 40px;
  border-top: 1px solid #f7f6f2;
}

#bar_phase_3 {
  height: 23px;
  bottom: 159px;
  background-color: #44a1ee;
}

.bar_phase_3_grey {
  height: 23px;
  bottom: 159px;
  border-top: 1px solid #f7f6f2;
}

#bar_phase_4 {
  height: 123px;
  bottom: 182px;
  background-color: #5cbbef;
}



/*  LEGEND Y AXIS */

.y_axis {
  border: 0;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-family: 'SoleSans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
}
