body {
    font-family: sans-serif;
    font-size: 14px;
    margin-bottom: 50px;
}

.form-section > div {
    margin-bottom: 10px;
}

input.form-input-long {
    width: 300px;
}

input.form-input-short {
    width: 60px;
}

.logo-image {
    position: absolute;
    bottom: 15%;
    opacity: 0.15;
    left: 36%;
    z-index: 222;
    pointer-events: none;
    object-fit: contain;
}

.logo-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 0.6rem;
    cursor: pointer;
    z-index: 2;
    display: none; 
}

.logo-mouseover {
    position: absolute;
    bottom: 30px;
    left: 10px;
    font-size: 0.6rem;
    z-index: 2;
    display: none;
}

.logo-mouseover-checkbox {
    position: absolute;
    bottom: 28px;
    left: 10px;
    width: 12px;
    height: 12px;
    z-index: 2;
    cursor: pointer;
    display: none; 
}

.context-ruler {
    font-family: sans-serif;
    background-color: #fff;
    box-sizing: content-box;
}

.context-ruler > div {
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: content-box;
}

.context-ruler .context-ruler-title {
    text-align: center;
    /* font-size: 16px; */
    overflow: hidden;
    font-weight: 700;
    color: #000;
}

.context-ruler .context-ruler-subtitle {
    text-align: center;
    font-size: 13px;
    overflow: hidden;
    font-weight: 600;
}

.context-ruler .context-ruler-subtitle-ss {
    text-align: center;
    font-size: 11px;
    overflow: hidden;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

.context-ruler .subtitle-ss-tm {
    color: #214F7C;
}
    
.context-ruler .context-ruler-subtitle > span:nth-child(1) {
    color: #214F7C;
}

.context-ruler .context-ruler-subtitle > span:nth-child(2) {
    color: #999;
    padding-left: 5px;
    padding-right: 5px;
}

.context-ruler .context-ruler-subtitle > span:nth-child(3) {
    color: #000;
}

.context-ruler .context-ruler-subtitle2 {
    text-align: end;
    font-size: 11px;
    overflow: hidden;
    font-weight: 600;
    z-index: 2;
    position: absolute;
    bottom: 8px;
    right: 10px;
}

.context-ruler .context-ruler-subtitle2-ss{
    text-align: end;
    font-size: 11px;
    overflow: hidden;
    font-weight: 600;
    z-index: 2;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 8px;
    right: 10px;
}

.context-ruler .percentile-value{
    color: #214F7C;
}

.context-ruler .context-ruler-subtitle2 > span:nth-child(1) {
    color: #214F7C;
}

.context-ruler .context-ruler-subtitle2 > span:nth-child(2) {
    color: #000;
}

.context-ruler .context-ruler-subtitle2 > span:nth-child(3) {
    color: #000;
}

.context-ruler .context-ruler-inner text {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
}

.context-ruler .context-ruler-border {
    stroke: #ccc;
    stroke-width: 1;
}

.context-ruler polyline.context-ruler-border {
    fill: none;
}

.context-ruler line.context-ruler-border {
    stroke-dasharray: 5,5;
}

.context-ruler .context-ruler-tick line {
    stroke: #ccc;
    stroke-width: 1;
}

.context-ruler .context-ruler-tick text {
    text-anchor: middle;
    fill: #000;
}

/* Tooltip style */

.tooltip {
    position: absolute;
    max-width: 210px;
    width: auto;
    height: auto;
    background: #4d4d4dd4;
    pointer-events: none;
    padding: 0.5rem;
    border-radius: 5px;
    font-size: 0.75rem;
    line-height: 1.5;
    color: rgb(255, 255, 255);
  }
  
#tooltipContent {
    display: block;
    font-size: 16px;
}
