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;
    background-color: #f8f9fa;
}

.login-container {
    max-width: 400px;
    margin: 100px auto;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.divergente {
    background-color: red !important;
    color: white;
}

.conferido {
    background-color: green !important;
    color: white;
}

/* Para telas pequenas, exibe os botões com largura 100% e centraliza */
@media (max-width: 767px) {
    .nav-item .btn {
        width: 100%; /* Faz com que os botões ocupem toda a largura */
        text-align: center; /* Centraliza o texto dentro do botão */
        margin-bottom: 2px;
    }
    .menu {
        margin-bottom: 2px;
    }
}
