body {
    width: 100vw;
    height: 100vh;
    min-height: 100dvh;
    padding-top: 156px;
}

.main-box {
    width: 100%;
    height: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}

.card-main {
    background-color: white;
    width: 80vw;
    height: 100%;
    margin-top: 56px;
    color: white;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}

#categoria-form {
    display: flex;
    flex-direction: column;
    color: black;
}

#subcategoria-form {
    display: flex;
    flex-direction: column;
}

/* #formFornecedor {
    display: flex;
    padding-top: 25px;
    flex-direction: column;
} */

.swal2-icon {
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important; /* Ajuste a cor da borda conforme necessário */
}

/* Removido o seletor modal button.close */
