
body {
    color: #525252;
    line-height: 1.5;
    background: rgb(255, 255, 255);
  }
#controls {
    top: 3rem;
    left: 0.5rem;
    z-index: 10;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    padding: 0.5rem;
    border-radius: 1px;
    background-color: #fafafa;
}
.title {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
}
.about {
    font-family: system-ui;
    font-size: 14px;
}
#box1 {
    width: 450px;
    height: 30px;
    border: 1px solid rgb(0, 0, 0);
    background-color: #FFFFFF;
    box-shadow: 6px 6px 3px grey;
    padding: 10px;
    position: relative;
    top: 10px;
    left: 5px;
}
#box2 {
    width: 450px;
    height: 200px;
    border: 1px solid rgb(0, 0, 0);
    background-color: #FFFFFF;
    box-shadow: 6px 6px 3px grey;
    padding: 10px;
    position: relative;
    top: 25px;
    left: 5px;
}
#my_dataviz {
    display: center;
    position: relative;
    left: 520px;
    bottom: 400px;
    justify-content: center;
}
.group-label {
    font-size: 9px;
    font-weight: 200;
    pointer-events: none;
}
.field-label {
    font-size: 9px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}
.tooltip {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}
.grid-circle {
    fill: none;
    stroke: #7e7e7e;
    stroke-dasharray: 2,2;
    stroke-width: 0.3px;
}
.axis-hidden {
    display: none;
}

.center-circle {
    fill: #ffffff;
    stroke: #ccc;
    stroke-width: 1px;
    cursor: pointer; 
}
.center-circle:hover {
    fill: #e0e0e0;
}
.ideogram-path:hover {
    cursor: pointer; 
}
.highlighted-stroke {
    stroke: black !important; 
    stroke-width: 0.7px !important; 
}
.highlight-health {
    background-color: #003f5c; 
}
.highlight-life {
    background-color: #58508d;
}
.highlight-physical {
    background-color: #bc5090;
}
.highlight-social {
    background-color: #ffa600;
}