.fixed {
  position: fixed
}

.\!m-0 {
  margin: 0px !important
}

.\!m-2 {
  margin: 0.5rem !important
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.mb-4 {
  margin-bottom: 1rem
}

.mt-10 {
  margin-top: 2.5rem
}

.mt-2 {
  margin-top: 0.5rem
}

.mt-6 {
  margin-top: 1.5rem
}

.ml-4 {
  margin-left: 1rem;
}

.block {
  display: block;
}

.flex {
  display: flex
}

.grid {
  display: grid
}

.min-h-\[170px\] {
  min-height: 170px
}

.w-1\/4 {
  width: 25%
}

.w-1\/2 {
  width: 50%
}

.w-full {
  width: 100%
}

.max-w-\[1300px\] {
  max-width: 1300px
}

.flex-1 {
  flex: 1 1 0%
}

.flex-wrap {
  flex-wrap: wrap;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

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

.gap-2 {
  gap: 0.5rem
}

.gap-4 {
  gap: 1rem
}

.gap-6 {
  gap: 1.5rem
}

.gap-8 {
  gap: 2rem
}

.rounded {
  border-radius: 0.25rem
}

.border {
  border-width: 1px;
  border-style: solid;
}

.\!border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity))
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.\!p-2 {
  padding: 0.5rem !important
}

.p-0 {
  padding: 0px
}

.p-8 {
  padding: 2rem
}

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.pt-2 {
  padding-top: 0.5rem
}

.pt-4 {
  padding-top: 1rem
}

.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important
}

.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

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

.font-bold {
  font-weight: 700
}

.font-semibold {
  font-weight: 600
}

.text-gray-400 {
  color: rgb(133, 136, 139)
}

.text-gray-900 {
  color: rgb(17 24 39)
}

.max-w-\[180px\] {
  max-width: 180px;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

@media (min-width: 640px) {
  .sm\:min-h-0 {
    min-height: 0px
  }

  .sm\:max-w-\[244px\] {
    max-width: 244px
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block
  }
}

.hide {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out, margin 0.3s ease-out;
}

#hint-container {
  max-height: 200px; /* Adjust based on your content */
  opacity: 1;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in, padding 0.3s ease-in, margin 0.3s ease-in;
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.rounded-lg {
  border-radius: 0.5rem;
}

