.btn {
  font-family: 'Helvetica Neue', Helvetica;
  line-height: 18px;
  margin: 0;
}

.btn-primary-sister, .btn-secondary-sister {
  font-weight: 700;
  font-size: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: .3s ease all;
}

.btn-primary-sister {
  background-color: #1C84C6;
  border-color: #1C84C6;
}

.btn-primary-sister:disabled {
  background-color: #D7DCE5;
  color: #6F7E92;
  cursor: not-allowed;
  border: 1px solid #D7DCE5;
}

.btn-primary-sister:disabled:hover {
  background-color: #D7DCE5;
  color: #6F7E92;
  cursor: not-allowed;
  border: 1px solid #D7DCE5;
}

.btn-primary-sister:hover {
  background-color: #1C84C6;
  border-color: #1C84C6;
  filter: brightness(90%);
}

.btn-ghost {
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  color: #1C84C6;
}

