#sidebar td > label > i { opacity:0.4; } #toggle:checked + .detail-tooltip { display: block; } .hidden-tooltip { display: none; margin-top:7px; max-height: 230px; overflow-y:scroll; background: var(--bs-body-bg); padding: 12px; border-radius: 6px; } /* Show the tooltip when the corresponding checkbox is checked */ input[type="checkbox"]:checked + .hidden-tooltip { display: block; } #model_notes { min-height: 50vh; font-family: monospace; font-size: 13px; color: #CCF; background: #000; } .col-form-label{ width:111px; }