.elementor-807 .elementor-element.elementor-element-2920249{--display:flex;--min-height:819px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}/* Start custom CSS for html, class: .elementor-element-b6fba7c */.elementor-807 .elementor-element.elementor-element-b6fba7c{
    position: absolute;
    top: 50%;
    left: 50%;
}

.chat-bubble {
  background-color: #232728;
  box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.3);
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 20px;
  width: 70px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.chat-bubble p {
  color: transparent;
  margin: 0;
  padding: 0;
  letter-spacing: -0.3px;
  white-space: nowrap;
  font-family: "Sora";
  font-size: 13px;
}

.chat-bubble.bubble-1 {
  animation: 0.5s forwards 1s fade-in, 0.2s linear 2.7s forwards chat-span;
  top: 45px;
  right: 75px;
}

.chat-bubble.bubble-1 p {
  animation: cor 0.2s ease-out 2.7s forwards;
}

.chat-bubble.bubble-1 .dot {
  animation: 0.8s 2 both loading-dot;
}

.chat-bubble.bubble-1 .dot.dot__1 {
  animation-delay: 1.2s;
}

.chat-bubble.bubble-1 .dot.dot__2 {
  animation-delay: 1.4s;
}

.chat-bubble.bubble-1 .dot.dot__3 {
  animation-delay: 1.6s;
}

.loading-dots {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0;
  margin: 2px;
}

@keyframes loading-dot {
  0% {
    background: #f7fafc;
  }
  50% {
    background: #cbd5e0;
  }
  100% {
    color: white;
    opacity: 1;
  }
}

@keyframes chat-span {
  0% {
    width: 70px;
  }
  100% {
    width: 205px;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes cor{
    0%{
        color: transparent;
    }
    100%{
        color: #fff;
    }
}

@media(max-width: 767px){
    .elementor-807 .elementor-element.elementor-element-b6fba7c{
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translatex(-50%)
    }
    .chat-bubble p {
        font-size: 13px;
    }
    
    .chat-bubble{
        left: 50%;
        transform: translatex(-50%);
    }
}/* End custom CSS */