*{margin:0;padding:0}body{font-size:90%}*{--color-primary: #1C2B78;--color-background: #f0f6ff}#root{max-width:100vw;height:100vh;margin:0;padding:0;text-align:center;background-color:var(--color-background)}.login-container{display:flex;flex-direction:column;justify-content:center}.chat-container{position:fixed;bottom:20px;right:20px}.conv-container{min-width:320px;min-height:240px}.chat-summary-container{border:2px solid green;display:flex;flex-direction:column;justify-content:space-between;height:100%;top:0;left:0;right:0;position:fixed}.conv-window{border:2px solid rgb(10,225,6);min-width:320px;min-height:240px;background:linear-gradient(#f4f0ff,#dacdff)}.chatbot-popup{width:100%;height:max-content;overflow-y:scroll;border:#FF0000;text-align:left;border-radius:15px;box-shadow:0 0 128px #0000001a,0 32px 64px -48px #00000080}.user-response-text{background:"rgba(255,255,255,0.3)";padding:"0 .5rem";border:"1px solid #FFFFFF";border-radius:".25rem"}.dashboard-body{display:flex;gap:1rem;min-height:80vh}.user-section{background-color:#ffffff80;width:20%;border-radius:1rem}.main-dashboard{background-color:#ffffff80;width:60%;border-radius:1rem;padding:1rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;gap:1rem;align-items:flex-start}.noti{background-color:#ffffff80;width:20%;border-radius:1rem}.shadow{box-shadow:5px 0 10px #d4cdcd}.form-block{background-color:var(--color-background)}.form-header{background-color:var(--color-primary);padding:.75rem 2rem;display:flex;justify-content:space-between}.form-container{text-align:left;padding:2rem 1rem;display:flex;flex-direction:column;gap:1rem}.form-body{background-color:#fff;padding:2rem 1rem}
