@import url(https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@100;300;400;500;700;800;900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#181a1d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#bod{align-items:left;margin-top:3%}#app2{align-items:left;background:#fff;display:flex;flex-direction:column;height:100vh;justify-content:space-between;width:100vw}#chat_container{-ms-overflow-style:none;color:"black";display:flex;flex:1 1;flex-direction:column;gap:10px;height:100%;overflow-y:scroll;padding-bottom:20px;scroll-behavior:smooth;scrollbar-width:none;width:100%}#chat_container::-webkit-scrollbar{display:none}.wrapper{size:10px;width:100%}.ai{background:#fff;color:#000}.chat{align-items:flex-start;color:"black";display:flex;flex-direction:row;margin:0 auto;max-width:1280px;width:100%}.profile{align-items:center;background:#5436da;border-radius:5px;display:flex;height:36px;justify-content:center;width:36px}.ai .profile{background:#10a37f}.profile img{height:60%;object-fit:contain;width:60%}.message{-ms-overflow-style:none;color:#000;flex:1 1;max-width:100%;overflow-x:scroll;scrollbar-width:none;white-space:pre-wrap}.message::-webkit-scrollbar{display:none}#form2{align-items:left;background:#fff;display:flex;flex-direction:row;gap:10px;margin:0 auto;max-width:1280px}#form2,textarea{padding:10px;width:100%}textarea{border:none;border-radius:5px;color:#fff;font-size:18px;outline:none}button,textarea{background:transparent}button{border:0;cursor:pointer;outline:0}form img{height:30px;width:30px}html{overflow-wrap:inherit}.unselectable{-webkit-user-select:none;-ms-user-select:none;user-select:none}.calendar-navigate{opacity:.5;padding:10px}.calendar-navigate:hover{cursor:pointer;opacity:.9}.calendar-header{align-items:center;display:flex;justify-content:space-between}.calendar-title{margin-bottom:.83em;margin-top:.83em}.calendar-body{display:grid;grid-auto-rows:minmax(120px,auto);grid-template-columns:repeat(7,minmax(40px,1fr));grid-template-rows:50px;width:100%}.calendar-footer{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.day{border-bottom:1px solid #d3d3d3;border-left-color:#d3d3d3;border-right:1px solid #d3d3d3;border-top-color:#d3d3d3;display:flex;flex-direction:column;font-size:14px;padding:14px 0;text-align:right}@media only screen and (min-width:601px){.day{padding:14px 20 px}}.innerDay{display:flex;flex-direction:column;width:100%}.day:nth-of-type(7n){border-right:none}.day-name{border-bottom:1px solid;border-top:1px solid;font-size:16px;font-weight:500;line-height:50px;text-align:center;text-transform:uppercase}.event{box-sizing:border-box;font-size:15px;height:26px;margin:1px 0}.below{z-index:-1}.details{align-items:center;display:flex;font-size:14px;margin-bottom:12px;margin-top:12px}.display-linebreak{white-space:pre-line}