#chat21-container .chat21-launcher-invite_message-text {
    font-size: 12px !important;
}
#chat21-launcher-button {
    left: auto !important;
    top: auto !important;
    bottom: 10px !important;
    right: 10px !important;
    width: 88px !important;
    height: 88px !important;
    border-radius: 44px !important;
    background: #CA8DE7;
    box-shadow: inset 16px 9px 46px 0px #BC20FF, inset -14px 10px 14px 0px #0DF6E3, inset -20px -17px 20px 20px #0A34C1;
    filter: drop-shadow(2px 3px 9px #7d1aa960);
    /* transition-duration: 2s; */
    animation: chat 4s linear infinite;
}
@keyframes chat {
    25% {
        box-shadow: inset -16px 9px 46px 0px #BC20FF, inset -14px -10px 14px 0px #0DF6E3, inset -20px 17px 20px 20px #0A34C1;
    }
    50% {
        box-shadow: inset -16px -9px 46px 0px #BC20FF, inset 14px -10px 14px 0px #0DF6E3, inset 20px 17px 20px 20px #0A34C1;
    }
    75% {
        box-shadow: inset 16px -9px 46px 0px #BC20FF, inset 14px 10px 14px 0px #0DF6E3, inset 20px -17px 20px 20px #0A34C1;
    }
}
#chat21-container .msg_block .button {
    background: #1A47A9 !important;
    color: #fff !important;
}
.chat21-footer-message-editor #chat21-main-message-context {
    max-height: 66px !important;
}
#chat21-container .msg_container .button {
    box-shadow: none !important;
}
#chat21-conversations .messages {
    border-radius: 4px !important;
    box-shadow: none !important;
}
.chat21-window * {
    font-family: Open Sans, sans-serif !important;
}
#chat21-conversations .message_sender_fullname {
    font-size: 16px;
    line-height: 26px;
}
.chat21-window #chat21-conversations .messages p {
    font-size: 13px !important;
}
.msg_receive a {
    font-size: 13px !important;
}
.chat21-window #chat21-conversations .messages p a {
    font-size: 13px !important;
    color: #1A47A9 !important;
}
#chat21-sheet-content {
    font-size: 14px;
    line-height: 22px;
}
#chat21-container .chat21-sheet-mobile {
    max-height: 65vh !important;

}
#chat21-start-upload-doc, #chat21-button-emoji {
    display: none;
}
@media (max-width: 768px) {
    #chat21-container .chat21-launcher-invite_message {
        max-width: 200px !important;
        width: 200px !important;
        white-space: normal !important;

    }
    #chat21-container .chat21-sheet-header-title {
        max-height: none !important;
        font-size: 13px !important;
    }
    #chat21-launcher-button {
        top: auto !important;
        left: auto !important;
    }
}
.pay-button {
    bottom: 15px;
}
