* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

.wrapperContainers {
    display: none;
}

@keyframes slide-left {
    0% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0);
    }
}

body {
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 0px;
    height: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

body::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

.navbar {
    background-color: #229544;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    justify-content: space-between;
    z-index: 99;
}

.navbar .logo {
    width: 40px;
    margin-top: 4px;
}

.navbar .nameLogo {
    width: 200px;
}

.containerLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.containerImagemUsuario {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: #00000051;
    width: max-content;
    color: #fff;
    padding: 2px 15px;
    border-radius: 25px;
    border: 2px solid #fff;
}

.containerImagemUsuario img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.filtroFoto {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.containerFiltros {
    top: 0;
    right: 0;
    position: fixed;
    background: #fff;
    width: 350px;
    height: 100vh;
    box-shadow: 4px 50px 15px 1200px rgba(63, 63, 63, 0.333);
    display: none;
    animation: slide-left 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    flex-direction: column;
}

.openMenu {
    font-size: 25px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    background: #d2d2d2b6;
    border-radius: 6px 0 6px 6px;
    color: #fff;
    cursor: pointer;
}

.closeMenu {
    margin-top: 6px;
    margin-left: 8px;
    font-size: 25px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    background: #d2d2d2b6;
    border-radius: 0 6px 6px 6px;
    color: #000;
    cursor: pointer;
}

.wrapperFiltros select {
    width: 340px;
    margin: 10px auto;
    margin-left: 5px;
    padding: 5px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.wrapperFiltros h3,
.containerEvolucaoDiaria h2,
.containerBancos h2,
.producaoTotal h2,
.historicoProducaoTotal h2 {
    margin-top: 10px;
    margin-left: 5px;
    text-transform: uppercase;
    color: #3d3d3d;
}

.wrapperFiltros hr {
    width: 90%;
    margin-left: 5px;
}

.containerEvolucaoDiaria hr,
.-historicoProducaoTotal hr,
.producaoTotal hr,
.containerBancos hr {
    width: 100%;
    margin-top: -5px;
    margin-left: 5px;
}

.containerEvolucaoDiaria p,
.historicoProducaoTotal p,
.producaoTotal p,
.containerBancos p {
    margin-left: 5px;
    margin-top: -2px;
    margin-bottom: 10px;
}

.historicoProducaoTotal,
.producaoTotal {
    width: 49.5%;
}

.wrapperFiltros p {
    font-size: 12px;
    margin-left: 5px;
    color: #3d3d3d;
}

.containerButtons {
    bottom: 10px;
    right: 5px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.containerButtons button {
    width: 165px;
    padding: 8px 0;
    border: none;
    border-radius: 6px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    scale: 0.95;
}

.containerButtons button:first-child {
    background-color: #229544;
    color: #fff;
}

.containerButtons button:last-child {
    background-color: #ccc;
}

.containerEvolucaoDiaria,
.containerBancos {
    margin-top: 15px;
}

.containerEvolucaoDiaria,
.containerTwoTable,
.containerBancos {
    display: none;
}

.containerTwoTable {
    display: flex;
}

.containerOperadores {
    display: flex;
    border-radius: 12px;
    padding-top: 10px;
    text-align: center;
    box-shadow: 2px 6px 12px 8px rgb(201, 201, 201);
}

.operadoresProducao li {
    text-align: left;
    width: 260px !important;
}

@media screen and (max-width: 1300px) {
    .containerOperadores {
        overflow-x: scroll;
        padding-bottom: 10px;
    }

    .operadores {
        position: absolute;
    }

    .containerOperadores ul:first-child {
        background: #fff;
    }

    .containerOperadores ul:nth-child(2) {
        margin-left: 160px;
    }

    .containerTwoTable {
        flex-direction: column;
    }

    .historicoProducaoTotal,
    .producaoTotal {
        width: 100%;
    }

    .operadoresProducao {
        position: relative;
    }

    .containerOperadoresProducao ul:nth-child(2) {
        margin-left: 10px;
    }
}

.containerOperadores ul li {
    border-bottom: 1px solid #000;
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    width: 160px;
    text-align: left;
    padding-inline-end: 10px;
    margin-left: -1px;
    margin-left: 3px;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.containerOperadores .valores li {
    border-bottom: 1px solid #000;
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    width: 46px;
    text-align: center;
    padding-inline-end: 10px;
    margin-left: -1px;
    margin-left: 3px;
    font-weight: bold;
}

/* .containerOperadores .valores li:first-child {
    border: none;
    border-radius: 6px;
} */

.containerOperadores .mes li {
    border-bottom: 1px solid #000;
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    width: 95px;
    text-align: center;
    padding-inline-end: 10px;
    margin-left: -1px;
    font-weight: bold;
    margin-left: 3px;
}

/* .containerOperadores .mes li:first-child {
    background-color: #229544;
    color: #fff;
    border: none;
    border-radius: 6px;
} */

.containerOperadores .bancos li {
    border-bottom: 1px solid #000;
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    width: 195px;
    text-align: center;
    padding-inline-end: 10px;
    margin-left: -1px;
    margin-left: 3px;
    font-weight: bold;
}

/* .containerOperadores .bancos li:first-child {
    background-color: #229544;
    color: #fff;
    border: none;
    border-radius: 6px;
} */

.containerOperadores .media li {
    border-bottom: 1px solid #000;
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    width: 190px;
    text-align: center;
    padding-inline-end: 10px;
    margin-left: -1px;
    font-weight: bold;
    margin-left: 3px;
}

/* .containerOperadores .media li:first-child {
    background-color: #229544;
    color: #fff;
    border: none;
    border-radius: 6px;
} */

.containerOperadores .valores:last-child li {
    width: 60px;
}

.containerOperadores .valores li {
    width: 48px;
}

.containerLabel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline-end: 15px;
}

.bi-calendar4-event,
.bi-bar-chart-line-fill,
.bi-calendar-check-fill,
.bi-bank2 {
    background-color: #0080ff;
    color: #fff;
    font-size: 30px;
    width: 50px;
    text-align: center;
    border-radius: 12px 0 12px 12px;
    padding-block: 4px;
}

.bi-bank2 {
    background-color: #ff8c00;
}

.bi-bar-chart-line-fill {
    background-color: #ff0040;
}

.bi-calendar-check-fill {
    background-color: #00aaff;
}


.containerTwoTable {
    align-items: center;
    justify-content: space-between;
}

.containerNavigate {
    padding: 10px 10px;
    width: max-content;
    border-radius: 6px;
    background-color: #d2d2d260;
    margin: 5px 0 5px 5px;
}

.containerNavigate .bi {
    font-size: 22px;
    padding: 2px 10px;
    border-radius: 0 6px 6px 6px;
}

.containerNavigate .bi:hover {
    scale: 0.98;
    cursor: pointer;
    background: #3c3c3c;
}

.cabecalhoCalendario,
.cabecalhoProducao {
    display: flex;
}

/* #calendar{
    width: 99%;
    margin-left: 5px;
    margin-top: 5px;
    text-transform: uppercase;
}


.fc-content {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.fc-toolbar {
    background-color: #d8d8d877;
    padding: 10px 15px;
}

.fc-event {
    background-color: #ff5733;
    color: #fff;
}

.fc-today {
    background-color: #229544 !important;
}

.evento-vermelho{
    background: red;
}

.evento-verde{
    background: #229544;
} */

iframe {
    position: fixed;
    width: 100%;
    height: 100vh;
    border: none;
}


ul li:nth-child(1) {
    text-align: center;
    padding-block: 2.5px;
}

li {
    padding-block: 10px;
}



li:nth-child(odd):first-child {
    background-color: #229544 !important;
    color: #fff !important;
}

li:nth-child(even) {
    margin-bottom: 2px;
}

li:nth-child(odd):first-child {
    padding-block: 9px;
    border-top: 1px solid #000;
}

li:nth-child(odd) {
    background-color: #0202021a !important;
}

.containerLoader {
    justify-content: center;
    align-items: center;
    display: none;
    flex-direction: column;
    height: 100vh;
    gap: 10px;
    z-index: 9999;
}

.containerLoader p {
    z-index: 999
}

.spinner {
    width: 106px;
    height: 106px;
    display: grid;
    animation: spinner-plncf9 4s infinite;
}

.spinner::before,
.spinner::after {
    content: "";
    grid-area: 1/1;
    border: 9px solid;
    border-radius: 50%;
    border-color: #229544 #229544 #0000 #0000;
    mix-blend-mode: darken;
    animation: spinner-plncf9 1s infinite linear;
}

.spinner::after {
    border-color: #0000 #0000 #dbdcef #dbdcef;
    animation-direction: reverse;
}

@keyframes spinner-plncf9 {
    100% {
        transform: rotate(1turn);
    }
}