<style>
@keyframes iqosAnimation1 {
    0% { opacity: 1;}
    100% { opacity: 0;}
}

 

@keyframes iqosAnimation2 {
    from { transform: scale(0.85, 0.85); opacity:1;}
    to { transform: scale(1.05, 1.05); opacity:0;}
}

.twilioChatBotButton {
     border: 2px solid #272a33;
     border-radius: 3px;
     width: 90%;
     outline: 0;
}

.twilioChatBotButton:hover {
     border-color: #e5e5e5;
}
.twilioChatBotButtonNBW:hover{
     background-color: #00d2d2;
}
.twilioChatBotButtonNBW:focus{
     background-color:#34303d;
     color: #fffdfb !important;
}

.disableAttachmentIcon {
     pointer-events: none;
     color: grey !important ;
     cursor: default !important ;
}
.enableAttachmentIcon {
     pointer-events:auto;
     color:black !important ;
     cursor:pointer !important ;
}


/*UI start*/
.twilioChatBotButton{
  word-break: break-word;
  border-radius: 20px;
  border: solid 1.5px #34303d;
  width: 140px;
  height: 40px;
  margin: 4px 4px 0 4px;
  font-size: 12px;
  color: #34303d;
  line-height: 1.43;
  text-align: center;
  transition: all .2s;
}

.twilioChatBotButton:hover {
  background-color: #00d1d2;
  color: #34303d;
}
.twilioChatBotDiv{
  text-align: center;
  margin: auto;
}

.twilioChatBotAnswer{
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 10px;
}
/*UI end*/
</style>