#login-form{width:400px;min-height:310px}#login-button{border-radius:8px}#login-button>span{font-weight:600;font-size:large}.tableContainer{width:auto}.table{width:auto;cursor:pointer}.tableCell{margin:0;padding:.5em .75em;border:.1em solid;text-align:center;width:1em;font-size:medium}.tableCellSelected{background-color:#00f;position:relative}.tableCellSelected .cellText{color:#fff}.tableCellFound{font-weight:700;background-color:initial;position:relative;animation:reveal 1s}.tableCellFound .cellText{color:green}.tableCellFound:after{content:"";position:absolute;background-color:transparent;border:.3em solid green;box-sizing:border-box;pointer-events:none;animation:borderExpand .5s forwards}.tableCellSelected.tableCellFound{background-color:#00f}.tableCellSelected.shake{background-color:initial;color:red}.tableCellSelected.shake .cellText{color:red}.tableCellSelected.shake:after{content:"";position:absolute;inset:0;border:.15em solid red;pointer-events:none;animation:shake 1s}@keyframes reveal{0%{background-color:transparent;color:transparent}to{background-color:transparent;color:green}}@keyframes borderExpand{0%{top:50%;left:50%;transform:translate(-50%,-50%);width:50%;height:50%}to{top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%}}@keyframes shake{0%{transform:translate(-.3em)}10%{transform:translate(.3em)}20%{transform:translate(-.25em)}30%{transform:translate(.25em)}40%{transform:translate(-.2em)}50%{transform:translate(.2em)}60%{transform:translate(-.15em)}70%{transform:translate(0)}}#register-form{width:400px}#register-button{border-radius:8px}#register-button>span{font-weight:600;font-size:large}.border-radius-8>div{border-radius:8px}.blocked-content-box{background-color:#f8f8ff;border-radius:.25rem}.content-name{text-align:left;font-weight:700;width:max-content;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;align-content:end}.content-box{background-color:#f8f8ff;border-radius:.25rem;cursor:pointer}.file-filter-info-link{font-size:.9em;cursor:pointer;text-decoration:underline;display:flex;align-items:center}.help-icon{margin-right:.8px;font-size:1.5em}.content-selection-actions{display:flex;flex-direction:row;justify-content:space-between}.MuiAccordion-root{display:flex;flex-direction:column;margin:2.6vh 0}.MuiAccordionSummary-content{justify-content:space-between}.p-accordion-tab:not(.p-accordion-tab-active) .p-toggleable-content{height:0;overflow:hidden}.p-accordion-tab.p-accordion-tab-active .p-toggleable-content{height:auto;overflow:auto}body{min-height:100vh;text-align:center}html,#root,.app{min-height:100vh}body .header{width:100%;height:60px;background:pink}body .holygrail-body{flex:1 0 auto;display:flex}body .holygrail-body .content{flex:1 0 auto;background:#90ee90}body .holygrail-body .side-navigation{width:auto;list-style:none;text-align:left;order:-1;background:#ff0;margin:0}body .holygrail-body .flex-aside{width:auto;background:orange}body .footer{width:100%;height:60px;background:#0ff}@media(max-width:700px){body .holygrail-body{flex-direction:column}body .holygrail-body .side-navigation,body .holygrail-body .flex-aside{width:100%}}
