.univer-pointer-events-none {
  pointer-events: none;
}

.univer-absolute {
  position: absolute;
}

.univer-relative {
  position: relative;
}

.univer-inset-0 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.univer-left-0 {
  left: 0;
}

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

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

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

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

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

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

.univer-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

.univer-mr-2 {
  margin-right: .5rem;
}

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

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

.univer-mt-7 {
  margin-top: 1.75rem;
}

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

.univer-block {
  display: block;
}

.univer-flex {
  display: flex;
}

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

.univer-grid {
  display: grid;
}

.univer-size-3 {
  width: .75rem;
  height: .75rem;
}

.univer-size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.univer-size-8 {
  width: 2rem;
  height: 2rem;
}

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

.univer-h-16 {
  height: 4rem;
}

.univer-h-8 {
  height: 2rem;
}

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

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

.univer-w-\[--radix-popper-anchor-width\] {
  width: var(--radix-popper-anchor-width);
}

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

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

.\!univer-min-w-0 {
  min-width: 0 !important;
}

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

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

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

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

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

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

.univer-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.univer-flex-row {
  flex-direction: row;
}

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

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

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

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

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

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

.univer-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --univer-tw-space-y-reverse: 0;
  margin-top: .5rem;
  margin-top: calc(.5rem * (1 - var(--univer-tw-space-y-reverse)));
  margin-top: .5rem;
  margin-top: calc(.5rem * calc(1 - var(--univer-tw-space-y-reverse)));
  margin-bottom: 0;
  margin-bottom: calc(.5rem * var(--univer-tw-space-y-reverse));
}

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

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

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

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

.univer-rounded-full {
  border-radius: 9999px;
}

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

.univer-rounded-md {
  border-radius: .375rem;
}

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

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

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

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

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

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

.univer-p-1 {
  padding: .25rem;
}

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

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

.univer-p-4 {
  padding: 1rem;
}

.univer-px-0 {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

.univer-py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.univer-pb-4 {
  padding-bottom: 1rem;
}

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

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

.univer-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

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

.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-shadow {
  --univer-tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  --univer-tw-shadow-colored: 0 1px 3px 0 var(--univer-tw-shadow-color), 0 1px 2px -1px var(--univer-tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
  box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
}

.univer-shadow-lg {
  --univer-tw-shadow: 0px 4px 6px 0px #1e284d0d, 0px 10px 15px -3px #1e284d1a;
  --univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px #1e284d0d, 0 10px 15px -3px #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-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);
}

.univer-transition-transform {
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.univer-duration-200 {
  transition-duration: .2s;
}

.first\:univer-mr-2:first-child {
  margin-right: .5rem;
}

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

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

.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-border-gray-700:where(.univer-dark, .univer-dark *) {
  border-color: var(--univer-gray-700) !important;
}

.dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
  background-color: var(--univer-gray-700) !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-white:where(.univer-dark, .univer-dark *) {
  color: var(--univer-white) !important;
}

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