body {
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
}

[data-bs-theme="dark"] .exibir-no-tema-claro {
  display: none !important;
}

[data-bs-theme="light"] .exibir-no-tema-escuro {
  display: none !important;
}

legend {
  margin-top: 1.5rem;
}

.card legend {
  margin-top: 0;
}

.input-sem-estilo:focus,
.input-sem-estilo {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none !important;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control:has(.input-sem-estilo:focus) {
  box-shadow: var(--bs-input-primary-box-shadow);
}

/* início estilo barra de rolagem */
::-webkit-scrollbar {
  z-index: 999 !important;
  width: 6px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
}
/* fim estilo barra de rolagem */
