.bbr-otp {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.bbr-otp--disabled {
  opacity: 0.55;
  pointer-events: none;
}
.bbr-otp__cell {
  width: 2.5rem !important;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 1.1rem;
  font-weight: 600;
  caret-color: transparent;
}
.bbr-otp__cell:focus {
  caret-color: currentcolor;
}
.bbr-otp--color-primary .bbr-otp__cell {
  border-color: #00d1b2;
}
.bbr-otp--color-link .bbr-otp__cell {
  border-color: #485fc7;
}
.bbr-otp--color-info .bbr-otp__cell {
  border-color: #3e8ed0;
}
.bbr-otp--color-success .bbr-otp__cell {
  border-color: #48c774;
}
.bbr-otp--color-warning .bbr-otp__cell {
  border-color: #ffe08a;
}
.bbr-otp--color-danger .bbr-otp__cell {
  border-color: #f14668;
}
.bbr-otp--color-primary .bbr-otp__cell:focus {
  border-color: #00d1b2;
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.bbr-otp--color-link .bbr-otp__cell:focus {
  border-color: #485fc7;
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.bbr-otp--color-info .bbr-otp__cell:focus {
  border-color: #3e8ed0;
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.bbr-otp--color-success .bbr-otp__cell:focus {
  border-color: #48c774;
  box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}
.bbr-otp--color-warning .bbr-otp__cell:focus {
  border-color: #ffe08a;
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.bbr-otp--color-danger .bbr-otp__cell:focus {
  border-color: #f14668;
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.bbr-otp.is-small .bbr-otp__cell {
  width: 2rem !important;
  font-size: 0.875rem;
}
.bbr-otp.is-medium .bbr-otp__cell {
  width: 3rem !important;
  font-size: 1.25rem;
}
.bbr-otp.is-large .bbr-otp__cell {
  width: 3.5rem !important;
  font-size: 1.5rem;
}
