* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body { background: #eff3f6; }

.form-control { background: #f8fafb; border: 1px solid #eff3f6; padding: 10px 12px; text-transform: uppercase;}
.form-select { padding: 10px 12px; text-transform: uppercase; }
.bg-ser-primary { background: #009CDE; }
.bg-ser-secondary { background: #EECB3D; }
.text-ser-primary { color: #009CDE; }
.text-ser-secondary { color: #EECB3D; }
/*#listaAtendimento tr { font-size: 11px; }*/
#listaAtendimento td, #listaAtendimento th { white-space: nowrap; }
#dependents { white-space: normal; }
.footer-navbar {
    display: none;
}

@media (max-width: 991px) {
    .cad_header {
        display: flex;
        align-items: center;
    }
    .cad_header_btn {
        margin-top: 5px;
        float: right;
    }
    .login-img {
        display: none!important;
    }
    .login-form-box {
        padding: 0!important;
    }
    .cad_header_btn {
        float: none!important;
        width: 100%!important;
    }
}

@media (max-width: 767px) {
    /* .btn-logout {
        margin-top: 5px;
    } */
    .fullNameBtn, .systemName {
        display: none!important;
    }
    .logo, .logoutBtn {
        border-radius: 6px!important;
    }
    .main-navbar {
        position: sticky;
        top: 0;
        z-index: 2024;
    }
    .footer-navbar {
        display: block;
        position: sticky;
        bottom: 0;
        z-index: 2024;
    }
    .topBtn {
        display: none;
    }
}