*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:Source Sans Pro,sans-serif}#root{height:100%}.wrapper{display:flex;flex-direction:column;min-height:100vh}.header{background-color:#292b33;color:#fff;padding:10px;display:flex;align-items:center;justify-content:space-between}.header h3{font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;font-size:28px;line-height:43.2px;color:#fff;margin:0;display:flex;align-items:center;gap:10px}.header-logo{height:50px}.hamburger-btn{font-size:30px;cursor:pointer;background:none;border:none;color:#fff;padding:0}.content{flex:1;padding:20px 20px 80px;overflow-y:auto}.footer{background-color:#fff;position:fixed;bottom:0;left:0;right:0;padding:10px}.container-input{padding:0 4%}.container-text{width:100%;line-height:1.4;cursor:text;outline:none;background:#e1e3e6;color:#31333f;font-weight:400;font-size:1rem;font-family:Source Sans Pro,sans-serif;border:none;height:40px;border-radius:7px;padding-left:15px}.chat-message{padding:1.5rem;border-radius:.5rem;margin-bottom:1rem}.chat-message.user{background-color:#2b313e}.chat-message.bot{background-color:#475063}.chat-message .avatar{width:20%}.chat-message .avatar img{max-width:35px;max-height:35px;border-radius:50%;object-fit:cover}.chat-message .message{width:80%;color:#fff;margin-left:50px;margin-top:-35px}p{font-family:Source Sans Pro,sans-serif;font-size:14px;line-height:22.4px;color:#cecfcf}.sidenav{height:100%;width:0;position:fixed;z-index:1000;top:0;left:0;background-color:#111;overflow-x:hidden;transition:.5s;padding-top:60px}.sidenav.open{width:250px}.sidenav h3{color:#818181;padding:8px 32px;font-size:25px}.sidenav .closebtn{position:absolute;top:0;right:25px;font-size:36px;color:#818181;cursor:pointer;background:none;border:none}.sidenav .closebtn:hover{color:#f1f1f1}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px;left:18px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:gray;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.btn{padding:8px 16px;border-radius:4px;cursor:pointer;font-size:1rem;border:none}.btn-primary{background-color:#1d7ddd;color:#fff}.btn-primary:hover{background-color:#1565c0}.btn-primary:disabled{background-color:#666;cursor:not-allowed}#files-area{width:70%;margin:0 auto}.file-block{border-radius:10px;background-color:#90a3cb33;margin:5px;color:initial;display:inline-flex;padding:5px 10px}.file-block .name{color:#fff}.file-delete{display:flex;width:24px;color:#fff;background-color:transparent;font-size:large;justify-content:center;margin-right:3px;cursor:pointer;border:none}.file-delete:hover{background-color:#90a3cb33;border-radius:10px}.citation-links{margin-left:50px;margin-top:10px}.citation-links p{color:#fff;font-weight:700;margin-bottom:5px}.citation-links a{color:#fff;font-weight:700;font-style:italic;display:block;margin-bottom:5px}.citation-links a:hover{text-decoration:underline}.upload-form{text-align:center;padding:20px}.upload-form input[type=file]{display:none}.upload-form label{cursor:pointer}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1e1e1e}::-webkit-scrollbar-thumb{background:#555;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#777}.message-notification{text-align:center;padding:10px}.message-notification.success{color:green}.message-notification.error{color:red}@media screen and (max-height: 450px){.sidenav{padding-top:15px}.sidenav h3{font-size:18px}}
