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;
}

/*botao pequeno e arredondado*/
button.btn-custom-sm {
    padding: 2px 8px !important; /* Reduz o espaçamento interno */
    font-size: 0.85rem !important; /* Reduz o tamanho da fonte */
    line-height: 1.2 !important; /* Reduz a altura da linha */
    border-radius: 0.2rem !important; /* Mantém um leve arredondamento */
}


table th a {
    text-decoration: none;
    color: black;
}

table th a span {
    margin-left: 5px;
    font-size: 0.9em;
}

