.countdown-popup {
  box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.15);
  font-family: 'Libre Franklin', sans-serif;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.bottom-4 {
  bottom: 1rem;
}
.right-4 {
  right: 1rem;
}
.top-4 {
  top: 1rem;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.h-auto {
  height: auto;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-full {
  width: 100%;
}
.max-w-\[340px\] {
  max-width: 340px;
}
.translate-y-8 {
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-solid {
  border-style: solid;
}
.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-contain {
  object-fit: contain;
}
.p-4 {
  padding: 1rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[22px\] {
  font-size: 22px;
  color: #000 !important;
}
.text-\[9px\] {
  font-size: 9px;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.15\] {
  line-height: 1.15;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-none {
  line-height: 1;
}
.tracking-\[0\.45px\] {
  letter-spacing: 0.45px;
}
.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.opacity-0 {
  opacity: 0;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.close-trigger {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}
.text-orange {
  color: #ff6a00;
  line-height: 10px !important;
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 106 0 / var(--tw-bg-opacity));
}
.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 106 0 / var(--tw-border-opacity));
}
