.light_weight_wa_chatting_whatsapp_bottom_left_hide_at_start {
  box-sizing: border-box;
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 9999999;
  display: none;
}

.light_weight_wa_chatting_whatsapp_bottom_left_animation_start {
  box-sizing: border-box;
  position: fixed;
  left: -200px;
  bottom: 25px;
  z-index: 9999999;
  transition: left ease-in-out 2s;
}

.light_weight_wa_chatting_whatsapp_bottom_left_show_at_end {
  box-sizing: border-box;
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 9999999;
  display: block;
}

.light_weight_wa_chatting .greenbgwhiteicon {
  color: #fff;
  font-size: 35px;
  background: #20b20f;
  padding: 15px 17px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
  line-height: 0;
}