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

.univer-fixed {
  position: fixed;
}

.univer-absolute {
  position: absolute;
}

.univer-relative {
  position: relative;
}

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

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

.univer-left-3 {
  left: .75rem;
}

.univer-left-\[5px\] {
  left: 5px;
}

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

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

.univer-top-\[5px\] {
  top: 5px;
}

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

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

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

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

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

.univer-mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

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

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

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

.univer-mb-\[2px\] {
  margin-bottom: 2px;
}

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

.univer-mt-1\.5 {
  margin-top: .375rem;
}

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

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

.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-0\.5 {
  width: .125rem;
  height: .125rem;
}

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

.univer-size-3\.5 {
  width: .875rem;
  height: .875rem;
}

.univer-size-4 {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

.univer-h-0\.5 {
  height: .125rem;
}

.univer-h-1 {
  height: .25rem;
}

.univer-h-11 {
  height: 2.75rem;
}

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

.univer-h-20 {
  height: 5rem;
}

.univer-h-3\.5 {
  height: .875rem;
}

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

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

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

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

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

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

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

.univer-w-2 {
  width: .5rem;
}

.univer-w-2\.5 {
  width: .625rem;
}

.univer-w-28 {
  width: 7rem;
}

.univer-w-3 {
  width: .75rem;
}

.univer-w-4\/5 {
  width: 80%;
}

.univer-w-80 {
  width: 20rem;
}

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

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

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

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

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

.univer-min-w-0 {
  min-width: 0;
}

.univer-min-w-12 {
  min-width: 3rem;
}

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

.univer-flex-shrink-0, .univer-shrink-0 {
  flex-shrink: 0;
}

@keyframes univer-spin {
  to {
    transform: rotate(360deg);
  }
}

.univer-animate-spin {
  animation: 1s linear infinite univer-spin;
}

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

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

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

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

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

.univer-grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

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

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

.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-1 {
  gap: .25rem;
}

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

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

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

.univer-gap-3 {
  gap: .75rem;
}

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

.univer-gap-x-0\.5 {
  -moz-column-gap: .125rem;
  column-gap: .125rem;
}

.univer-gap-y-px {
  row-gap: 1px;
}

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

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

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

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

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

.univer-rounded-\[6px\] {
  border-radius: 6px;
}

.univer-rounded-\[8px\] {
  border-radius: 8px;
}

.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-b {
  border-bottom-width: 1px;
}

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

.univer-border-none {
  border-style: none;
}

.\!univer-border-primary-500 {
  border-color: var(--univer-primary-500) !important;
}

.univer-border-\[\#dee0e3\] {
  --univer-tw-border-opacity: 1;
  border-color: #dee0e3;
  border-color: rgba(222, 224, 227, var(--univer-tw-border-opacity, 1));
}

.univer-border-\[\#f2f3f5\] {
  --univer-tw-border-opacity: 1;
  border-color: #f2f3f5;
  border-color: rgba(242, 243, 245, var(--univer-tw-border-opacity, 1));
}

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

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

.\!univer-bg-\[\#e8f3ff\] {
  --univer-tw-bg-opacity: 1 !important;
  background-color: #e8f3ff !important;
  background-color: rgba(232, 243, 255, var(--univer-tw-bg-opacity, 1)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.univer-bg-white {
  --univer-tw-bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--univer-tw-bg-opacity, 1));
}

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

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

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

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

.univer-px-0\.5 {
  padding-left: .125rem;
  padding-right: .125rem;
}

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

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

.univer-px-3\.5 {
  padding-left: .875rem;
  padding-right: .875rem;
}

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

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

.univer-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.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-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

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

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

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

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

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

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

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

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

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

.univer-text-\[10px\] {
  font-size: 10px;
}

.univer-text-\[12px\] {
  font-size: 12px;
}

.univer-text-\[13px\] {
  font-size: 13px;
}

.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-font-normal {
  font-weight: 400;
}

.univer-font-semibold {
  font-weight: 600;
}

.univer-tabular-nums {
  --univer-tw-numeric-spacing: tabular-nums;
  font-feature-settings: var(--univer-tw-ordinal) var(--univer-tw-slashed-zero) var(--univer-tw-numeric-figure) tabular-nums var(--univer-tw-numeric-fraction);
  font-feature-settings: var(--univer-tw-ordinal) var(--univer-tw-slashed-zero) var(--univer-tw-numeric-figure) var(--univer-tw-numeric-spacing) var(--univer-tw-numeric-fraction);
  font-variant-numeric: var(--univer-tw-ordinal) var(--univer-tw-slashed-zero) var(--univer-tw-numeric-figure) tabular-nums var(--univer-tw-numeric-fraction);
  font-variant-numeric: var(--univer-tw-ordinal) var(--univer-tw-slashed-zero) var(--univer-tw-numeric-figure) var(--univer-tw-numeric-spacing) var(--univer-tw-numeric-fraction);
}

.univer-leading-4 {
  line-height: 1rem;
}

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

.univer-leading-none {
  line-height: 1;
}

.\!univer-text-\[\#1456f0\] {
  --univer-tw-text-opacity: 1 !important;
  color: rgba(20, 86, 240, var(--univer-tw-text-opacity, 1)) !important;
}

.\!univer-text-gray-0 {
  color: var(--univer-gray-0) !important;
}

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

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

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

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

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

.univer-text-\[\#1f2329\] {
  --univer-tw-text-opacity: 1;
  color: rgba(31, 35, 41, var(--univer-tw-text-opacity, 1));
}

.univer-text-\[\#646a73\] {
  --univer-tw-text-opacity: 1;
  color: rgba(100, 106, 115, var(--univer-tw-text-opacity, 1));
}

.univer-text-\[\#8f959e\] {
  --univer-tw-text-opacity: 1;
  color: rgba(143, 149, 158, var(--univer-tw-text-opacity, 1));
}

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

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

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

.univer-shadow-\[0_2px_8px_rgba\(31\,35\,41\,0\.10\)\] {
  --univer-tw-shadow: 0 2px 8px #1f23291a;
  --univer-tw-shadow-colored: 0 2px 8px var(--univer-tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 2px 8px #1f23291a;
  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-\[0_4px_12px_rgba\(31\,35\,41\,0\.12\)\] {
  --univer-tw-shadow: 0 4px 12px #1f23291f;
  --univer-tw-shadow-colored: 0 4px 12px var(--univer-tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 12px #1f23291f;
  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-\[0_6px_18px_rgba\(31\,35\,41\,0\.14\)\] {
  --univer-tw-shadow: 0 6px 18px #1f232924;
  --univer-tw-shadow-colored: 0 6px 18px var(--univer-tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 6px 18px #1f232924;
  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-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-shadow-sm {
  --univer-tw-shadow: 0px 1px 2px 0px #1e284d14;
  --univer-tw-shadow-colored: 0px 1px 2px 0px var(--univer-tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #1e284d14;
  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-xl {
  --univer-tw-shadow: 0px 10px 10px 0px #1e284d0a, 0px 20px 24px -5px #1e284d1a;
  --univer-tw-shadow-colored: 0px 10px 10px 0px var(--univer-tw-shadow-color), 0px 20px 24px -5px var(--univer-tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 10px #1e284d0a, 0 20px 24px -5px #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-transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.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-duration-300 {
  transition-duration: .3s;
}

.univer-ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

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

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

.hover\:univer-bg-\[\#1f23290a\]:hover {
  background-color: #1f23290a;
}

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

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

.hover\:univer-text-\[\#1f2329\]:hover {
  --univer-tw-text-opacity: 1;
  color: rgba(31, 35, 41, var(--univer-tw-text-opacity, 1));
}

.hover\:univer-text-gray-900:hover {
  color: var(--univer-gray-900);
}

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

.hover\:univer-shadow-md:hover {
  --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);
}

.focus-visible\:univer-ring-1:focus-visible {
  --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);
}

.focus-visible\:univer-ring-2:focus-visible {
  --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(2px + 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);
}

.focus-visible\:univer-ring-\[\#3370ff\]:focus-visible {
  --univer-tw-ring-opacity: 1;
  --univer-tw-ring-color: rgba(51, 112, 255, var(--univer-tw-ring-opacity, 1));
}

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

.focus-visible\:univer-ring-offset-1:focus-visible {
  --univer-tw-ring-offset-width: 1px;
}

.active\:univer-cursor-grabbing:active {
  cursor: grabbing;
}

.rtl\:univer-text-left:where([dir="rtl"], [dir="rtl"] *) {
  text-align: left;
}

.rtl\:univer-text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

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

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

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

.dark\:\!univer-bg-\[\#1f3a5f\]:where(.univer-dark, .univer-dark *) {
  --univer-tw-bg-opacity: 1 !important;
  background-color: #1f3a5f !important;
  background-color: rgba(31, 58, 95, var(--univer-tw-bg-opacity, 1)) !important;
}

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

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

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

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

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

.dark\:\!univer-text-\[\#3370ff\]:where(.univer-dark, .univer-dark *) {
  --univer-tw-text-opacity: 1 !important;
  color: rgba(51, 112, 255, var(--univer-tw-text-opacity, 1)) !important;
}

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

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

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

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

.dark\:hover\:\!univer-bg-\[\#ffffff14\]:hover:where(.univer-dark, .univer-dark *) {
  background-color: #ffffff14 !important;
}

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

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

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