/* Add some basic styling to your page */
body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
}

h1 {
    color: #00698f;
}

button {
    background-color: #00698f;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #003d5c;
}

/* #radar-chart-datasets svg {
        background-color: white;
 } */
    
/* .grid-circle {
        fill: white; 
    }

.radar-area {
        fill: steelblue;
        fill-opacity: 0.5;
        stroke: none; 
    } */
    
#tooltip {
    position: absolute;
    background-color: white;
    padding: 5px;
    border: 1px solid black;
    border-radius: 3px;
    pointer-events: none; /* Prevent tooltip from blocking mouse events */
    font-size: 12px;
    display: none; /* Initially hidden */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.ecl-tabs__list {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;    /* Align items vertically if needed */
    gap: 1rem;              /* Add spacing between tabs */
  }

  .ecl-tabs__item {
    text-align: center; /* Ensure the text in each tab is centered */
  }

  
/* .bullet { font: 10px sans-serif; }
.bullet .marker { stroke: #000; stroke-width: 2px; }
.bullet .tick line { stroke: #666; stroke-width: .5px; }
.bullet .range.s0 { fill: #eee; }
.bullet .range.s1 { fill: #ddd; }
.bullet .range.s2 { fill: #ccc; }
.bullet .measure.s0 { fill: lightsteelblue; }
.bullet .measure.s1 { fill: steelblue; }
.bullet .title { font-size: 14px; font-weight: bold; }
.bullet .subtitle { fill: #999; }
.bullet .measure-label tspan {
    fill: white;
    font-weight: bold;
    font-size: 18px;
} */

.tunned-ecl-u-type-paragraph {
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--ecl-font-family);
    margin-bottom: 3.5rem;
  }
