.chat-widget{position:fixed;bottom:10px;right:15px;width:60px;height:60px;border-radius:50%;background-color:#000;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.18);z-index:1000}.chat-widget img{width:32px;height:32px;padding:4px}.chat-iframe-container{position:fixed;bottom:105px;right:35px;width:400px;height:600px;min-height:600px;border-radius:10px;padding:0;box-shadow:0 2px 4px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.18);z-index:1000;display:none}.chat-iframe-container iframe{width:100%;height:100%;border:none;border-radius:10px}.close-button{position:absolute;top:-12px;right:-12px;width:24px;height:24px;border-radius:50%;background-color:#000;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:18px;font-weight:700;box-shadow:0 2px 4px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.18)}@media (max-width:767px){.chat-iframe-container{width:90%;height:90%;bottom:10px;right:10px;padding:0}}