a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}ol,p,ul{line-height:25px}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{color:#366c6c;text-decoration:none}b{font-weight:600}ol,ul{padding-left:20px}body{font-family:Arial}@keyframes fadeIn{to{opacity:1}}#title-screen{background-color:#f9f9f0;border-bottom:thin solid;flex-direction:column;height:100vh;width:100vw}#title-screen,.title-screen-child{align-items:center;display:flex;justify-content:center}.title-screen-child{animation:fadeIn 2s forwards;margin:1.5vh 0;opacity:0;text-align:center;width:70vw}#course-title{animation-delay:.5s;font-size:3em}#semester{animation-delay:.75s;font-size:1.5em}#course-description{animation-delay:1s;font-size:1em}div#hyperlinks{animation-delay:1.25s;display:flex;flex-direction:row;gap:2rem;margin-top:3vh}div#homepage-content a:hover,div#hyperlinks a:hover{font-weight:600}#content-container{display:grid;grid-template-areas:"nav homecontent";grid-template-columns:1fr 3.75fr;width:100%}#nav-bar{background-color:#2e5c5c;border-right:thin solid;grid-area:nav;height:100vh;position:-webkit-sticky;position:sticky;top:0}#nav-bar-elements{align-items:center;animation:fadeIn 2s forwards;animation-delay:1.75s;display:flex;flex-direction:column;height:100%;opacity:0;text-align:center}#nav-bar-elements a{align-items:center;color:#f9f9f0;display:flex;flex:1 1;font-size:1rem;justify-content:center;transition:.4s;width:100%}#nav-bar-elements a:hover{background-color:#366c6c;color:#fff}#homepage-content{background-color:#f9f9f0;grid-area:homecontent}.homepage-content-child{animation:fadeIn 2s forwards;animation-delay:1.75s;border-bottom:thin solid;opacity:0;padding:4vh 10px}.homepage-content-child h3{font-size:2em;font-weight:500;margin-bottom:2vh}.homepage-content-child p,li,ol,ul{margin-bottom:1vh}iframe{border:thin solid;height:60vh;margin-top:2vh;width:60vw}#office-hours{border-bottom:none}#office-hours h4{font-size:1.5em;font-weight:500;margin-bottom:1vh}#office-hours div{margin-bottom:3vh}#office-hours #calendar{margin-bottom:0}@media screen and (max-width:1280px){#course-title{font-size:2.5em}#semester{font-size:1.25em}}@media screen and (max-width:840px){#course-title{font-size:2em}div#hyperlinks{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}iframe{width:80vw}}@media screen and (max-width:480px){#nav-bar{display:none}#content-container{display:flex}#course-title,.homepage-content-child h3{font-size:1.5rem;font-weight:600}#semester{font-size:1rem}#office-hours h4{font-size:1.25rem;font-weight:600}#course-description,a,ol,p,ul{font-size:.8rem}div#hyperlinks{grid-row-gap:.5rem;display:grid;grid-template-columns:repeat(4,1fr);margin-top:2vh;row-gap:.5rem}iframe{width:94.5vw}}@media screen and (max-width:1100px) and (max-height:280px){#title-screen{height:auto;padding:1rem 0}}button{color:#f9f9f0;font-family:Arial}h3{font-size:1rem}#main-container{display:grid;grid-template-areas:"nav chatbox";height:100vh;overflow:hidden;width:100%}#session-controls{-ms-overflow-style:none;background-color:#2e5c5c;border-right:thin solid;display:flex;flex-direction:column;gap:.75rem;grid-area:nav;height:100%;opacity:0;overflow-y:auto;scrollbar-width:none;transition:opacity .4s ease}#session-controls.open{opacity:1}#session-controls::-webkit-scrollbar{display:none}#top-navbar-buttons{background-color:#2e5c5c;display:flex;flex-direction:row;justify-content:space-between;left:0;padding-top:.25rem;position:-webkit-sticky;position:sticky;top:0}#return-home{display:flex;justify-content:left;margin-left:.25rem;margin-top:.25rem}#return-home svg{aspect-ratio:1/1;border-radius:100px;height:1.75rem;padding:.2rem;transition:.4s}#return-home svg:hover{background-color:#366c6c;cursor:pointer}#toggle-menu{background:none;border:none;margin:.25rem .25rem 0 0;padding:0}#toggle-menu svg{aspect-ratio:1/1;border-radius:100px;height:1.75rem;padding:.2rem;transition:.4s}#toggle-menu svg:hover{background-color:#366c6c;cursor:pointer}#new-session-button,#route-button{align-items:center;background:none;border:none;border-radius:10px;color:#f9f9f0;display:flex;flex-direction:row;height:2.5rem;justify-content:left;margin:.25rem .25rem 0;padding:0;transition:.4s}#new-session-button:hover,#route-button:hover{background-color:#366c6c;color:#fff;cursor:pointer}#new-session-button svg,#route-button svg{height:1.75rem;padding:.2rem}#main-list{margin-top:1.25rem;padding-bottom:1.25rem}#main-list h3{color:#c8c8c8;margin-bottom:.5rem;margin-left:.5rem}.list-item-active,.list-item-inactive{align-items:center;background:none;border:none;border-radius:10px;display:flex;flex-direction:row;justify-content:left;margin:.5rem .25rem 0;padding:.25rem 0 .25rem .25rem;transition:.4s;width:auto}.list-item-active:hover,.list-item-inactive:hover{background-color:#366c6c;cursor:pointer}.list-item-active{background:#ffffff1a}.list-button{align-items:center;background:none;border:none;display:flex;font-size:.9rem;height:100%;justify-content:left;padding:0 0 0 .5rem;text-align:left;width:80%}.list-button:hover{color:#fff;cursor:pointer}.utility-icon{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:right;padding:0;width:20%}.utility-icon svg{aspect-ratio:1/1;border-radius:100px;cursor:pointer;height:1.25rem;margin-right:.25rem;padding-bottom:.25rem;padding-right:.3rem;transition:.4s}.utility-icon svg:hover{background-color:#ffffff1a;cursor:pointer}#overlay-background{background:#00000080;height:100vh;left:0;position:fixed;top:0;transition:opacity .4s ease;width:100vw;z-index:-1}#new-session-button-mandatory,#route-button-mandatory,#toggle-menu-mandatory{background:none;border:none;display:flex;left:-.13rem;position:absolute;top:.43rem}#route-button-mandatory{top:4rem}#new-session-button-mandatory svg,#route-button-mandatory svg,#toggle-menu-mandatory svg{aspect-ratio:1/1;background-color:#2e5c5c;border-radius:100px;height:1.75rem;padding:.2rem;transition:.4s}#new-session-button-mandatory svg:hover,#route-button-mandatory svg:hover,#toggle-menu-mandatory svg:hover{background-color:#366c6c;cursor:pointer}#chatbox{align-items:center;background-color:#f9f9f0;display:flex;flex-direction:column;grid-area:chatbox;height:100vh;position:relative;width:100%}.chatbox-child{width:70%}#chat-messages{align-items:center;display:flex;flex-direction:column;max-height:none;overflow-y:auto;padding:1.5rem 0 4.25rem;width:100%}#greeting{justify-content:center;opacity:1;position:absolute;text-align:center;top:40%;transition:opacity .3s ease;width:70%}#greeting.inactive{opacity:0}#greeting h2{font-size:2em}.assistant,.user{display:flex;width:70%}.assistant{justify-content:left}.assistant svg{height:1.75rem;padding-left:1rem}.user{align-items:flex-end;display:flex;flex-direction:column;transition:.4s}.assistant-msg,.user-msg{max-width:25rem;overflow:hidden;width:-webkit-fit-content;width:fit-content}.assistant-msg{color:#000;justify-content:left;max-width:100%;padding:0,1rem,1rem,1rem}.assistant-msg h3,.assistant-msg h4,.assistant-msg li,.assistant-msg ol,.assistant-msg p,.assistant-msg ul{line-height:25px;margin-bottom:.5rem}.assistant-msg h3{font-size:1.5rem;font-weight:600;margin-top:1.5rem}.assistant-msg h4{font-size:1.25rem;font-weight:600;margin-top:1rem}.assistant-msg li,.assistant-msg ol,.assistant-msg p,.assistant-msg ul{margin-top:.5rem}.assistant-msg strong{font-weight:600}.assistant-msg li,.assistant-msg ol,.assistant-msg p,.assistant-msg strong,.assistant-msg ul,.user-msg p{font-size:1rem}.user-msg{background-color:#aac7c7;border-radius:20px;color:#000;max-width:85%;padding:1rem}.timestamp{color:#505050;font-size:.8rem;margin-right:.5rem;margin-top:.25rem}#input-container{background-color:#f9f9f0;border-radius:10px;display:flex;flex-direction:column;padding-bottom:10px;position:absolute;transition:bottom .3s ease}#input-container.center{bottom:38%}#input-container.bottom{bottom:0}#chat-input{background-color:#aac7c7;border-radius:10px;box-shadow:0 0 3px #00000080;flex-direction:row;height:3.25rem;margin-bottom:5px;position:relative;transition:.4s ease;width:100%}#chat-input,#chat-input input{align-items:center;display:flex;justify-content:center}#chat-input input{background:none;border:none;color:#000;font-family:Arial;font-size:1rem;height:100%;outline:none;padding-left:1rem;text-align:left;width:93%}#chat-input input::placeholder{filter:grayscale(1)}#chat-input input.disabled:hover{cursor:not-allowed}#chat-input button{align-items:center;background:none;border:none;color:#f9f9f0;display:flex;height:100%;justify-content:center;padding:0;width:7%}#chat-input button svg{aspect-ratio:1/1;background-color:#2e5c5c;border-radius:100px;height:1.6rem;margin-right:.25rem;padding-bottom:.25rem;padding-right:.3rem;transition:.4s}#chat-input button svg:hover{background-color:#366c6c;cursor:pointer}#chat-input button svg.disabled{filter:grayscale(1)}#chat-input button svg.disabled:hover{cursor:not-allowed}#under-input-container{justify-content:space-between;width:100%}#hearts-container,#under-input-container{align-items:center;display:flex;flex-direction:row}#hearts-container{justify-content:left}.hearts{transition:opacity .4s ease}.hearts svg{height:1.75rem}#category-container{align-items:center;display:flex;justify-content:flex-end}#category-lock{align-items:center;background:#aac7c7;border-radius:10px;box-shadow:0 0 3px #00000080;cursor:not-allowed;display:flex;font-size:.8rem;font-weight:600;height:1.6rem;justify-content:center;padding:.25rem 0;width:8rem;z-index:500}#category-lock.disabled{filter:grayscale(1)}@media screen and (max-width:840px){#main-container{display:flex}#chatbox{width:100%}#session-controls{height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .4s ease,opacity .4s ease;width:60vw;z-index:1000}#session-controls.open{transform:translateX(0)}#overlay-background.active{opacity:1;z-index:999}.chatbox-child{width:77%}#input-container.center{bottom:0}#chat-input input{width:90%}#chat-input button{width:10%}}@media screen and (max-width:480px){#chat-input input{width:85%}#chat-input button{width:15%}}#dropdown{align-items:center;background:#aac7c7;border-radius:10px;box-shadow:0 0 3px #00000080;cursor:pointer;display:flex;flex-direction:column;font-family:Arial;font-size:.8rem;position:relative;transition:border-radius .4s ease;width:8rem}#dropdown.open{border-radius:10px 10px 0 0}#dropdown.disabled{filter:grayscale(1)}#dropdown-header{align-items:center;background:#aac7c7;border-radius:10px;display:flex;justify-content:space-between;padding:.25rem 0;transition:.4s;width:100%;z-index:500}#dropdown-header.open{border-bottom:thin solid #366c6c;border-radius:10px 10px 0 0}#dropdown-header.disabled{border-bottom:thin solid #777;filter:grayscale(1)}#dropdown-header:hover{background:#b7d1d1}#dropdown-display{display:flex;font-weight:600;justify-content:center;padding-left:.5rem}#dropdown-icon{padding-right:.3rem}#dropdown-icon svg{height:1rem;padding:.2rem}#dropdown-options{border-radius:0 0 10px 10px;box-shadow:0 0 3px #00000080;overflow-y:auto;position:absolute;top:50%;transition:height .4s ease;width:100%}.dropdown-option{background:#aac7c7;cursor:pointer;padding:.5rem;transition:.4s}.dropdown-option.disabled{filter:grayscale(1)}.dropdown-option:hover{background:#b7d1d1}@media screen and (max-width:840px){#dropdown-options{border-radius:10px 10px 0 0;bottom:50%;top:auto}#dropdown-header.open,#dropdown.open{border-radius:0 0 10px 10px}#dropdown-header.open{border-bottom:none;border-top:thin solid #366c6c}#dropdown-header.disabled{border-top:thin solid #777}}#custom-alert-overlay{background:#00000080;height:100vh;left:0;position:fixed;top:0;width:100vw}#custom-alert,#custom-alert-overlay{align-items:center;display:flex;justify-content:center}#custom-alert{background-color:#2e5c5c;border-radius:20px;box-shadow:0 0 10px #00000080;flex-direction:column;height:13.5rem;transition:width .4s ease;width:30rem}#alert-message{align-items:center;color:#d3d3d3;display:flex;height:100%;justify-content:center;text-align:center;width:100%}#alert-message p{font-size:1rem;padding-left:1.5rem;padding-right:1.5rem}#alert-options{align-items:flex-end;display:flex;gap:1rem;justify-content:flex-end;margin-bottom:1rem;margin-right:2rem;width:100%}.alert-button{align-items:center;background:#366c6c;border:none;border-radius:10px;box-shadow:0 0 3px #00000080;color:#f9f9f0;cursor:pointer;display:flex;font-size:.9rem;height:2.5rem;justify-content:center;padding:.5rem;width:5rem}.alert-button:hover{background:#ffffff26;color:#fff}@media screen and (max-width:680px){#custom-alert{width:28rem}}@media screen and (max-width:480px){#custom-alert{width:22rem}}#search-form{height:2.5rem;justify-content:center;margin-bottom:.25rem}#search-container,#search-form{align-items:center;display:flex}#search-container{background-color:#aac7c7;border-radius:10px;flex-direction:row;height:100%;justify-content:left;margin-top:.5rem;width:97.5%}#search-icon{align-items:center;display:flex;justify-content:center;width:15%}#search-icon svg{height:1.5rem}#search-bar{background:none;border:none;color:#000;font-family:Arial;font-size:.9rem;height:100%;margin-right:.5rem;outline:none;width:85%}#search-bar::placeholder{color:#505050}#users{width:100%}#users,.sessions-list{display:flex;flex-direction:column}.sessions-list{opacity:0;overflow:hidden;transition:max-height .2s ease,opacity .4s ease;transition:max-height var(--transition-duration,.2s) ease,opacity var(--transition-duration,.4s) ease}.sessions-list.open{--transition-duration:0.8s;max-height:2000px;opacity:1}.sessions-list.closed{--transition-duration:0.2s;max-height:0;opacity:0}.session-item-active,.session-item-inactive{align-items:center;background:#ffffff1a;border:none;border-radius:10px;color:#f9f9f0;display:flex;flex-direction:row;font-size:.8rem;height:20px;justify-content:left;margin:.5rem .25rem 0;padding:.25rem 0 .25rem 1.75rem;transition:.4s}.session-item-active{background:#ffffff4d}.session-item-active:hover,.session-item-inactive:hover{background:#fff3;color:#fff;cursor:pointer}@media screen and (max-width:840px){#search-bar{width:90%}#search-icon{width:10%}}@media screen and (max-width:680px){#search-bar{width:87%}#search-icon{width:13%}}@media screen and (max-width:480px){#search-icon svg{height:1.35rem}}
/*# sourceMappingURL=main.560c164d.css.map*/