

.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: #ab7cfe;
    text-shadow: 
    0 0 4px #b36fff36,  /* მსუბუქი შიდა შუქი */
    0 0 8px #d9b3ff,  /* გლოუ ეფექტი */
    0 0 12px #a64aff00; /* ძლიერი იასამნისფერი ჰალო */
  transition: all 0.3s ease;
}
/* ჰოვერზე უფრო ბრწყინავს */
.text-neutral-400:hover {
  text-shadow: 
    0 0 6px #b36fff, 
    0 0 12px #d9b3ff, 
    0 0 20px #a64aff;
  color: #d9b3ff;
}
.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: #0c0c0c;  
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  background: #0c0c0c;
  max-width: 768px;
  
}
.h-5 {
  height: 1.25rem;
}
.w-5 {
  width: 1.25rem;
}
.justify-center {
  justify-content: center;
}



a.text-neutral-400:hover {
    background: #673AB7;
}


