*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#takeda-connect {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}

body {
  height: 100%;
  min-height: 100vh;
}

button,
input,
textarea,
fieldset {
  border: none;
  background-color: transparent;
  font: inherit;
  font-size: 1.6rem;
}

input,
textarea {
  outline: none;
}

button:not(:disabled),
input[type="submit"]:not(:disabled) {
  cursor: pointer;
}

[data-hidden-default] {
  clip: rect(0 0 0 0);
  visibility: hidden;
  opacity: 0;
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}

li {
  list-style: none;
}

img,
svg,
canvas {
  display: block;
}

svg {
  fill: currentColor;
}

img {
  max-width: 100%;
}

dialog {
  border: none;
}
