/* @tailwind base; */
.tw-relative {
  position: relative;
}
.tw-bottom-2 {
  bottom: 0.5rem;
}
.tw-left-2 {
  left: 0.5rem;
}
.tw-z-10 {
  z-index: 10;
}
.tw-z-50 {
  z-index: 50;
}
.\!tw-mb-1 {
  margin-bottom: 0.25rem !important;
}
.\!tw-mb-6 {
  margin-bottom: 1.5rem !important;
}
.\!tw-mt-4 {
  margin-top: 1rem !important;
}
.\!tw-mt-8 {
  margin-top: 2rem !important;
}
.tw-mb-0 {
  margin-bottom: 0px;
}
.tw-mb-12 {
  margin-bottom: 3rem;
}
.tw-mt-6 {
  margin-top: 1.5rem;
}
.tw-flex {
  display: flex;
}
.tw-aspect-square {
  aspect-ratio: 1 / 1;
}
.tw-size-20 {
  width: 5rem;
  height: 5rem;
}
.tw-size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.tw-size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.tw-max-w-16 {
  max-width: 4rem;
}
.tw-flex-row {
  flex-direction: row;
}
.tw-flex-col {
  flex-direction: column;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-end {
  justify-content: flex-end;
}
.tw-justify-center {
  justify-content: center;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-\[6px\] {
  gap: 6px;
}
.tw-rounded-lg {
  border-radius: 0.5rem;
}
.tw-rounded-md {
  border-radius: 0.375rem;
}
.tw-rounded-xl {
  border-radius: 0.75rem;
}
.tw-border-\[1\.5px\] {
  border-width: 1.5px;
}
.tw-border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.tw-bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.tw-bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.tw-bg-cover {
  background-size: cover;
}
.tw-bg-no-repeat {
  background-repeat: no-repeat;
}
.tw-p-3 {
  padding: 0.75rem;
}
.tw-font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.\!tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!tw-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\!tw-font-bold {
  font-weight: 700 !important;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-duration-150 {
  transition-duration: 150ms;
}
.tw-duration-300 {
  transition-duration: 300ms;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

.hover\:tw-size-44:hover {
  width: 11rem;
  height: 11rem;
}

.hover\:tw-size-8:hover {
  width: 2rem;
  height: 2rem;
}

.active\:tw-size-6:active {
  width: 1.5rem;
  height: 1.5rem;
}
