.anticon {
  font-size: 36px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  color: #555;
  text-align: center;
  background-color: inherit;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button.closeButton,
.anticon {
  outline: none;
  box-shadow: none;
}
