@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{padding:0;margin:0;box-sizing:border-box}body{width:100vw;height:100vh;background-color:#fff;font-family:Open Sans,serif;margin:0;overflow:hidden;display:flex;flex-direction:column}.container{width:100%;height:100vh;display:flex;flex-direction:column;position:relative}header{width:100%;height:12vh;display:flex;justify-content:space-between;align-items:center;padding:.7% 7%;border-bottom:1px solid black;box-shadow:0 2px 4px #c7c7c7;background-color:#fff}header img{width:60px}.logo_cont{display:flex;align-items:center;gap:10px}.logo_text{color:#000;font-size:25px}.logo_text_span{font-weight:800}main{width:100%;flex:1;overflow-y:auto;display:flex;flex-direction:column;position:relative}.chatbox{width:55%;height:100%;margin:auto;display:flex;flex-direction:column}.chatbox h1{font-size:50px;font-weight:800;text-align:center;color:#186f44;line-height:57px;padding:3% 0;margin-top:10%}@keyframes slideInFromBottom{0%{transform:translateY(20%);opacity:0}to{transform:translateY(0);opacity:1}}.slideInFromBottom{animation:slideInFromBottom 1s ease-out forwards}.chatbox h3{width:76%;font-size:23px;font-weight:400;align-self:center;text-align:center;color:#000}.chat{height:450px;overflow-y:auto;padding:10px;border-radius:5px}.chat button{background:transparent;border:none;cursor:pointer}.chat .send_button{width:100px}.message{display:flex;align-items:center;margin:10px 0;word-wrap:break-word;height:auto}.bot{justify-content:flex-start;padding:4px}.text{max-width:800px;padding:4px;border-radius:10px;font-size:16px;color:#fff;background:#ededed;word-wrap:break-word}.user{justify-content:flex-end}.message .text{padding:4px}.message .text h1{font-size:24px;margin:10px 0}.message .text h2{font-size:20px;margin:8px 0}.message .text ul,.message .text ol{padding-left:20px;margin:10px 0}.message .text table{width:100%;border-collapse:collapse;margin:10px 0}.message .text th,.message .text td{border:1px solid #ddd;padding:8px}.message .text th{background-color:#f2f2f2;text-align:left}.user .text{max-width:70%;padding:10px;border-radius:10px;font-size:16px;color:#fff;background:#1f8249}.bot .text{background:#ededed;color:#000;max-width:70%;padding:10px;border-radius:10px;font-size:16px}.input_area{width:100%;min-height:11%;max-height:200px;background-color:#fff;margin:3% 0;border:1px solid rgba(128,128,128,.2);border-radius:10px;padding:0 20px;display:flex;overflow-y:auto;align-self:center;box-shadow:0 6px 20px #00000026}.input_area textarea{width:97%;background-color:transparent;word-wrap:break-word;resize:none;overflow-y:hidden;border:none;font-size:18px;font-family:Open Sans,sans-serif;color:#000;line-height:1.5;height:auto;min-height:30px;max-height:200px;padding-top:20px}.input_area textarea::placeholder{color:#121212;font-weight:300}.input_area textarea:focus{border:none;outline:none}.input_area button{width:3%;background-color:transparent;border:none;cursor:pointer}.input_area button img{width:20px}footer{width:100%;height:12vh;display:flex;justify-content:center;align-items:center;border-top:1px solid black;box-shadow:0 2px 4px #c7c7c7;background-color:#fff}footer .foot_container{width:100%;height:80%;display:flex;justify-content:center;align-items:center;align-items:flex-end}footer img{margin:0 5px}.loading-dots{display:flex;justify-content:center;align-items:center;margin-top:10px}.loading-dots span{width:8px;height:8px;margin:0 2px;background-color:#000;border-radius:50%;display:inline-block;animation:loading .8s infinite}.loading-dots span:nth-child(1){animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes loading{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}@media (max-width: 1024px){.chatbox{width:60%}}@media (max-width: 950px){.chatbox{width:70%}}@media (max-width: 768px){.chatbox h1{font-size:40px;line-height:45px}.chatbox h3{font-size:18px}header img{width:50px}#powered_by{width:89px}#ncair,#publica{width:76px}header{height:12vh}main{flex:1}footer{height:12vh}}@media (max-width: 480px){.chatbox{width:90%}.chatbox h1{margin-top:40%;font-size:25px;line-height:30px}.chatbox h3{font-size:14px;width:90%;margin-bottom:2%}#powered_by{width:71px}#ncair,#publica{width:61px}header{height:12vh}main{flex:1}footer{height:12vh}}
