* {
  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: 100vw;
}

#mobile {
display: flex;
width: 100vw;
position: relative;
}

#desktop,
#desktop_legend {
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;
}


.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;
}

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


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


/* LEGEND X AXIS */

.legend_cell {
  height: 150px;
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

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



.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: center;
  color: #000000;
}

.legend_number {
  font-family: 'SoleSans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: center;
  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: center;
  color: #000000;
}

.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: center;
  color: #000000;
}


.legend_button {
  position: absolute;
  bottom: -15px;
  background-color: #000;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


.plus {
  color: #ffffff;
  font-size: 29px;
  font-weight: 900;
  line-height: 0;
}

.minus {
  color: #ffffff;
  font-size: 40px;
  line-height: 0;
  font-weight: 900;
}


/* BARS */

.bar {
  position: absolute;
  bottom: 0;
  width: 50px;
  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;
}


/* POPUP */

.popup {
  width: 80%;
  background-color: #ffffff;
  box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.3);
  padding: 15px 8px;
  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;
  position: absolute;
  top: 180px;
  display: none;
}

.popup_title {
  padding-left: 10px;
}
