/* @tailwind base; */
#shadcn-theme-editor .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#shadcn-theme-editor .fixed {
  position: fixed;
}
#shadcn-theme-editor .absolute {
  position: absolute;
}
#shadcn-theme-editor .relative {
  position: relative;
}
#shadcn-theme-editor .inset-1\/2 {
  inset: 50%;
}
#shadcn-theme-editor .inset-y-0 {
  top: 0px;
  bottom: 0px;
}
#shadcn-theme-editor .bottom-2 {
  bottom: 0.5rem;
}
#shadcn-theme-editor .left-0 {
  left: 0px;
}
#shadcn-theme-editor .right-0 {
  right: 0px;
}
#shadcn-theme-editor .right-2 {
  right: 0.5rem;
}
#shadcn-theme-editor .top-0 {
  top: 0px;
}
#shadcn-theme-editor .z-50 {
  z-index: 50;
}
#shadcn-theme-editor .z-\[35\] {
  z-index: 35;
}
#shadcn-theme-editor .m-2 {
  margin: 0.5rem;
}
#shadcn-theme-editor .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#shadcn-theme-editor .-mb-4 {
  margin-bottom: -1rem;
}
#shadcn-theme-editor .mb-1 {
  margin-bottom: 0.25rem;
}
#shadcn-theme-editor .ml-auto {
  margin-left: auto;
}
#shadcn-theme-editor .mt-2 {
  margin-top: 0.5rem;
}
#shadcn-theme-editor .flex {
  display: flex;
}
#shadcn-theme-editor .inline-flex {
  display: inline-flex;
}
#shadcn-theme-editor .hidden {
  display: none;
}
#shadcn-theme-editor .aspect-square {
  aspect-ratio: 1 / 1;
}
#shadcn-theme-editor .size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
#shadcn-theme-editor .size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
#shadcn-theme-editor .size-\[calc\(100\%\+12px\)\] {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
}
#shadcn-theme-editor .h-screen {
  height: 100vh;
}
#shadcn-theme-editor .max-h-screen {
  max-height: 100vh;
}
#shadcn-theme-editor .w-fit {
  width: fit-content;
}
#shadcn-theme-editor .w-full {
  width: 100%;
}
#shadcn-theme-editor .flex-1 {
  flex: 1 1 0%;
}
#shadcn-theme-editor .flex-shrink-0 {
  flex-shrink: 0;
}
#shadcn-theme-editor .shrink-0 {
  flex-shrink: 0;
}
#shadcn-theme-editor .-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
#shadcn-theme-editor .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
#shadcn-theme-editor .cursor-pointer {
  cursor: pointer;
}
#shadcn-theme-editor .select-none {
  user-select: none;
}
#shadcn-theme-editor .flex-col {
  flex-direction: column;
}
#shadcn-theme-editor .flex-wrap {
  flex-wrap: wrap;
}
#shadcn-theme-editor .items-center {
  align-items: center;
}
#shadcn-theme-editor .justify-start {
  justify-content: flex-start;
}
#shadcn-theme-editor .justify-center {
  justify-content: center;
}
#shadcn-theme-editor .justify-between {
  justify-content: space-between;
}
#shadcn-theme-editor .gap-2 {
  gap: 0.5rem;
}
#shadcn-theme-editor .overflow-hidden {
  overflow: hidden;
}
#shadcn-theme-editor .overflow-y-auto {
  overflow-y: auto;
}
#shadcn-theme-editor .whitespace-nowrap {
  white-space: nowrap;
}
#shadcn-theme-editor .rounded {
  border-radius: 0.25rem;
}
#shadcn-theme-editor .rounded-full {
  border-radius: 9999px;
}
#shadcn-theme-editor .rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
#shadcn-theme-editor .border {
  border-width: 1px;
}
#shadcn-theme-editor .border-r-2 {
  border-right-width: 2px;
}
#shadcn-theme-editor .border-t {
  border-top-width: 1px;
}
#shadcn-theme-editor .bg-background {
  background-color: hsl(var(--background));
}
#shadcn-theme-editor .bg-primary {
  background-color: hsl(var(--primary));
}
#shadcn-theme-editor .bg-primary-foreground {
  background-color: hsl(var(--primary-foreground));
}
#shadcn-theme-editor .bg-transparent {
  background-color: transparent;
}
#shadcn-theme-editor .fill-current {
  fill: currentColor;
}
#shadcn-theme-editor .p-0\.5 {
  padding: 0.125rem;
}
#shadcn-theme-editor .p-1 {
  padding: 0.25rem;
}
#shadcn-theme-editor .p-2 {
  padding: 0.5rem;
}
#shadcn-theme-editor .p-3 {
  padding: 0.75rem;
}
#shadcn-theme-editor .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#shadcn-theme-editor .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
#shadcn-theme-editor .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#shadcn-theme-editor .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#shadcn-theme-editor .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#shadcn-theme-editor .pl-2 {
  padding-left: 0.5rem;
}
#shadcn-theme-editor .pl-8 {
  padding-left: 2rem;
}
#shadcn-theme-editor .pr-6 {
  padding-right: 1.5rem;
}
#shadcn-theme-editor .pt-4 {
  padding-top: 1rem;
}
#shadcn-theme-editor .text-left {
  text-align: left;
}
#shadcn-theme-editor .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#shadcn-theme-editor .font-medium {
  font-weight: 500;
}
#shadcn-theme-editor .font-semibold {
  font-weight: 600;
}
#shadcn-theme-editor .text-foreground {
  color: hsl(var(--foreground));
}
#shadcn-theme-editor .text-muted-foreground {
  color: hsl(var(--muted-foreground));
}
#shadcn-theme-editor .text-primary {
  color: hsl(var(--primary));
}
#shadcn-theme-editor .text-primary-foreground {
  color: hsl(var(--primary-foreground));
}
#shadcn-theme-editor .underline-offset-1 {
  text-underline-offset: 1px;
}
#shadcn-theme-editor .opacity-0 {
  opacity: 0;
}
#shadcn-theme-editor .opacity-50 {
  opacity: 0.5;
}
#shadcn-theme-editor .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#shadcn-theme-editor .ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#shadcn-theme-editor .ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
#shadcn-theme-editor .drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#shadcn-theme-editor .drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#shadcn-theme-editor .duration-500 {
  transition-duration: 500ms;
}
@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
#shadcn-theme-editor .duration-500 {
  animation-duration: 500ms;
}

#shadcn-theme-editor .customScrollBar {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
  overflow-anchor: none;
}

#shadcn-theme-editor .customScrollBar::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}

#shadcn-theme-editor .customScrollBar::-webkit-scrollbar-track {
  background-color: transparent;
}

#shadcn-theme-editor .customScrollBar::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  background-color: hsl(var(--primary) / 0.1);
}
#shadcn-theme-editor .customScrollBar:hover::-webkit-scrollbar-thumb {
  background-color: hsl(var(--primary));
}
#shadcn-theme-editor .hover\:bg-accent:hover {
  background-color: hsl(var(--accent));
}
#shadcn-theme-editor .hover\:bg-background:hover {
  background-color: hsl(var(--background));
}
#shadcn-theme-editor .hover\:bg-primary\/90:hover {
  background-color: hsl(var(--primary) / 0.9);
}
#shadcn-theme-editor .hover\:fill-foreground:hover {
  fill: hsl(var(--foreground));
}
#shadcn-theme-editor .hover\:text-accent-foreground:hover {
  color: hsl(var(--accent-foreground));
}
#shadcn-theme-editor .hover\:underline:hover {
  text-decoration-line: underline;
}
#shadcn-theme-editor .hover\:\!opacity-100:hover {
  opacity: 1 !important;
}
#shadcn-theme-editor .hover\:opacity-100:hover {
  opacity: 1;
}
#shadcn-theme-editor .hover\:opacity-80:hover {
  opacity: 0.8;
}
#shadcn-theme-editor .focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#shadcn-theme-editor .focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#shadcn-theme-editor .focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}
#shadcn-theme-editor .focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
#shadcn-theme-editor .disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
#shadcn-theme-editor .disabled\:opacity-50:disabled {
  opacity: 0.5;
}
#shadcn-theme-editor .group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}
@media (min-width: 768px) {
  #shadcn-theme-editor .md\:flex {
    display: flex;
  }
}
@media (min-width: 1024px) {
  #shadcn-theme-editor .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
