.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
}

.block {
  display: block
}

.flex {
  display: flex
}

.grid {
  display: grid
}

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

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

.w-full {
  width: 100%
}

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

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

.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-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
}

.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;
}

@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
  }
}

