button, a { cursor: pointer; display: flex; justify-content: center; align-items: center; position: relative; outline: none; border: none; text-decoration: none; transition: background-color var(--apkt-durations-lg) var(--apkt-easings-ease-out-power-2),
      color var(--apkt-durations-lg) var(--apkt-easings-ease-out-power-2),
      border var(--apkt-durations-lg) var(--apkt-easings-ease-out-power-2),
      box-shadow var(--apkt-durations-lg) var(--apkt-easings-ease-out-power-2),
      width var(--apkt-durations-lg) var(--apkt-easings-ease-out-power-2),
      height var(--apkt-durations-lg) var(--apkt-easings-ease-out-power-2),
      transform var(--apkt-durations-lg) var(--apkt-easings-ease-out-power-2),
      opacity var(--apkt-durations-lg) var(--apkt-easings-ease-out-power-2),
      scale var(--apkt-durations-lg) var(--apkt-easings-ease-out-power-2),
      border-radius var(--apkt-durations-lg) var(--apkt-easings-ease-out-power-2); will-change: background-color, color, border, box-shadow, width, height, transform, opacity, scale, border-radius; }
a:active:not([disabled]), button:active:not([disabled]) { scale: 0.975; transform-origin: center center; }
button:disabled { cursor: default; }
input { border: none; outline: none; appearance: none; }
