@font-face {
    font-family: poppins-regular;
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}
@font-face {
    font-family: poppins-light;
    src: url('../fonts/Poppins/Poppins-Light.ttf');
    
}

* {
    font-family: 'poppins-regular';
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.menu-lateral {
    font-size: 14px;
}

.menu-lateral .icones {
    height: 43px;
    width: 43px;
}


.atalhos .icones {
    height: 43px;
    width: 43px;
}

.label-educacao {
    color:#FFF;
    background:#3a9fbf;
}

.label-tributos {
    color:#FFF;
    background:#e15610;
}

/* New standardized label badges by category */
.label-saude {
    color: #FFF;
    background: #198754; /* Bootstrap success green tone for health */
}

.label-servidor {
    color: #FFF;
    background: #6c757d; /* Bootstrap secondary for servidor */
}

.label-empresa {
    color: #FFF;
    background: #0d6efd; /* Bootstrap primary for empresa */
}

.label-fornecedor {
    color: #FFF;
    background: #212529; /* Bootstrap dark for fornecedor */
}

.label-imoveis {
    color: #FFF;
    background: #343a40; /* Dark gray for imóveis */
}

.form-control[readonly] {
    background-color: #e9ecef; /* Cor de fundo cinza claro */
    opacity: 1; /* Remove qualquer transparência padrão */
}

.cursor-pointer {
    cursor: pointer;
}