.ui-option p:empty {
  display: none;
}
.ui-option p {
  color: #1285fe;
}
.chat-response p {
  color: #000;
  font-size: 0.7rem!important;
  margin: 0;
  line-height: unset!important;
  letter-spacing: unset!important;
}
.akg_last{
  /*padding: 0px 73px;*/
  font-weight: bold!important;
  color: #be1719!important;
}

  .fixed-position {
position: fixed;
left: 30px;
bottom: 30px;
}
.ui-option p {
  color: #1285fe;
}
.text{
  line-height: unset!important;
  letter-spacing: unset!important;
}
.ui-option:hover  p {
  color: #FFF!important;
}

.chat-icon-box {
  /*background: -webkit-linear-gradient(to right, #642b73, #c6426e);*/
  background: -webkit-linear-gradient(to right, #0d82f5, #026ccf);
  background: linear-gradient(to right, #0d82f5, #026ccf);
width: 50px;
height: 50px;
background-color: #b516df;
border-radius: 50%;
}
.chat-icon-box .circle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 45px;
height: 45px;
line-height: 45px;
background-color: rgba(255, 255, 255, 0.2);
border-radius: 50%;
text-align: center;
font-size: 25px;
font-weight: bold;
color: #fff;
}

.notify {
/*-webkit-animation: animSpin 2.8s ease-in-out forwards infinite, animFade 2.8s ease forwards infinite;*/
/*        animation: animSpin 2.8s ease-in-out forwards infinite, animFade 2.8s ease forwards infinite;*/
-webkit-animation: pulse 1s infinite ease-in-out alternate;
animation: pulse 1s infinite ease-in-out alternate;
        
}
.notify  .bouncediv{
  display: contents;
}
@keyframes pulse {
from { transform: scale(0.8); }
to { transform: scale(1.2); }
}

@-webkit-keyframes animSpin {
0% {
  transform: perspective(120px) rotateY(181deg) rotateX(0deg);
}
50% {
  transform: perspective(120px) rotateY(0deg) rotateX(0deg);
}
100% {
  transform: perspective(120px) rotateY(181deg);
}
}

@keyframes animSpin {
0% {
  transform: perspective(120px) rotateY(181deg) rotateX(0deg);
}
50% {
  transform: perspective(120px) rotateY(0deg) rotateX(0deg);
}
100% {
  transform: perspective(120px) rotateY(181deg);
}
}
@-webkit-keyframes animFade {
0% {
  opacity: 0.95;
}
100% {
  opacity: 1;
}
}
@keyframes animFade {
0% {
  opacity: 0.95;
}
100% {
  opacity: 1;
}
}
.chat_box {
 
  box-shadow: 0 -1px 20px rgb(0 0 0 / 16%)!important;
}
    .chat-all {
  opacity:0;
  transition:opacity 500ms;
  
  animation: fadeInAnimation ease 3s
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  
}
@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
   }
}
.chat-all.waa {
  opacity:1;
}
.icon-button__badge {
    font-size: 13px;
  padding: 10px;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 18px;
  height: 18px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#showMe {
animation: cssAnimation 0s 7s forwards;
opacity: 0; 
}

@keyframes cssAnimation {
to   { opacity: 1; }
}

.widgetLabel span{
  font-size: 0.75rem;
}




.bouncediv {
  background: -webkit-linear-gradient(to right, #0d82f5, #026ccf);
  background: linear-gradient(to right, #0d82f5, #026ccf);
  width: 50px;
  height: 50px;
  /*background-color: #b516df;*/
  border-radius: 50%;
  position: absolute;
  overflow: visible;
  text-align: center;
  position: fixed;
  left: 30px;
  bottom: 30px;
}
.bouncediv img {
  vertical-align: middle;
  border-style: none;
/*display: block;*/
/*width: 30px;*/
height: 25px;
margin: 0 auto 0px;
object-fit: cover;
}


.bouncediv  {
opacity: 0;
animation-name: bounceIn;
animation-duration: 450ms;
animation-timing-function: linear;
animation-fill-mode: forwards;
}
.bouncediv  {
animation-delay: 2s;
}
.bouncediv .circle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}


@keyframes bounceIn {
0% {
  opacity: 0;
  transform: scale(0.3) translate3d(0, 0, 0);
}
50% {
  opacity: 0.9;
  transform: scale(1.1);
}
80% {
  opacity: 1;
  transform: scale(0.89);
}
100% {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
}
}

.widgetLabel{
  font-weight:500;
  transition-property: opacity;
  box-shadow: rgb(0 18 46 / 18%) 0px 2px 20px 0px;
  left: 92px;
  position: fixed;
  height: 42px;
  bottom: 30px;
  z-index: 1;
  white-space: nowrap;
  font-size: 17px;
  line-height: 17px;
  border-radius: 15px 15px 15px 0px;
  padding: 10px 15px;
  box-shadow: rgb(0 18 46 / 24%) 0px 6px 32px 0px;
  background: rgb(255, 255, 255);
  border-color: transparent;
}
.emoji {
  vertical-align: middle;
  border-style: none;
  width: 20px;
  margin: 0px 5px 0px;
  user-select: none;
}

#user {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 1em;
  border: 1px solid var(--color-lightgrey);
  transition: all .5s ease-in;
  -webkit-transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  color: var(--color-darkgrey);
  font-size: 16px;
}
.group{
      padding: 0px 20px;
}

.group .label {
  color: #aaa;
  font-size: 12px;
}

/*Chat with us animation*/
.fade-in {
animation: fade-in 2s linear infinite;
}
@keyframes fade-in {
from { opacity: 0; }
to { opacity: 1; }
}
.fade-out-left {
/*animation: fade-out-left 2s ease;*/
/* animation-iteration-count: 1;*/
 animation-delay: 5s;

}
@keyframes fade-out-left {
0% {
  opacity: 1;
  transform: translateX(0);
}
100% {
  opacity: 0;
  transform: translateX(-20px);
}
}
.chat-context{
  display:none;
}


/*.input-form{*/
/*    display:none;*/
/*}*/
.btn-3 {
letter-spacing: 0.05rem!important;
position: relative;
background: white!important;
color: #1285fe!important;
overflow: hidden!important;
transition: 0.3s ease-in-out!important;
    border-radius: 25px!important;
z-index: 1!important;
    box-shadow: 0 19px 38px rgb(0 0 0 / 20%), 0 15px 12px rgb(0 0 0 / 12%)!important;
}
.btn-3:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)!important;
transform: scale(0.95);
}
.btn-3 {
     border: none;
  padding: 1rem 3rem!important;
  background: white!important;
  text-align: center!important;
  display: inline-block;
      font-size: 0.8rem!important;
  text-transform: uppercase!important;
  font-weight: 600!important;
  position: relative;
  will-change: transform;
}
.flex-1{
  text-align: center;
  margin-top: 20px;
}
.chat_with-us {
  opacity:0;
  transition:opacity 500ms;
}
.waa {
  opacity:1;
}
.ui-option:hover  a{
  color:#ffffff!important;
}
/*@media screen and (max-width: 500px) {*/
/* .ui-option{*/
/*         font-size: 8px;*/
/*    min-width: 120px!important;*/
/* }*/
/*}*/
/* START TOOLTIP STYLES */
[tooltip] {
position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
text-transform: none; /* opinion 2 */
font-size: .9em; /* opinion 3 */
line-height: 1;
user-select: none;
pointer-events: none;
position: absolute;
display: none;
opacity: 0;
}
[tooltip]::before {
content: '';
border: 5px solid transparent; /* opinion 4 */
z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
content: attr(tooltip); /* magic! */

/* most of the rest of this is opinion */
font-family: Helvetica, sans-serif;
text-align: center;

/* 
  Let the content set the size of the tooltips 
  but this will also keep them from being obnoxious
  */
min-width: 3em;
max-width: 21em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 1ch 1.5ch;
border-radius: .3ch;
box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
background: #333;
color: #fff;
z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
bottom: 100%;
border-bottom-width: 0;
border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
left: 50%;
transform: translate(-50%, -.5em);
}




/* KEYFRAMES */
@keyframes tooltips-vert {
to {
  opacity: .9;
  transform: translate(-50%, 0);
}
}

@keyframes tooltips-horz {
to {
  opacity: .9;
  transform: translate(0, -50%);
}
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
animation: tooltips-horz 300ms ease-out forwards;
}

@media only screen and (max-width: 385px) {
.ui-option p {
  margin: 0 auto;
  font-size: 0.5rem!important;
}
.ui-option {
  min-width: 118px!important;
}
