.cabecalho {
    width: 100%;
    border-bottom: 3px solid #FA693F;

}

#rodape {
    border-top: 2px solid #318543;
    background-color: #ffffff;
    padding: 10px 20px;
    width: 100%;
    left: 0;
    right: 0;

}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
}

@media screen {
    .d-print-block {
        display: none !important;
    }
}

.form-group > input:focus {
    background-color: rgba(65, 185, 117, 0.25) !important;
}

.input-group > input:focus {
    background-color: rgba(65, 185, 117, 0.25) !important;

}

.form-group > select:focus {
    background-color: rgba(65, 185, 117, 0.25) !important;

}

.input-group > select:focus {
    background-color: rgba(65, 185, 117, 0.25) !important;

}

textarea {
    max-height: 60px;
}

.form-group > textarea:focus {
    background-color: rgba(65, 185, 117, 0.25) !important;

}

.input-group > textarea:focus {
    background-color: rgba(65, 185, 117, 0.25) !important;

}

search:focus {
    background-color: rgba(65, 185, 117, 0.25) !important;

}

.contact_bg:hover {
    background-color: rgba(196, 255, 208, 0.31) !important;;

}

label {
    margin-bottom: 0 !important;
    font-weight: bold;
}

#unidade_select {
    background-color: #1ab394 !important;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
}

#unidade_select:hover {
    background-color: #17987e !important;
}

#unidade_select:focus {
    background-color: #17987e !important;
    border: none;
}

#unidade_select:active {
    background-color: #17987e !important;
    border: none;
}

/* ------------- Pequenas utilidade ------------- */
.sombra {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.sombra2 {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.arredondar {
    border-radius: 20px;
}

/* ------------- Animação do Background ------------- */
.floating-bg {
    position: absolute;
    width: 200px; /* Ajuste o tamanho da imagem */
    height: 200px;
    background-image: url('/static/img/logo/ceasa_transparente.png');
    background-size: cover;
    opacity: 0.4;
}

/* ------------- Estilização do container de login ------------- */
.login-container {
    min-height: 400px;
}

.login-container h3 {
    position: relative;
    margin-bottom: 25px !important;
    font-size: 24px;
    text-align: center;
}

.login-container input {
    padding: 12px;
    position: relative;
    margin-bottom: 20px !important;
    font-size: 16px;
    border-radius: 25px;
    padding-left: 50px;
}

.login-container input:focus {
    background-color: rgba(65, 185, 117, 0.25) !important;
}

.login-container input::placeholder {
    color: #bbbbbb; /* Define a cor do placeholder */
    opacity: 0.7; /* Garante que a cor fique visível */
}

.login-container .captcha {
    margin-bottom: 20px !important;
}

.login-container button {
    padding: 12px;
    position: relative;
    margin-bottom: 20px !important;
    font-size: 16px;
    border-radius: 25px;
}

.login-container a {
    position: relative;
    margin-bottom: 20px !important;
}

.login-container .icon {
    position: absolute;
    left: 55px;
    transform: translateY(40%);
    z-index: 100;

}

/* HR Customizada */
.container_hr {
    display: flex;
    align-items: center;
}

.hr1 {
    flex-grow: 1;
    border-top: 1px solid #dbe8db;
    margin-right: 10px;
}

.hr2 {
    flex-grow: 1;
    border-top: 1px solid #dbe8db;
    margin-left: 10px;
}

/* Tabela */
table td {
    vertical-align: middle;
}


/* Tootip Customizado */
.tooltip {
    z-index: 99999 !important;
}

.custom-tooltip .tooltip-inner {
    min-width: 300px !important;
    max-width: 500px !important;
    white-space: normal !important;
    text-align: left !important;
}

/* Tamanhos fixos - Utilizados geralmente em <td> */
.mw-25 {
    width: 25px !important;
}

.mw-50 {
    width: 50px !important;
}

.mw-75 {
    width: 75px !important;
}

.mw-100 {
    width: 100px !important;
}

.mw-125 {
    width: 125px !important;
}

.mw-150 {
    width: 150px !important;
}

.valor, .valor3, .valor4, .valor5 {
    text-align: right
}

/* ---- Botões do Header - Menu e Tema ------------------------------------------------------------------------------ */
.headerBtn {
    display: flex !important;
    justify-content: space-between !important; /* alinha à direita */
    align-items: flex-start !important; /* Alinha no topo */
}

.toggleTopBtn {
    position: absolute;
    top: 10px;
    cursor: pointer;
    border: 1px solid rgba(219, 232, 219, 0.51);
    border-radius: 100%;
    color: rgba(219, 232, 219, 0.51);
    background: none;
    height: 30px;
    width: 30px;
    z-index: 10;
}

.toggleTopBtn:hover {
    background: #2e882e;
    border: none;
    color: #dbe8db;
}


#toggleTopBtnLeft {
    left: 0;
    margin-left: 10px;

}

#toggleTopBtnRight {
    right: 0;
    margin-right: 10px;
}

@media (max-width: 1000px) {
    #toggleTopBtn {
        display: none;
    }
}

/* ---- Cabeçalho --------------------------------------------------------------------------------------------------- */
.head_container_logo {
    display: flex !important;
    /*flex-direction: column-reverse !important;*/
    /*flex-wrap: nowrap !important;*/
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    height: 150px;
    /*width: 100%;*/

    font-family: 'DejaVu Sans', sans-serif;
    font-weight: bold;
    line-height: 1.1;
    text-shadow: 1px 1px 2px white;
    font-size: clamp(10px, 4vw, 30px);
}

. /* ---- Select2 --------------------------------------------------------------------------------------------------- */
select2-container {
    z-index: 9999 !important;
}

.select2-dropdown {
    z-index: 99999 !important;
}

.select2-container--open {
    z-index: 99999 !important;
}

. /* ---- SweetAlert ------------------------------------------------------------------------------------------------- */
.swal2-container {
    z-index: 200000 !important;
}

.swal2-container.swal2-backdrop-show {
    z-index: 199999 !important;
}

/* ---- Recaptcha ------------------------------------------------------------------------------------------------- */
.g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 20px 0; /* opcional: espaço acima e abaixo */
}

/* ---- Controle do tamanho dos gráficos ---------------------------------------------------------------------------- */
.chart-wrap {
    position: relative; /* recomendado pelo Chart.js */
    height: 500px; /* ajuste aqui a altura desejada */
    width: 100%;
    max-height: 300px; !important;
}

.graficos {
    display: block; /* previne “altura fantasma” em alguns layouts */
    width: 100% !important;
    height: 100% !important;
    max-height: 300px;
!important;
}