.page{flex-direction:column;background-color:#e4e4e4}.section{margin:10px;padding:10px;flex-grow:1}.header{flex-direction:row;justify-content:space-between;align-items:center}.table{display:table;width:auto;border-style:solid;border-width:1px;border-right-width:0;border-bottom-width:0}.tableRow{margin:auto;flex-direction:row}.tableCol{width:25%;border-style:solid;border-width:1px;border-left-width:0;border-top-width:0}.tableCell{margin:5px auto auto;font-size:10px}.footer{position:absolute;bottom:0;left:0;right:0;height:50px;background-color:#e4e4e4;align-items:flex-end;justify-content:center;padding:10px}body{font-size:130%}input[type=text]{width:16%;height:55px;padding:10px;margin:5px}select{width:200px;height:75px;padding:10px;margin:5px}button{background-color:#add8e6;color:#000;border:none;padding:15px 32px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;font-weight:700;margin:4px 2px;cursor:pointer}button:hover{background-color:#00008b;transition:background-color .3s ease;color:#fff}.greenbutton{background-color:#a3ffa3;color:#000;border:none;padding:15px 32px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;font-weight:700;margin:4px;cursor:pointer;width:35%}.greenbutton:hover{background-color:green;transition:background-color .3s ease;color:#fff}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center}.modal-content{background-color:#fff;padding:20px;border-radius:5px;width:80%;max-width:500px}.modal-content{background-color:#fff;padding:20px;border-radius:5px;width:80%;max-width:1200px}.flex-container{display:flex;flex-wrap:wrap;margin-left:2.5vw;height:95vh;width:95vw;max-height:200vh}.flex-child{width:50%;height:95vh;overflow-y:scroll}@media screen and (max-width: 800px){.flex-child{width:100%}}.document-list-container{display:flex;gap:20px}.document-list-left,.document-list-right{flex:1;display:flex;flex-direction:column;padding:10px;border-radius:5px;background-color:#f0f0f0}.document-list-left h3,.document-list-right h3{margin-bottom:10px;color:#333}.document-list-left ul,.document-list-right ul{list-style-type:none;padding:0;margin:0}.document-list-left li,.document-list-right li{padding:10px;cursor:pointer;transition:background-color .3s ease}.document-list-left li:hover,.document-list-right li:hover{background-color:#e0e0e0}.redbutton{background-color:red;color:#fff;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.redbutton:hover{background-color:#8b0000}.toast{position:fixed;bottom:70vh;right:10vw;background-color:green;color:#fff;padding:10px;border-radius:5px;animation:fadeIn .5s,fadeOut .5s 2s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}
