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}.list-fade-in{animation:fadeInUp .8s ease-out forwards;opacity:0}.typing-animation{position:relative}.typing-cursor{color:#007bff}.una-logo{display:block;height:auto;margin:0 auto;position:relative;top:-20px;width:400px}.overview-description{background:#202123;border-radius:5px;margin-bottom:1rem;padding:10px}.collapsible-item{margin-bottom:.5rem}.collapsible-button{background:#e0e0e0;border-radius:5px;padding:10px;transition:background .3s}.collapsible-button:hover{background:#d0d0d0}.additional-content-container{margin-top:1rem}.show-additional-btn{align-items:center;background:#323436;border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;gap:8px;margin:10px 0;padding:10px 20px;transition:all .3s ease}.show-additional-btn:hover{background:#ffffff75}.arrow{border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .3s ease}.arrow.down{transform:rotate(45deg)}.arrow.up{transform:rotate(-135deg)}.additional-content{animation:slideDown .3s ease-out;background:#323436;border:1px solid #ddd;border-radius:10px;display:inline-block;margin-top:10px;padding:5px 10px}.additional-content p{margin:.5rem 0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.collapsible-content{animation:fadeIn .3s ease-in;background:#f8f8f8;border-radius:5px;margin-top:5px;padding:10px}@keyframes upDown{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.robot-container{animation:upDown 2s ease-in-out infinite;height:14%;position:absolute;right:27%;top:2%;width:7%}.index-module_type__E-SaG:after{content:"";display:none}.chat-container{padding-bottom:80px;padding-top:20px}.chat-header{height:10%}.chat-messages{-ms-overflow-style:none;background:#0000;display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:20px;position:relative;scrollbar-width:none}.chat-messages::-webkit-scrollbar{display:none}.chat-message{align-items:center;display:flex;justify-content:flex-end;margin-bottom:10px;transition:transform .3s ease-in-out}.similar-question-button{background-color:#323436;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:5px;padding:8px 12px}.similar-question-button:hover{background-color:#85c9b5}.message-explanation{background-color:#f0f0f0;border-radius:10px;color:#333;font-size:14px;margin-top:10px;padding:10px}.message-avatar{border-radius:50%;margin-right:10px;width:50px}.chat-message.bot .message-text{animation:fadeIn .4s ease-in-out;background-color:#202123;border-radius:15px;color:#fff;direction:rtl;font-size:1.1rem;margin:5px 400px 5px 5px;max-height:auto;max-width:35%;min-width:100px;padding:12px;text-align:right;visibility:hidden}.message-text a{color:#2e89a8;text-decoration:none}.message-text a:hover{text-decoration:underline}.chat-message.bot .message-text:not(:empty){visibility:visible}.chat-message.user .message-text{animation:fadeIn .4s ease-in-out;background-color:#323436;border-radius:15px;color:#fff;font-size:1.1rem;margin:5px 400px 5px 5px;max-width:70%;padding:12px}.api-toggle-buttons-container{margin-right:10px;margin-top:3%}.api-toggle-button{font-size:14px;margin-bottom:10px;width:20%}.api-toggle-button.active{color:#0c0c0c}.api-toggle-button:hover{background-color:#888888ad}.chat-input-form{border-radius:15px;bottom:20%;display:flex;flex-direction:column;height:fit-content;left:50%;margin:auto;overflow:hidden;position:fixed;top:77%;transform:translateX(-50%);width:65%}.chat-input{border:none;border-radius:30px;box-shadow:0 2px 8px #0000001a;direction:rtl;flex:1 1;font-size:1.2rem;height:80px;outline:none;padding:16px 24px;text-align:right}.chat-input,.send-button{background-color:#323436;color:#fff}.send-button{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.5rem;height:45px;justify-content:center;margin-left:10px;margin-top:15px;transition:background .3s ease,transform .3s ease;width:45px}.send-button:hover{background-color:#ffffffad;transform:scale(1.05)}.microphone-button{align-items:center;background:#323436;border:none;border-radius:50%;cursor:pointer;display:flex;height:45px;justify-content:center;margin-left:10px;margin-top:15px;transform:scale(1.05);transition:background .3s ease,transform .3s ease;width:45px}.microphone-button:hover{background-color:#ffffffad;transform:scale(1.05)}.microphone-button:active{background-color:#fff3;transform:scale(.95)}.footer{bottom:-4px;color:#fff;position:fixed;text-align:center;width:100%}.social-icons{margin:0}.social-icons a{color:#fff;font-size:25px;margin:0 10px;transition:color .3s}.social-icons a:hover{color:#ffffffad}.current-date{background-color:#323436;border-radius:20px;color:#fff;font-weight:700;padding:8px 16px;position:absolute;right:20px;text-align:center;top:20px}.collapsible-item{margin-bottom:15px}.collapsible-button{background-color:#323436;border:none;border-radius:10px;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;display:block;font-size:18px;margin-bottom:10px;max-width:600px;padding:15px;text-align:right;transition:background-color .3s ease,transform .2s ease;width:100%}.collapsible-button:hover{background-color:#ffffffad;transform:scale(1.02)}.collapsible-content{background-color:#323436;border:1px solid #656464;border-radius:10px;box-shadow:0 4px 6px #0000001a;color:#fff;font-size:16px;line-height:1.8;margin-top:10px;max-width:600px;padding:15px;text-align:right}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-question-container{align-items:center;display:flex}*{box-sizing:border-box;margin:0;padding:0}*,body{font-family:Tajawal,sans-serif!important}.chat-page{background-color:#202123;display:flex;height:100vh}.chat-container{background:#0000;display:flex;flex:1 1;flex-direction:column;height:60%;margin:auto;padding:20px 0 80px;width:60%}.chat-header{color:#fff;position:absolute;text-align:center;top:20px;width:100%}.api-toggle-buttons-container{display:flex;flex-direction:row;gap:10px;justify-content:center;margin:10px 0}.api-toggle-button{background-color:#323436;border:none;border-radius:15px;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .3s ease}.api-toggle-button.active{background-color:#fff;color:#0a4c5a}@media (max-width:1024px){.chat-container,.chat-input-form{width:85%}.robot-container{right:23%;top:2%}}@media (max-width:768px){.chat-container{width:90%}.robot-container{display:none}.chat-input-form{width:90%}.chat-message.bot .message-text,.chat-message.user .message-text{margin-right:120px;max-width:70%}.una-logo{width:350px}.current-date{right:50%;top:85px;transform:translateX(50%)}.api-toggle-button{font-size:12px;padding:8px 16px;width:45%}}@media (max-width:480px){.una-logo{width:300px}.robot-container{display:none}.current-date{right:50%;top:80px;transform:translateX(50%)}.chat-container,.chat-input-form{width:100%}.chat-message.bot .message-text,.chat-message.user .message-text{margin-right:0;max-width:90%}.microphone-button,.send-button{font-size:1.2rem;height:35px;width:35px}.footer{font-size:.7rem}.social-icons a{font-size:20px;margin:0 5px}.api-toggle-buttons-container{flex-direction:row;gap:5px}}@media (max-width:320px){.una-logo{width:200px}.robot-container{display:none}.chat-message.bot .message-text,.chat-message.user .message-text{margin-right:0;max-width:100%}.microphone-button,.send-button{font-size:1rem;height:30px;width:30px}.footer{font-size:.6rem}.social-icons a{font-size:18px;margin:0 3px}.current-date{font-size:.7rem;padding:4px 8px}.api-toggle-buttons-container{flex-direction:column;gap:5px}}.loading-dots{align-items:center;color:#fff;display:flex;font-size:3.5rem;height:48px;justify-content:center;text-shadow:0 2px 8px #00000040}.loading-dots .dot{animation:blink 1.4s infinite both;margin:0 2px}.loading-dots .dot:nth-child(2){animation-delay:.2s}.loading-dots .dot:nth-child(3){animation-delay:.4s}body.light-mode{color:#000!important}body.light-mode,body.light-mode .chat-page{background-color:#fff!important}body.light-mode .chat-input,body.light-mode .chat-message.bot .message-text,body.light-mode .chat-message.user .message-text{background-color:#f5f5f5!important;color:#000!important}body.light-mode .chat-input{border-radius:30px;box-shadow:0 2px 4px #0000000d}body.light-mode .api-toggle-button,body.light-mode .collapsible-button,body.light-mode .collapsible-content,body.light-mode .send-button,body.light-mode .show-additional-btn{background-color:#fff!important;color:#000!important}body.light-mode .api-toggle-button.active,body.light-mode .microphone-button{background-color:#000!important;color:#fff!important}body.light-mode .microphone-button i,body.light-mode .microphone-button svg{fill:#fff!important;color:#fff!important}body.light-mode .footer{background-color:#fff!important;color:#000!important}body.light-mode .footer a{color:#007bff!important}body.light-mode .footer .social-icons a{color:#333!important}body.light-mode .footer .social-icons a:hover{color:#000!important}.theme-toggle{background:#323436;border:none;border-radius:50%;box-shadow:0 2px 6px #0003;color:#fff;cursor:pointer;font-size:18px;height:35px;left:20px;position:absolute;top:20px;transition:all .3s ease;width:35px;z-index:999}body.light-mode .theme-toggle{background:#fff;color:#000}.typing-animation{display:inline-block}.typing-cursor{animation:blink 1s infinite;font-weight:700}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.typed-complete{animation:fadeIn .3s ease-in}.chat-message.bot .message-text{line-height:1.6}.chat-message.bot .message-text p{margin-bottom:12px;margin-top:0}.chat-message.bot .message-text ol,.chat-message.bot .message-text ul{margin-bottom:12px;margin-top:5px;padding-right:20px}.chat-message.bot .message-text li{margin-bottom:8px;padding-right:5px}.chat-message.bot .message-text ol:last-child,.chat-message.bot .message-text p:last-child,.chat-message.bot .message-text ul:last-child{margin-bottom:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.staggered-animation-container>*{animation:fadeInUp .6s ease-out forwards;opacity:0}.staggered-animation-container>:first-child{animation-delay:.4s}.staggered-animation-container>:nth-child(2){animation-delay:.6s}.staggered-animation-container>:nth-child(3){animation-delay:.8s}.staggered-animation-container>:nth-child(4){animation-delay:1s}.staggered-animation-container>:nth-child(5){animation-delay:1.2s}.staggered-animation-container>:nth-child(6){animation-delay:1.4s}
/*# sourceMappingURL=main.f8492344.css.map*/