body,
html {
  margin: 0;
  padding: 0;
}

body {
  background: #f5f5f5;
  line-height: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[hidden] {
  display: none !important;
}

.ant-popover-inner {
  padding: 2px !important;
}
