.filtersmallcomponent-container{background-color:var(--container-color-alt);border:1px solid var(--container-color-alt);color:var(--title-color);opacity:.7;border-radius:7px;flex-direction:column;gap:3px;padding:5px;display:flex}.filtersmallcomponent-header{flex-direction:row;justify-content:space-between;align-items:center;gap:5px;padding:0;display:flex}.filtersmallcomponent-active{background-color:var(--container-color-alt);opacity:1}.filtersmallcomponent-inputactive{border:1px solid var(--border-light);background-color:var(--container-color-alt);opacity:1}.filtersmallcomponent-name{white-space:nowrap;flex-shrink:0;padding-right:5px;font-size:16px}.filtersmallcomponent-areainput{flex-direction:row;align-items:center;gap:5px;width:100%;padding:0;display:flex}.filtersmallcomponents-button,.filtersmallcomponents-button-boolean{white-space:nowrap;text-align:center;cursor:pointer;background-color:var(--container-color);color:var(--title-color);border:none;border-radius:3px;align-items:center;height:23px;padding:0 5px;font-size:15px;display:flex}.filtersmallcomponents-button-boolean{border-radius:50px;justify-content:center;align-items:center;min-width:27px;max-width:27px;min-height:27px;max-height:27px;font-size:17px;display:flex}.filtersmallcomponent-input,.filtersmallcomponent-input-search{white-space:nowrap;background-color:var(--container-color-alt);border:none;border:1px solid var(--border-light);color:var(--title-color);text-align:end;border-radius:5px;width:100%;min-width:40px;height:23px;padding:0 10px;font-size:16px}.filtersmallcomponent-input-search{text-align:start}.filtersmallcomponent-input:focus,.filtersmallcomponent-input-search:focus{border:1px solid var(--text-color);outline:none}.filtersmallcomponent-and{color:var(--text-color);font-size:16px}.filtersmallcomponent-input-error{border:1px solid var(--negative-color)}.filtersmallcomponent-error{color:var(--negative-color);margin-top:4px;font-size:12px;display:block}.filtersmallcomponents-positive-color{color:var(--positive-color);font-size:16px;font-weight:700}.filtersmallcomponents-negative-color{color:var(--negative-color);font-size:16px;font-weight:700}.filtersmallcomponent-selected-tags{flex-flow:wrap;gap:3px;max-height:100px;display:flex;overflow-y:auto}.filtersmallcomponent-options{flex-flow:wrap;gap:3px;width:100%;display:flex;overflow:hidden}.filtersmallcomponent-option{cursor:pointer;border-radius:3px;padding:3px 5px;display:inline-block}.filtersmallcomponent-searchresult{flex-direction:column;gap:3px;width:100%;display:flex;overflow:hidden auto}.filtersmallcomponent-result-item{white-space:nowrap;text-overflow:ellipsis;background-color:var(--container-color-alt);border-radius:5px;justify-content:space-between;align-items:center;width:100%;min-height:24px;padding:3px 0;display:flex;overflow:hidden}.filtersmallcomponent-result-name{white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 40px);margin-left:5px;display:inline-block;overflow:hidden}.filtersmallcomponent-add-icon{cursor:pointer;background-color:var(--container-color);color:var(--title-color);border-radius:50px;justify-content:center;align-items:center;min-width:18px;min-height:18px;margin-right:5px;padding:3px;display:flex}.filtersmallcomponent-add-icon:hover{color:var(--container-color-alt);background-color:var(--positive-color);text-align:center;text-justify:center;size:1.2}.filtersmallcomponent-add-icon:active{text-align:center;text-justify:center;opacity:.6;size:.7}
.screener-presets-row{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-shrink:0;align-items:center;gap:5px;padding:5px 5px 0;display:flex;overflow-x:auto}.screener-presets-row::-webkit-scrollbar{display:none}.screener-preset-chip{background-color:var(--border-light);height:26px;color:var(--title-color);cursor:grab;white-space:nowrap;box-sizing:border-box;border:none;border-radius:3px;flex-shrink:0;align-items:center;gap:4px;padding:0 5px;font-size:12px;display:flex;position:relative}.screener-preset-chip:hover{background-color:var(--container-color)}.screener-preset-chip:active{opacity:.6}.screener-preset-chip-active{background-color:var(--positive-color);color:#fff}.screener-preset-chip-active:hover{background-color:var(--positive-color);opacity:.9}.screener-preset-chip-active .screener-preset-chip-delete{color:#fff}.screener-preset-chip-name{text-overflow:ellipsis;max-width:120px;overflow:hidden}.screener-preset-chip-delete{color:var(--title-color);visibility:hidden;opacity:.6;align-items:center;font-size:13px;display:flex}.screener-preset-chip:hover .screener-preset-chip-delete{visibility:visible}.screener-preset-chip-delete:hover{opacity:1;color:var(--negative-color)}.screener-preset-chip-confirming .screener-preset-chip-delete,.screener-preset-chip-delete-confirming{visibility:visible;opacity:1;color:var(--negative-color)}.screener-preset-rename-input{border:1px solid var(--positive-color);background-color:var(--container-color);width:80px;height:20px;color:var(--text-color);border-radius:2px;outline:none;padding:0 4px;font-size:12px}.screener-preset-add-btn{border:1px dashed var(--border-light);width:26px;min-width:26px;height:26px;color:var(--text-color);cursor:pointer;box-sizing:border-box;background-color:#0000;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.screener-preset-add-btn:hover{border-color:var(--positive-color);color:var(--positive-color)}.screener-preset-add-btn:active{opacity:.6}.screener-preset-add-btn-disabled{opacity:.4;cursor:not-allowed}.screener-preset-add-btn-disabled:hover{border-color:var(--border-light);color:var(--text-color)}.screener-preset-new-input{border:1px solid var(--positive-color);background-color:var(--container-color);width:100px;height:26px;color:var(--text-color);border-radius:3px;outline:none;flex-shrink:0;padding:0 8px;font-size:12px}.screener-preset-update-row{padding:5px 5px 0;display:flex}.screener-preset-update-btn{border:1px solid var(--positive-color);background-color:var(--positive-color);color:#fff;cursor:pointer;border-radius:3px;justify-content:center;align-items:center;gap:6px;width:100%;height:28px;font-size:12px;display:flex}.screener-preset-update-btn:hover{opacity:.85}.screener-preset-update-btn:active{opacity:.6}.screener-preset-update-btn-disabled{background-color:var(--container-color-alt);border-color:var(--border-light);color:var(--text-color);opacity:.5;cursor:not-allowed;pointer-events:none}.screener-preset-spinner{border:2px solid var(--border-light);border-top-color:var(--positive-color);border-radius:50%;width:12px;height:12px;animation:.6s linear infinite screener-preset-spin}@keyframes screener-preset-spin{to{transform:rotate(360deg)}}.screener-preset-error{color:var(--negative-color);flex-shrink:0;padding:2px 5px 0;font-size:11px}.screener-preset-chip:active{cursor:grabbing}.screener-preset-chip-dragging{opacity:.4}.screener-preset-chip-dragover{box-shadow:-2px 0 0 0 var(--positive-color)}.screener-preset-chip-deleting{opacity:.5;pointer-events:none}.screener-preset-row-busy{pointer-events:none}.screener-preset-spinner-sm{border-width:1.5px;width:10px;height:10px}
