/* Eletrônica Franco - Admin custom CSS
   Customização leve para não quebrar o tema do HESK
*/

/* Botões principais */
.btn-primary,
input[type="submit"],
button[type="submit"] {
    background-color: #1f6f8b !important;
    border-color: #1f6f8b !important;
    color: #ffffff !important;
}

/* Links */
a {
    color: #1f6f8b;
}

/* Campos focados */
input:focus,
select:focus,
textarea:focus {
    border-color: #1f6f8b !important;
    box-shadow: 0 0 0 1px rgba(31, 111, 139, 0.25) !important;
}

/* Deixa o fundo levemente mais limpo, sem alterar estrutura */
body {
    background-color: #f3f7f9 !important;
}
/* Ocultar menu "Módulos" no painel */
li.listitem.submenu:has(a[aria-label="Modules"]) {
    display: none !important;
}
/* Ocultar aviso de compra/licença no painel */
.main__content > .notice-flash:has(a[href*="hesk.com"]),
.main__content > .notice-flash:has(a[href*="buy"]),
.main__content > .notice-flash:has(a[href*="license"]) {
    display: none !important;
}
