
/* Alterações na área do LOGO */
.valle-logo {
  opacity: 1 !important;
  height: 128px!important;
  width: 128px!important;
  object-fit: contain !important;
  max-width: 128px !important;
  max-height: 128px !important;
  float: none !important;
  /* border-radius: 50% !important; */
  background-color: transparent !important;
  box-shadow: none !important;
}

.brand-link {
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: .8125rem .5rem;
  transition: width .3s ease-in-out;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* Remove o menuzinho feio de usuário que fica na barra lateral */
.user-panel {
  display: none !important;
}

[class*=sidebar-dark-] .nav-header {
  color: rgb(255, 255, 255, 0.3);
  margin: 0;
}

.btn-primary {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: none;
}

.btn-primary:hover {
    color: #111;
    background-color: #e6ac00;
    border-color: #e6ac00;
    box-shadow: none;
}

.btn-primary:visited {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: none;
}

[class*=accent-] a.btn-primary {
    color: #111;
}

.nav-link {
    display: flex;
    padding: .5rem 1rem;
    flex-direction: row;
    align-items: center;
}

.form-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.page-responsive {
    overflow: auto;
}

@media print {
    .not-printable {
        display: none !important;
    }

    .content {
        margin: 0;
        padding: 0;
    }
    
    .page-responsive {
        overflow: none;
    }
}
