.volt-chat{--vc-orange:#ff5b00;--vc-dark:#080808;position:relative;z-index:9998;font-family:Rajdhani,Arial Narrow,Arial,sans-serif;color:#f5f5f5}.volt-chat *{box-sizing:border-box}.volt-chat-launcher{position:fixed;right:26px;bottom:25px;z-index:9998;height:58px;display:flex;align-items:center;gap:11px;padding:0 20px 0 15px;border:1px solid rgba(255,91,0,.72);border-radius:3px;background:linear-gradient(145deg,#161616,#070707);color:#fff;font:700 13px/1 Orbitron,Rajdhani,sans-serif;letter-spacing:1px;cursor:pointer;box-shadow:0 10px 35px #000000b3,0 0 20px #ff5b002b;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.volt-chat-launcher:hover{transform:translateY(-2px);border-color:#ff7b2f;box-shadow:0 13px 38px #000000bf,0 0 28px #ff5b004d}.volt-chat-launcher svg{position:relative;width:29px;height:29px;fill:none;stroke:var(--vc-orange);stroke-width:1.6;stroke-linejoin:round}.volt-chat-launcher svg path:last-child{fill:var(--vc-orange);stroke:none}.volt-chat-launcher-glow{position:absolute;left:16px;width:27px;height:27px;border-radius:50%;background:#ff5b0021;filter:blur(7px)}.volt-chat-unread{position:absolute;right:-6px;top:-7px;width:21px;height:21px;display:grid;place-items:center;border:2px solid #080808;border-radius:50%;background:var(--vc-orange);color:#fff;font:700 11px/1 Arial;font-style:normal}.volt-chat.is-open .volt-chat-launcher{opacity:0;pointer-events:none;transform:translateY(12px)}.volt-chat-panel{position:fixed;right:26px;bottom:24px;z-index:9999;width:min(390px,calc(100vw - 32px));height:min(610px,calc(100vh - 48px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,91,0,.58);border-radius:5px;background:linear-gradient(155deg,#131313fa,#040404fc);box-shadow:0 22px 70px #000000e0,0 0 32px #ff5b0024;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(18px) scale(.97);transform-origin:bottom right;transition:opacity .22s ease,transform .22s ease,visibility .22s}.volt-chat-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(320px 160px at 100% 0,rgba(255,91,0,.12),transparent 70%)}.volt-chat.is-open .volt-chat-panel{opacity:1;visibility:visible;pointer-events:auto;transform:none}.volt-chat-head{position:relative;min-height:79px;display:flex;align-items:center;gap:13px;padding:14px 16px;border-bottom:1px solid rgba(255,91,0,.28);background:linear-gradient(90deg,#121212,#090909)}.volt-chat-avatar{width:47px;height:47px;display:grid;place-items:center;flex:0 0 47px;border:1px solid var(--vc-orange);background:#080808;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);box-shadow:inset 0 0 15px #ff5b001f}.volt-chat-avatar svg{width:27px;height:27px;fill:var(--vc-orange);filter:drop-shadow(0 0 6px rgba(255,91,0,.55))}.volt-chat-head div{display:flex;min-width:0;flex-direction:column;gap:5px}.volt-chat-head strong{font-family:Orbitron,Rajdhani,sans-serif;font-size:14px;letter-spacing:1.2px}.volt-chat-head small{display:flex;align-items:center;gap:6px;color:#aaa;font-size:11px;font-weight:600;letter-spacing:.8px}.volt-chat-head small i{width:7px;height:7px;border-radius:50%;background:#42dc75;box-shadow:0 0 8px #42dc75b3}.volt-chat-head>button{margin-left:auto;width:35px;height:35px;border:0;background:transparent;color:#aaa;font:300 30px/1 Arial;cursor:pointer;transition:color .2s,transform .2s}.volt-chat-head>button:hover{color:var(--vc-orange);transform:rotate(6deg)}.volt-chat-messages{position:relative;flex:1;display:flex;flex-direction:column;gap:14px;padding:19px 16px 12px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#5d2a0d #111}.volt-chat-message{display:flex;align-items:flex-end;gap:8px;max-width:92%;animation:voltChatIn .24s ease both}.volt-chat-message>div{padding:11px 13px;border-radius:3px;font-size:15px;font-weight:500;line-height:1.42;letter-spacing:.15px}.volt-chat-message.is-bot{align-self:flex-start}.volt-chat-message.is-bot>div{border:1px solid #292929;border-left-color:#ff5b00bf;background:#151515;color:#ededed}.volt-chat-message.is-user{align-self:flex-end}.volt-chat-message.is-user>div{border:1px solid #ca4b06;background:linear-gradient(135deg,#dc5006,#a53600);color:#fff}.volt-chat-mini-avatar{width:24px;height:24px;display:grid;place-items:center;flex:0 0 24px;border:1px solid rgba(255,91,0,.7);border-radius:2px;background:#080808;color:var(--vc-orange);font:700 11px/1 Orbitron,sans-serif}.volt-chat-message a{display:inline-flex;align-items:center;margin-top:9px;padding:9px 12px;border:1px solid var(--vc-orange);border-radius:2px;color:#fff;text-decoration:none;font-family:Orbitron,Rajdhani,sans-serif;font-size:10px;font-weight:700;letter-spacing:.7px;transition:background .2s}.volt-chat-message a:hover{background:var(--vc-orange)}.volt-chat-typing>div{display:flex;gap:4px;padding:14px 16px}.volt-chat-typing i{width:5px;height:5px;border-radius:50%;background:#ff6a16;animation:voltChatDot .9s infinite alternate}.volt-chat-typing i:nth-child(2){animation-delay:.18s}.volt-chat-typing i:nth-child(3){animation-delay:.36s}.volt-chat-suggestions{position:relative;display:flex;gap:7px;padding:8px 14px 12px;overflow-x:auto;scrollbar-width:none}.volt-chat-suggestions::-webkit-scrollbar{display:none}.volt-chat-suggestions button{flex:0 0 auto;padding:8px 10px;border:1px solid #4b2a18;border-radius:2px;background:#12100f;color:#d9d9d9;font:700 10px/1.1 Rajdhani,sans-serif;letter-spacing:.6px;cursor:pointer;transition:border-color .2s,color .2s}.volt-chat-suggestions button:hover{border-color:var(--vc-orange);color:#fff}.volt-chat-form{position:relative;display:flex;gap:8px;padding:12px 13px;border-top:1px solid #222;background:#090909}.volt-chat-form input{min-width:0;height:45px;flex:1;padding:0 13px;border:1px solid #383838;border-radius:2px;outline:0;background:#111;color:#fff;font:500 15px/1 Rajdhani,Arial,sans-serif}.volt-chat-form input:focus{border-color:var(--vc-orange);box-shadow:0 0 0 2px #ff5b001a}.volt-chat-form input::placeholder{color:#797979}.volt-chat-form button{width:47px;height:45px;display:grid;place-items:center;border:1px solid var(--vc-orange);border-radius:2px;background:var(--vc-orange);cursor:pointer}.volt-chat-form button svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linejoin:round}.volt-chat-form button:hover{background:#ff7428}.volt-chat-note{position:relative;margin:0;padding:0 13px 10px;background:#090909;color:#696969;text-align:center;font-size:10px;letter-spacing:.4px}@keyframes voltChatIn{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes voltChatDot{to{opacity:.25;transform:translateY(-3px)}}@media(max-width:600px){.volt-chat-launcher{right:14px;bottom:14px;height:54px;padding:0 15px}.volt-chat-launcher span:not(.volt-chat-launcher-glow){font-size:11px}.volt-chat-panel{right:8px;bottom:8px;width:calc(100vw - 16px);height:min(650px,calc(100dvh - 16px));border-radius:4px}.volt-chat-message>div{font-size:14px}.volt-chat-head{min-height:72px}.volt-chat-suggestions{padding-inline:12px}}@media(prefers-reduced-motion:reduce){.volt-chat-panel,.volt-chat-launcher,.volt-chat-message,.volt-chat-typing i{transition:none;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/volt-chatbot.css.map */
