.btn-primary-sb {
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  background-color: #622066;
  border: 0;
  -webkit-appearance: button;
}
.btn-primary-sb:focus {
  outline: none;
}
.btn-secondary-sb,
.btn-transparent-sb {
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  color: #622066;
  background-color: #fff;
  border: 1px solid #622066;
  -webkit-appearance: button;
}
.btn-transparent-sb {
  background-color: transparent;
}
.btn-dark-sb {
  font-size: 13px;
  cursor: pointer;
  background-color: #4a4a4a;
  color: #fff;
  border: 0;
  -webkit-appearance: button;
}
.btn-alternative-sb {
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
  font-size: 14px;
  padding: 5px;
  -webkit-appearance: button;
}
.btn-full {
  min-height: 40px;
  width: 100%;
}
.btn-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn-available {
  background: transparent;
  border: 0;
  color: #000;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 0;
}
.btn-available:focus {
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}
.btn-available:hover {
  text-decoration: underline;
}
