.display_none {
  display: none !important;
}

.small-toast {
  font-size: 14px;
}

.center-td td {
  font-family: var(--text-font-family);
  text-align: center;
  white-space: nowrap;
  max-width: 35vw;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}