* {
  box-sizing: border-box;
}

:root {
  --black: #0f0f0f;
  --pink: #ef4e63;
}

html,
body {
  scroll-behavior: smooth;
}
body {
  background-color: transparent;
  color: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
}

/* ------ MENU SELECT ---------- */

#menu_container {
  width: 100%;
  max-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin-bottom: 20px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.ss-main .ss-single-selected {
  height: 40px;
}

div.chart-container {
  width: 100%;
  max-width: 100vw;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#desktop-charts {
  flex-wrap: wrap;
}


div.multiple-charts-containers {
  width: 300px;
  height: 400px;
  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;
  padding-bottom: 50px;
}

div.multiple-charts-svg-container {
  width: 300px;
  height: 200px;
}

div.multiple-charts-category-name {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: #231f20;
  max-width: 150px;
}

div.multiple-charts-variation-num {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #005791;
}

div.multiple-charts-total-num {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.0;
  letter-spacing: normal;
  text-align: center;
  color: #005791;
}

div.multiple-charts-percent-num {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #005791;
}


.xAxisLabels {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #000000;
}

.yAxisLabels {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #000000;
}


.tooltip-rect {
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

.tooltip-triangle {
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}


.tooltip-title {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.tooltip-date {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}


.tooltip-text {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #005791;
}


@media only screen and (min-width: 481px) {
  #mobile-swiper-container {
    display: none;
  }
}


@media only screen and (max-width: 480px) {
  body {
    font-size: 20px;
    max-width: 100vw;
  }

  #desktop-charts {
    display: flex;
  }

  #menu_container {
    max-width: 100%;
    margin-top: 10px;
  }

  .custom-select {
    width: 100%;
    max-width: 100%;
  }

  .swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    background: transparent;
    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;
  }


  .swiper-button-next, .swiper-button-prev {
    top: 20px;
}

  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
    color: #000000;
}


  div.tooltip {
    width: 90px;
    height: 50px;
    position: absolute;
    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;
    padding: 2px;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: var(--black);
    background: #ffffff;
    border: none;
    border-radius: 1px;
    pointer-events: none;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.45);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.45);
    z-index: 20;
  }

  div.tooltip:after,
  div.tooltip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  div.tooltip:after {
    border-color: var(--black);
    border-top-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
  }
  div.tooltip:before {
    border-color: var(--black);
    border-top-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
  }

}
