/* Header full width e topo colado apenas na página de habilitações */
header.aj-custom-header.aj-habilitacoes {
  margin-top: 0 !important;
  width: 100%;
}

header.aj-custom-header.aj-habilitacoes .aj-container {
  max-width: 99% !important;
  width: 100% !important;
  margin: 0 !important;
  margin-top: -100px !important;
}

/* Garantir que nada empurre o header para baixo nesta página */
body.toolbar-fixed header.aj-custom-header.aj-habilitacoes {
  top: 0;
  margin-left: -47px !important;
  width: 105% !important;
}

.header-notification-dropdown {
  position: absolute;
  right: 15% !important;
  top: unset !important;
  background: white;
  border: 1px solid #ddd;
  padding: 0;
  width: 100px;
  z-index: 1000;
  min-width: 320px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-height: 400px;
  overflow-y: auto;
  border-radius: 4px;
  list-style: none;
}

header.aj-custom-header .aj-container {
    max-width: 100%;
    width: 89% !important;
    justify-self: anchor-center;
    margin: 0;
    margin-left: 30px !important;
    margin-top: -0px !important;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

body > header > div > a > span{
    color: #000 !important;
    display: initial;
    font-size: 21px !important;
    font-weight: 700 !important;
    font-family: 'Poppins' !important;
}

body.gin--vertical-toolbar,
body.gin--horizontal-toolbar,
body.gin--classic-toolbar {
    padding-top: 0px !important;
}
/* Override Gin toolbar padding for this page */
body.gin--vertical-toolbar, 
body.gin--horizontal-toolbar, 
body.gin--classic-toolbar { 
     padding-top: 0px !important; 
}


.message-error {
    background: #c94d1c;
    border-radius: 10px;
    margin-top: 100px !important;
}

