/* Partner IT Website Live Customer Chat Realtime V2 */
#partnerLiveChatRoot{--lc-red:#AE2624;--lc-red2:#E52B29;--lc-dark:#1F2125;--lc-line:#E0E4E8;--lc-bg:#F5F6F8;--lc-text:#252D36;--lc-muted:#6F7983;font-family:"Segoe UI",Arial,sans-serif;position:relative;z-index:99989}
.pcv2-launcher{position:fixed;z-index:99990;right:22px;bottom:22px;min-width:156px;height:58px;display:flex;align-items:center;gap:9px;padding:0 14px 0 9px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:linear-gradient(135deg,#2D3035,#1D2025 58%,#842522);color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.24);cursor:pointer}
.pcv2-launcher-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--lc-red2),var(--lc-red));font-size:19px}.pcv2-launcher-copy{display:grid;text-align:left}.pcv2-launcher-copy strong{font-size:12px}.pcv2-launcher-copy small{margin-top:2px;color:#D1D5DA;font-size:9px}.pcv2-unread{position:absolute;right:-2px;top:-4px;min-width:21px;height:21px;display:grid;place-items:center;padding:0 5px;border:2px solid #fff;border-radius:999px;background:#FFCB35;color:#222;font-size:9px;font-weight:900}
.pcv2-panel{position:fixed;z-index:99991;right:22px;bottom:92px;width:min(400px,calc(100vw - 28px));height:min(610px,calc(100vh - 115px));display:none;overflow:hidden;border:1px solid var(--lc-line);border-radius:18px;background:#fff;box-shadow:0 22px 60px rgba(18,23,29,.25)}.pcv2-panel.open{display:flex;flex-direction:column;animation:pcv2In .18s ease}
.pcv2-head{display:grid;grid-template-columns:40px minmax(0,1fr) 34px;gap:9px;align-items:center;padding:11px;background:linear-gradient(135deg,#33363B,#202328);color:#fff}.pcv2-logo{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,var(--lc-red2),var(--lc-red));font-size:18px;font-weight:900}.pcv2-head strong{display:block;font-size:13px}.pcv2-head span{display:flex;align-items:center;gap:5px;margin-top:3px;color:#C6CCD2;font-size:10px}.pcv2-head span i{width:7px;height:7px;border-radius:50%;background:#A5ABB1}.pcv2-head span.online{color:#82E3AA}.pcv2-head span.online i{background:#34C976}.pcv2-head button{width:34px;height:34px;border:0;border-radius:9px;background:rgba(255,255,255,.09);color:#fff;cursor:pointer}
.pcv2-start{min-height:0;overflow:auto;padding:15px}.pcv2-welcome{display:grid;gap:4px;margin-bottom:13px;padding:12px;border:1px solid #EEE1E0;border-radius:12px;background:#FFF8F7}.pcv2-welcome b{color:#282F37;font-size:14px}.pcv2-welcome span{color:#737D87;font-size:11px;line-height:1.45}.pcv2-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.pcv2-grid label{display:grid;gap:5px}.pcv2-grid label.full{grid-column:1/-1}.pcv2-grid label span{color:#4E5964;font-size:10px;font-weight:800}.pcv2-grid input,.pcv2-grid select,.pcv2-grid textarea{width:100%;border:1px solid #D8DDE2;border-radius:9px;background:#fff;color:#28313A;font:inherit;font-size:12px;outline:none}.pcv2-grid input,.pcv2-grid select{height:39px;padding:0 10px}.pcv2-grid textarea{min-height:88px;padding:10px;resize:vertical}.pcv2-grid input:focus,.pcv2-grid select:focus,.pcv2-grid textarea:focus{border-color:#C77B79;box-shadow:0 0 0 3px rgba(174,38,36,.08)}.pcv2-primary{width:100%;min-height:42px;margin-top:11px;border:0;border-radius:9px;background:linear-gradient(135deg,var(--lc-red2),var(--lc-red));color:#fff;font-size:11px;font-weight:900;cursor:pointer}.pcv2-primary:disabled{opacity:.55}.pcv2-error{min-height:16px;margin:7px 0 0;color:#B52D29;font-size:10px;text-align:center}
.pcv2-thread{min-height:0;flex:1;display:flex;flex-direction:column}.pcv2-threadbar{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:9px 10px;border-bottom:1px solid #E6EAED}.pcv2-threadbar div{min-width:0}.pcv2-threadbar strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#28313A;font-size:12px}.pcv2-threadbar span:not(.pcv2-status){display:block;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#78828C;font-size:10px}.pcv2-status{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:#FFF2DC;color:#956000;font-size:9px;font-weight:900}.pcv2-status.active{background:#E9F7ED;color:#287343}.pcv2-status.closed{background:#EEF0F2;color:#6C7680}
.pcv2-messages{min-height:0;flex:1;overflow:auto;padding:12px 10px;background:radial-gradient(circle at 15% 15%,rgba(174,38,36,.028),transparent 30%),var(--lc-bg)}.pcv2-msg{display:flex;margin-bottom:9px}.pcv2-msg.customer{justify-content:flex-end}.pcv2-msg.staff{justify-content:flex-start}.pcv2-msg.system{justify-content:center}.pcv2-bubble{max-width:82%;padding:8px 10px 6px;border:1px solid #DFE3E7;border-radius:12px 12px 12px 4px;background:#fff;color:#2F3841;box-shadow:0 2px 6px rgba(28,35,43,.03);font-size:12px;line-height:1.48}.pcv2-msg.customer .pcv2-bubble{border-color:#DEC5C4;border-radius:12px 12px 4px 12px;background:#FFF0EF}.pcv2-msg.system .pcv2-bubble{border:0;border-radius:999px;background:#E8EBEF;color:#707A84}.pcv2-bubble b{display:block;margin-bottom:3px;color:#6D7781;font-size:9px}.pcv2-bubble small{display:block;margin-top:4px;color:#8B939B;text-align:right;font-size:8px}.pcv2-typing{min-height:22px;padding:3px 11px;color:#717B84;font-size:9px;font-style:italic}
.pcv2-compose{display:grid;grid-template-columns:minmax(0,1fr) 68px;gap:7px;align-items:end;padding:9px 10px;border-top:1px solid #E4E8EB}.pcv2-compose textarea{width:100%;min-height:42px;max-height:115px;padding:10px;border:1px solid #D8DDE2;border-radius:10px;resize:none;outline:none;font:inherit;font-size:12px}.pcv2-compose button{height:42px;border:0;border-radius:9px;background:var(--lc-red);color:#fff;font-size:10px;font-weight:900;cursor:pointer}.pcv2-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px 9px;color:#848D96;font-size:8px}.pcv2-foot button{border:0;background:transparent;color:#9C2E2A;font-size:8px;font-weight:800;cursor:pointer}
@keyframes pcv2In{from{opacity:0;transform:translateY(9px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:520px){.pcv2-launcher{right:14px;bottom:18px;min-width:58px;width:58px;padding:0;justify-content:center}.pcv2-launcher-copy{display:none}.pcv2-panel{right:7px;bottom:84px;width:calc(100vw - 14px);height:min(650px,calc(100vh - 98px));border-radius:15px}.pcv2-grid{grid-template-columns:1fr}.pcv2-grid label.full{grid-column:auto}}