.btn-purple {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  background: #851cfa;
  border: 0.1rem solid rgba(185, 185, 185, 0.359);
  border-radius: 10rem;
  color: #ffffff;
}
.btn-purple-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  background: transparent;
  border: 0.1rem solid #851cfa;
  border-radius: 10rem;
  color: #851cfa;
}
.btn-purple:hover {
  background: #8a27fa;
}
.btn-white {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  background: #ebdaff;
  border: 0.1rem solid rgba(185, 185, 185, 0.359);
  border-radius: 10rem;
  color: #851cfa;
}

.btn-white-grey {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  background: #ffffff;
  border: 1px solid #b4adbc;
  border-radius: 2rem;
  color: #1204226e;
}
.width-available {
  width: 100%;
}

.btn-white-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem;
  height: 4rem;
  width: 4rem;
  background: #ffffff;
  border: 1px solid #bca8d3;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 10rem;
}
.btn-share {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem;
  height: 4rem;
  width: 4rem;
  background: #f7f0ff;
  border-radius: 3.3rem;
  border: 1px solid #f7f0ff;
  outline: none;
}

.btn-up-down-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem;
  height: 1.7rem;
  width: 1.7rem;
  background: #f7f0ff;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 10rem;
}
.btn-grey-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem;
  height: 2.5rem;
  width: 2.5rem;
  background: #f7f0ff;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 10rem;
}
