.univer-fixed {
  position: fixed;
}

.univer-bottom-12 {
  bottom: 3rem;
}

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

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

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

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

.univer-mb-3 {
  margin-bottom: .75rem;
}

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

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

.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-flex {
  display: flex;
}

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

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

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

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

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

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

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

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

.univer-w-\[calc\(100\%-48px\)\] {
  width: calc(100% - 48px);
}

.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-center {
  justify-content: center;
}

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

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

.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-border-0 {
  border-width: 0;
}

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

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

.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-px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

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

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

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

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

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

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

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

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

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

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

.univer-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

.univer-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

.univer-text-blue-500 {
  color: var(--univer-blue-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-text-green-500 {
  color: var(--univer-green-500);
}

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

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

.univer-no-underline {
  text-decoration-line: none;
}

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

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

.univer-duration-500 {
  transition-duration: .5s;
}

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

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

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

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