body{margin:0;padding:0;font-family:sans-serif}.App{position:fixed;top:0;left:0;bottom:0;right:0;overflow:auto;background-color:#525252;color:#d3d3d3;display:flex;justify-content:center;align-items:center}.container{position:absolute;padding:1.5 rem;height:90%;width:80%;display:flex;flex-direction:column;align-items:"center"}.cover{position:fixed;top:0;left:0;background-color:#131313;z-index:5;width:100%;height:100%}.synthToolButton{font-size:20px;flex:1 1;min-height:50px;background-color:"lightgray";color:"black";border-color:"lightgray";box-shadow:5;border-width:2;border-radius:5}.heading-div,.synthToolButton{align-items:"center";width:100%}.heading-div{display:flex;flex-direction:row;flex:1 1;justify-content:center}.heading-label{flex:1 1;display:inline;text-align:center}.status-label{position:fixed;top:10px;left:10px;color:#109410;width:100%;align-items:"center"}.color-label,.colorPicker,.slider,.slider-label{flex:1 1;width:100%;align-items:"center"}.colorPicker,.slider{margin-top:-.25rem;border-width:0}.text-input{font-size:20px;min-height:40px}.text-div,.text-input{width:100%;align-items:"center"}.text-div{flex:1 1;justify-content:center}.flask{flex:1 1;max-width:2.5rem;max-height:2.75rem;display:inline;padding-left:10px;padding-right:10px}.tab-container{display:flex;justify-content:center;margin-bottom:20px}.tab{cursor:pointer;padding:10px 20px;border:1px solid #ccc;border-radius:5px 5px 0 0;background-color:#f1f1f1;margin:0 5px;transition:background-color .3s;color:grey}.active-tab{background-color:#fff;border-bottom:1px solid #fff;font-weight:700;color:#000}.tab:hover{background-color:#e7e7e7}.texture-selection{display:flex;justify-content:center;align-items:center;width:100%;height:60vh;margin-top:20px}.scrollable-texture-grid{width:100%;height:100%;overflow-y:auto;border:1px solid #ccc;box-shadow:0 0 10px rgba(0,0,0,.1);scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.scrollable-texture-grid::-webkit-scrollbar{width:16px}.scrollable-texture-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.scrollable-texture-grid::-webkit-scrollbar-thumb{background:#888;border-radius:10px;border:3px solid #f1f1f1}.scrollable-texture-grid::-webkit-scrollbar-thumb:hover{background:#555}.texture-grid{display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px;padding:10px}.texture-item{width:90%;cursor:pointer;border:2px solid transparent;transition:border-color .3s ease}.texture-item.selected{border-color:#0f0}.texture-thumbnail{width:100%;height:auto;object-fit:contain}
/*# sourceMappingURL=main.7efab415.chunk.css.map */