@import"https://fonts.googleapis.com/css?family=Open+Sans";.login-container{background-color:#f2f5f8cc;display:flex;width:100vw;height:100vh;justify-content:center;align-items:center;flex-direction:column}.login-panel{display:flex;flex-direction:row;min-width:700px;min-height:300px;width:60%;background-color:#f0f8ffcc;border-radius:2em;-webkit-box-shadow:10px 10px 18px -8px rgba(0,0,0,.75);-moz-box-shadow:10px 10px 18px -8px rgba(0,0,0,.75);box-shadow:10px 10px 18px -8px #000000bf;box-sizing:border-box}.login-image{width:60%}.login-image>img{width:100%;height:100%;border-radius:0 1em 1em 0}.login-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5em;width:40%}.login-btn{margin-top:2em;display:flex;justify-content:center;align-items:center;height:30px;width:160px;border:1px solid #9c9c9c;background-color:#fff;cursor:pointer;border-radius:20px;outline:none}.login-btn:hover{background-color:#ff9658;border-color:#000}.login-copyright{position:fixed;bottom:0;letter-spacing:.75px;font-size:10px}.login-input{padding:1em;box-sizing:border-box;width:220px;height:32px;color:#686868;border:none;border-radius:0 .5em .5em 0}.input-icon{padding:.4em;box-sizing:border-box;height:2em;width:2em;background-color:#c7c7c7}.login-row{display:flex;margin:0;border:1px solid gray;border-radius:0 .5em .5em 0}.error-message{color:red;margin:0;letter-spacing:1px;font-size:12px}.genia4sum{width:250px;margin-bottom:1em}.eu-funding{display:flex;max-width:400px;gap:10px;align-items:center;margin-top:20px}.eu-funding>img{height:fit-content}.eu-funding-desc{letter-spacing:.75px;font-size:12px;margin:0}.dashboard-container{box-sizing:border-box;margin-top:3em;padding:2em;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:2em;max-height:100%;overflow:auto}.dashboard-background{z-index:-1;width:100vw;position:absolute;top:50px;left:0;opacity:.15}.projects-section{grid-column:span 2 / span 2}.files-section{grid-column:span 2 / span 2;grid-column-start:1;grid-row-start:2}.project-panel-section{position:fixed;top:60px;bottom:10px;right:10px;display:flex;flex-direction:column;width:30%;max-width:550px}.dashboard-section{display:flex;flex-direction:row;min-height:160px;width:calc(100% - 600px);border-radius:2em;gap:2em}.input-row{width:100%;display:flex;align-items:center;gap:.5em;margin-bottom:.5em}.input-row>label{width:120px;height:100%}.input-row>input,textarea,select{margin:0;height:24px;width:240px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.button-row{margin-top:2em;display:flex;justify-content:center;gap:1.5em}.checkbox-row{display:flex;align-items:start}.checkbox-row>input{margin:.4em}.file-container{background-color:#fff;display:flex;gap:1em;border:1px solid gray;border-radius:1em;width:300px;padding:.5em}.file-icon{width:100px}.file-name,.file-owner{margin:0}.file-view-button{border:1px solid gray;height:32px;display:flex;justify-content:center;align-items:center;margin-top:1.5em}.file-button-container{display:flex;justify-content:center}.file-view-button:hover{border:1px solid gray;background-color:#63d5c6;outline:none}.project-card{cursor:pointer;border-radius:1em;width:400px;background-color:#f3f9ff7a;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:.5em;-webkit-box-shadow:5px 3px 18px -4px rgba(0,0,0,.75);-moz-box-shadow:5px 3px 18px -4px rgba(0,0,0,.75);box-shadow:5px 3px 18px -4px #000000bf;box-sizing:border-box}.project-selected{background-color:#2941f4a9;color:#fff}.project-thumbnail{width:380px;height:250px;border-radius:1em}.project-panel-container{border-radius:2em;background-color:#ffffffe5;-moz-box-shadow:5px 5px 24px 0px rgba(0,0,0,.75);box-shadow:5px 5px 24px #000000bf;padding:0;margin:0;box-sizing:border-box;max-height:100%;overflow-y:auto}.project-panel-content{padding:.25em 1em 1em;box-sizing:border-box}.project-panel-thumbnail{width:100%;max-height:300px;border-radius:1em}.project-panel-button-row{width:100%;display:flex;justify-content:center}.project-panel-button-row>button{width:100%;border-radius:1em;display:flex;justify-content:center;letter-spacing:1px;outline:none;background-color:#63d5c6;border:none}.project-panel-button-row>button:hover{background-color:#42968b;color:#fff}.projects-section button,.files-section button{margin-bottom:10px}.primary-button{height:2em;padding:.5em;display:flex;justify-content:center;align-items:center;border-radius:.75em;background-color:#d9e9f8;gap:.25em;outline:none;border:none}.primary-button:hover{background-color:#ffa57c}.primary-button>img{width:1.25em}.modal-background{position:absolute;top:0;height:100vh;width:100vw;background-color:#00000075;display:flex;justify-content:center;align-items:center}.modal-container{border-radius:2em;padding:2em;min-height:200px;width:400px;background-color:#f0f8ff;-webkit-box-shadow:2px 2px 18px 1px rgba(0,0,0,.5);-moz-box-shadow:2px 2px 18px 1px rgba(0,0,0,.5);box-shadow:2px 2px 18px 1px #00000080}.navigation-bar{z-index:1;position:fixed;top:0;height:50px;width:100vw;background-color:#f0f8ffcc;display:flex;justify-content:space-between;align-items:center;-webkit-box-shadow:0px 0px 24px -1px rgba(0,0,0,.51);-moz-box-shadow:0px 0px 24px -1px rgba(0,0,0,.51);box-shadow:0 0 24px -1px #00000082}.navigation-icon{width:24px;height:24px;cursor:pointer}.navigation-bar-user{padding:0 1em;height:80%;display:flex;justify-content:center;gap:.5em;align-items:center;margin-right:.5em}.bar-title{display:flex;align-items:center;margin-left:.5em;gap:1em}.bar-title>h3{margin:0;letter-spacing:1.25px;font-size:1.5em}.bar-user-name{border-radius:1em;background-color:#d9e9f8;letter-spacing:1px;padding:.25em 1em;font-size:1em;color:#464545;font-weight:700}.sum4re-logo,.tecnalia-logo{height:1.75em!important}.organization-logo{height:32px}.viewer-container{height:100vh;width:100vw}.right-panel{position:absolute;top:60px;padding:1em;right:0;height:calc(100vh - 70px);width:460px;border-radius:1em 0 0 1em;background-color:#c6ced5e3;box-sizing:border-box;overflow-y:auto}.right-panel-title{letter-spacing:1px;text-align:center;margin:0 0 .25em}.tree-selector-container{width:100%;display:flex;justify-content:center}.tree-selector-content{border-radius:1em;min-width:50%;display:flex;justify-content:space-around;margin-bottom:.75em;background-color:#686868;cursor:pointer;-webkit-box-shadow:2px 2px 8px -3px rgba(0,0,0,.75);-moz-box-shadow:2px 2px 8px -3px rgba(0,0,0,.75);box-shadow:2px 2px 8px -3px #000000bf}.tree-selector-content>div{padding-left:5px;padding-right:5px;border-radius:1em;text-align:center;flex:auto}.tree-selector-content>.selected{background-color:#63d5c6;font-weight:700}.tree-container{font-size:12px;height:36%;overflow-y:auto;background-color:#fff;padding:1em;border-radius:2em;scroll-padding:50px 0 0 50px;-webkit-box-shadow:2px 2px 8px -3px rgba(0,0,0,.75);-moz-box-shadow:2px 2px 8px -3px rgba(0,0,0,.75);box-shadow:2px 2px 8px -3px #000000bf;margin-bottom:1em}.tree-row{margin:0}.tree-parent-row{display:flex;white-space:nowrap;overflow:hidden;text-overflow:ellipsis!important}.tree-child-row{margin:0 0 0 2em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis!important}.tree-expand-btn{margin:0 6px 0 0;cursor:pointer;border:1px solid gray;width:14px;background-color:#63d5c6;height:14px;font-weight:700;font-size:16px;display:flex;justify-content:center;align-items:center}.tree-expand-btn-invis{margin-right:22px}::-webkit-scrollbar{width:16px}::-webkit-scrollbar-thumb{background:#5a5a5a;background-clip:content-box;border:5px solid transparent;border-radius:1em}::-webkit-scrollbar-track{margin-top:1em;margin-bottom:1em}.properties-panel-container{height:30%}.properties-panel-header{font-family:Open Sans;font-size:1rem;padding:8px;border-radius:15px 15px 0 0;background-color:#fff;display:flex;justify-content:space-between}.properties-panel-body{background-color:#f1f1f1;overflow-y:scroll;flex-grow:1;border-radius:0 0 15px 15px;-webkit-box-shadow:2px 2px 8px -3px rgba(0,0,0,.75);-moz-box-shadow:2px 2px 8px -3px rgba(0,0,0,.75);box-shadow:2px 2px 8px -3px #000000bf;height:100%}.properties-panel-header-title{padding-right:20%;padding-left:10px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.properties-panel-button{border:none;font-family:Open Sans;cursor:pointer;background-color:transparent;padding:0}.properties-panel-button:before{content:"";background:url(/icons/triangle_down.png) 0 0 / 9px 9px no-repeat;width:9px;height:9px;color:#545454;float:left;margin-right:10px;margin-top:4px}.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.properties-subrow{display:flex}.property-name{width:30%}.property-value{width:70%}.properties-row-title{cursor:pointer;padding:5px;font-family:Open Sans;font-size:.9rem;padding:.5rem}.properties-row-content{background-color:#fff;padding:5px;font-family:Open Sans;font-size:.75rem;margin-left:5px}.circularity-panel{background-color:#fff;box-sizing:border-box;border-radius:0 0 15px 15px;-webkit-box-shadow:2px 2px 8px -3px rgba(0,0,0,.75);-moz-box-shadow:2px 2px 8px -3px rgba(0,0,0,.75);box-shadow:2px 2px 8px -3px #000000bf}.circularity-panel :nth-child(odd){background-color:#f1f1f1}.circularity-row{height:40px;display:flex;align-items:center;margin:0;justify-content:space-between;padding-right:4em;padding-left:2em;background-color:transparent}.circularity-row>span{background-color:transparent!important}.circularity-test{margin:0;height:90px;display:flex;flex-direction:column;padding-left:2em;border-radius:0 0 1em 1em}.test-container{justify-content:end;margin-right:2em;display:flex;gap:1em}.file-icon-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.file-icon-container>span{font-size:12px;font-style:italic}.file-icon{width:40px;cursor:pointer}.file-icon-pdf{width:32px;cursor:pointer}.search-panel-btn{position:absolute;bottom:10px;right:465px;height:48px;width:48px;border-radius:10em;background-color:#c6ced5e3;display:flex;justify-content:center;align-items:center;cursor:pointer}.search-panel-btn-opened{position:absolute;bottom:10px;right:880px;height:48px;width:48px;border-radius:10em;background-color:#c6ced5e3;display:flex;justify-content:center;align-items:center;cursor:pointer}.search-panel-btn:hover,.search-panel-btn-opened:hover{background-color:#63d5c6}.search-btn{width:24px;height:24px}.search-panel{position:absolute;bottom:10px;height:220px;width:400px;border-radius:1em;background-color:#c6ced5e3;right:470px;padding:1em;box-sizing:border-box}.search-panel-content{padding:.75em;box-sizing:border-box;background-color:#fff;height:100%;width:100%;border-radius:1em;-webkit-box-shadow:2px 2px 8px -3px rgba(0,0,0,.75);-moz-box-shadow:2px 2px 8px -3px rgba(0,0,0,.75);box-shadow:2px 2px 8px -3px #000000bf}.search-category{width:100px}.search-row{display:flex;align-items:center;margin-bottom:.5em}.search-btn-row{display:flex;justify-content:end}.search-button{background-color:#63d5c6;border:none}.search-button:hover{background-color:#42968b;color:#fff}#root{height:calc(100vh - 50px)}:root{margin:0;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
