.values-display {
    border: none;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    background: #0B63F6;
    box-shadow: 0 5px 0 #003CC5;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.chart-container {
    position: relative;
    height: 500px;
    width: 100%;
}

.line-results {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #e3f2fd;
    border-radius: 8px;
}

.group-summary {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.summary-content {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.group-title {
    font-weight: bold;
    margin-right: auto;
}

.group-count {
    color: #666;
    margin-right: 15px;
}

.group-current {
    font-weight: bold;
    color: #2e7d32;
    min-width: 80px;
    text-align: right;
}

.group-type {
    color: #666;
    font-style: italic;
    margin-right: 10px;
}


#open-thresholds-modal
{
	/* float: right; */
    /* margin-top: -10px; */
}


#open-chart-settings
{
    margin-top: -10px;
	float: right;
}

