#wrapper {
    background-color: #f4f4f5 !important;
    min-height: 100vh !important;
}

.content {
    background-color: #f4f4f5 !important;
}

/* 🏁 CSS DE RESTAURAÇÃO DO LAYOUT ORIGINAL (BOOTSTRAP 3) */

/* 1. Correção Global de Ícones (FontAwesome) */
i.fa, i.fas, i.far, i.fab {
    line-height: inherit !important;
    vertical-align: middle !important;
}

/* 2. Restauração de Padding em Tabelas (Compensando o Reset do Tailwind) */
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    padding: 10px !important;
    vertical-align: middle !important;
}

/* 3. Correção das Setas (Chevrons) em Configurações > Cronjob */
.scroller-left, .scroller-right, .scroller {
    height: 34px !important;
    line-height: 34px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.scroller-left i, .scroller-right i, .scroller i {
    font-size: 14px !important;
}

/* 4. Correção de Botões e Inputs no Admin */
.btn {
    line-height: 1.42857143 !important;
}

select.form-control {
    padding: 6px 12px !important;
}
