html {
  width: 100%;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 1em;
  line-height: 1.25rem;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.125rem;
  line-height: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

a {
  text-decoration: none;
  color: inherit;
}

/* this fixs non-working label's onClick event with FastClick */
label > * {
  pointer-events: none;
}

.app {
  width: 100%;
  height: 100%;
}

.ant-list {
  width: 100%;
}

.ant-spin-nested-loading {
  width: 100%;
}

.ant-list-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

