.placeholder {
  cursor: auto;
}

.nav-item {
  font-size: 18px;
}

.form-control,
.input-group-text {
  border-radius: 10px;
}
.form-control {
  color: gray;
  background-color: #333;
  border: none;
}
.form-control::placeholder {
  color: gray;
}
.form-check-input:checked {
  background-color: red;
  border-color: #8b0000;
}
.form-control:focus {
  background-color: #333;
  color: #fff;
  box-shadow: none;
}
.navbar-nav.ms-auto {
  text-align: center;
}
.form-check-input:not(:checked) {
  --bs-form-check-bg: #222;
}
.form-check-input:focus {
  box-shadow: none;
}
.badge {
  margin-right: 0.25rem;
}
.modal {
  --bs-modal-width: 350px;
}
.btn {
  border: none;
}
.form-label {
  margin-bottom: 0;
}
.modal-body {
  scrollbar-width: thin;
}
.modal-content {
  height: 100dvh;
  width: 100dvw;
}

.modal {
  --bs-modal-width: 90dvw;
}