*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
#app .btn {
  button: yes;
}
@font-face {
  font-family: Inter;
}
@page {
  margin: 1cm;
}
.custom-component {
  font-weight: 700;
}
.custom-important-component {
  text-align: center !important;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#app .animate-spin {
  animation: spin 1s linear infinite;
}
#app .font-bold {
  font-weight: 700;
}
.custom-util {
  button: no;
}
#app .group:hover .group-hover\:focus-within\:text-left:focus-within {
  text-align: left;
}
#app [dir='rtl'] .rtl\:active\:text-center:active {
  text-align: center;
}
@media (prefers-reduced-motion: no-preference) {
  #app .motion-safe\:hover\:text-center:hover {
    text-align: center;
  }
}
#app .dark .dark\:focus\:text-left:focus {
  text-align: left;
}
@media (min-width: 768px) {
  #app .md\:hover\:text-right:hover {
    text-align: right;
  }
}