
.oda-chat-widget.oda-chat-flex.oda-chat-col{
     outline: 1px solid darkgray;
 }

 .oda-chat-button {
  height: 80px !important;
  width: 80px !important;
  animation: zoom-in-zoom-out 1.5s ease infinite !important;
    animation-iteration-count:10 !important;
  border-radius: 100% !important;
/*background-color: rgb(95, 137, 166) !important;*/
border-style: solid  !important;
border-color: white !important;
}

 .oda-chat-button:after:hover {
background-color: red;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.oda-chat-button-icon{
  height: 60px !important;
  width: 60px !important;
}

.oda-chat-icon-wrapper{
    background:#C74634;
    border-radius: 50% !important;
}

.oda-chat-button{
 background-color: #C74634 !important;
}