.text-white {
  color: #fff;
}

.text-gray-100 {
  color: #f3f4f6;
}

.text-gray-200 {
  color: #e5e7eb;
}

.text-gray-400 {
  color: #9ca3af !important;
}

.text-yellow-400 {
  color: #fbbf24;
}

.text-gray-500 {
  color: #6b7280;
}

.text-gray-600 {
  color: #4b5563;
}

.text-yellow-600 {
  color: #d97706;
}

.text-gray-800 {
  color: #1f2937;
}

.text-red-200 {
  color: #fecaca;
}

.text-red-600 {
  color: #dc1226;
}

.text-red-800 {
  color: #991b1b;
}

.bg-transparent {
  background-color: transparent;
}

.bg-red-200 {
  background-color: #fecaca !important;
}

.bg-red-600 {
  background-color: #dc1226 !important;
}

.bg-red-800 {
  background-color: #991b1b !important;
}

.bg-red-50 {
  background-color: #fef2f2;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray-50 {
  background-color: #f9fafb;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-gray-200 {
  background-color: #e5e7eb !important;
}

.bg-green-600 {
  background-color: #059669 !important;
}

.bg-gray-800 {
  background-color: #1f2937 !important;
}

.bg-brand-wx {
  background-color: #1aad19;
}

.mx-auto {
  margin: 0 auto;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-1 {
  width: 4px;
}

.h-1 {
  height: 4px;
}

.w-8 {
  width: 32px;
}

.h-8 {
  height: 32px;
}

.w-12 {
  width: 48px;
}

.h-12 {
  height: 48px;
}

.w-20 {
  width: 80px;
}

.h-20 {
  height: 80px;
}

.h-32 {
  height: 128px;
}

.w-32 {
  width: 128px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.z-1 {
  z-index: 1;
}

.z-10 {
  z-index: 10;
}

.z-99 {
  z-index: 99;
}

.z-999 {
  z-index: 999;
}

.z-top {
  z-index: 9999;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-px {
  left: 1px;
}

.top-3px {
  top: 3px;
}

.top-1 {
  top: 4px;
}

.right-1 {
  right: 4px;
}

.bottom-1 {
  bottom: 4px;
}

.top-2 {
  top: 8px;
}

.right-2 {
  right: 8px;
}

.left-2 {
  left: 8px;
}

.right-4 {
  right: 16px;
}

.bottom-4 {
  bottom: 16px;
}

.right-5 {
  right: 20px;
}

.bottom-5 {
  bottom: 20px;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.p-1 {
  padding: 4px;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pl-1 {
  padding-left: 4px;
}

.mt-1 {
  margin-top: 4px;
}

.mr-px {
  margin-right: 1px;
}

.mr-1 {
  margin-right: 4px;
}

.mt-2 {
  margin-top: 8px;
}

.mb-2 {
  margin-bottom: 8px;
}

.p-2 {
  padding: 8px;
}

.px-2 {
  padding-right: 8px;
  padding-left: 8px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-3 {
  padding: 12px;
}

.px-3 {
  padding-right: 12px;
  padding-left: 12px;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.mr-3 {
  margin-right: 12px;
}

.ml-3 {
  margin-left: 12px;
}

.p-4 {
  padding: 16px;
}

.px-4 {
  padding-right: 16px;
  padding-left: 16px;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ml-4 {
  margin-left: 16px;
}

.pr-5 {
  padding-right: 20px;
}

.pl-5 {
  padding-left: 20px;
}

.px-5 {
  padding-right: 20px;
  padding-left: 20px;
}

.p-6 {
  padding: 24px;
}

.px-6 {
  padding-right: 24px;
  padding-left: 24px;
}

.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pr-6 {
  padding-right: 24px;
}

.pb-6 {
  padding-bottom: 24px;
}

.mt-6 {
  margin-top: 24px;
}

.mb-6 {
  margin-bottom: 24px;
}

.ml-6 {
  margin-left: 24px;
}

.ml-8 {
  margin-left: 32px;
}

.px-8 {
  padding-right: 32px;
  padding-left: 32px;
}

.ml-10 {
  margin-left: 40px;
}

.mt-15 {
  margin-top: 60px;
}

.py-16 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.mt-32 {
  margin-top: 128px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.font-bold {
  font-weight: 600;
}

.leading-8 {
  line-height: 32px;
}

.leading-none {
  line-height: 1;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.font-light {
  font-weight: 300;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.fill-current {
  fill: currentColor;
}

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-95 {
  background-color: rgba(255, 255, 255, 0.95);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: hidden;
}

.border-none {
  border: none;
}

.border,
.border-b,
.border-l {
  border: 0 solid #e5e7eb;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-gray-100 {
  border-color: #f3f4f6;
}

.rounded {
  border-radius: 4px;
}

.rounded-lg {
  border-radius: 8px;
}

.shadow {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  user-select: none;
}

.pointer-events-none {
  pointer-events: none;
}

.font-large {
  font-size: 1.25em;
}

.font-small {
  font-size: 0.85em;
}

.bottom-2em {
  bottom: 2em;
}

.btn--none {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: none;
  user-select: none;
}

.btn--none.bg-gray-50 {
  background-color: #f9fafb;
}

.btn--none.bg-gray-100 {
  background-color: #f3f4f6;
}
