/**
 * @file
 * WEFE tool page: what its query readout and legends need beyond the shared
 * biopama_libraries/tool-page sheet.
 */

/* Long info tooltips of the query readout. */
.tooltip {
  --bs-tooltip-max-width: 450px;
}

.area-icons {
    display: none !important;
}

/* Legend color classes - Education */
.legend-color-edu-primary-sm {
    background-color: #e5f5e0 !important;
}

.legend-color-edu-primary-md {
    background-color: #a1d99b !important;
}

.legend-color-edu-primary-lg {
    background-color: #31a354 !important;
}

.legend-color-edu-secondary-sm {
    background-color: #deebf7 !important;
}

.legend-color-edu-secondary-md {
    background-color: #9ecae1 !important;
}

.legend-color-edu-secondary-lg {
    background-color: #3182bd !important;
}

.legend-color-edu-combined-sm {
    background-color: #fee6ce !important;
}

.legend-color-edu-combined-md {
    background-color: #fdae6b !important;
}

.legend-color-edu-combined-lg {
    background-color: #e6550d !important;
}

.legend-color-other {
    background-color: #cccccc !important;
}

/* Legend color classes - Electricity */
.legend-color-elec-sm {
    background-color: #f2f0f7 !important;
}

.legend-color-elec-md {
    background-color: #cbc9e2 !important;
}

.legend-color-elec-lg {
    background-color: #9e9ac8 !important;
}

.legend-color-elec-xl {
    background-color: #6a51a3 !important;
}

/* Legend color classes - Food */
.legend-color-food-sm {
    background-color: #fee5d9 !important;
}

.legend-color-food-md {
    background-color: #fcae91 !important;
}

.legend-color-food-lg {
    background-color: #fb6a4a !important;
}

.legend-color-food-xl {
    background-color: #cb181d !important;
}

/* Legend color classes - Water */
.legend-color-water-sm {
    background-color: #eff3ff !important;
}

.legend-color-water-md {
    background-color: #bdd7e7 !important;
}

.legend-color-water-lg {
    background-color: #6baed6 !important;
}

.legend-color-water-xl {
    background-color: #2171b5 !important;
}

/* Legend color classes - Health Facilities */
.legend-color-hf-first {
    background-color: #2c53a0 !important;
}

.legend-color-hf-primary {
    background-color: #90250b !important;
}

.legend-color-hf-secondary {
    background-color: #62e057 !important;
}

.legend-color-hf-tertiary {
    background-color: #e7ea26 !important;
}
