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,Roboto Mono,monospace}@font-face{font-family:Roboto Mono,monospace;font-weight:700;src:local("Roboto Mono"),url(/static/media/RobotoMono-VariableFont_wght.e14e25b7c497634efdfe.ttf) format("truetype")}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Playwrite;font-weight:400;src:local("Playwrite"),url(/static/media/PlaywriteNZ-VariableFont_wght.698d7c27056aa30fe3d4.ttf) format("opentype")}@font-face{font-family:Bebas;font-weight:400;src:local("Bebas"),url(/static/media/BebasNeue-Regular.12e3683f9192436a7be8.ttf) format("opentype")}body{background-color:#fff;color:#000}.app-wrapper{color:#000;font-family:Playwrite;height:100vh;overflow:hidden;position:relative}.app-wrapper .disclaimer{bottom:10px;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;font-size:10px;left:10px;position:fixed;text-align:center}.app-wrapper .input-box{margin:30px}.app-wrapper input{background:#0000;border:1px solid #000;box-shadow:none;color:#000;font-family:Bebas;font-size:20px;padding:8px 20px;width:85%}.app-wrapper input:focus{outline:none}.movies_wrapper{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;max-height:68vh;overflow-y:auto}.movie-box{border-radius:5px;cursor:pointer;height:400px;position:relative;width:300px}.movie-box-overlay{align-items:center;background-color:hsla(0,0%,100%,.387);bottom:0;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.movie-box-text{color:#fff;font-family:Bebas;font-size:24px;opacity:0;position:absolute;text-align:center;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.movie-box img{height:100%;width:100%}.movie-box:hover .movie-box-overlay,.movie-box:hover .movie-box-text{opacity:1}.movie-details{align-items:center;display:flex;flex-direction:column;gap:10px;height:500px;width:300px}.movie-details img{width:90%}.add-movie{background:none;background-color:#579aff;border:none;border-radius:5px;box-shadow:0 0 15px 5px #5aa2ff3d;color:inherit;color:#fff;cursor:pointer;font-family:Bebas;font:inherit;outline:inherit;padding:5px 10px;position:absolute;right:9rem;top:40px;transition:.5s}.add-movie:hover{background-color:#73a9f9;box-shadow:0 0 15px 5px rgba(117,171,241,.533)}@media(max-width:1000px){.add-movie{position:static}}body{color:#1f1f59;font-family:Noto Sans,sans-serif}.chat::-webkit-scrollbar,body::-webkit-scrollbar{display:none}.chat{grid-row-gap:1.5rem;background-clip:initial;background-color:#fff;border:1px solid #000;border-radius:.2rem;bottom:3rem;box-shadow:0 0 .875rem 0 #3540520d;display:grid;grid-template-rows:3rem 1fr 3rem;height:40rem;margin:1.75rem 1rem 0;opacity:0;overflow:hidden;padding:1.5rem 1.25rem;position:absolute;right:0;row-gap:1.5rem;width:25rem;z-index:3}.chat.active{animation:show-chat .3s ease-out 0s forwards}.chat.hidden{display:none}.chat__head{color:#1f1f59;display:flex;flex-direction:column;margin:-1.5rem -1.25rem 0;padding:0 20px;width:100%}.chat__head button{background-color:#0000;border:1px solid #0000;color:#fff;padding-left:0;padding-right:0}.chat__head button:focus,.chat__head button:hover{color:#000}.chat__header{align-items:center;color:#1f1f59;display:flex;flex-direction:row;justify-content:space-between}.chat__header__info{display:flex;flex-direction:row;font-size:14px;gap:5rem}.chat__header__new-chat{display:flex;gap:10px;padding:10px}.chat__header__new-chat button{align-items:center;background-color:#ebebf1;border:0;border-radius:5px;color:#1f1f59;display:flex;font-size:14px;font-weight:400;gap:10px;height:36px;justify-content:center;width:220px}.chat__header__new-chat button:hover{background-color:#e3e3e3;box-shadow:0 0 12px -1px #ebebf1}.chat__header__new-chat button:first-child{margin-right:5px}.chat__conversation{margin-top:10px;max-height:100%;max-width:1000px;overflow:auto;width:100%}.chat__conversation>span{display:flex;flex-direction:column;overflow:hidden;row-gap:1rem}.chat__conversation>span .chat__conversation--load,.chat__conversation>span>span.chat__conversation__answer>span,.chat__conversation>span>span>span.chat__conversation__question{border-radius:.5rem;display:flex!important;flex-direction:column;padding:.5rem 1rem;white-space:break-spaces}.chat__conversation>span>span.chat__conversation__answer>.icon__box{align-items:center;display:flex;justify-content:center}.chat__conversation>span .sender-name{font-size:10px}.chat__conversation>span>span>span.chat__conversation__question{align-self:flex-end;animation:show-message .15s ease-out .5s forwards;background-color:#5959eb;color:#fff;max-width:90%;opacity:0;overflow:auto}.chat__conversation>span>span.chat__conversation__answer{animation:show-message .15s ease-out 1.5s forwards;color:#1f1f59;display:flex;gap:.5rem;max-width:90%;opacity:0}.chat__conversation>span>span.chat__conversation__answer>span:first-child{background-color:#ebebf1;border-radius:5rem;color:#fff;height:2.5rem;margin-top:8px;padding:.25rem .3rem .35rem;width:2.5rem}.chat__conversation>span>span.chat__conversation__answer>span:last-child{background-color:#ebebf1;width:80%}.chat__conversation>span .chat__conversation--load{width:12.5%}.chat__conversation>span .chat__conversation--load>span{animation:dot-flashing 1s linear infinite alternate;animation-delay:.5s;display:block;margin:0 auto;position:relative}.chat__conversation>span .chat__conversation--load>span,.chat__conversation>span .chat__conversation--load>span:after,.chat__conversation>span .chat__conversation--load>span:before{background-color:blue;border-radius:5px;color:blue;height:.55rem;width:.6rem}.chat__conversation>span .chat__conversation--load>span:after,.chat__conversation>span .chat__conversation--load>span:before{content:"";display:inline-block;position:absolute;top:0}.chat__conversation>span .chat__conversation--load>span:before{animation:dot-flashing 1s linear infinite alternate;animation-delay:0s;left:-15px}.chat__conversation>span .chat__conversation--load>span:after{animation:dot-flashing 1s linear infinite alternate;animation-delay:1s;left:15px}.chat__message{border-top:1px solid #000;padding-top:.75rem}.chat__message .form{display:flex;justify-content:space-between}.chat__message .form input{background-color:#0000;border-width:0;width:100%}.chat__message .form input:focus{box-shadow:none}.chat__message .form button{border-radius:5rem;padding:.5rem .6rem .5rem .5rem}.chat__message .form button svg{margin:0}@keyframes dot-flashing{0%{background-color:blue;transform:scale(1)}50%,to{background-color:#00f3;transform:scale(.8)}}@keyframes show-message{0%{opacity:0;transform:translateY(-.5rem)}80%{opacity:1}to{opacity:1;transform:translate(0)}}@keyframes show-chat{0%{opacity:.2;transform:translateY(0)}50%{opacity:100%;transform:translateY(100)}to{opacity:100%}}.chat-bot-wrapper{background-color:#ebebf1;border-radius:50%;height:70px;width:70px}.chat__feed{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.call-button-wrap,.stop-button-wrap{text-align:center}.call-button-wrap .stop-button,.call-button-wrap:hover .call-button{display:none}.call-button-wrap:hover .stop-button{display:inline}.call-button-wrap .stop-button-text,.call-button-wrap:hover .call-button-text{display:none}.call-button-wrap:hover .stop-button-text{display:flex;flex-direction:column;gap:10px}.call-button{border:3px solid #5959eb!important;border-radius:50%;height:60px;width:60px}.call-button-recording{background-color:#5959eb!important}.stop-button{background-color:#f22f31!important;border-radius:50%;color:#fff!important;height:60px;width:60px}.initial-waiting-button .restart-button,.initial-waiting-button:hover .waiting-button{display:none}.initial-waiting-button:hover .restart-button{display:inline}.stop-button-wrap button:hover{box-shadow:0 0 6px -1px #5959eb}.stop-button-wrap:hover .call-button-text{display:flex;flex-direction:column;gap:10px}.chat__conversation__answer__info-box{cursor:pointer;display:flex;justify-content:space-between}.chat__conversation__answer__info-box>span{display:flex;flex-direction:row;font-size:12px;gap:1rem}.chat__conversation__question_box{display:flex;gap:5px;justify-content:flex-end;margin-bottom:20px}.chat__conversation__question_icon{align-items:center;animation:show-message .15s ease-out .5s forwards;background-color:#5959eb;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;margin-top:8px;opacity:0;overflow:auto;width:40px}.additional-details-wrapper{border-top:1px solid #d7d7e4;font-size:8px;margin-top:10px;padding-top:10px}.additional-details-box{display:flex;flex-direction:column;font-size:14px;font-weight:400}.additional-details-box>span{font-weight:600}.additional-details-box>span>span,.models__box{font-weight:400}.models__title{font-weight:600}.sound-wave{margin-left:80px}.landing{display:flex;justify-content:flex-end;width:100%}.finished-conversation{align-items:center;display:flex;flex-direction:column;font-size:14px;font-weight:400;justify-content:center}.finished-conversation>p{color:#00831d;margin:0}.finished-conversation>div{align-items:center;display:flex;flex-direction:column}.finished-conversation>div div{align-items:baseline;display:flex;flex-direction:column;justify-content:center;margin-top:10px}.finished-conversation>div div p{color:#1f1f59;margin:0}.finished-conversation>div button{align-items:center;background-color:#5959eb;border-radius:5px;color:#fff;display:flex;font-size:14px;font-weight:400;gap:10px;height:36px;justify-content:center;margin-bottom:40px;margin-top:20px;width:220px}.finished-conversation>div button:hover{background-color:#3c3ce0;box-shadow:0 0 6px -1px #5959eb;color:#fff}.paused-conversation{color:#f22f31!important}.finished-call{text-align:center}.finished-call>button{border:3px solid #00831d;border-radius:50%;color:#00831d;height:60px;width:60px}@media(max-width:774px){.chat__header{flex-direction:column}.chat__conversation{padding:0 20px}}@media(max-width:470px){h4{font-size:20px!important}.chat__header{align-items:baseline;flex-direction:row}.chat__conversation{margin-top:20px}.chat__conversation,.chat__head{padding:0 8px}.customize-chat button{width:36px}.call-button-wrap,.stop-button-wrap{align-items:center;display:flex;gap:10px}.chat__conversation__answer__info-box{flex-direction:column;gap:4px;margin-top:4px}.chat__conversation>span>span>span.chat__conversation__question{width:-moz-fit-content;width:fit-content}.chat__conversation__question_icon{width:48px!important}}.main-customization-wrapper{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='551' height='660' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M550.817.024h-1173v660h1173v-660Z' fill='%23fff'/%3E%3Cmask id='b' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-623' y='0' width='1174' height='661'%3E%3Cpath d='M550.817.024h-1173v660h1173v-660Z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)' stroke='%233535CD' stroke-opacity='.1' stroke-width='15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M66.014-145.06c54.66 33.098 93.528 85.195 109.492 146.734.806 2.726 4.869 15.932 13.208 35.445 9.891 23.149 27.431 58.948 54.807 98.016 33.064 47.19 73.221 89.748 119.359 126.482 59.2 47.135 128.981 85.146 207.414 112.97 96.79 34.338 161.825 126.42 161.825 229.148 0 27.744-4.704 55.092-13.991 81.272-21.7 61.202-65.932 110.293-124.545 138.227-58.614 27.928-124.595 31.356-185.78 9.649-130.118-46.157-247.748-110.88-349.622-192.365 0 0-253.808-202.003-384.347 115.115'/%3E%3Cpath d='M379.59-55.459c.733 2.09 2.266 6.252 4.685 11.905 5.926 13.866 16.526 35.45 33.407 59.54 21.352 30.477 47.482 58.111 77.65 82.14 40.725 32.426 89.862 58.978 146.044 78.907 181.485 64.38 303.416 237.044 303.416 429.654 0 52.042-8.822 103.308-26.221 152.38-40.689 114.761-123.623 206.806-233.519 259.173-109.901 52.37-233.61 58.79-348.344 18.09C185.531 982.709 48.193 907.268-71.508 812.118c-2.976-2.048-12.445-8.305-24.26-13.475-3.844-1.681-7.155-2.885-9.898-3.74-5.559 7.315-14.051 20.881-23.851 44.672-44.653 108.466-169.199 160.38-277.634 115.714'/%3E%3Cpath d='M400.361-83.57c.733 2.09 2.267 6.252 4.686 11.905 5.926 13.866 16.526 35.45 33.406 59.54 21.353 30.476 47.482 58.11 77.65 82.14 40.726 32.425 89.863 58.978 146.045 78.906'/%3E%3Cpath d='M427.243-110.458c.733 2.09 2.266 6.251 4.686 11.904 5.926 13.866 16.525 35.45 33.406 59.54 21.352 30.477 47.482 58.111 77.65 82.14 40.725 32.426 89.863 58.978 146.044 78.907M350.552-46.45c.837 2.444 2.694 7.62 5.785 14.843 6.488 15.192 18.084 38.806 36.461 65.035a414.108 414.108 0 0 0 35.996 44.44M463.447 111.173a447.946 447.946 0 0 0 12.964 10.731c43.364 34.528 95.453 62.713 154.811 83.772C800.605 265.76 914.41 426.916 914.41 606.681c0 48.571-8.235 96.421-24.474 142.223-37.976 107.11-115.382 193.02-217.952 241.897-102.576 48.879-218.037 54.879-325.116 16.889C198.544 955.075 63.894 881.069-53.345 787.734c-2.884-2.028-14.87-10.211-30.248-16.933-16.715-7.309-28.573-8.745-32.367-8.33-.996.562-4.014 2.524-8.725 7.773-11.033 12.284-22.415 32.261-32.917 57.769-38.275 92.974-145.03 137.469-237.972 99.183'/%3E%3Cpath d='M321.477-37.602c.837 2.512 3.067 8.91 6.928 17.942 7.057 16.519 19.642 42.16 39.522 70.529 24.7 35.255 54.838 67.148 89.569 94.807 46.004 36.63 101.043 66.453 163.579 88.636 157.286 55.794 262.96 205.437 262.96 372.362 0 45.1-7.649 89.534-22.727 132.061-35.264 99.458-107.14 179.233-202.386 224.62-95.251 45.385-202.464 50.955-301.894 15.681-145.416-51.584-277.33-124.122-392.076-215.594-3.024-2.181-17.332-12.179-36.369-20.502-21.15-9.247-40.81-12.931-52.577-9.845-6.989 1.833-15.041 7.651-23.277 16.824-13.514 15.045-26.435 37.424-38.409 66.507-31.897 77.476-120.856 114.552-198.311 82.652'/%3E%3Cpath d='M292.354-28.894c.904 2.8 3.482 10.347 8.107 21.182 7.624 17.844 21.199 45.515 42.576 76.028 26.374 37.638 58.516 71.671 95.526 101.139 48.643 38.732 106.627 70.192 172.346 93.506 145.189 51.504 242.737 189.634 242.737 343.719 0 41.629-7.056 82.641-20.979 121.905-32.551 91.807-98.899 165.446-186.819 207.338-87.92 41.897-186.892 47.037-278.673 14.477C224.717 899.861 95.577 828.825-16.646 739.267c-2.64-1.931-19.636-14.117-42.613-24.163-28.012-12.247-53.744-16.299-72.445-11.398-12.94 3.392-25.788 12.107-38.184 25.912-15.835 17.63-30.608 42.948-43.902 75.246-25.519 61.985-96.687 91.642-158.648 66.122'/%3E%3Cpath d='M263.194-20.326c.849 2.677 3.806 11.63 9.329 24.56 8.192 19.171 22.757 48.877 45.637 81.53 28.048 40.027 62.193 76.186 101.483 107.475 51.282 40.835 112.217 73.933 181.112 98.371 133.087 47.214 222.51 173.83 222.51 315.077 0 38.157-6.47 75.753-19.233 111.747-29.838 84.156-90.657 151.66-171.245 190.062-80.595 38.402-171.32 43.114-255.452 13.267C237.876 872.294 111.559 802.786 1.877 715.171c-2.162-1.613-21.773-16.023-48.96-27.909-24.23-10.591-59.909-21.438-92.313-12.95-18.786 4.92-36.65 16.696-53.09 34.998-18.157 20.216-34.775 48.474-49.395 83.985-19.134 46.488-72.512 68.732-118.986 49.592'/%3E%3Cpath d='M233.997-11.893c.886 2.867 4.191 13.084 10.588 28.063 6.689 15.662 17.356 37.889 32.886 63.017M326.188 145.462c22.317 25.881 47.256 49.83 74.528 71.549 53.921 42.937 117.807 77.666 189.879 103.235 120.99 42.919 202.282 158.027 202.282 286.434 0 34.687-5.884 68.866-17.485 101.585-27.126 76.505-82.416 137.867-155.679 172.786-73.27 34.912-155.741 39.196-232.23 12.063C251.085 844.726 127.615 776.783 20.505 691.16c-2.969-2.267-88.787-66.904-167.611-46.255-49.504 12.968-90.846 59.003-122.877 136.816-12.757 30.989-48.344 45.821-79.325 33.061'/%3E%3Cpath d='M204.764-3.575c.928 3.068 4.582 14.605 11.882 31.692 9.323 21.823 25.874 55.587 51.747 92.522 31.396 44.807 69.549 85.226 113.402 120.145 56.561 45.032 123.397 81.406 198.646 108.099 108.894 38.628 182.053 142.224 182.053 257.791 0 31.216-5.296 61.979-15.737 91.429-24.413 68.853-74.174 124.08-140.113 155.503-65.944 31.423-140.167 35.279-209.008 10.859-133.282-47.281-253.85-113.63-358.357-197.205-1.045-.819-26.41-20.387-63.483-36.331'/%3E%3Cpath d='M-109.002 425.266a1046.414 1046.414 0 0 1-22.782-31.491c-41.733-60.011-76.348-122.986-102.881-187.183-21.163-51.211-30.309-87.535-31.928-94.3a213.347 213.347 0 0 1-5.853-49.556c0-98.792 67.093-183.858 163.163-206.867 54.606-13.077 111.276-4.18 159.565 25.068 47.99 29.058 82.043 74.794 95.929 128.816.813 2.805 5.206 17.405 14.565 39.307 10.459 24.475 28.989 62.303 57.862 103.516 34.738 49.579 76.899 94.264 125.315 132.819 61.84 49.237 134.572 88.88 216.181 117.834 84.694 30.043 141.597 110.624 141.597 200.506 0 24.279-4.118 48.204-12.244 71.109-18.987 53.551-57.69 96.506-108.978 120.951-51.289 24.438-109.016 27.439-162.559 8.445-126.916-45.02-241.577-108.093-340.799-187.458-50.653-40.517-97.25-85.225-139.318-133.619'/%3E%3Cpath d='M156.359 109.517a622 622 0 0 0 37.402 60.506c24.101 34.394 51.6 66.538 82.14 96.042M338.791 319.843a664.966 664.966 0 0 0 12.86 9.491'/%3E%3Cpath d='M385.461 352.269c49.858 31.802 104.94 58.465 164.513 79.603 72.597 25.752 121.369 94.82 121.369 171.863 0 20.808-3.532 41.311-10.496 60.952-16.276 45.907-49.45 82.72-93.407 103.669-43.963 20.949-93.442 23.516-139.336 7.236-123.721-43.89-235.413-105.307-331.983-182.551-78.243-62.59-146.534-135.472-202.972-216.621-40.493-58.221-74.052-119.264-99.748-181.439-20.301-49.127-28.934-83.392-30.461-89.766a182.596 182.596 0 0 1-5.016-42.478c0-84.676 57.507-157.588 139.856-177.308 46.78-11.202 95.349-3.569 136.758 21.505C75.813-68.072 105.04-28.741 116.88 17.71c.666 2.353 3.91 13.377 10.655 30.433'/%3E%3Cpath d='M-181.819 175.236c-17.057-42.582-24.334-71.463-25.684-77.098a152.334 152.334 0 0 1-4.179-35.408c0-70.558 47.928-131.321 116.549-147.754 80.558-19.293 162.411 30.299 182.67 110.587.672 2.414 5.829 20.38 17.363 47.38 11.59 27.126 32.099 69.018 63.977 114.509 38.086 54.352 84.255 103.302 137.229 145.487 67.112 53.442 145.745 96.36 233.714 127.564 60.495 21.462 101.147 79.016 101.147 143.22 0 17.337-2.945 34.424-8.749 50.795-13.562 38.256-41.207 68.934-77.839 86.393-36.632 17.453-77.87 19.598-116.115 6.032-110.042-39.038-210.254-92.26-298.339-158.4M73.357 534.038a988.253 988.253 0 0 1-18.45-16.867M21.94 484.837C-16.144 445.72-50.87 403.675-81.9 359.058c-28.678-41.238-53.763-83.912-74.889-127.374'/%3E%3Cpath d='M-181.3 62.736c0-56.448 38.343-105.05 93.235-118.2 64.62-15.474 130.13 24.334 146.21 88.775.544 1.999 6.048 21.72 18.81 51.578 12.158 28.454 33.657 72.374 67.033 120.01 39.76 56.742 87.932 107.825 143.191 151.819 69.751 55.537 151.336 100.093 242.481 132.427 48.399 17.166 80.919 63.214 80.919 114.571 0 13.867-2.352 27.537-7.001 40.633-10.85 30.605-32.966 55.147-62.273 69.117-29.307 13.964-62.297 15.681-92.893 4.828-117.318-41.617-223.078-99.734-314.34-172.737C60.399 486.628-3.871 418.043-56.968 341.696c-37.994-54.633-69.445-111.815-93.473-169.95-18.561-44.91-26.179-75.093-27.523-80.69a121.674 121.674 0 0 1-3.348-28.332l.012.013Z'/%3E%3Cpath d='M-78.553 250.164c-16.617-29.59-31.261-59.675-43.798-90.017-17.693-42.808-24.804-70.95-26.05-76.156a91.386 91.386 0 0 1-2.511-21.255c0-42.331 28.757-78.778 69.928-88.641 48.6-11.642 97.762 18.333 109.718 66.83.843 3.185 23.13 85.446 90.382 181.421a746.67 746.67 0 0 0 49.675 63.317M235.353 352.776a772.713 772.713 0 0 0 32.912 27.72c72.39 57.64 156.925 103.834 251.248 137.298 36.302 12.876 60.69 47.41 60.69 85.929a90.995 90.995 0 0 1-5.248 30.476c-8.137 22.953-24.724 41.36-46.706 51.834-21.981 10.475-46.724 11.758-69.665 3.618-114.117-40.486-216.913-96.947-305.524-167.829C82.595 465.459 21.012 399.99-30.02 327.195'/%3E%3Cpath d='M-120.53 62.736c0-28.215 19.171-52.512 46.62-59.088C-41.425-4.132-8.623 15.925-.724 48.363c.574 2.249 23.203 89.008 94.958 191.418 43.102 61.515 95.288 116.857 155.105 164.487 75.029 59.742 162.509 107.574 260.015 142.163 24.199 8.586 40.462 31.607 40.462 57.285a60.756 60.756 0 0 1-3.5 20.32c-5.426 15.302-16.483 27.573-31.134 34.558-14.65 6.985-31.145 7.841-46.443 2.414-110.916-39.349-210.743-94.16-296.702-162.922C102.939 442.817 42.682 378.522-7.066 306.985c-35.502-51.052-64.84-104.365-87.2-158.461-17.173-41.561-23.875-68.664-24.578-71.622a61.118 61.118 0 0 1-1.68-14.178l-.006.012Z'/%3E%3Cpath d='M-80.44 99.238c-5.975-17.551-8.56-28.105-8.871-29.394a30.544 30.544 0 0 1-.843-7.101c0-13.738 9.371-26.193 23.313-29.53 16.3-3.904 32.68 6.136 36.607 22.428.202.82 13.973 55.917 55.773 131.487M60.143 243.791a785.154 785.154 0 0 0 9.213 13.444c44.775 63.904 98.965 121.379 161.061 170.824 74.443 59.278 160.615 107.183 256.307 142.511M515.022 619.495c-7.307 12.076-22.311 17.778-36.137 12.877-64.796-22.99-125.663-51.383-182.016-84.872M212.846 491.29a915.459 915.459 0 0 1-21.841-16.928C124.193 420.921 65.94 358.777 17.865 289.648c-29.898-42.992-52.088-83.227-68.278-117.23'/%3E%3Cpath d='M-59.76 62.76s90.577 378.407 548.805 540.962M-218.671 364.234c-1.326-29.407-4.955-59.956-11.834-90.744 0 0 69.531 180.639 224.043 303.319 0 0-106.23-53.13-171.893-17.386-65.67 35.744-77.259 52.164-77.259 52.164s25.549-66.22 34.493-158.699'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(-622)' d='M0 0h1173v660H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:repeat;background-size:contain;color:#ebebfa;display:flex;justify-content:center}.customization-container{background-color:#fff;display:flex;flex-direction:column;justify-content:center;width:calc(100% - 64px)}.custom-wrapper__textarea{box-sizing:border-box;line-break:auto;overflow:wrap;padding:8px}header{height:56px;position:absolute;top:75px}header button{align-items:center;background:none;border:none;color:#1f1f59;cursor:pointer;display:flex;font-size:16px;font:inherit;gap:10px;justify-content:center;margin-left:20px;outline:inherit;padding:0}.customization__form{display:flex;flex-direction:column;gap:40px;margin-bottom:30px;margin-top:20px;position:relative;width:75%}.custom-knowledge{display:flex;flex-direction:column;gap:16px}.customization-wrapper{align-items:center;color:#1f1f59;display:flex;flex-direction:column;font-family:Noto Sans,sans-serif;justify-content:center;margin-top:122px;width:100%}.customization-wrapper h4{font-size:28px;font-weight:600;margin:0}.customization-wrapper label{color:#09092d;font-size:14px;font-weight:500}.customization-wrapper input{border:1px solid #b0b0cd;border-radius:5px;padding:4px 16px}.customization-wrapper .error-missatge{border-color:#f22f31}.customization-wrapper .error-missatge:focus-visible{outline-color:#f22f31;outline-width:1px}.react-select__menu{z-index:25000}.react-select__indicator-separator{display:none}.column{display:flex;flex-direction:column!important}.row{display:flex;flex-direction:row}.custom-modal-wrapper{color:#09092d;gap:16px;height:auto;width:100%}.custom-modal-wrapper>div{display:flex;flex-direction:column;width:100%}.custom-wrapper{color:#09092d;display:flex;flex-direction:row;gap:40px;margin-bottom:20px;width:100%}.custom-wrapper__textarea{border:1px solid #b0b0cd;border-radius:5px;resize:none}.custom-wrapper__file-upload{width:calc(100% - 120px)}.custom-wrapper__file-upload__wrapper{position:relative}.custom-wrapper__file-upload::-webkit-file-upload-button{background-color:#ebebf1;border:none;border-radius:5px;bottom:0;box-shadow:none;color:#1f1f59;content:"Browse";cursor:pointer;display:inline-block;font-size:14px;font-weight:400;outline:none;padding:8px 16px;position:absolute;right:0;-webkit-user-select:none;white-space:nowrap}.custom-wrapper__file-upload::-webkit-file-upload-button:hover{background-color:#e3e3e3;box-shadow:0 0 12px -1px #ebebf1}.custom-wrapper__prompts{display:flex;flex-direction:row;gap:16px;width:100%}.custom-knowledge__wrapper,.custom-wrapper__prompts div{display:flex;flex-direction:column;width:100%}.custom-knowledge__wrapper{justify-content:space-between}.custom-knowledge__description,.custom-knowledge__wrapper div{display:flex;flex-direction:column}.custom-knowledge__description{width:100%}.models-wrapper{display:flex;flex-direction:column;gap:16px;margin-bottom:10px}.models-wrapper__row{display:flex;flex-direction:row;gap:16px;justify-content:space-between;width:100%}.models-wrapper__row .form__input,.models-wrapper__row input{width:100%}.customization-list{margin-bottom:40px;margin-top:16px}.customization-list li{margin-bottom:8px}.customization-list .form__input{display:flex;flex-direction:column;margin-bottom:4px}.custom-button{display:flex;justify-content:space-between;margin-bottom:10px}.custom-button>div{display:flex;flex-direction:row}.custom-button__cancel{background-color:#ebebf1;border:none;border-radius:5px;box-shadow:none;color:#1f1f59;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;height:36px;margin-right:8px;outline:none;padding:8px 16px;-webkit-user-select:none;white-space:nowrap}.custom-button__cancel:hover{background-color:#e3e3e3;box-shadow:0 0 12px -1px #ebebf1}.custom-button__save{align-items:center;background-color:#5959eb;border:none;border-radius:5px;box-shadow:none;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:8px;height:36px;outline:none;padding:8px 16px;-webkit-user-select:none;white-space:nowrap}.custom-button__save:hover:not(button[disabled]){background-color:#3c3ce0;box-shadow:0 0 6px -1px #5959eb}.custom-button__save[disabled]{cursor:default;opacity:.5}.actions-wrapper{border-bottom:1px solid #e3e3e3;padding:13px 0}.actions-wrapper__box{align-items:center;color:#09092d;display:flex;flex-direction:row;gap:16px;justify-content:space-between}.actions{font-size:14px}.actions__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:30%}.actions__name p{margin:0}.actions__name__name{font-weight:600}.actions__name__description,.actions__name__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.actions__name__description{color:#6a717c;font-size:12px;line-height:16px}.actions__buttons{display:flex;flex-direction:row;gap:16px;justify-content:flex-end;width:20%}.actions__buttons button{align-items:center;display:flex;justify-content:center}.actions__buttons__edit{background:none;background-color:#ebebf1;border:none;border-radius:5px;color:inherit;cursor:pointer;font:inherit;height:36px;outline:inherit;padding:0;width:36px}.actions__buttons__edit:hover{background-color:#e3e3e3;box-shadow:0 0 12px -1px #ebebf1}.actions__buttons__remove{background:none;background-color:#f22f31;border:none;border-radius:5px;color:inherit;cursor:pointer;font:inherit;height:36px;outline:inherit;padding:0;width:36px}.actions__buttons__remove:hover{background-color:#e83c3f;box-shadow:0 0 8px -1px #f22f31}.actions__tags{width:25%}.actions__box-wrap,.actions__content-box{display:flex;flex-direction:row;justify-content:space-around;width:100%}.actions__answer{width:25%}.actions__tag{background-color:#ccf;border-radius:5px;padding:4px;width:-moz-fit-content;width:fit-content}.actions__tag p{color:#1717ab;font-size:10px;font-weight:700;margin:0}.action__answer{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:25%}.actions__title{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:16px}.edit_wrapper{display:flex;flex-direction:column;gap:40px;position:relative;width:100%}.edit_wrapper input{border:1px solid #b0b0cd;border-radius:5px;padding:4px 16px}.error-message{color:#f22f31;font-size:12px}@media(max-width:774px){.customization__form{width:90%}.custom-wrapper{flex-direction:column;gap:20px}.custom-knowledge__wrapper{gap:16px}.models-wrapper__row{flex-direction:column}}@media(max-width:490px){h4{font-size:20px!important}.customization-container{width:calc(100% - 30px)}.customization-wrapper{margin-top:102px}.custom-wrapper{margin-bottom:0}.actions-wrapper__box{display:inline;display:initial}.actions__name{width:100%}.actions__buttons{width:auto}.actions__buttons,.actions__buttons button{display:inline-flex}.action__answer,.actions__tags{width:auto}.actions__box-wrap{gap:8px;justify-content:start;margin:8px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.actions__content-box{display:flex;flex-direction:row;justify-content:normal;width:100%}}@media(max-width:330px){.customization-container header{top:90px}.actions__content-box{align-items:start;flex-direction:column}}.modal-container{background-color:#fff;border-radius:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:471px;z-index:1002}.overlay{background:#0000004d;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1}.open-modal-button{background-color:#5959eb;border:none;border-radius:50px;color:#fff;font-size:1.2rem;padding:20px}.modal-content{align-items:center;background-color:#fff;display:flex;height:100%;justify-content:center;overflow:auto;padding:24px;width:100%;z-index:1003}.modal-content h5,.modal-content p{color:#000}.modal-content h5{align-items:center;color:#000;display:flex;gap:8px}.modal-content .buttons-wrapper{align-items:baseline;display:flex;flex-direction:row;gap:8px;width:100%}.modal-content button{border:none;border-radius:5px;box-shadow:none;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;outline:none;padding:8px 16px;-webkit-user-select:none;white-space:nowrap}.modal-content .cancel{background-color:#ebebf1;color:#1f1f59}.modal-content .cancel:hover{background-color:#e3e3e3;box-shadow:0 0 10px -1px #ebebf1}.modal-content .acknowledge{background-color:#f96324;color:#fff;display:flex;flex-direction:row-reverse;gap:5px}.modal-content .acknowledge:hover{background-color:#eb5e22;box-shadow:0 0 6px -1px #f96324}.close-button{align-items:center;background-color:#ebebf1;border-radius:5px;color:#000;cursor:pointer;display:flex;height:20px;justify-content:center;position:absolute;right:18px;right:8px;top:18px;top:8px;width:20px;z-index:3000}.close-button:hover{background-color:#e3e3e3;box-shadow:0 0 10px -1px #ebebf1}.loader{display:flex}.loader>span{animation:rotation 1s linear infinite;border-bottom-color:#0000!important;border-radius:50%;border-style:solid;border-width:2px;box-sizing:border-box;display:inline-block;margin-right:5px}@keyframes rotation{to{transform:rotate(1turn)}}.loader-shadow{animation:skeleton-loading 1.5s linear infinite alternate;color:#000;height:1rem;padding:.75rem;width:100%}@keyframes skeleton-loading{0%{opacity:1}to{opacity:.3}}@media(max-width:774px){.modal-container{top:54%!important;width:auto}.custom-modal-wrapper{gap:8px}}
/*# sourceMappingURL=main.1eddf157.css.map*/