body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.toastr{background-color:#333;border-radius:5px;box-shadow:0 0 10px #0000001a;color:#fff;left:50%;opacity:.9;padding:10px 20px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif}#root,body{align-items:center;background-color:#f4f7fb;display:flex;justify-content:center;min-height:100vh;overflow-x:auto;overflow-y:auto}#root{padding:20px;width:100%}.App{align-items:stretch;flex-direction:row;height:100%;justify-content:center;margin:0 auto;max-width:100%;min-width:1200px}.App,.App-Section{display:flex;gap:20px;width:100%}.App-Section{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;max-width:600px;min-width:500px;overflow:hidden;padding:20px}.App-Header,.App-Section{flex-direction:column;flex-shrink:0}.App-Header{align-items:center;display:flex}.App-Body{display:flex;flex:1 1;flex-direction:row;gap:40px;min-height:0;overflow:hidden}h2{color:#333;margin-bottom:20px;text-align:center}form{display:flex;flex-direction:column;max-width:100%;width:100%}form div{margin-bottom:15px;width:100%}label{color:#555;display:block;font-size:14px;margin-bottom:5px}input{border:1px solid #ccc;border-radius:5px;box-sizing:border-box;font-size:16px;max-width:100%;padding:10px;width:100%}input:focus{border-color:#007bff;outline:none}button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin-top:20px;max-width:100%;overflow:hidden;padding:10px;text-overflow:ellipsis;transition:background-color .3s ease;white-space:nowrap}button:disabled{background-color:#ccc;cursor:not-allowed}button:hover:not(:disabled){background-color:#0056b3}ul{list-style-type:none;padding-left:0;width:100%}ul,ul li{max-width:100%}ul li{word-wrap:break-word;background-color:#f8f9fa;border-radius:5px;color:#555;font-size:14px;margin-bottom:10px;overflow-wrap:break-word;padding:10px}ul li:nth-child(odd){background-color:#e9ecef}.component{flex:1 1;max-width:100%;min-width:0;overflow:hidden;width:50%}@media (max-width:1000px){.App{align-items:center;flex-direction:column;height:auto;min-width:auto}.App-Section{max-width:100%;min-width:auto;width:100%}.App-Body{flex-direction:column;gap:20px}.component{width:100%}}@media (max-width:768px){#root{padding:10px}.App-Section{padding:15px}.App-Body{gap:15px}}.scrollable-list{max-height:500px;overflow-y:auto;padding-right:8px}
/*# sourceMappingURL=main.561dbcfd.css.map*/