/* Minification failed. Returning unminified contents.
(50,33): run-time error CSS1046: Expect comma, found '0'
(50,37): run-time error CSS1046: Expect comma, found '/'
(50,64): run-time error CSS1046: Expect comma, found '0'
(50,68): run-time error CSS1046: Expect comma, found '/'
 */
.WellLiveChat-Button-Container {
  border-radius: 50%;  
}

  .WellLiveChat-Button-Container.green-flash {
    background-color: #6D8235;
    -webkit-animation: blink 0.5s linear 5;
    -moz-animation: blink 0.5s linear 5;
    -ms-animation: blink 0.5s linear 5;
    -o-animation: blink 0.5s linear 5;
    animation: blink 0.5s linear 5;
  }

@keyframes blink {
  0% {
    box-shadow: 0 0 6px 6px #6D8235;
  }

  50% {
    box-shadow: 0 0 0;
  }

  100% {
    box-shadow: 0 0 6px 6px #6D8235;
  }
}

@-webkit-keyframes blink {
  0% {
    box-shadow: 0 0 6px 6px #6D8235;
  }

  50% {
    box-shadow: 0 0 0;
  }

  100% {
    box-shadow: 0 0 6px 6px #6D8235;
  }
}

@media screen and (min-width: 600px) {
  .WellLiveChat-Container-Root .WellLiveChat-Container.WellLiveChat-Container--ready {
    right: 95px;
    bottom: 25px;
  }
}

.WellLiveChat-Container-Root .WellLiveChat-Container.WellLiveChat-Container--ready iframe.WellLiveChat-Widget-Iframe {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}

@media screen and (max-width: 767px) {
  .WellLiveChat-Container-Root .WellLiveChat-Container.WellLiveChat-Container--ready iframe.WellLiveChat-Widget-Iframe {
    border-radius: 0 !important;
  }
}

