.bubble-chat-container{display:flex;width:100%;margin-bottom:20px}.bubble-chat-container.left .bubble{border-radius:16px 16px 16px 0;margin-right:93px;margin-left:20px}@media all and (max-width:768px){.bubble-chat-container.left .bubble{margin-right:0}}.bubble-chat-container.right .bubble{border-radius:16px 16px 0 16px;background-color:#e2f3fe;margin-left:93px;margin-right:20px}@media all and (max-width:768px){.bubble-chat-container.right .bubble{margin-left:0}}.bubble-chat-container .bubble{width:80%;box-shadow:0 0 4px #00000040;padding:20px}.bubble-chat-container .bubble .bubbler-name{color:#1b115c;font-weight:700;font-size:18px;font-family:TUIType;line-height:28px}.bubble-chat-container .bubble .bubbler-message{color:#1b115c;font-size:17px;font-family:TUIType;line-height:25px}.bubble-chat-container .bubble .bubbler-message p:last-child{margin-bottom:0}.bubble-chat-container .bubble .bubbler-message img{margin-top:20px;border-radius:16px}.bubble-chat-container .bubble .wp-caption{margin-bottom:0!important}.bubble-chat-container .bubble .wp-caption p{color:#1b115c;font-family:tuitype;font-weight:400;font-size:15px!important;position:relative;padding:0 0 0 25px!important;margin-bottom:0!important}.bubble-chat-container .bubble .wp-caption p::before{content:" ";display:block;height:1px;width:15px;position:absolute;top:.7em;transform:translateY(-50%);left:0;background:#1b115c}.bubble-chat-container .bubbler-image{width:10%;align-self:flex-end}.bubble-chat-container .bubbler-image img{height:73px;width:73px;min-width:73px;border-radius:50%;object-fit:cover}@media all and (max-width:768px){.bubble-chat-container .bubbler-image img{width:30px;height:30px;min-width:unset;margin-bottom:-7px}}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:9999996}.lightbox img{max-width:calc(100% - 20px);max-height:calc(100% - 20px)}.close-btn{position:relative;background-color:#fff;color:#1b115c;cursor:pointer;line-height:0}