body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}*{box-sizing:border-box}.App{height:100vh}.privacy-wrapper{align-items:center;display:flex;justify-content:center}.privacy-page{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;color:#333;font-family:Arial,sans-serif;line-height:1.6;margin:40px auto;padding:20px;width:600px}.privacy-page h1{color:#444;font-size:2em;margin-bottom:20px;text-align:center}.privacy-page section{background-color:#f9f9f9;border-left:4px solid #4a90e2;border-radius:5px;margin-bottom:20px;padding:15px}.privacy-page h2{color:#4a90e2;font-size:1.5em;margin-top:0}.privacy-page p{margin:0 0 10px}.privacy-page ul{list-style-type:disc;padding-left:20px}.privacy-page li{margin-bottom:5px}.privacy-page .back-home-link{color:#4a90e2;display:block;margin-bottom:20px;text-decoration:none}.chat-container{background-color:#f0f0f0;height:calc(100vh - 100px);margin:0 auto;width:100%}.chat-container,.message-list{display:flex;flex-direction:column}.message-list{flex-grow:1;margin:auto;overflow-y:auto;padding:20px;width:70%}.message-list .message-wrapper{display:flex}.message{animation:fadeIn .5s forwards;border-radius:20px;box-shadow:0 0 5px #9494941a;display:inline-block;margin-bottom:15px;opacity:0;padding:10px 15px;width:400px}.message.user{align-self:flex-start;background-color:#6a5cc2;color:#fff}.avatar{border-radius:50%;height:30px;margin-right:5px;width:30px}.message.assistant{background-color:#fff;color:#000}.wrapper-assistant{margin-left:auto;margin-right:20%}.wrapper-user{margin-left:20%;margin-right:auto}.message-input{display:flex;justify-content:center;padding:10px}.message-input input{border:1px solid #ccc;border-radius:50px;margin-right:10px;padding:15px;width:80%}.message-input input:focus{outline:none}.message-input button{align-items:center;background-color:#6a5cc2;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:44px;justify-content:center;width:44px}.message-input button:disabled{background-color:#d3d3d3;cursor:not-allowed}.message-input button .message{animation:fadeIn 1.5s forwards;transition:transform .3s ease-in-out}.message.user{transform:translateX(10px)}.message.assistant{transform:translateX(-10px)}.temporarily-unavailable{background-color:#f8d7da;border-radius:8px;box-shadow:0 2px 10px #0000001a;color:#721c24;font-size:1.2em;font-weight:700;left:50%;padding:20px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.temporarily-unavailable p{margin:0}.dot{animation:fadeInDot 1.5s infinite;display:inline-block;opacity:0}.dot:first-child{animation-delay:0s;display:inline-block;margin-left:3px}.dot:nth-child(2){animation-delay:.5s}.dot:nth-child(3){animation-delay:1s}@keyframes fadeInDot{0%,to{opacity:0}50%{opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1200px){.message-list{width:80%}}@media (max-width:992px){.message-list{width:90%}}@media (max-width:768px){.message-list{width:95%}.message{width:250px}.wrapper-assistant{margin-left:auto}.wrapper-user{margin-right:auto}}@media (max-width:576px){.message-list{width:100%}}.chat-header{background-color:#6a5cc2;border-bottom:2px solid #fff;color:#fff;padding:15px;width:100%}.text-container{text-align:center}.text-container span{color:#fff;font-size:1em}@keyframes slideIn{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.text-container{animation:slideIn .6s ease-out}.online{align-items:center;display:flex;font-size:10px;justify-content:center}.online-dot{background-color:#7ae283;border-radius:50%;height:5px;margin-right:5px;width:5px}.austin{font-weight:700;margin-bottom:5px}.footer{background-color:#fff;border-top:1px solid #ddd;margin-top:auto;padding:5px;text-align:center;width:100%}.footer-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:900px}.footer-links{margin-bottom:10px}.footer-links a{color:#6a5cc2;font-size:11px;margin:0 10px;text-decoration:none}.footer-links a:hover{text-decoration:underline}
/*# sourceMappingURL=main.4752e9ee.css.map*/