.fixed-support {
  width: fit-content;
  height: 40px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  color: black;
  font-size: 15px;
  box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
  border-radius: 30px !important;
  position: fixed;
  right: 15px;
  bottom: 15px;
  margin-right: 0.2rem;
  padding: 24px 4px 24px 16px;
  z-index: 1001;
  background-color: #fff;
}

.fixed-support p{
  color: black;
  margin-top: 0.2rem;
  margin-bottom: 0;
}

.fixed-btn {
  width: 40px;
  height: 40px;
  background: white;
  display: flex;
  border-radius: 200px !important;
  text-decoration: none;
}

/*fixed button without support message*/

.fixed-btn-only{
  width: 72px;
  height: 72px;
  background: white;
  display: flex;
  border-radius: 200px !important;
  color: black;
  font-size: 40px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
  position: fixed;
  right: 15px;
  bottom: 15px;
  transition: box-shadow 0.2s, bottom 0.2s;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  z-index: 1001;
}


.fixed-btn-only:hover{
 bottom:17px;
}

.fixed-btn-only p{
  text-transform: uppercase;
  font-family: arial;
  font-weight: 900;
  color: #fff;
}

.fixed-btn-only:active{
  box-shadow: 0  0;
}

.fixed-btn-only img{
  width: 110%;
  height: 110%;
}
