html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.h1{
    font-size: 2rem;
    padding: 0px 0px 10px 0px;
    font-weight: 600;
}

@keyframes toastbar {
    from { transform: scaleX(1); }
    to   { transform: scaleX(0); }
}

.toast-progress {
    animation: toastbar 3.5s linear forwards;
    transform-origin: left;
}

 .lang-badge {
     display:inline-flex; align-items:center; justify-content:center;
     min-width: 1.75rem; height: 1.25rem; padding: 0 .375rem;
     font-size: .70rem; font-weight: 700; letter-spacing: .02em;
     color: #1f2937; background: #e5e7eb; border-radius: .25rem;
 }
.speaker-pill {
    display:inline-flex; align-items:center;
    padding: 0 .5rem; height: 1.4rem;
    font-size: .72rem; font-weight: 600; color: #111827;
    border-radius: 9999px; border: 1px solid rgba(0,0,0,.05);
}
.seg + .seg { margin-top: .75rem; }


