
#projsaBubble{
  position:fixed;
  right:20px;
  bottom:20px;
  width:56px;
  height:56px;
  border-radius:50%;
  background:#2563eb;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:99999;
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

#projsaBubble img{
  width:26px;
  height:26px;
}

.projsa-panel{
  position:fixed;
  right:20px;
  bottom:90px;
  width:320px;
  background:white;
  border-radius:14px;
  border:1px solid #e5e7eb;
  z-index:99999;
}

.hidden{
  display:none;
}

