._absolute {
  position: absolute;
}

._relative {
  position: relative;
}

._top-0 {
  top: 0px;
}

._bottom-0 {
  bottom: 0px;
}

._my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

._my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

._mb-4 {
  margin-bottom: 1rem;
}

._mr-4 {
  margin-right: 1rem;
}

._mt-4 {
  margin-top: 1rem;
}

._block {
  display: block;
}

._flex {
  display: flex;
}

._hidden {
  display: none;
}

._h-96 {
  height: 24rem;
}

._h-full {
  height: 100%;
}

._h-8 {
  height: 2rem;
}

._h-10 {
  height: 2.5rem;
}

._min-h-\[100vh\] {
  min-height: 100vh;
}

._w-1\/3 {
  width: 33.333333%;
}

._w-full {
  width: 100%;
}

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

._w-2\/3 {
  width: 66.666667%;
}

._flex-col {
  flex-direction: column;
}

._items-center {
  align-items: center;
}

._justify-center {
  justify-content: center;
}

._border-2 {
  border-width: 2px;
}

._border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

._bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

._bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

._bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

._bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

._p-8 {
  padding: 2rem;
}

._text-right {
  text-align: right;
}

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

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

@media (min-width: 768px) {
  .md\:_text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}