.error-msg {
  /* all js notifications  */
  color: red;
  display: none;
  font-size: 18px;
  text-transform: uppercase;
}

.ant-pagination-item {
  font-family: inherit;
  font-size: 14px !important;

  padding: 0;
}


textarea.phrase {
  resize: vertical;
}