/* Texto da Logomarca na default */

.app-brand-text.demo {
    font-size: 1.3rem !important;
}

/* Remover as bolinhas decorativas na default */

.authentication-wrapper.authentication-basic .authentication-inner::before,
.authentication-wrapper.authentication-basic .authentication-inner::after {
  display: none !important;
  content: none !important;
}

/* Cor do Texto da Logo na barra de navegação */

.layout-navbar {
    color: #000000 !important;
}

/* Bolinhas para identificar o Birads */

.badge.badge-dot {
    block-size: 1rem !important;
    inline-size: 1rem !important;
}

/* Cor primária --------------------------------------  */

:root,
[data-bs-theme=light] {
  --bs-primary: #FF00B2 !important;
  --bs-primary-rgb: 255, 0, 178 !important;
  --bs-link-color: var(--bs-primary) !important;
  --bs-link-hover-color: rgba(var(--bs-primary-rgb), 0.8) !important;
}

:root, [data-bs-theme=light], [data-bs-theme=dark] {
    --bs-primary-bg-subtle: color-mix(in sRGB, var(--bs-paper-bg) 84%, #ff00b2) !important;
}

[data-bs-theme=dark] {
  --bs-primary: #FF00B2 !important;
  --bs-primary-rgb: 255, 0, 178 !important;
  --bs-link-color: var(--bs-primary) !important;
  --bs-link-hover-color: rgba(var(--bs-primary-rgb), 0.8) !important;
}

/* Cor primária (fim) --------------------------------------  */

/* Coloca os três pontos mais próximos e o espaço entre linhas menor */

.btn-icon {
    block-size: auto !important;
    inline-size: auto !important;
}

/* Os campos do modal que não são editáveis */

.form-control-plaintext {
    background-color: #b1b1b124 !important;
    font-weight: bold !important;
}


.btn-label-danger {
    --bs-btn-color: #ffffff !important;
    --bs-btn-bg: color-mix(in sRGB, #d9d9d9 var(--bs-bg-label-tint-amount), #000000) !important;
}