#esios-api.border-cont {
  padding: 0.125rem;
  border-radius: 1.0625rem !important;
  background: linear-gradient(135deg, #35a73b, #0c5697) !important;
}

#esios-api .cont {
  background: white;
  padding: 1em;
  border-radius: 1em;
  width: 100%;
  margin: 0 auto;
}

#esios-api h2 {
  margin-bottom: .5em !important;
  font-size: 1.5rem !important;
  color: #0c5697 !important;
  text-align: center;
}

#esios-api h3 {
  font-size: 1.3rem !important;
  font-weight: 300;
  text-align: center;
}

#esios-api h4 {
  font-size: 1rem !important;
  text-align: center;
  margin: 0;
}

#esios-api .average-section {
  display: flex;
  justify-content: space-around;
}

#esios-api .country {
  width: 50%;
}

#esios-api .price-circle {
  border: 0.2em solid #35a73b;
  border-radius: 50%;
  width: 6em;
  height: 6em;
  margin: 0.3em auto;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
  font-size: 1.1rem;
  color: #0c5697;
  background: white;
}

#esios-api .price-circle.gray {
  border-color: #35a73b;
}

#esios-api .unit {
  font-size: 0.8rem;
  color: #777;
  font-weight: lighter;
}

#esios-api .price-details {
  font-size: 0.875rem;
  color: #444;
  text-align: center;
}

#esios-api .price-details p {
  margin: 0;
}

#esios-api .up-icon {
  color: #35a73b;
}

#esios-api .down-icon {
  color: red;
}

/* #esios-api canvas {
  width: 100% !important;
} */

#esios-api .chart-title {
  font-size: 1.125rem;
  color: #0c5697;
  margin-top: 1.875rem;
}

#esios-api .chart-subtitle {
  color: #35a73b;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}

#esios-api .lightning-icon {
  font-size: 1.5rem;
  background: linear-gradient(135deg, #0c5697 30%, #35a73b 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;-
}