.chat .chat-window{align-content:stretch;background:#fff;border-radius:10px;bottom:40px;box-shadow:0 1rem 3rem rgba(0,0,0,.25)!important;display:flex;flex-direction:column;height:600px;position:fixed;right:60px;transform:scaleX(0) scaleY(0);transform-origin:280px 570px;transition:all .25s ease-in;width:340px;z-index:10001}.chat .chat-window .chat-communication{display:flex;flex-direction:column;height:600px;opacity:1;transition:opacity .3s ease}@media (max-width:576px){.chat .chat-window .chat-communication{height:100%}}.chat .chat-window .chat-communication.hidden{opacity:0}@media (max-width:576px){.chat .chat-window{border-radius:0;bottom:0;font-size:1rem;height:100%;right:0;width:100%}}.chat .chat-window .chat-header .header__content{align-items:center;background-color:#1439b3;border-radius:10px 10px 0 0;color:#fff;display:flex;flex-direction:row;justify-content:start;padding:1rem}@media (max-width:576px){.chat .chat-window .chat-header .header__content{border-radius:0}}.chat .chat-window .chat-header .header__image{height:40px;width:40px}.chat .chat-window .chat-header .header__name{display:inline;flex-grow:1;font-weight:bolder;margin:0;padding-left:.5rem}.chat .chat-window .chat-header .header__deactivate{background:transparent;color:#fff;cursor:pointer;margin-bottom:7px;padding:0}.chat .chat-window .chat-header .header__deactivate>img{height:22px;width:22px}.chat .chat-window .chat-header .header__resolve{cursor:pointer;margin-bottom:7px;margin-left:7px}.chat .chat-window .chat-header .header__resolve>img{height:24px;width:24px}.chat .chat-window .chat-header .status-bar{background:#0072ff;padding:.5rem 1rem 1rem;position:relative}.chat .chat-window .chat-header .status-bar:after{border-color:initial;border-image-repeat:stretch;border-image-slice:0 0 100%;border-image-source:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNzIgMTUiPjxwYXRoIGQ9Ik0zNDkuOCAxLjRDMzM0LjUuNCAzMTguNSAwIDMwMiAwaC0yLjVjLTkuMSAwLTE4LjQuMS0yNy44LjQtMzQuNSAxLTY4LjMgMy0xMDIuMyA0LjctMTQgLjUtMjggMS4yLTQxLjUgMS42Qzg0IDcuNyA0MS42IDUuMyAwIDIuMnY4LjRjNDEuNiAzIDg0IDUuMyAxMjguMiA0LjEgMTMuNS0uNCAyNy41LTEuMSA0MS41LTEuNiAzMy45LTEuNyA2Ny44LTMuNiAxMDIuMy00LjcgOS40LS4zIDE4LjctLjQgMjcuOC0uNGgyLjVjMTYuNSAwIDMyLjQuNCA0Ny44IDEuNCA4LjQuMyAxNS42LjcgMjIgMS4yVjIuMmMtNi41LS41LTEzLjgtLjUtMjIuMy0uOHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);border-image-width:0 0 16px;border-style:none none solid;border-width:0 0 15px;bottom:-8px;content:"";left:0;position:absolute;width:100%;z-index:0}.chat .chat-window .chat-header .status-bar__info{color:#fff;font-size:14px;margin:.25rem 0 0}.chat .chat-window .chat-message-bar{flex-grow:1;flex-shrink:0;padding:1rem;position:relative;width:100%}.chat .chat-window .chat-message-bar .message-bar-wrapper{align-items:center;display:flex}.chat .chat-window .chat-message-bar .message-bar__text-input{border:unset!important;box-shadow:unset!important;font-size:14px;outline:unset!important;width:100%}@media (max-width:576px){.chat .chat-window .chat-message-bar .message-bar__text-input{flex-grow:1;font-size:16px;width:unset}}.chat .chat-window .chat-message-bar .message-bar__text-input::-webkit-resizer{display:none}.chat .chat-window .message-bar__divider{background-color:hsla(0,0%,69%,.31);height:1px;margin-bottom:10px;width:calc(100% - 20px)}.chat .chat-window .send-message-button{align-content:center;-webkit-appearance:none;background-color:#1439b3;border:unset;border-radius:100%;bottom:8px;height:60px;justify-content:center;position:absolute;right:-25px;transform:translateY(-10px);transition:all .25s ease;width:60px}@media (max-width:576px){.chat .chat-window .send-message-button{bottom:0;position:relative;right:0;transform:translateY(0)}}.chat .chat-window .send-message-button:hover{transform:translateY(-10px) scale(1.1)}.chat .chat-window .send-message-button:active{outline:0!important;transform:translateY(-10px) scale(1)}.chat .chat-window .send-message-button .send-icon-wrapper{margin-bottom:2px;margin-left:4px}.chat .chat-window .send-message-button.disabled{background-color:#fff;box-shadow:1px 1px 10px 3px #00000024}.chat .chat-window .send-message-button.disabled .send-icon-wrapper{margin:0}.chat .chat-window .chat-body{-ms-overflow-style:none;flex-grow:1;height:100%;overflow-y:scroll;padding:.5rem 1rem 0;position:relative;scroll-behavior:smooth;scrollbar-width:none}.chat .chat-window .chat-body::-webkit-scrollbar{display:none}.chat .chat-window .chat-body .messages{display:flex;flex-direction:column;gap:5px;height:auto;justify-content:end;min-height:100%}.chat .chat-window .chat-body .messages .chat-message{word-wrap:break-word;display:flex}.chat .chat-window .chat-body .messages .chat-message .timestamp{color:rgba(0,0,0,.29);font-size:10px}.chat .chat-window .chat-body .messages .chat-message .content{animation:spawn-message .3s;border-radius:5px;font-size:14px;margin-top:2px;max-width:80%;padding:10px}@keyframes spawn-message{0%{opacity:0}to{opacity:1}}.chat .chat-window .chat-body .messages .chat-message.typing .content{background-color:#e8e8e8;color:rgba(66,66,66,.49);font-size:10px;opacity:0;position:absolute;transition:all .3s ease}.chat .chat-window .chat-body .messages .chat-message.typing .content.active{opacity:1}.chat .chat-window .chat-body .messages .chat-message_sender{align-items:end;flex-direction:column;justify-content:end}.chat .chat-window .chat-body .messages .chat-message_sender .content{background-color:#0072ff;color:#fff}.chat .chat-window .chat-body .messages .chat-message_server{align-items:start;flex-direction:column;justify-content:start}.chat .chat-window .chat-body .messages .chat-message_server .content{background-color:#d5d5d5;color:#424242}.chat .chat-window .chat-body .messages .chat-message_system{margin-top:.5rem;width:100%}.chat .chat-window .chat-body .messages .chat-message_system .content{background-color:hsla(0,0%,74%,.36);color:rgba(42,42,42,.53);max-width:100%;width:100%}.chat .chat-window .chat-body .messages .chat-message_system a{color:#0072ff}.chat .chat-window .chat-body .messages .chat-message_button{flex-direction:column;margin-top:.5rem}.chat .chat-window .chat-body .messages .chat-message_button .content{background-color:hsla(0,0%,74%,.36);color:rgba(42,42,42,.53);max-width:100%;width:100%}.chat .chat-window .chat-body .messages .chat-message_button .content .message-button__wrapper{display:flex;justify-content:center;position:relative}.chat .chat-window .chat-body .messages .chat-message_button .btn-redirect{-webkit-appearance:none;background-color:#0072ff;border:unset;border-radius:5px;color:#fff;margin-top:.5rem;padding:5px 10px;transition:all .25s ease}.chat .chat-window .chat-body .messages .chat-message_button .btn-redirect:hover{transform:scale(1.05)}.chat .chat-window .chat-body .messages .chat-message_button .btn-redirect:active{outline:0!important;transform:scale(1)}.chat .chat-head{align-items:center;background-color:#1439b3;border-radius:100%;bottom:40px;box-shadow:0 1rem 3rem rgba(0,0,0,.25)!important;display:flex;height:60px;justify-content:center;position:fixed;right:40px;transition:all .2s ease;width:60px;z-index:10000}.chat.active .chat-window{transform:scaleX(1) scaleY(1);transition:all .35s cubic-bezier(.42,0,.09,1.28)}.chat.active .chat-head{transform:scaleX(0) scaleY(0)}.chat .out-of-service-info{font-size:.9rem}.chat .form-input_auth{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;margin:0 auto;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%;width:125px}.chat .form-input_auth:focus{background-color:#fff;border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);color:#495057;outline:0}.chat-message_gdpr{font-size:13px;font-style:italic}.chat-popover{background-color:#fff;border-radius:8px;bottom:100%;box-shadow:0 5px 10px rgba(0,0,0,.2);color:#555;left:50%;max-width:300px;padding:10px;position:absolute;transform:translateX(-50%);z-index:1000}.chat-popover:before{border:8px solid transparent;border-top-color:#fff;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}@keyframes help-suggestion-animation{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translate(0)}}@keyframes wave-hand-animation{0%{font-size:18px;transform:translateZ(0) rotate(0)}16%{font-size:30px;transform:translate3d(18px,-35px,0) rotate(70deg)}32%{font-size:30px;transform:translate3d(-7px,-35px,0) rotate(0)}48%{font-size:30px;transform:translate3d(18px,-35px,0) rotate(70deg)}64%{font-size:30px;transform:translate3d(-7px,-35px,0) rotate(0)}80%{font-size:30px;transform:translate3d(18px,-35px,0) rotate(70deg)}to{font-size:18px;transform:translateZ(0) rotate(0)}}.help-suggestion{align-items:center;animation:help-suggestion-animation .6s ease forwards;background-color:#fff;border-radius:10px;bottom:120px;box-shadow:0 1rem 3rem rgba(0,0,0,.25)!important;display:flex;justify-content:center;padding:16px;position:fixed;right:40px;transition:all .2s ease;width:420px;z-index:10000}.help-suggestion:before{background-color:#fff;border-radius:3px;bottom:-8px;content:"";height:20px;position:absolute;right:22px;transform:rotate(45deg);width:20px;z-index:10000}.help-suggestion .help-suggestion-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.help-suggestion .help-suggestion-wrapper .help-suggestion-text{color:#414141;display:flex;flex-direction:row;margin-bottom:1rem;width:100%}.help-suggestion .help-suggestion-wrapper .help-suggestion-text .hand{animation:wave-hand-animation 1.2s ease-in-out;animation-delay:.5s;font-size:18px;left:71px;margin-left:.5rem;position:absolute;top:13px;transition:transform .2s ease}.help-suggestion .help-suggestion-wrapper .help-suggestion-button{background:#0072ff;border-radius:.5rem;color:#fff}.help-suggestion .help-suggestion-wrapper .help-suggestion-button img{color:#fff;height:20px;margin-left:8px;width:20px}.help-suggestion .help-suggestion-wrapper .help-suggestion-close-button{height:23px;opacity:.8;position:absolute;right:16px;top:16px;width:23px}@media (max-width:768px){.help-suggestion{width:320px}}.message-suggestion{align-items:center;animation:help-suggestion-animation .6s ease forwards;background-color:#fff;border-radius:10px;bottom:120px;box-shadow:0 1rem 3rem rgba(0,0,0,.25)!important;display:flex;justify-content:center;padding:16px;position:fixed;right:40px;transition:all .2s ease;width:330px;z-index:10001}.message-suggestion:before{background-color:#fff;border-radius:3px;bottom:-8px;content:"";height:20px;position:absolute;right:22px;transform:rotate(45deg);width:20px;z-index:10000}.message-suggestion .message-suggestion-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.message-suggestion .message-suggestion-wrapper .message-suggestion-text{color:#414141;display:flex;flex-direction:row;margin-bottom:1rem;width:100%}.message-suggestion .message-suggestion-wrapper .message-suggestion-text .hand{animation:wave-hand-animation 1.2s ease-in-out;animation-delay:.5s;font-size:18px;left:71px;margin-left:.5rem;position:absolute;top:13px;transition:transform .2s ease}.message-suggestion .message-suggestion-wrapper .message-suggestion-button{background:#0072ff;border-radius:.5rem;color:#fff}.message-suggestion .message-suggestion-wrapper .message-suggestion-button img{color:#fff;height:20px;margin-left:8px;width:20px}.message-suggestion .message-suggestion-wrapper .message-suggestion-close-button{height:23px;opacity:.8;position:absolute;right:16px;top:16px;width:23px}.chat-notification{animation:ping 1.5s cubic-bezier(0,0,.2,1) infinite;background-color:red;border-radius:50%;height:12px;left:2px;position:absolute;top:2px;width:12px}@keyframes ping{85%,to{opacity:0;transform:scale(2)}}.chat-notification-static{background-color:red;border-radius:50%;height:12px;left:2px;position:absolute;top:2px;width:12px}.form__content .content-wrapper{display:flex;flex-direction:column;gap:20px}.form__content .content-wrapper .feedback-button-wrapper{display:flex;gap:15px;justify-content:center}.form__content .content-wrapper .feedback-button-wrapper .feedback-button{background-color:#e8e8e8;border:none;border-radius:5px;padding:15px;transition:transform .2s ease}.form__content .content-wrapper .feedback-button-wrapper .feedback-button:hover{transform:scale(1.05)}.form__content .content-wrapper .feedback-button-wrapper .feedback-button__icon{font-size:20px;width:100%}.image-wrapper{display:flex;justify-content:center}.image-wrapper .auth-form-image{height:100px;margin-bottom:3rem;width:100px}.image-wrapper .out-of-service-image{padding:0 23% 13%}.image-wrapper .out-of-service-image.success .call{display:none;transition:filter .2s ease}.image-wrapper .out-of-service-image .call,.image-wrapper .out-of-service-image.success .ok{display:block}.image-wrapper .out-of-service-image .ok{display:none}.image-wrapper .out-of-service-image.error .call{filter:hue-rotate(-60deg)}.pincode-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.pincode-wrapper .pincode-input{text-align:center;width:80px}.error{color:#c75353}.buttons-bar{display:flex;justify-content:space-around}.buttons-bar .form-button{color:#fff;transform:scale(1.1);transition:transform .2s ease}.buttons-bar .form-button.submit{background:#0072ff}.buttons-bar .form-button.cancel{background:#b53333}.buttons-bar .form-button:hover{transform:scale(1.15)}.buttons-bar .form-button:focus{outline:unset!important}.auth-form-input{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;margin-bottom:1rem;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.auth-form-input:focus{background-color:#fff;border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);color:#495057;outline:0}.chat-form{background-color:#fff;border-radius:10px;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:3}.chat-form.form-open{opacity:1;pointer-events:auto}.form__content{align-items:center;display:flex;flex-direction:column;margin:0 auto;width:70%}.close-form-bar{display:flex;justify-content:end;padding:1rem}.close-form-bar .close-form-icon{cursor:pointer}.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)}}