@import"https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";*{margin:0;padding:0}#root{font-family:Assistant,sans-serif;background-color:#000814;color:#dee3ed;height:100%;display:flex;flex-direction:column;flex:1}body{display:flex;flex-direction:column;min-height:100vh;height:100%}main{flex:1 0 auto}h1,h2{font-family:Open Sans,sans-serif}a{color:#dee3ed;text-decoration:none}a:hover{color:#4a4aec}button{padding:10px 20px;border:none;cursor:pointer;background-color:#003566;color:#dee3ed;font-size:1rem}button:hover{background-color:#06539b}.modal-overlay{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:#003566;padding:20px;max-width:500px;border-radius:8px}.modal-content form{display:flex;flex-direction:column}.modal-content input,.modal-content textarea,.modal-content select{margin-bottom:10px;padding:8px;border:1px solid #ccc;border-radius:4px}.modal-content textarea{min-height:100px;resize:vertical}.button-group{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.button-group button{padding:8px 16px;border-radius:4px}.thread-item{background-color:#003566;margin:1rem}.thread-list-info{margin:.5rem;padding:.5rem;display:flex;justify-content:space-between}.category-list{display:flex;flex-direction:column}.category-list button{display:block;width:100%;padding:1rem;text-align:left;margin-bottom:.3rem}.category-list button.active{background-color:#06539b}.home{display:flex;flex-direction:column;height:93.5vh}.home-content{display:flex;overflow:hidden}.category-list-container{width:250px;overflow-y:auto;padding:1rem;border-right:1px solid #dee3ed}.thread-list-container{flex:1;overflow-y:auto;padding:1rem}nav{display:flex;justify-content:space-between;align-items:center;background-color:#003566;padding:0 1rem}.navbar-left{font-size:1rem;display:flex;align-items:center}.login{display:flex;align-items:center;height:93.5vh;flex-direction:column}.loginform{display:flex;flex-direction:column;max-width:500px;width:100%}.register{display:flex;align-items:center;height:93.5vh;flex-direction:column}.register-form{display:flex;flex-direction:column;max-width:500px;width:100%}.error{color:red;font-size:large}.thread-detail{height:93.5vh;overflow:scroll}.thread-detail h2{margin-left:1rem;font-size:xx-large}.thread-description{margin:1rem}.thread-items,.reply-info{display:flex;justify-content:space-between}.reply-info{margin-top:1rem}h3{font-size:x-large;margin-left:1.6rem}.reply-item,.thread-info{margin:.5rem;padding:1rem;background-color:#003566}.reply-delete,.thread-delete{padding:0;margin-top:1rem}.reply-delete:hover,.thread-delete:hover{color:red;background-color:unset}.reply-add{margin-left:.5rem}footer{background-color:#003566;text-align:center;display:flex;border:solid 1px white}
