.at-chat{position:fixed;right:22px;bottom:22px;z-index:9999;font-family:inherit}.at-chat__launcher{width:62px;height:62px;border:0;border-radius:50%;background:#1152d4;color:#fff;box-shadow:0 10px 30px #071b3d40;display:grid;place-items:center;cursor:pointer;animation:atBounce 3.8s ease-in-out infinite}.at-chat__launcher svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.at-chat__nudge{position:absolute;right:0;bottom:76px;width:max-content;max-width:260px;border:1px solid #e4ebf5;background:#fff;color:#071b3d;border-radius:16px 16px 4px;padding:11px 14px;box-shadow:0 8px 25px #071b3d24;font-weight:700;font-size:14px;cursor:pointer;animation:atNudge 5s ease-in-out infinite}.at-chat__panel{position:absolute;right:0;bottom:78px;width:min(390px,calc(100vw - 28px));height:min(600px,calc(100vh - 120px));background:#fff;border:1px solid #e6ebf2;border-radius:22px;box-shadow:0 24px 70px #071b3d3d;overflow:hidden;display:flex;flex-direction:column;opacity:0;transform:translateY(12px) scale(.98);pointer-events:none;transition:.2s ease}.at-chat__panel[aria-hidden=false]{opacity:1;transform:none;pointer-events:auto}.at-chat.is-open .at-chat__nudge{display:none}.at-chat__header{background:#071b3d;color:#fff;padding:16px 17px;display:flex;align-items:center;justify-content:space-between}.at-chat__brand{display:flex;gap:10px;align-items:center}.at-chat__brandmark{width:36px;height:36px;border-radius:50%;background:#1152d4;display:grid;place-items:center;font-weight:900}.at-chat__brand strong,.at-chat__brand small{display:block}.at-chat__brand small{opacity:.72;font-size:11px;margin-top:2px}.at-chat__close{border:0;background:transparent;color:#fff;font-size:28px;line-height:1;cursor:pointer}.at-chat__body{flex:1;overflow:auto;padding:18px;background:#f7f9fc}.at-chat__message{max-width:85%;padding:11px 13px;border-radius:15px;margin:0 0 10px;font-size:14px;line-height:1.45}.at-chat__message--bot{background:#fff;color:#071b3d;border:1px solid #e7ecf3;border-bottom-left-radius:4px}.at-chat__message--user{background:#1152d4;color:#fff;margin-left:auto;border-bottom-right-radius:4px}.at-chat__message a{color:#1152d4;font-weight:700}.at-chat__suggestions{display:flex;flex-direction:column;gap:7px;margin-top:12px}.at-chat__chip{text-align:left;border:1px solid #cfe0ff;background:#fff;color:#1152d4;border-radius:12px;padding:9px 11px;font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:.15s}.at-chat__chip:hover{background:#eff6ff;transform:translateY(-1px)}.at-chat__form{display:flex;gap:8px;padding:12px;border-top:1px solid #e8edf4;background:#fff}.at-chat__input{flex:1;min-width:0;border:1px solid #dbe3ee;border-radius:12px;padding:12px 13px;font:inherit;outline:none}.at-chat__input:focus{border-color:#1152d4;box-shadow:0 0 0 3px #1152d417}.at-chat__send{width:44px;border:0;border-radius:12px;background:#1152d4;color:#fff;display:grid;place-items:center;cursor:pointer}.at-chat__send svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.at-chat__foot{text-align:center;font-size:11px;color:#75839a;padding:0 12px 10px}.at-chat__foot a{color:#1152d4;text-decoration:none}@keyframes atBounce{0%,88%,to{transform:translateY(0)}92%{transform:translateY(-7px)}96%{transform:translateY(0)}}@keyframes atNudge{0%,82%,to{transform:translateY(0)}86%{transform:translateY(-4px)}90%{transform:translateY(0)}}@media(max-width:600px){.at-chat{right:14px;bottom:14px}.at-chat__launcher{width:58px;height:58px}.at-chat__panel{position:fixed;left:10px;right:10px;bottom:82px;width:auto;height:min(620px,calc(100vh - 105px));border-radius:20px}.at-chat__nudge{right:0;bottom:70px;max-width:245px;font-size:13px}}@media(prefers-reduced-motion:reduce){.at-chat__launcher,.at-chat__nudge{animation:none}.at-chat__panel{transition:none}}.at-chat__launcher{width:72px;height:72px;background:linear-gradient(145deg,#1473ff,#0647dc);border:3px solid rgba(255,255,255,.9);box-shadow:0 12px 34px #1152d45c,inset 0 1px #ffffff47;animation:atAttention 3.2s ease-in-out infinite}.at-chat__launcher:after{content:"";position:absolute;width:72px;height:72px;border-radius:50%;border:2px solid rgba(17,82,212,.35);animation:atPulse 3.2s ease-out infinite;pointer-events:none}.at-chat__travel-icon{width:49px!important;height:49px!important;color:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.08))}.at-chat__nudge{right:14px;bottom:86px;max-width:340px;padding:0 42px 0 0;border-radius:22px 22px 6px;animation:atNudge 4.2s ease-in-out infinite;overflow:visible}.at-chat__nudge:after{content:"";position:absolute;right:26px;bottom:-10px;width:20px;height:20px;background:#fff;border-right:1px solid #e4ebf5;border-bottom:1px solid #e4ebf5;transform:rotate(45deg);z-index:-1}.at-chat__nudge-text{border:0;background:transparent;color:#071b3d;padding:16px 10px 16px 18px;font:inherit;font-size:15px;font-weight:800;cursor:pointer;text-align:left;white-space:nowrap}.at-chat__nudge-close{position:absolute;right:9px;top:7px;width:28px;height:28px;border:0;background:transparent;color:#6d7684;font-size:27px;line-height:25px;font-weight:500;cursor:pointer;border-radius:50%}.at-chat__nudge-close:hover{background:#f2f5f9;color:#071b3d}@keyframes atAttention{0%,72%,to{transform:translateY(0) rotate(0)}77%{transform:translateY(-9px) rotate(-4deg)}82%{transform:translateY(0) rotate(4deg)}87%{transform:translateY(-5px) rotate(-2deg)}92%{transform:translateY(0) rotate(0)}}@keyframes atPulse{0%,70%{opacity:0;transform:scale(1)}78%{opacity:.7}to{opacity:0;transform:scale(1.35)}}@media(max-width:600px){.at-chat__launcher{width:64px;height:64px}.at-chat__launcher:after{width:64px;height:64px}.at-chat__travel-icon{width:43px!important;height:43px!important}.at-chat__nudge{right:8px;bottom:78px;max-width:calc(100vw - 42px)}.at-chat__nudge-text{font-size:13px;white-space:normal}}@media(prefers-reduced-motion:reduce){.at-chat__launcher,.at-chat__launcher:after,.at-chat__nudge{animation:none!important}}.at-chat__launcher{padding:0;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible;animation:atLogoAttention 3.2s ease-in-out infinite}.at-chat__launcher:after{display:none!important}.at-chat__logo{display:block;width:76px;height:76px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(17,82,212,.32));pointer-events:none}.at-chat__brandlogo{display:block;width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 3px 7px rgba(0,0,0,.18))}.at-chat__brandmark{display:none!important}@keyframes atLogoAttention{0%,70%,to{transform:translateY(0) rotate(0) scale(1)}76%{transform:translateY(-8px) rotate(-5deg) scale(1.05)}82%{transform:translateY(0) rotate(4deg) scale(1.02)}88%{transform:translateY(-4px) rotate(-2deg) scale(1.04)}94%{transform:translateY(0) rotate(0) scale(1)}}@media(max-width:600px){.at-chat__logo{width:68px;height:68px}.at-chat__brandlogo{width:38px;height:38px}}.at-chat__launcher{width:78px!important;height:78px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important;outline:0!important;overflow:visible!important;appearance:none!important;-webkit-appearance:none!important}.at-chat__launcher:before,.at-chat__launcher:after{content:none!important;display:none!important}.at-chat__logo{width:78px!important;height:78px!important;display:block!important;object-fit:contain!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;outline:0!important;filter:drop-shadow(0 8px 15px rgba(17,82,212,.22))!important}.at-chat__brandlogo{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;object-fit:contain!important}.at-chat__nudge{border:0!important;box-shadow:0 8px 24px #071b3d29!important}.at-chat__nudge:after{border:0!important}@media(max-width:600px){.at-chat__launcher,.at-chat__logo{width:70px!important;height:70px!important}}.at-chat{right:22px!important;bottom:22px!important}.at-chat__launcher{width:88px!important;height:88px!important;z-index:3!important}.at-chat__logo{width:88px!important;height:88px!important;display:block!important;object-fit:contain!important;filter:none!important}.at-chat__nudge{right:72px!important;bottom:64px!important;width:410px!important;max-width:calc(100vw - 125px)!important;min-height:92px!important;padding:0 58px 0 0!important;background:#fff!important;border:2px solid #d9dde3!important;border-radius:28px 28px 7px!important;box-shadow:0 5px 14px #071b3d1f!important;overflow:visible!important;z-index:2!important}.at-chat__nudge:after{content:""!important;display:block!important;position:absolute!important;right:14px!important;bottom:-17px!important;width:32px!important;height:32px!important;background:#fff!important;border-right:2px solid #d9dde3!important;border-bottom:2px solid #d9dde3!important;transform:rotate(45deg)!important;z-index:-1!important}.at-chat__nudge-text{display:block!important;width:100%!important;min-height:92px!important;padding:23px 14px 21px 28px!important;font-size:23px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.35px!important;white-space:normal!important;text-align:left!important}.at-chat__nudge-close{right:15px!important;top:12px!important;width:34px!important;height:34px!important;font-size:34px!important;line-height:30px!important;color:#6b7078!important;z-index:4!important}@keyframes atLogoAttentionV89{0%,78%,to{transform:translateY(0) rotate(0)}82%{transform:translateY(-7px) rotate(-4deg)}86%{transform:translateY(0) rotate(3deg)}90%{transform:translateY(-3px) rotate(-2deg)}94%{transform:translateY(0) rotate(0)}}.at-chat__launcher{animation:atLogoAttentionV89 4s ease-in-out infinite!important}@media(max-width:600px){.at-chat{right:12px!important;bottom:14px!important}.at-chat__launcher,.at-chat__logo{width:72px!important;height:72px!important}.at-chat__nudge{right:58px!important;bottom:55px!important;width:min(330px,calc(100vw - 86px))!important;max-width:none!important;min-height:68px!important;border-radius:20px 20px 6px!important}.at-chat__nudge-text{min-height:68px!important;padding:16px 42px 15px 18px!important;font-size:16px!important;line-height:1.2!important}.at-chat__nudge-close{right:8px!important;top:7px!important;width:28px!important;height:28px!important;font-size:27px!important;line-height:24px!important}.at-chat__nudge:after{right:12px!important;bottom:-12px!important;width:22px!important;height:22px!important}}@media(prefers-reduced-motion:reduce){.at-chat__launcher{animation:none!important}}.at-chat{right:20px!important;bottom:20px!important}.at-chat__launcher{width:60px!important;height:60px!important}.at-chat__logo{width:60px!important;height:60px!important;object-fit:contain!important;filter:drop-shadow(0 5px 10px rgba(7,27,61,.18))!important}.at-chat__nudge{right:50px!important;bottom:48px!important;width:310px!important;max-width:calc(100vw - 96px)!important;min-height:70px!important;padding:0 44px 0 0!important;border:1px solid #d9e0e9!important;border-radius:22px 22px 6px!important;box-shadow:0 5px 16px #071b3d1a!important}.at-chat__nudge:after{right:14px!important;bottom:-12px!important;width:22px!important;height:22px!important;border-right:1px solid #d9e0e9!important;border-bottom:1px solid #d9e0e9!important}.at-chat__nudge-text{min-height:70px!important;padding:17px 10px 16px 20px!important;font-size:16px!important;line-height:1.22!important;letter-spacing:-.15px!important}.at-chat__nudge-close{right:10px!important;top:8px!important;width:28px!important;height:28px!important;font-size:27px!important;line-height:25px!important}.at-chat__brandlogo{width:36px!important;height:36px!important;object-fit:contain!important}@media(max-width:600px){.at-chat{right:12px!important;bottom:14px!important}.at-chat__launcher,.at-chat__logo{width:54px!important;height:54px!important}.at-chat__nudge{right:45px!important;bottom:43px!important;width:275px!important;max-width:calc(100vw - 78px)!important;min-height:64px!important}.at-chat__nudge-text{min-height:64px!important;padding:15px 8px 14px 17px!important;font-size:14px!important}.at-chat__brandlogo{width:34px!important;height:34px!important}}.at-chat.at-chat--waiting{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
/*# sourceMappingURL=/cdn/shop/t/92/assets/awaytrip-chatbot.css.map */
