/* Remove os títulos "NAVIGATION" */
[data-css='sidebar-resources'] + section > label,
[data-css='sidebar-resources'] > .adminjs_Box > .adminjs_Label {
  visibility: hidden !important;
  display: none !important;
}

/* remove o banner na tela de login */
.login__Wrapper > section > section {
  display: none !important;
}

/* remove o espacamento entre a secao de pages e de navigation */
[data-css='sidebar-resources'] {
  flex-grow: 0 !important;
}

/* remove o espaçamento do sidebar */
[data-css='sidebar-resources'] > section,
[data-css='sidebar-resources'] + section {
  padding-top: 0;
  padding-bottom: 0;
}

.adminjs_SortLink[href*='sortBy=id'] {
  font-size: 0 !important;
}

.adminjs_SortLink[href*='sortBy=id']::before {
  content: 'n°';
  font-size: 14px;
  font-weight: 600;
  color: inherit;
}

/* Alterar especificamente o texto "createdAt" no link de ordenação */
.adminjs_SortLink[href*='sortBy=createdAt'] {
  font-size: 0 !important;
}

.adminjs_SortLink[href*='sortBy=createdAt']::before {
  content: 'Data';
  font-size: 14px;
  font-weight: 600;
  color: inherit;
}

.adminjs_Table thead th[data-property-name='cpf'],
.adminjs_Table tbody td[data-property-name='cpf'],
.adminjs_Table thead th[data-property-name='cep'],
.adminjs_Table tbody td[data-property-name='cep'],
.adminjs_Table thead th[data-property-name='telefone'],
.adminjs_Table tbody td[data-property-name='telefone'] {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 90px !important;
}

.adminjs_Table thead th[data-property-name='id'],
.adminjs_Table tbody td[data-property-name='id'] {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 10px !important;
}
*/ .adminjs_Login .adminjs_H1 {
  content: 'Sistema de Parceiros' !important;
}

.adminjs_Login.adminjs_Box:last-child {
  width: 100% !important;
}
