#wrapper-amoeba-talk {
    width: 100%;
    max-width: 370px;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 1000002;
}

#wrapper-amoeba-talk #webchat-iframe {
    width: 100%;
    max-width: 370px;
    position: fixed;
    right: 20px;
    bottom: 85px;
    z-index: 999;
    height: 600px;
    display: none;
}

#wrapper-amoeba-talk #webchat-iframe.active {
    display: block;
}

#wrapper-amoeba-talk .chatbox-icon p {
    margin: 0;
}

#wrapper-amoeba-talk .chatbox-icon .close-chatbox {
    display: none;
}

#wrapper-amoeba-talk .chatbox-icon .close-chatbox.active {
    display: block;
    opacity: 1;
}

#wrapper-amoeba-talk .chatbox-icon .open-chatbox {
    opacity: 1;
}

#wrapper-amoeba-talk .chatbox-icon .open-chatbox.active {
    display: none;
}


#wrapper-amoeba-talk .chatbox-icon .open-chatbox:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #ff0000;
    border-radius: 50%;
    top: 0;
    right: 0;
}

#wrapper-amoeba-talk .chatbox-icon {
    margin: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    height: 55px;
    width: 55px;
    background: linear-gradient(to right, #3893ed, #9a93ee, #ef9bfd);
    text-align: center;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}

#wrapper-amoeba-talk .chatbox-icon p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    width: 55%;
    height: 55%;
    margin: 0;
}

#wrapper-amoeba-talk .chatbox-icon p svg {
    fill: #FFFFFF;
    width: 100%;
    height: auto;
}