.fixed {
  position: fixed;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.bg-white {
  --tw-bg-opacity: 1;
/*  background-color: rgb(255 255 255 / var(--tw-bg-opacity)); */
}
.border-t {
  border-top-width: 1px;
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.z-50 {
  z-index: 50;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 5px;
  margin-bottom: 12px;
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.rounded-full {
  border-radius: 9999px;
}
.text-sm {
  font-size: 16px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 11px;
}
.py-1\.5 {
  padding-top: 5px;
  padding-bottom: 1px;
}
.w-5 {
  width: 1.25rem;
}
.py-2\.5 {
  padding-top: 4px;
  padding-bottom: 2px;
  background: var(--bg-2);  
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  background: var(--bg-2);
  
}
.h-5 {
  height: 1.25rem;
}
.w-5 {
  width: 1.25rem;
}
.justify-center {
  justify-content: center;
}
