.univer-relative {
  position: relative;
}

.univer-mt-4 {
  margin-top: 1rem;
}

.univer-mt-6 {
  margin-top: 1.5rem;
}

.univer-flex {
  display: flex;
}

.univer-inline-flex {
  display: inline-flex;
}

.univer-cursor-pointer {
  cursor: pointer;
}

.univer-items-center {
  align-items: center;
}

.univer-justify-between {
  justify-content: space-between;
}

.univer-gap-2 {
  gap: .5rem;
}

.univer-text-center {
  text-align: center;
}

.univer-text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.univer-text-primary-500 {
  color: var(--univer-primary-500);
}

.univer-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
