/* body {
  font-family: sans-serif;
} */
html,
body,
#sigma-container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#controls {
    position: absolute;
    left: 1em;
    right: auto;
    text-align: left;
}
.input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.input:not(:hover) label {
    display: none;
}
.input label {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: black;
    color: white;
    padding: 0.2em;
    border-radius: 2px;
    margin-top: 0.3em;
    font-size: 0.8em;
    white-space: nowrap;
}
.input button {
    width: 2.5em;
    height: 2.5em;
    display: inline-block;
    text-align: center;
    background: white;
    outline: none;
    border: 1px solid dimgrey;
    border-radius: 2px;
    cursor: pointer;
}
.btn btn-light {
    background-color: #8064a2 !important;
}

h1,
h2,
h3,
.title {
    font-family: "Arial", "Helvetica", sans-serif;
}

#labels-threshold {
    width: 200px; /* Increase the width */
}
