.custom-button {
  font-family: Source Sans Pro;
  font-weight: 600px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  border: 0cap;
  gap: 0px;
  border-radius: 4px;
  opacity: 0px;
}

.icon-button.btn.btn-primary:active {
  background-color: rgba(26, 41, 53, 1);
}
