/* Bo sung cho Tailwind — dong bo Stitch */
body {
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
}

h1,
h2,
h3,
.font-headline {
  font-family: Manrope, system-ui, sans-serif;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
}

.material-symbols-outlined.fill {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.bg-login-gradient {
  background: linear-gradient(135deg, #0050cb 0%, #0066ff 100%);
}

.glass-header {
  background: rgba(250, 248, 255, 0.82);
  backdrop-filter: blur(12px);
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tn-toast-host {
  position: fixed;
  right: 1rem;
  bottom: 5.5rem;
  z-index: 600;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .tn-toast-host {
    bottom: 1rem;
  }
}

.tn-toast {
  pointer-events: auto;
  min-width: 16rem;
  max-width: 22rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #191b24;
  color: #fff;
  font-size: 0.875rem;
  box-shadow: 0 8px 24px rgba(25, 27, 36, 0.12);
}

.tn-toast--info {
  background: #425ca0;
}
