#root{display:flex;width:100%;justify-content:center}.sidebar{display:flex;flex-direction:column;margin:1em;width:30%;border:1px solid grey;padding:1em;border-radius:5px}.navButton{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;margin:.5em;font-size:1em;font-weight:500;font-family:inherit;color:#000;background-color:gray;cursor:pointer;transition:border-color .25s}.mainApp{display:flex;flex-direction:column;items-align:start;width:100%;justify-content:start;border:1px solid grey;margin:1em;padding:1em;border-radius:5px}.models{display:flex;justify-content:space-between;flex-wrap:wrap}.model{display:flex;flex-direction:column;justify-content:start;border:1px solid grey;margin:1em;padding:1em;min-width:42%;border-radius:5px;background-color:gray;color:#000;cursor:pointer}.modelNotAllowed{display:flex;flex-direction:column;justify-content:start;border:1px solid grey;margin:1em;padding:1em;min-width:42%;color:gray;border-radius:5px}.table{border:1px solid grey;table-layout:fixed;width:100%}.table th{padding:.5em;text-align:center;border-bottom:1px solid grey}.table td{padding:.5em;text-align:center;border:1px solid grey}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}.lds-ring{width:80px;height:80px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid #fff;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#fff transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:top;min-width:320px;min-height:100vh}h1{font-size:1.5em;line-height:1.1;text-align:center;cursor:pointer}h2{font-size:1.3em;line-height:1.1;text-align:left;padding-left:.9em}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;margin:.5em;font-size:1em;font-weight:500;font-family:inherit;background-color:#351c75;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;margin:.5em;font-size:1em;font-weight:500;font-family:inherit;background-color:#5b5b5b;cursor:pointer;transition:border-color .25s}input::placeholder{color:#ccc}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
