* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100%;
    min-height: 100vh;
}

/* Chat Wrapper */
/* .chat_content {
    background: #8787ff;
    padding: 10px 20px;
    border-radius: 12px;
    position: fixed;
    right: 120px;
    bottom: 140px;
}
.chat_wrapper {
    position: fixed;
    right: 120px;
    bottom: 130px;
    box-shadow: 0px 5px 47px 0px #ddd;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
}
.chat_wrapper.show {
    opacity: 1;
    visibility: visible;
}
.iframe-container {
    width: 400px;
    height: 560px;
}
.iframe-container .iframe {
    border: 0;
    width: 100%;
    height: 100%;
} */
/* Chat Wrapper */

/* Chat Btn */
/* .chat_btn {
    padding: 10px;
    width: 66px;
    height: 66px;
    background: #7a7aff;
    border: 0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    right: 115px;
    bottom: 60px;
}
.chat_btn img {
    width: 100%;
} */
/* Chat Btn */