[v-cloak]{display:none!important}#chat-window{position:fixed;bottom:156px;right:20px;width:364px;max-height:680px;box-shadow:0 4px 12px #0003;display:flex;flex-direction:column;z-index:10000;transition:width 2s ease,height 2s ease,border-radius 2s ease,background-color 2.4s ease;resize:both;min-width:280px;min-height:200px}.chat-page{display:flex;flex-direction:column;border-radius:12px;width:100%;height:100%;overflow:auto;flex:1;position:relative;min-height:325px}#chat-min-box{position:fixed;bottom:80px;right:20px;z-index:10000;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:width .05s ease,height .05s ease,border-radius .05s ease,box-shadow .05s ease}.chat-min-box-title{height:60px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:24px;margin-right:10px}#chat-min-box img{width:36px;height:36px}#chat-min-box .notify-dot{position:absolute;top:8px;right:8px;width:10px;height:10px;background:red;border-radius:50%;box-shadow:0 0 4px #f009}.chat-open{width:126px;border-radius:16px;background:#ca2ce3;display:flex;align-items:center;justify-content:center}.chat-close{width:60px;height:60px;border-radius:50%;background:#ca2ce3}#chat-header{background:#ca2ce3;color:#fff;padding:10px;font-weight:700;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}#chat-header img{height:30px;cursor:pointer;margin-right:6px}#chat-header button{background:transparent;border:none;color:#fff;font-size:18px;cursor:pointer}#chat-header span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;cursor:default;display:flex;align-items:center}#chat-body{flex:1;padding:10px;overflow-y:auto;background:#fff;display:flex;flex-direction:column;gap:8px;transition:all .3s ease;font-size:14px}#chat-footer{display:flex;padding:8px;background:#fff;border-top:1px solid #ddd;transition:all .3s ease}#chat-input{flex:1;padding:6px 10px;border:1px solid #ccc;border-radius:20px;outline:none;font-size:16px}#chat-send{margin-left:6px;padding:6px 14px;border:none;border-radius:20px;background:#ca2ce3;color:#fff;cursor:pointer;font-size:16px}.msg-user{background:#ca2ce3;color:#fff;align-self:flex-end;padding:8px 12px;border-radius:12px 12px 0;margin:4px 0;max-width:80%;word-wrap:break-word;z-index:999}.msg-bot{background:#eeeef1;align-self:flex-start;padding:8px 12px;border-radius:12px 12px 12px 0;margin:4px 0;max-width:80%;line-height:1.6;color:#333;word-wrap:break-word;z-index:999}ul,ol{padding-inline-start:14px!important}p{margin:0}.msg-bot ul,.msg-bot ol{margin:0;padding-left:16px}.msg-bot li{margin-bottom:4px}.msg-bot strong{font-weight:600}#chat-window.minimized #chat-body,#chat-window.minimized #chat-footer{opacity:0;max-height:0;padding:0;overflow:hidden}#chat-window.minimized #chat-min-icon{display:flex;align-items:center;justify-content:center}#chat-min-icon img{width:36px;height:36px}#chat-notify-dot{display:none;position:absolute;top:-4px;right:-4px;width:10px;height:10px;background:red;border-radius:50%;box-shadow:0 0 4px #f009}#chat-window.minimized.has-new-msg #chat-notify-dot{display:block}#chat-input{flex:1;border:none;outline:none;padding:10px 14px;border-radius:20px;background:#fff;font-size:16px;box-shadow:inset 0 1px 3px #0000001a;margin:auto 0;transition:box-shadow .2s ease,background .2s ease}#chat-input:focus{background:#fff;box-shadow:0 0 4px #0096ff4d}.msg-email{background:#e5e5e5;align-self:flex-start;padding:8px 12px;border-radius:12px 12px 12px 0;margin:auto 0;max-width:80%;line-height:1.6;color:#333;word-wrap:break-word;z-index:999}.email-chat-prompt{display:flex;flex-direction:column;gap:8px;background:#f0f2f5;padding:12px 16px;border-radius:16px;border:1px solid #ccc;max-width:320px;font-family:Arial,sans-serif}.email-chat-prompt p{margin:0;font-size:16px;color:#ca2ce3;font-weight:500}.email-chat-prompt input{padding:10px 12px;border-radius:12px;border:1px solid #ccc;outline:none;font-size:16px;transition:all .2s ease}.email-chat-prompt input:focus{border-color:#ca2ce3;box-shadow:0 0 4px #2428334d}.email-chat-prompt button{margin-top:6px;background:#ca2ce3;color:#fff;border:none;border-radius:12px;padding:8px 0;font-size:16px;cursor:pointer;transition:background .2s ease}.email-chat-prompt button:hover{background:#3b3f4b}.typing-indicator{display:inline-flex;align-items:center;gap:4px;background:#e5e5e5;color:#333;padding:8px 12px;border-radius:12px 12px 12px 0;margin:4px 0}.typing-indicator .dot{width:6px;height:6px;background-color:#666;border-radius:50%;animation:blink 1.4s infinite both}.typing-indicator .dot:nth-child(2){animation-delay:.2s}.typing-indicator .dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.2;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.chat-fade-enter-active,.chat-fade-leave-active{transition:opacity .25s ease,transform .25s ease}.chat-fade-enter-from,.chat-fade-leave-to{opacity:0;transform:translateY(12px) scale(.96)}.chat-fade-enter-to,.chat-fade-leave-from{opacity:1;transform:translateY(0) scale(1)}.msg-footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.msg-time{font-size:11px;color:#999}.msg-feedback{display:flex;align-items:center}.msg-feedback img.thumb-btn{width:18px;height:18px;margin-left:6px;cursor:pointer}.chat-loadMore{width:100%;text-align:center;margin:10px 0}.chat-loadMore button{background-color:#f1f1f1;color:#333;border:1px solid #ccc;border-radius:5px;padding:6px 15px;font-size:14px;cursor:pointer;transition:background-color .2s,color .2s}.chat-loadMore button:hover{background-color:#e0e0e0;color:#000}.chat-loadMore button:disabled{background-color:#fafafa;color:#aaa;cursor:not-allowed}.chat-tips-box{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.chat-tips-box-content{width:50%;display:flex;justify-content:space-around;align-items:center}.chat-tips-button{border-radius:12px;cursor:pointer;font-size:14px;font-weight:500;padding:6px 14px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:2px solid rgba(255,255,255,.25);color:#080808d9;box-shadow:0 2px 6px #00000026;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease;-webkit-user-select:none;user-select:none}.chat-tips-button:hover{transform:translateY(-2px);background-color:#ca2ce399;border-color:#ca2ce399;color:#fff;box-shadow:0 6px 14px #00000040}.chat-tips-button:active{transform:translateY(0);box-shadow:0 2px 6px #00000026}.chat-tips-box{display:flex;gap:10px;margin-top:10px}
/*# sourceMappingURL=/cdn/shop/t/14/assets/customer-service-chat-window.css.map */
