.dwc-bubble-icons-field__root{display:grid;grid-template-columns:repeat(6, minmax(40px, 1fr));grid-gap:5px}.dwc-bubble-icons-field__root .dwc-bubble-icon{position:relative;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;text-align:center;font-size:14px;padding:10px;background:#333;border-color:1px solid #333;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:4px;box-sizing:border-box}.dwc-bubble-icons-field__root .dwc-bubble-icon__selected{color:#fff;background:#2b96e1;border-color:#2b96e1}.dwc-bubble-icons-field__root .dwc-bubble-icon svg{height:40px}.dwc-bubble-icons-field__root .dwc-bubble-icon svg path{fill:#fff}.dwc-bubble-icons-field__root .dwc-bubble-icon svg circle{fill:#fff}.dwc-bubble-icons-field__root .dwc-bubble-icon svg rect{fill:#fff}.dwc-bubble-icons-field__root .dwc-bubble-icon svg polygon{fill:#fff}@keyframes dot1{0%{background-color:#b6b5ba}15%{background-color:#111}25%{background-color:#b6b5ba}}@keyframes dot2{0%{background-color:#b6b5ba}15%{background-color:#111}25%{background-color:#b6b5ba}}@keyframes dot3{0%{background-color:#b6b5ba}15%{background-color:#111}25%{background-color:#b6b5ba}}.dwc-chat-wrapper{position:fixed;margin:20px 0 0;bottom:30px;z-index:999999999999999;transition:.5s}.dwc-chat-wrapper .dwc-chat-close-btn{position:absolute;top:8px;right:8px;width:20px;height:20px;cursor:pointer;transition:all .3s ease 0s;outline:rgba(0,0,0,0);justify-content:center;align-items:center;display:flex !important}.dwc-chat-wrapper .dwc-chat-close-btn::before,.dwc-chat-wrapper .dwc-chat-close-btn::after{content:"";position:absolute;width:12px;height:2px;background-color:#fff;display:block;border-radius:2px}.dwc-chat-wrapper .dwc-chat-close-btn::before{transform:rotate(45deg)}.dwc-chat-wrapper .dwc-chat-close-btn::after{transform:rotate(-45deg)}.dwc-chat-wrapper .dwc-chat-bubble{position:relative;position:fixed;bottom:30px;z-index:9999999}.dwc-chat-wrapper .dwc-chat-bubble-btn{display:flex;align-items:center;justify-content:center;flex-direction:row;width:50px;height:50px;border-radius:50%;box-shadow:0 3px 10px rgba(0,0,0,.2);background-color:#25d366;cursor:pointer;visibility:visible}.dwc-chat-wrapper .dwc-chat-bubble-btn .dwc-bubble-icon{display:block;width:40px;height:40px}.dwc-chat-wrapper .dwc-chat-bubble-btn .dwc-bubble-icon svg,.dwc-chat-wrapper .dwc-chat-bubble-btn .dwc-bubble-icon img{width:100%;height:100%;display:block}.dwc-chat-wrapper .dwc-chat-bubble .dwc-print-text{gap:10px}.dwc-chat-wrapper .dwc-chat-box{opacity:0;box-shadow:rgba(0,0,0,.1) 0px 12px 24px 0px;background-color:#fff;border-radius:9px;transition:.5s;position:fixed;width:360px;bottom:0;z-index:2;visibility:hidden}.dwc-chat-wrapper .dwc-chat-box-show{opacity:1;bottom:0;margin-bottom:100px;visibility:visible}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-header{background-color:#095e54;padding:20px;display:flex;align-items:center;border-radius:9px 9px 0 0;color:#fff}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-header img{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-header .dwc-chat-header-right .dwc-profile-name{font-size:16px;font-weight:700;line-height:20px}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-header .dwc-chat-header-right{padding-left:15px}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-room .dwc-chat-conversation{background-color:#f1f0f0;padding:40px 20px 50px;position:relative;overflow:auto;max-height:382px;display:flex}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-room .dwc-chat-conversation .dwc-chat-dots{background-color:#fff;width:50px;height:30px;display:flex;justify-content:center;align-items:center;transition:all .1s ease 0s;opacity:0;z-index:1;border-radius:9px;box-shadow:rgba(0,0,0,.1) 0px 1px .5px}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-room .dwc-chat-conversation .dwc-chat-dots .dwc-chat-dots-inner{position:relative;display:flex}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-room .dwc-chat-conversation .dwc-chat-dots .dwc-chat-dots-inner .dwc-chat-dot{height:5px;width:5px;margin:0px 2px;background-color:#b6b5ba;border-radius:50%;position:relative;animation-duration:1.2s;animation-iteration-count:infinite;animation-timing-function:linear;top:0px;display:inline-block !important}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-room .dwc-chat-conversation .dwc-chat-dots .dwc-chat-dots-inner .dwc-chat-dot.dot1{animation-name:dot1}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-room .dwc-chat-conversation .dwc-chat-dots .dwc-chat-dots-inner .dwc-chat-dot.dot2{animation-name:dot2}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-room .dwc-chat-conversation .dwc-chat-dots .dwc-chat-dots-inner .dwc-chat-dot.dot3{animation-name:dot3}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-room .dwc-chat-conversation .dwc-chat-greeting-msg{background-color:#fff;border-radius:9px;box-shadow:rgba(0,0,0,.1) 0px 1px .5px;color:#000;font-size:14px;margin-left:-50px;line-height:1.3;max-width:calc(100% - 80px);padding:7px 14px 6px;width:100%;opacity:0;transition:.5s;z-index:2}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-room .dwc-chat-conversation .dwc-chat-greeting-msg p{font-size:14px;font-weight:400;line-height:19px;margin-bottom:10px;padding-bottom:0}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-room .dwc-chat-conversation .dwc-chat-greeting-msg p.dwc-user-name{font-size:13px;font-weight:700;line-height:18px;color:rgba(0,0,0,.4);margin-bottom:4px}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-btn-wrapper{padding:30px}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-btn-wrapper a.dwc-start-chat{background-color:#25d366;display:flex;padding:10px 20px;justify-content:center;border-radius:10px;font-size:14px;font-weight:700;text-decoration:none;align-items:center;color:#fff;cursor:pointer}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-btn-wrapper a.dwc-start-chat img{height:24px}.dwc-chat-wrapper.dwc-floating-right{right:0}.dwc-chat-wrapper.dwc-floating-right .dwc-chat-box{right:50px}.dwc-chat-wrapper.dwc-floating-right .dwc-chat-bubble{right:50px}.dwc-chat-wrapper.dwc-floating-left{left:0}.dwc-chat-wrapper.dwc-floating-left .dwc-chat-box{left:50px}.dwc-chat-wrapper.dwc-floating-left .dwc-chat-bubble{left:50px}.dwc-template-support .dwc-chat-box .dwc-chat-header{background-color:#fff;color:#000}.dwc-template-support .dwc-chat-bubble-btn{border-radius:100px;padding:10px 25px;background-color:#000;color:#fff;box-sizing:border-box;width:100%}.dwc-template-booking .dwc-chat-box .dwc-chat-header{background-color:#1c68f5}.dwc-template-booking .dwc-chat-bubble-btn{border-radius:100px;padding:10px 25px;background-color:#1c68f5;color:#fff;box-sizing:border-box;width:100%}.dwc-template-sale .dwc-chat-box .dwc-chat-header{background-color:#ff6900}.dwc-template-sale .dwc-chat-bubble-btn{background-color:#ff6900}@media(max-width: 768px){.dwc-chat-wrapper .dwc-chat-box{width:90%;max-width:340px;margin-bottom:100px}}@media(max-width: 480px){.dwc-chat-wrapper{bottom:0px;margin:0px}.dwc-chat-wrapper .dwc-chat-bubble-btn{width:40px;height:40px;border-radius:50%}.dwc-chat-wrapper .dwc-chat-box{width:calc(100% - 100px);margin-bottom:100px}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-header{padding:10px}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-room .dwc-chat-conversation{padding:10px}.dwc-chat-wrapper .dwc-chat-box .dwc-chat-room .dwc-chat-conversation .dwc-chat-greeting-msg{max-width:100% !important}}.dwc-warning{color:#343541;font-weight:bold;cursor:pointer;background-color:#fae69e;border-radius:.375rem;font-size:.75rem;line-height:1rem;font-weight:500;padding:.275rem .375rem !important;display:inline-block}#divi-whatsapp-chat-wrapper{position:relative;z-index:1}
