.univer-mb-5 {
  margin-bottom: 1.25rem;
}

.univer-mr-3 {
  margin-right: .75rem;
}

.univer-mt-2 {
  margin-top: .5rem;
}

.univer-mt-3 {
  margin-top: .75rem;
}

.univer-mt-3\.5 {
  margin-top: .875rem;
}

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

.univer-flex {
  display: flex;
}

.univer-grid {
  display: grid;
}

.univer-h-7 {
  height: 1.75rem;
}

.univer-h-full {
  height: 100%;
}

.univer-max-h-\[400px\] {
  max-height: 400px;
}

.univer-w-32 {
  width: 8rem;
}

.univer-w-36 {
  width: 9rem;
}

.univer-w-4 {
  width: 1rem;
}

.univer-w-\[340px\] {
  width: 340px;
}

.univer-w-full {
  width: 100%;
}

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

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

.univer-flex-col {
  flex-direction: column;
}

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

.univer-justify-end {
  justify-content: flex-end;
}

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

.univer-gap-1 {
  gap: .25rem;
}

.univer-gap-1\.5 {
  gap: .375rem;
}

.univer-gap-6 {
  gap: 1.5rem;
}

.univer-overflow-auto {
  overflow: auto;
}

.univer-overflow-y-auto {
  overflow-y: auto;
}

.univer-rounded {
  border-radius: .25rem;
}

.univer-rounded-lg {
  border-radius: .5rem;
}

.univer-p-1\.5 {
  padding: .375rem;
}

.univer-p-2 {
  padding: .5rem;
}

.univer-px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.univer-py-1\.5 {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.univer-pb-5 {
  padding-bottom: 1.25rem;
}

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

.univer-text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.univer-text-gray-400 {
  color: var(--univer-gray-400);
}

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

.univer-text-gray-600 {
  color: var(--univer-gray-600);
}

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

.hover\:univer-bg-gray-100:hover {
  background-color: var(--univer-gray-100);
}

.dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
  color: var(--univer-gray-200) !important;
}

.dark\:\!univer-text-gray-400:where(.univer-dark, .univer-dark *) {
  color: var(--univer-gray-400) !important;
}

.dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
  background-color: var(--univer-gray-700) !important;
}
