* {
  font-smooth: always;
  border: 0;
  font: inherit;
  background: none;
}

::placeholder {
  color: #bdbdbd;
}

div, img, i, span, button, a, select, input, textarea {
  position: relative;
  display: block;
  float: inherit;
  border-style: solid;
}

button {
  cursor: pointer;
}

.swal2-popup { font-family: 'SF Pro Display' !important; }

/* Ripple effect */

[ripple] .ripple--container .ripple--body {
  opacity: 0.5 !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  -webkit-animation: rippler 1000ms;
          animation: rippler 1000ms;
}

/* ============== */