
/* ── Checkbox list (multiselect replacement) ── */
.cb-list-wrap {
    border: 1px solid #e4e6fc;
    border-radius: 6px;
    height: 220px;
    overflow-y: auto;
    background: #fff;
}
.cb-list-wrap.border-danger {
    border-color: #dc3545;
}
.cb-list-group {
    padding: 7px 12px 5px;
    font-size: 13px;
    font-weight: 700;
    color: #343a40;
    background: #e9ecef;
    border-bottom: 1px solid #dee2e6;
    position: sticky;
    top: 0;
}
.cb-list-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 7px 12px;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    font-weight: normal;
    transition: background .1s;
}
.cb-list-item:last-child {
    border-bottom: none;
}
.cb-list-item:hover {
    background: #f0f4ff;
}
.cb-list-item input[type=checkbox] {
    margin-top: 3px;
    flex-shrink: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.cb-list-subgroup {
    padding: 5px 12px 4px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #495057;
    background: #f4f6f9;
    border-bottom: 1px solid #e4e6fc;
    position: sticky;
    top: 30px;
}
.cb-list-item-indented {
    padding-left: 32px;
}
.cb-list-item span {
    font-size: 13px;
    line-height: 1.4;
}

/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
