.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5) !important;
}
.border-white\/30 {
  border: 1px solid rgb(255 255 255 / 0.3);
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.gap-8 {
  gap: 8px !important;
}
.gap-16 {
  gap: 16px !important;
}
.gap-24 {
  gap: 24px !important;
}
.gap-32 {
  gap: 32px !important;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.w-100 {
  width: 100%;
}
.d-none {
  display: none !important;
}
.text-white {
  color: white;
}
.flex-wrap {
  flex-wrap: wrap;
}
.fw-bold {
  font-weight: bold;
}
.fs-14 {
  font-size: 14px;
}
.text-primary {
  color: var(--primary);
}
