* {
  box-sizing: border-box;
  transition: 0.3s all ease-out;
}

*:focus {
  outline: none;
}

html,
body {
  scroll-behavior: smooth;
}

/* 
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
    font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  */

body {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  background-color: #feeeda;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  color: #000;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

div {
  width: 100%;
}

/* SWIPER */

.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 35px;
}

.swiper-slide {
  width: 400px;
  text-align: center;
  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: 20px;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 15px;
  cursor: grabbing;
}

.icon {
  text-align: center;
}

.icon img {
  width: auto;
  height: 70px;
}

.title {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}

.prezzo_attuale_box {
  padding: 5px 10px;
  background-color: #dfd1bf;
}

.prezzo_attuale_legenda {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

.prezzo_attuale_value {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.chart {
  width: 100%;
  height: 280px;
}

/* CHARTS */

.axis_text {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.xAxis_label {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.axis.y_grid {
  stroke-width: 0.5;
  stroke-opacity: 0.3;
  stroke-dasharray: 5, 5;
}

.bar.negative {
  fill: #c70039;
}

.bar.positive {
  fill: #00786d;
}

.bar.negative.lighter_color {
  fill: #ff7d5a;
}

.bar.positive.lighter_color {
  fill: #07a89e;
}

.bar_label {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 24px;
}

/* RESPONSIVE */

@media only screen and (max-width: 320px) {
  .axis_text {
    font-size: 10px;
  }

  .xAxis_label {
    font-size: 10px;
  }

  .bar_label {
    font-size: 18px;
  }
}

@media only screen and (max-width: 800px) {
  .title {
    font-size: 24px;
  }
  .label {
    font-size: 18px;
  }
}
