#wp-admin-bar-wp-assistance a{
    display: inline !important;
}

.mic-bg {
    width: 30px;
    height: 30px;
    background: #BD0040;
    border-radius: 50% !important;
    display: inline-grid;
}

.wp-assistance-mic {
    margin-left: 4px !important;
    cursor: pointer;
}

.wp-assistance-textarea {
    background-color: #23282d;
    color: #fff;
    text-align: center;
    border-radius: 6px !important;
    padding: 5px 20px  !important;
}

.wp-assistance-textarea .wp-assistance-btn {
    padding: 0px 10px !important;
    border-radius: 10px !important;
    max-height: 30px;
}
.welcome-greeting {
	width: 300px;
}

#wp-assistance-text {
 height: 60px; 
 width: 500px;   
}

#wp-assistance-abort {
    float: right;
}

#wp-admin-bar-wp-assistance .pulse-ring {
    content: '';
    width: 20px;
    height: 20px;
    border: 5px solid #FF3D7F;
    border-radius: 50%;
    position: absolute;
    animation: pulsate infinite 1s;
}
#wp-admin-bar-wp-assistance p {
    color: orange;
    font-weight: bold;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

#fe-wpa-id {
	width: 350px;
	height: 160px;
	padding: 20px;
    position:fixed;
    bottom:10px;
    right: 10px;
	z-index: 9999999999;
}

#fe-wpa-id .fe-wpa-mic {
	width: 50px;
	height: 50px;
	font-size: 50px;
}

#fe-wpa-text {

    width: 180px;
    float: left;
    border-radius: 33px;
    height: 95px;
    float: left;
}


#speech.btn {
	float:right;
	border: none;
  padding: 0;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  font-size: 1.5em;
  color: #fff;
  padding: 0;
  margin: 0;
  background: #FF3D7F;
	position: relative;
  display: inline-block;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

.pulse-ring {
	  content: '';
  width: 100px;
  height: 100px;
  border: 5px solid #FF3D7F;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  animation: pulsate infinite 2s;
}


#fe-wpa-id .pulse-ring  {
	top: 0px;
	left: 0px;
}  

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.icon-whatsapp {
    width: 100px;
    height: 100px;
	float: right;
	cursor: pointer;
}

.whatsapp-button {
    width: 350px;
    height: 160px;
    padding: 20px;
    position: fixed;
    bottom: 120px;
    right: 8px;
    z-index: 9999999999;
    float: right;    
}
