/* temp_stylePlugin:src/global.css */
.univer-relative {
  position: relative;
}
.-univer-top-1 {
  top: -0.25rem;
}
.univer-left-2 {
  left: 0.5rem;
}
.univer-flex {
  display: flex;
}
.univer-h-full {
  height: 100%;
}
.univer-w-24 {
  width: 6rem;
}
.univer-flex-col {
  flex-direction: column;
}
.univer-flex-wrap {
  flex-wrap: wrap;
}
.univer-items-center {
  align-items: center;
}
.univer-justify-center {
  justify-content: center;
}
.univer-gap-6 {
  gap: 1.5rem;
}
.univer-rounded-lg {
  border-radius: 0.5rem;
}
.univer-rounded-xl {
  border-radius: 0.75rem;
}
.univer-border {
  border-width: 1px;
}
.univer-border-solid {
  border-style: solid;
}
.univer-border-current {
  border-color: currentColor;
}
.univer-bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity, 1));
}
.univer-bg-\[linear-gradient\(121deg\,\#0048ff_18\.89\%\,\#0c81ed_39\.58\%\,\#029dce_59\.87\%\,\#00bbb0_74\.37\%\,\#00c5a8_79\.64\%\)\] {
  background-image:
    linear-gradient(
      121deg,
      #0048ff 18.89%,
      #0c81ed 39.58%,
      #029dce 59.87%,
      #00bbb0 74.37%,
      #00c5a8 79.64%);
}
.univer-bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.univer-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.univer-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.univer-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.univer-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.univer-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.univer-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.univer-font-medium {
  font-weight: 500;
}
.univer-text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.univer-text-transparent {
  color: transparent;
}
.univer-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.univer-underline {
  text-decoration-line: underline;
}
.univer-no-underline {
  text-decoration-line: none;
}
.univer-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.univer-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.univer-duration-300 {
  transition-duration: 300ms;
}
.univer-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:univer-scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:univer-bg-emerald-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
