:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{min-height:var(--toastify-toast-min-height);box-sizing:border-box;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ChatInput-module__CGrquW__message{margin-bottom:3%;margin-left:5%}@media (max-width:768px){.ChatInput-module__CGrquW__message{margin-bottom:7%;margin-left:2%}}.ChatInput-module__CGrquW__chat-input-container{transition:all .2s ease-in-out}.ChatInput-module__CGrquW__chat-input-container:focus-within{transform:scale(1.01);box-shadow:0 4px 20px #0000001a}.ChatInput-module__CGrquW__chat-textarea{transition:all .2s ease-in-out}.ChatInput-module__CGrquW__chat-textarea:focus{transform:translateY(-1px)}.ChatInput-module__CGrquW__typing-indicator{gap:2px;display:flex;position:absolute;bottom:8px;right:8px}.ChatInput-module__CGrquW__typing-dot{background-color:#9ca3af;border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite ChatInput-module__CGrquW__typing}.ChatInput-module__CGrquW__typing-dot:first-child{animation-delay:-.32s}.ChatInput-module__CGrquW__typing-dot:nth-child(2){animation-delay:-.16s}@keyframes ChatInput-module__CGrquW__typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.ChatInput-module__CGrquW__tool-button{transition:all .2s ease-in-out}.ChatInput-module__CGrquW__tool-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.ChatInput-module__CGrquW__send-button-pulse{animation:2s infinite ChatInput-module__CGrquW__pulse}@keyframes ChatInput-module__CGrquW__pulse{0%{box-shadow:0 0 #3b82f6b3}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}
.SpeechToText-module__R0aasW__listeningBackground{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;animation:2s infinite SpeechToText-module__R0aasW__pulseBackground,2s ease-in-out infinite SpeechToText-module__R0aasW__bounceEffect;display:flex;position:static}.SpeechToText-module__R0aasW__marginBttom{height:60px;margin-right:5px;padding-top:10%}.SpeechToText-module__R0aasW__mic-container{justify-content:center;align-items:center;margin:0;display:flex;position:relative}.SpeechToText-module__R0aasW__circle{z-index:1;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .5s;display:flex;box-shadow:0 6px 10px #00000024,0 1px 18px #0000001f,0 3px 5px -1px #0003}.SpeechToText-module__R0aasW__circle.SpeechToText-module__R0aasW__active{background:#000;animation:.8s ease-in-out infinite SpeechToText-module__R0aasW__bounce}.SpeechToText-module__R0aasW__circle.SpeechToText-module__R0aasW__active i{color:#fff}.SpeechToText-module__R0aasW__circle:before{content:"";opacity:.2;z-index:-1;border-radius:50%;width:80px;height:80px;position:absolute}@keyframes SpeechToText-module__R0aasW__pulseBackground{0%{background-color:#0000001a}50%{background-color:#0000004d}to{background-color:#0000001a}}@keyframes SpeechToText-module__R0aasW__bounceEffect{0%{transform:scale(1)}25%{transform:scale(1.05)}50%{transform:scale(1)}75%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes SpeechToText-module__R0aasW__bounce{0%{transform:scale(1)}25%{transform:scale(1.4)}75%{transform:scale(1)}to{transform:scale(1.3)}}
.WaveAnimation-module__OFd8fa__wrapper{border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex}.WaveAnimation-module__OFd8fa__container{justify-content:center;align-items:center;display:flex;overflow:hidden}.WaveAnimation-module__OFd8fa__bar{background-color:#545fe5;border-radius:2px;width:4px;height:30px;margin:0 2px;animation:1s ease-in-out infinite WaveAnimation-module__OFd8fa__wave;display:inline-block}.WaveAnimation-module__OFd8fa__bar:nth-child(odd){animation-delay:.2s}.WaveAnimation-module__OFd8fa__bar:nth-child(2n){animation-delay:.4s}.WaveAnimation-module__OFd8fa__bar:nth-child(3n){animation-delay:.6s}.WaveAnimation-module__OFd8fa__bar:nth-child(5n){animation-delay:.8s}.WaveAnimation-module__OFd8fa__bar:nth-child(7n){animation-delay:1s}@keyframes WaveAnimation-module__OFd8fa__wave{0%{transform:scaleY(1)}50%{transform:scaleY(.5)}to{transform:scaleY(1)}}@media (min-width:1024px){.WaveAnimation-module__OFd8fa__wrapper{margin-left:24%}}
.AudioLoader-module__kCunnW__wrapper{background-color:#fff;border:2px solid #545fe5;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;box-shadow:0 4px 8px #0000001a}.AudioLoader-module__kCunnW__text{color:#545fe5;margin-bottom:10px;font-size:16px}.AudioLoader-module__kCunnW__progressBar{background-color:#e0e0e0;border-radius:5px;width:100%;height:10px;margin:10px 0;overflow:hidden}.AudioLoader-module__kCunnW__filler{background-color:#545fe5;height:100%;transition:width .2s ease-in-out}.AudioLoader-module__kCunnW__waveMenu{cursor:pointer;background:#fff;border:4px solid #545fe5;border-radius:50px;justify-content:center;align-items:center;width:200px;height:45px;margin:0;padding:0;transition:all .2s;display:flex}.AudioLoader-module__kCunnW__waveMenu li{background:#545fe5;border-radius:10px;width:4px;height:30px;margin:0 6px;list-style:none;transition:all .2s;animation-name:AudioLoader-module__kCunnW__wave1;animation-duration:.3s;animation-iteration-count:infinite;animation-direction:alternate}.AudioLoader-module__kCunnW__waveMenu:hover>li{background:#fff}.AudioLoader-module__kCunnW__waveMenu:hover{background:#545fe5}.AudioLoader-module__kCunnW__waveMenu li:nth-child(2){animation-name:AudioLoader-module__kCunnW__wave2;animation-delay:.2s}.AudioLoader-module__kCunnW__waveMenu li:nth-child(3){animation-name:AudioLoader-module__kCunnW__wave3;animation-duration:.4s;animation-delay:.23s}.AudioLoader-module__kCunnW__waveMenu li:nth-child(4){animation-name:AudioLoader-module__kCunnW__wave4;animation-duration:.3s;animation-delay:.1s}.AudioLoader-module__kCunnW__waveMenu li:nth-child(5){animation-delay:.5s}.AudioLoader-module__kCunnW__waveMenu li:nth-child(6){animation-name:AudioLoader-module__kCunnW__wave2;animation-duration:.5s}.AudioLoader-module__kCunnW__waveMenu li:nth-child(8){animation-name:AudioLoader-module__kCunnW__wave4;animation-duration:.25s;animation-delay:.4s}.AudioLoader-module__kCunnW__waveMenu li:nth-child(9){animation-name:AudioLoader-module__kCunnW__wave3;animation-delay:.15s}@keyframes AudioLoader-module__kCunnW__wave1{0%{transform:scaleY(1)}to{transform:scaleY(.5)}}@keyframes AudioLoader-module__kCunnW__wave2{0%{transform:scaleY(.3)}to{transform:scaleY(.6)}}@keyframes AudioLoader-module__kCunnW__wave3{0%{transform:scaleY(.6)}to{transform:scaleY(.8)}}@keyframes AudioLoader-module__kCunnW__wave4{0%{transform:scaleY(.2)}to{transform:scaleY(.5)}}.AudioLoader-module__kCunnW__emoji{opacity:0;font-size:24px;animation:3s ease-out forwards AudioLoader-module__kCunnW__popUp;position:absolute;bottom:0}@keyframes AudioLoader-module__kCunnW__popUp{0%{opacity:0;transform:translateY(100%)}30%{opacity:1}to{opacity:0;transform:translateY(-200%)}}.AudioLoader-module__kCunnW__emoji1{animation-delay:0s;left:20%}.AudioLoader-module__kCunnW__emoji2{animation-delay:.5s;left:40%}.AudioLoader-module__kCunnW__emoji3{animation-delay:1s;left:60%}.AudioLoader-module__kCunnW__emoji4{animation-delay:1.5s;left:80%}.AudioLoader-module__kCunnW__emoji5{animation-delay:2s;left:50%}
