.tb-dc-field{width:100%}.tb-dc-list{display:flex;flex-direction:column;gap:10px}.tb-dc-row{background:var(--tb_ui_bg);border:1px solid var(--tb_ui_border);border-radius:12px;padding:14px 36px 14px 14px;position:relative}.tb-dc-delete{border:none;cursor:pointer;height:14px;position:absolute;right:14px;top:14px;width:14px}.tb-dc-row-top{align-items:center;display:flex;flex-wrap:nowrap;gap:8px}.tb-dc-row-top select{margin:0;max-width:120px;width:auto}.tb-dc-picker-slot{margin-top:10px}.tb-dc-detail-wrap{display:flex;flex-direction:column;gap:4px}.tb-dc-picker-row{align-items:center;display:flex;gap:14px}.tb-dc-search-wrap{flex:1 1 auto;min-width:0;position:relative}.tb-dc-search-wrap input.tb-dc-search{margin:0;max-width:320px;width:100%}.tb-dc-dropdown{background:var(--tb_ui_bg_light);border-radius:8px;bottom:auto;box-shadow:var(--tb_ui_shadow);color:var(--tb_ui_color);display:none;left:0;max-height:180px;max-width:320px;overflow:auto;position:absolute;top:calc(100% + 5px);width:100%;z-index:999999}.tb-dc-dropdown.tb-dc-dropdown-up{bottom:calc(100% + 5px);top:auto}.tb-dc-dd-item{align-items:center;cursor:pointer;display:flex;gap:8px;justify-content:space-between;overflow:hidden;padding:8px 14px;text-overflow:ellipsis;transition:background .1s;white-space:nowrap}.tb-dc-dd-item:hover{background:hsla(0,0%,78%,.1)}.tb-dc-dd-item.is-selected{background:var(--tb_ui_bg)}.tb-dc-dd-item-text{min-width:0;overflow:hidden;text-overflow:ellipsis}.tb-dc-dd-item:after{border:1px solid;border-left:none;border-top:none;content:"";display:none;flex:0 0 auto;height:9px;margin-left:auto;transform:rotate(45deg) translateY(-2px);width:4px}.tb-dc-dd-item.is-selected:after{display:block}.tb-dc-dd-empty,.tb-dc-dd-loading{color:var(--tb_ui_color_light)}.tb-dc-dd-empty:hover,.tb-dc-dd-loading:hover,.tb-dc-dd-more{background:none}.tb-dc-dd-more{border:none;border-top:1px solid rgba(0,0,0,.08);color:var(--tb_ui_link_color);cursor:pointer;display:block;padding:6px;text-align:center;width:100%}.tb-dc-tags{display:flex;flex-wrap:wrap;gap:10px;max-height:120px;overflow:auto;padding:6px 4px 2px}.tb-dc-tags:empty{display:none}.tb-dc-tag{align-items:center;background:hsla(0,0%,78%,.6);border-radius:20px;box-sizing:border-box;color:#333;display:inline-flex;flex-shrink:0;font-size:12px;line-height:1.3;margin-top:6px;max-width:100px;overflow:visible;padding:4px 12px 4px 10px;position:relative;width:auto}.tb-dc-tag-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}button.tb-dc-tag-del{background:#e74c3c;border:none;border-radius:50%;cursor:pointer;display:inline-block;height:16px;margin:0;padding:0;position:absolute;right:-6px;top:-6px;transition:background .15s;width:16px}button.tb-dc-tag-del:hover{background:#c0392b}.tb-dc-tag-del:after,.tb-dc-tag-del:before{background:#fff;border-radius:1px;content:"";height:2px;left:50%;position:absolute;top:50%;width:10px}.tb-dc-tag-del:before{transform:translate(-50%,-50%) rotate(45deg)}.tb-dc-tag-del:after{transform:translate(-50%,-50%) rotate(-45deg)}button.tb-dc-add{color:var(--tb_ui_link_color);display:inline-block;margin:1.2em 0;padding:0;width:auto}.tb-dc-cf-row,.tb-dc-simple-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.tb-dc-cf-compare,.tb-dc-cf-key,.tb-dc-cf-value,.tb-dc-datetime{margin:0}.tb-dc-simple-row .themify-datepicker-clear{flex:0 0 auto}.tb-dc-role-checkboxes{display:grid;gap:8px 12px;grid-template-columns:repeat(3,1fr)}:is(.tb_lightbox_small,.tb_panel_docked,.tb_docked) .tb-dc-role-checkboxes{grid-template-columns:repeat(2,1fr)}.tb-dc-role-item{align-items:center;display:inline-flex;gap:6px}.tb-dc-role-item input{margin:0}.tb-dc-cf-key,.tb-dc-cf-value{flex:1 1 140px;min-width:140px}.tb-dc-cf-compare{max-width:140px;width:auto}:is(.tb_lightbox_small,.tb_panel_docked,.tb_docked) .tb-dc-cf-row{display:block}:is(.tb_lightbox_small,.tb_panel_docked,.tb_docked) .tb-dc-cf-row :is(input,select){display:block;margin:8px 0 0;max-width:none;width:100%}:is(.tb_lightbox_small,.tb_panel_docked,.tb_docked) .tb-dc-cf-row :is(input,select):first-child{margin-top:0}.tb-dc-simple-row{position:relative}.tb-dc-simple-row .tb-dc-datetime{padding-inline-end:2.2em}.tb-dc-simple-row .themify-datepicker-clear{inset-inline-end:12px;margin:0;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.tb-dc-role-label{color:var(--tb_ui_color);display:inline-block;line-height:1.3;min-width:0}.tb-dc-cf-row{flex-wrap:nowrap}.tb-dc-cf-row>:is(input,select){max-width:none;min-width:0;width:auto}.tb-dc-cf-key,.tb-dc-cf-value{flex:1 1 0}.tb-dc-cf-compare{flex:0 0 170px}