.brushes-table[hidden]{display:none}.brushes-table{width:250px;flex-wrap:wrap;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;margin:0;padding:0;list-style:none;display:grid}.brushes-table li{width:32px;height:32px;cursor:pointer;border-radius:5px;justify-content:center;align-items:center;margin:0;padding:0;list-style:none;display:inline-flex}.brushes-table li.selected{box-shadow:inset 0 0 1px 2px var(--color6)}.brushes-table li div{justify-content:center;align-items:center;display:flex}.brushes-table li div img{width:100%;max-width:24px;max-height:24px}#imported-brush-tips,#imported-brush-textures{padding:0 10px 10px;display:flex}#imported-brush-textures button.add,#imported-brush-tips button.add{width:42px;height:42px;min-width:42px;max-width:42px;margin:10px 10px 10px 0;padding:4px;display:inline-flex}.brushes-table.imported{grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-auto-rows:48px;place-items:center;margin:10px 0}.brushes-table.imported li{width:42px;height:42px}.brushes-table.imported li div img{max-width:42px;max-height:42px;border-radius:3px}#brush-preset-texture .ai-texture{width:300px;z-index:1;background:var(--color4);justify-content:center;align-items:center;padding:5px 5px 10px 0;display:flex;position:sticky;top:-10px}#ai-texture-prompt{color:#fff}#ai-texture-prompt::placeholder{color:var(--color2)}.tool-options.color-adjustments label.colors{width:100%;justify-content:space-between;display:flex}