.univer-relative {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.univer-flex {
  display: flex;
}

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

.univer-hidden {
  display: none;
}

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

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

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

.univer-h-40 {
  height: 10rem;
}

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

.univer-h-6 {
  height: 1.5rem;
}

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

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

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

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

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

.univer-h-\[calc\(100\%-16px\)\] {
  height: calc(100% - 16px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.univer-self-stretch {
  align-self: stretch;
}

.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-lg {
  border-radius: .5rem;
}

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

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

.univer-rounded-r-md {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

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

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

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

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

.univer-border-transparent {
  border-color: #0000;
}

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

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

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

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

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

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

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

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

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

.univer-px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.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-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.univer-pl-\[22px\] {
  padding-left: 22px;
}

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

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

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

.univer-align-top {
  vertical-align: top;
}

.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-medium {
  font-weight: 500;
}

.univer-capitalize {
  text-transform: capitalize;
}

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

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

.univer-leading-6 {
  line-height: 1.5rem;
}

.univer-leading-8 {
  line-height: 2rem;
}

.univer-text-\[rgb\(var\(--hyacinth-500\)\)\] {
  color: rgb(var(--hyacinth-500));
}

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

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

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

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

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

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

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

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

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

.univer-opacity-100 {
  opacity: 1;
}

.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-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

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

.univer-group:hover .group-hover\:univer-opacity-100 {
  opacity: 1;
}

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

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

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

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

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

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