.univer-absolute {
  position: absolute;
}

.univer-relative {
  position: relative;
}

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

.univer-top-1\/2 {
  top: 50%;
}

.univer-z-\[15\] {
  z-index: 15;
}

.univer-m-0 {
  margin: 0;
}

.-univer-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.univer-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.univer-my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

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

.univer-mb-0 {
  margin-bottom: 0;
}

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

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

.univer-ml-2 {
  margin-left: .5rem;
}

.univer-ml-4 {
  margin-left: 1rem;
}

.univer-mr-0 {
  margin-right: 0;
}

.univer-mt-0 {
  margin-top: 0;
}

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

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

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

.univer-box-border {
  box-sizing: border-box;
}

.univer-block {
  display: block;
}

.univer-flex {
  display: flex;
}

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

.univer-size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.univer-size-full {
  width: 100%;
  height: 100%;
}

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

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

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

.univer-max-h-60 {
  max-height: 15rem;
}

.univer-max-h-72 {
  max-height: 18rem;
}

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

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

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

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

.univer-flex-1 {
  flex: 1;
}

.-univer-translate-y-1\/2 {
  --univer-tw-translate-y: -50%;
  transform: translate(var(--univer-tw-translate-x), -50%) rotate(var(--univer-tw-rotate)) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
  transform: translate(var(--univer-tw-translate-x), var(--univer-tw-translate-y)) rotate(var(--univer-tw-rotate)) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
}

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

.univer-select-none {
  user-select: none;
}

.univer-list-none {
  list-style-type: none;
}

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

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

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

.univer-justify-center {
  justify-content: center;
}

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

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

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

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

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

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

.univer-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.univer-whitespace-nowrap {
  white-space: nowrap;
}

.univer-whitespace-pre-wrap {
  white-space: pre-wrap;
}

.univer-break-words {
  word-wrap: break-word;
}

.univer-break-all {
  word-break: break-all;
}

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

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

.univer-rounded-none {
  border-radius: 0;
}

.univer-rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.univer-border {
  border-width: 1px;
}

.univer-border-r-0 {
  border-right-width: 0;
}

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

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

.\!univer-bg-gray-600 {
  background-color: var(--univer-gray-600) !important;
}

.univer-bg-gray-200 {
  background-color: var(--univer-gray-200);
}

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

.univer-bg-transparent {
  background-color: #0000;
}

.univer-bg-white {
  background-color: var(--univer-white);
}

.univer-p-0 {
  padding: 0;
}

.univer-p-0\.5 {
  padding: .125rem;
}

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

.univer-p-3 {
  padding: .75rem;
}

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

.univer-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.univer-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.univer-px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.univer-py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.univer-py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.univer-py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.univer-pb-3 {
  padding-bottom: .75rem;
}

.univer-pt-0 {
  padding-top: 0;
}

.univer-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

.univer-font-bold {
  font-weight: 700;
}

.univer-font-medium {
  font-weight: 500;
}

.univer-leading-5 {
  line-height: 1.25rem;
}

.univer-leading-\[13px\] {
  line-height: 13px;
}

.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-gray-900 {
  color: var(--univer-gray-900);
}

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

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

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

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

.univer-shadow-md {
  --univer-tw-shadow: 0px 1px 6px -2px #1e284d14, 0px 2px 6px -1px #1e284d1a;
  --univer-tw-shadow-colored: 0px 1px 6px -2px var(--univer-tw-shadow-color), 0px 2px 6px -1px var(--univer-tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 6px -2px #1e284d14, 0 2px 6px -1px #1e284d1a;
  box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
}

.univer-outline-none {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.univer-ring-1 {
  --univer-tw-ring-offset-shadow: var(--univer-tw-ring-inset) 0 0 0 var(--univer-tw-ring-offset-width) var(--univer-tw-ring-offset-color);
  --univer-tw-ring-shadow: var(--univer-tw-ring-inset) 0 0 0 calc(1px + var(--univer-tw-ring-offset-width)) var(--univer-tw-ring-color);
  box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), var(--univer-tw-shadow, 0 0 #0000);
}

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

.univer-ring-red-500 {
  --univer-tw-ring-color: var(--univer-red-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);
}

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

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

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

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

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

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

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

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