.chat-icon-wrapper{z-index:1000;flex-direction:column;align-items:center;display:flex;position:fixed;bottom:20px;right:20px}.chat-icon{color:#fff;cursor:pointer;padding:15px;font-size:20px}.chat-name{color:#000;margin-top:6px;font-size:18px;font-weight:700}.chat-box{z-index:1000;background:#fff;border-radius:30px;flex-direction:column;width:300px;height:auto;min-height:400px;max-height:600px;display:flex;position:fixed;bottom:80px;right:20px;box-shadow:0 0 10px #0003}.chat-header{color:#fff;background:#ffc925;border-radius:30px;justify-content:space-between;align-items:center;padding:7px;display:flex}.chat-header .header-content{white-space:nowrap;align-items:center;gap:8px;display:flex;overflow:hidden}.chat-header .header-content img{width:35px;height:35px}.chat-header .header-content span{font-size:14px;font-weight:700}.chat-body{flex:1;max-height:400px;padding:10px;overflow-y:auto}.chat-body p,.chat-body input,.chat-body textarea{margin:0}.chat-footer{border-top:none;width:100%;padding:10px}.chat-icon{animation:3s ease-in-out infinite floatSideToSide}.chat-box{animation:4s ease-in-out infinite floatUpDown}@keyframes floatSideToSide{0%,to{transform:translate(0)}50%{transform:translate(6px)}}@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.validation{color:#d8000c;margin:4px 0 0;font-size:12px}.form-field{flex-direction:column;margin-top:8px;display:flex}.chat-footer label{margin-bottom:2px;font-size:12px}.chat-footer input,.chat-footer textarea,.chat-footer button{margin-top:4px}.chat-footer input,.chat-footer textarea{box-sizing:border-box;color:#333;background:#fff;border:1px solid #ddd;border-radius:6px;width:100%;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .3s}.chat-footer input:focus,.chat-footer textarea:focus{border-color:#ffc925;outline:none;box-shadow:0 0 0 2px #063c7e1a}.chat-footer input::placeholder,.chat-footer textarea::placeholder{color:#999;opacity:1}.chat-footer textarea{resize:vertical;min-height:60px;max-height:120px}.chat-footer button{color:#fff;cursor:pointer;background:#ffc925;border:none;border-radius:6px;width:100%;margin-top:8px;padding:10px 12px;font-size:14px;font-weight:500;transition:background-color .3s}.chat-footer button:hover:not(:disabled){background:#252525}.chat-footer button:disabled{cursor:not-allowed;opacity:.7;background:#ccc}.success-popup-overlay{z-index:2000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ease-in-out forwards fadeIn;display:flex;position:fixed;top:0;left:0}.success-popup-overlay.closing{animation:.5s ease-in-out forwards fadeOut}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.success-popup{background:#fff;border-radius:15px;width:90%;max-width:400px;padding:0;animation:.4s ease-out forwards slideUp;overflow:hidden;box-shadow:0 10px 40px #0000004d}.success-popup.closing{animation:.5s ease-in forwards slideDown}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50px)}}.success-popup-progress-bar{background:#f0f0f0;width:100%;height:4px;position:relative;overflow:hidden}.progress-fill{transform-origin:0;background:linear-gradient(90deg,#4caf50,#45a049);width:100%;height:100%}@keyframes reduceWidth{0%{width:100%}to{width:0%}}.success-popup-content{text-align:center;padding:40px 30px}.checkmark-container{justify-content:center;margin-bottom:20px;display:flex}.checkmark{width:80px;height:80px;margin:0 auto}.checkmark-circle{stroke:#4caf50;stroke-width:2px;stroke-linecap:round;animation:.6s cubic-bezier(.65,0,.45,1) forwards strokeCircle}.checkmark-check{stroke:#4caf50;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;animation:.6s cubic-bezier(.65,0,.45,1) .3s forwards strokeCheck}@keyframes strokeCircle{0%{stroke-dasharray:166;stroke-dashoffset:166px}to{stroke-dasharray:166;stroke-dashoffset:0}}@keyframes strokeCheck{0%{stroke-dasharray:48;stroke-dashoffset:48px}to{stroke-dasharray:48;stroke-dashoffset:0}}.success-popup-title{color:#333;opacity:0;margin:15px 0 10px;font-size:24px;font-weight:600;animation:.5s ease-out .4s forwards slideInText}.success-popup-message{color:#666;opacity:0;margin:0;font-size:14px;line-height:1.6;animation:.5s ease-out .5s forwards slideInText}@keyframes slideInText{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){.success-popup{width:85%;max-width:100%}.success-popup-content{padding:30px 20px}.checkmark{width:60px;height:60px}.success-popup-title{font-size:20px}.success-popup-message{font-size:13px}}
