@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.nav-item.dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    cursor: pointer;
    margin-top: 0 !important;
}
#chartPratos {
    height: 380px !important;
}
.ml-4 li {
    margin-left: 3rem;
}

.bg-dash {
   background: #1a2035;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: #000 !important;
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' d='M.293.293a1 1 0 011.414 0L8 6.586l6.293-6.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 11-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 11-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
}

.btn-close:hover {
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #0d6efd40;
    opacity: 1;
}

.btn-close:disabled,
.btn-close[disabled] {
    pointer-events: none;
    user-select: none;
    opacity: 0.25;
}



.header-card {
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.header-card img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.stat-container {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.stat-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 12px;
    flex: 1;
    border: 1px solid #ddd;
    font-weight: bold;
}

.stat-green {
    background: #e8f5e9;
    color: #2e7d32b2;
    border-color: #2e7d3263;
}

.stat-red {
    background: #ffebee;
    color: #c62828;
    border-color: #c6282885;
}

.stat-icon {
    background: #2e7d32;
    padding: 10px;
    border-radius: 8px;
    color: white;
}

.stat-icon.red {
    background: #c62828b2;
}

.chart-box {
    width: 100%;
    background: white;
    padding: 15px;
    height: 30%;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sidenav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 250px;
    z-index: 1030;
    overflow-y: auto;
}


/* Melhorando os botões de paginação */
.dataTables_paginate .paginate_button {
    border-radius: 50px !important;
    /* Deixa os botões circulares */
    border: none !important;
    /* Remove a borda */
    padding: 8px 15px !important;
    /* Melhor espaçamento */
    margin: 1px !important;
    transition: 0.3s;
}


/* Melhorando a aparência geral da tabela */
.table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}


/* Estiliza a barra de rolagem para navegadores WebKit (Chrome, Edge e Safari) */
::-webkit-scrollbar {
    width: 12px;
    /* Largura da barra vertical */
    height: 8px;
    /* Altura da barra horizontal */
    border-radius: 55px !important;
}

/* Fundo da barra de rolagem */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Cor de fundo */
    border-radius: 10px;
    border-radius: 55px !important;
}

/* Cor da barra de rolagem */
::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #5e72e4, #5e72e4);
    /* Gradiente moderno */
    border-radius: 10px;
    /* Cantos arredondados */
    border-radius: 55px !important;
}

/* Quando passa o mouse sobre a barra */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #5e72e4, #5e72e4);
}

/* Firefox */
* {
    scrollbar-width: thin;
    /* Deixa a barra mais fina */
    scrollbar-color: #5e72e4 #f1f1f1;
    /* Cor da barra e do fundo */
}


.add-item-doc {
    padding: 1rem;
}

.btn-manipular-quantidade {
    border-radius: 55px !important;
    padding: 0.4rem 0.6rem !important;
}



.card-report {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.table-responsive {
    overflow-x: auto;
}

.total-row {
    font-weight: bold;
    background-color: #f8f9fa;
}

@media (max-width: 768px) {
    .filter-buttons .btn {
        margin-bottom: 5px;
        width: 100%;
    }

    .export-buttons .btn {
        margin-bottom: 5px;
    }
}


.card-title-kz {
    font-size: 2rem;
    color: #007bff;
}

.card-total {
    font-size: 1.5rem;
    font-weight: bold;
}

.card-subtext {
    font-size: 0.875rem;
    color: gray;
}

.border-right {
    border-right: 1px solid #dee2e6;
}

.info-icon {
    font-size: 1.8rem;
    color: #007bff;
}
.card-subtext{
    font-weight: normal !important;
    font-family: 'Red Hat Display' !important;
    font-size: 15px !important;
}

