#fhasaTotalUnreadMessages {
  position: absolute;
  width: 22px;
  height: 22px;
  background: red;
  text-align: center;
  color: white;
  border-radius: 50%;
  display: none;
}

#fhasaLivePerson {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-image: url(../img/aemal.png);
  background-size: 100% 100%;
  border-radius: 50%;
  cursor: pointer;
}

#fhasaLivePerson::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: #37b023;
  bottom: 0;
  border-radius: 50%;
  right: 0;
}

#fhasaChatBoxContainer {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 320px;
  height: 410px;
  z-index: 9999;
  box-shadow: 0 0.25rem 1rem rgba(53,121,236,.46);
}

#fhasaChatBox {
  z-index: 9999;
  width: 100%;
  height: 100%;
}

#fhasaCloseChat {
  display: flex;
  align-items: center;
  align-content: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-color: #039be5;
  position: absolute;
  right: 10px;
  top: -12px;
  border-radius: 50%;
}

#fhasaCloseIcon {
  color: white;
  margin: 0 auto;
  font-size: 15px;
  margin-top: -2px;
}
