.abusizz-iframe-wrapper {
	width: 920px;
	height: 1000px;
  background-color: #A9A9A9;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
}

.abusizz-iframe {
	display: block;
	background-color: #DADADA;
	border: 6px solid #DADADA;
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 100;
}

/* START Speech Balloon & Chat Style */
.abusizz-speech-balloon .elementor-text-editor,
.abusizz-chat .elementor-text-editor{
	color:#000000;
  position: relative;
  background: #ffffff;
  padding: 20px;
  margin: 15px;
}

.abusizz-speech-balloon p,
.abusizz-speech-balloon,
.abusizz-chat p,
.abusizz-chat {
  margin: 0px!important;
}

.abusizz-speech-balloon {
    color: #ffffff; 
}

.abusizz-speech-balloon .elementor-text-editor::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-right-color: #ffffff;
	border-left: 0;
  border-top: 0;
  margin-top: 0;
	margin-left: -30px;
}

.abusizz-speech-balloon .elementor-text-editor::before {
	content: '';
	position: absolute;
	left: -128px;
	top: 0;
	width: 82px;
	height: 82px;
  background-color:#fff;
  background-image: url('../img/abusizz-avatar.svg');
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat; 
  background-size:50px;
}
/* END Speech Balloon & Chat Style */

/* START Chat animation */
.abusizz-chat { 
  opacity: 0;
  visibility: hidden;
}

 .abusizz-chat  {
  animation-name: FadeInDown;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

    @keyframes FadeInDown {
       0% {
          opacity: 0;
          transform: translateY(-60px);
          visibility: visible;
       }
       100% {
          opacity: 1;
          transform: translateY(0);
          visibility: visible;
       }

    }

    .abusizz-chat:nth-child(1) { 
      animation-delay: 3s;
    }

     .abusizz-chat:nth-child(2) { 
      animation-delay: 6s;
    }

     .abusizz-chat:nth-child(3) { 
      animation-delay: 12s;
    }

     .abusizz-chat:nth-child(4) { 
      animation-delay: 18s;
    }

    .abusizz-chat:nth-child(5) { 
      animation-delay: 24s;
    }

    .abusizz-chat:nth-child(6) { 
      animation-delay: 30s;
    }


.abusizz-speech-balloon::after {
	content: '';
	position: absolute;
  left:30px;
	bottom: -90px;
	width: 60px;
	height: 60px;
  background-image: url('../img/Bars-1s-200px.svg');
  background-position: center;
  background-repeat: no-repeat; 
  background-size:40px 40px;
  animation-name: FadeIn;
  animation-duration: 6s;
  animation-fill-mode: forwards;
}

.abusizz-chat::before {
	content: '';
	position: absolute;
  left:30px;
	bottom: -90px;
	width: 60px;
	height: 60px;
  background-image: url('../img/Bars-1s-200px.svg');
  background-position: center;
  background-repeat: no-repeat; 
  background-size:40px 40px;
  animation-name: FadeIn;
  animation-duration: 6s;
  animation-fill-mode: forwards;

}

.abusizz-chat:last-child::before{
	bottom: 0px;
}

    @keyframes FadeIn {
       0% {
          opacity: 0;
          visibility: visible;
       }
      
       40% {
          opacity: 0;
          visibility: visible;
       }
      
       95% {
          opacity: 1;
          visibility: visible;
       }
      
       100% {
          opacity: 0;
          visibility: visible;
       }

    }

    .abusizz-chat:nth-child(1)::before { 
      animation-delay: 3s;
    }

     .abusizz-chat:nth-child(2)::before { 
      animation-delay: 6s;
    }

     .abusizz-chat:nth-child(3)::before { 
      animation-delay: 12s;
    }

     .abusizz-chat:nth-child(4)::before { 
      animation-delay: 18s;
    }

    .abusizz-chat:nth-child(5)::before { 
      animation-delay: 24s;
    }

    .abusizz-chat:nth-child(6)::before { 
      animation-delay: 30s;
    }

/* END Chat animation */


/* START Quicklink Button */
.elementor-button-link {
  cursor: pointer; 
}

.elementor-button .elementor-align-icon-right {
  margin-left:25px;
}

.elementor-widget-abusizz-iframe-quicklink {
  margin-bottom:0px!important;
}

.abusizz-iframe-quicklink-icon-right {
  order:20;
	margin-left:1rem;
	width: 31px;
  background-image: url('../img/abusizz-arrow-right.svg');
  background-position: right;
  background-repeat: no-repeat; 
  background-size:31px;
}

.elementor-widget-abusizz-iframe-quicklink > .elementor-widget-container {
    padding: 10px 10px 10px 10px;
}
/* END Quicklink Button */
