body {
    background-color: #efefef;
    transition: background-color 0.3s ease;
}

.header-text {
    font-size: 10px !important;
    margin-top: 0.5em;
    margin-bottom: 2em;
}
.chart-title-text {
    font-size: 2rem !important;
    font-weight: 350 !important;
    /* color: #333; */
    color: #444;
}
/* Hide entire form-check for specific categories */
.form-check:has(#toggle_category_1b),
.form-check:has(#toggle_category_2a),
.form-check:has(#toggle_category_2b),
.form-check:has(#toggle_category_3) {
    display: none !important;
}

.heatmap-filter-checkbox .form-check-input {
    width: 20px;
  height: 20px;
    transform: translateX(-4px);
}

.overflow{
    overflow-y:scroll !important;
    overflow-x: hidden !important;
    scrollbar-width: 10px !important;
    direction: rtl;
}

.overflow::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.overflow::-webkit-scrollbar-track {
    background: gainsboro;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.two-column-checklist label {
    width: 49%;  /* Each item takes up half the width of the container */
    display: inline-block !important;  /* Display items inline */
    box-sizing: border-box;  /* Include padding and border in the element's total width and height */
}
.two-column-checklist label input, 
label input {
    margin-right: 1ch !important;
    /* margin: 8px !important; */
}

.nabers-controls {
    padding: 0.5em 1em;
    border-radius: 1em;
    background-color: #f0f0f0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* immediate child of nabers-controls */
.nabers-controls > div > label,
#sort-by-metric-checkbox label{
    margin-bottom: 0.5em;
    font-size: 0.9em;
    font-weight: 800 !important;
    font-family: monospace;
    /* color: blue */
    color: #444;
}

#sort-by-metric-checkbox label{
    font-size: 0.9em;
    margin-top: 0.5em;
    margin-bottom: 0;
}