/*!
 * © Evite You 2024 All Rights Reserved.
 */
.chat{position:fixed;bottom:20px;right:20px;z-index:1000}.chat button{display:flex;align-items:center;gap:10px;background:#111;color:#fff;border:none;border-radius:50px;padding:15px 15px;cursor:pointer;box-shadow:0 8px 20px rgb(0 0 0 / .3);font-size:16px;-webkit-tap-highlight-color:#fff0}.chat button:focus,.chat button:active,.chat button:focus-visible{outline:none;background:#111;box-shadow:0 8px 20px rgb(0 0 0 / .3)}.chat img{width:26px}.chat-popup{position:fixed;bottom:90px;right:20px;width:360px;max-height:50vh;background:#fff;border-radius:12px;box-shadow:0 15px 40px rgb(0 0 0 / .35);overflow:hidden;display:none;z-index:1000}.chat-header{background:#111;color:#fff;padding-top:5px;padding-bottom:5px;padding-left:14px;padding-right:14px;display:flex;justify-content:space-between;align-items:center;font-weight:400;font-family:'Cormorant Garamond',serif}.chat-header .close{font-size:26px;cursor:pointer}.chat-popup iframe{width:100%;height:calc(90vh - 56px);border:none}@media (max-width:480px){.chat-popup{width:80%;height:600px;max-height:79%;bottom:15px;right:15px;border-radius:10px}.chat-popup iframe{height:calc(100% - 56px)}.chat{bottom:20px;right:20px}}