/* =================================================================== */
/* ==         SEU CSS PERSONALIZADO ORIGINAL ATUALIZADO           == */
/* ==      (Com a nova paleta de cores e melhorias mantidas)      == */
/* =================================================================== */

/* 1. VARIÁVEIS DE DESIGN PARA O TEMA MODERNO */
:root {
    --font-sans: 'Inter', sans-serif;
    --bs-body-bg: #F8F9FA;
    --bs-body-color: #495057;
    --bs-border-color: #dee2e6;
    --component-bg: #FFFFFF;
    --heading-color: #212529;
    --shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);

    /* == NOVA PALETA DE VERDES ATUALIZADA == */
    --stv-green-master: #0A6B43;
    --stv-green-dark: #085B38;
    --stv-green-light: #0E8453;
    --stv-green-focus: rgba(10, 107, 67, 0.25);
}

/* Tema Escuro para o conteúdo */
body[data-bs-theme="dark"] {
    --bs-body-bg: #1a202c;
    --bs-body-color: #a0aec0;
    --bs-border-color: #2d3748;
    --component-bg: #2d3748;
    --heading-color: #f7fafc;
}

/* =================================================================== */
/* ==      SUAS REGRAS ORIGINAIS (COM CORES SUBSTITUÍDAS)         == */
/* =================================================================== */
/* a:link {
    color: #1C533B;
} */

a:active {
    font-weight: bold;
    color: #FFF;
}

#falha .modal-body {
    height: 250px;
    overflow-y: auto;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #08471b;
}

input:focus+.slider {
    box-shadow: 0 0 1px #063009;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@media (min-height: 500px) {
    #falha .modal-body {
        height: 500px;
    }
}

@media (min-height: 800px) {
    #falha .modal-body {
        height: 700px;
    }
}

.wrapper {
    margin-right: auto;
    /* 1 */
    margin-left: auto;
    /* 1 */
    max-width: 500px;
    /* 2 */
    /* padding-right: 0px; */
    /* 3 */
    /* padding-left: 0px; */
    /* 3 */
}

.nav-item {
    z-index: 998;
}

.menuPrincipal {
    background-image: linear-gradient(to right, var(--stv-green-dark), var(--stv-green-light));
    /* ATUALIZADO */
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFF;
}

.menu-vermelho {
    background-color: rgb(255, 255, 255);
    background-image: linear-gradient(to right, rgb(219, 29, 29), #f0886f);
    /* background-color: #1C533B; */
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: rgb(3, 3, 3);
}

.border-verde {
    border-color: rgb(25, 46, 17);
}

.texto-verde {
    background-color: rgb(255, 255, 255);
    color: rgb(25, 46, 17);
}

.texto-verde:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(25, 46, 17);
}

.texto-verde:active {
    background-color: rgb(255, 255, 255);
    color: rgb(25, 46, 17);
}

.menu_detalhe {
    background-image: linear-gradient(to right, rgb(25, 46, 17), rgb(70, 107, 77));
    /* background-color: #1C533B; */
    border-radius: 10px;
    margin-bottom: 10px;
    color: #FFF;
}

.tratarEvento {
    background-image: linear-gradient(rgb(70, 107, 77), rgb(25, 46, 17));
    background-color: #a3af34;
    border-top-right-radius: 10px;
    color: #FFF;
}

.fundo {
    background-color: #1C533B;
    color: #FFF;
}

.active2>a {
    background-color: #1C533B;
    color: #FFF;
    font-weight: bolder;
}

.titulo>a {
    color: #1c533b;
    font-weight: bolder;
}

.fundoBotao {
    background-color: #f7f7f7;
    color: rgba(49, 47, 47, 0.815);
    border-radius: 7px;
    border-color: #ECEDF0;
    cursor: pointer;
}

.mao {
    cursor: pointer;
}

.fundoBotao:hover {
    color: #ffffff;
    background-image: linear-gradient(rgb(85, 97, 87), rgb(25, 46, 17), rgb(70, 107, 77));
    border-color: #ECEDF0;
    /*border-color: #ECEDF0;*/
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(209, 211, 209, 0.55);
}

.fundoBotao:active {
    color: #9fe296;
    background-color: rgb(16, 48, 34);
    border-color: #ECEDF0;
    /*border-color: #ECEDF0;*/
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(209, 211, 209, 0.55);
}

.fundoBotao:focus {
    color: #fff;
    background-color: rgb(16, 48, 34);
    border-color: #ECEDF0;
    /*border-color: #ECEDF0;*/
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(209, 211, 209, 0.55);
}

.fundoBotao2 {
    background-color: rgb(63, 68, 66);
    color: #fff;
    border-radius: 7px;
    border-color: #ECEDF0;
    cursor: pointer;
}

.fundoBotao2:hover {
    color: #fff;
    background-color: rgb(40, 41, 41);
    border-color: #ECEDF0;
    /*border-color: #ECEDF0;*/
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(72, 73, 72, 0.55);
}

.fundoBotao2:focus {
    color: #fff;
    background-color: rgb(41, 43, 42);
    border-color: #ECEDF0;
    /*border-color: #ECEDF0;*/
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(209, 211, 209, 0.55);
}

.video {
    background-color: #F52D2A;
    border-radius: 10px;
    color: #FFF;
}

.blog-home {
    background-color: #F9FAFF;
    border-radius: 0;
}


/*Inicio Rodape*/

html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #FFF;
}

.sobre-empresa {
    background-color: #F9FAFF;
}

.contato {
    background-color: #F9FAFF;
}


/*Blog*/

.blog {
    background-color: #F9FAFF;
}

.display-6 {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .display-6 {
        font-size: 3rem;
    }
}


/* Pagination */

.blog-pagination {
    margin-bottom: 4rem;
}

.blog-pagination>.btn {
    border-radius: 2rem;
}


/* Blog posts*/

.blog-post {
    margin-bottom: 4rem;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
}

.blog-text a {
    text-decoration: none;
}

#map {
    height: 245px;
    width: 100%;
}

.bordaAcima {
    border-radius: 10 10 0 0;
}

.table-overflow {
    max-height: 500px;
    overflow-y: auto;
}

.buttonLimp:hover {
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(16, 51, 0), rgba(0, 7, 1, 0.905));
    outline: 0;
}

.buttonLimp:focus,
input:focus,
select:focus {
    outline: 0;
}

.appearance-select5 {
    padding-left: 8px;
    width: 40%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.appearance-select3 {
    padding-left: 8px;
    width: 20%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.bg-dark {
    background-image: linear-gradient(rgba(136, 136, 136, 0.664), rgb(250, 250, 250));
    color: rgb(71, 71, 71);
    text-shadow: #999;
}

.bg-dark2 {
    background-image: linear-gradient(rgb(37, 37, 37), rgb(0, 0, 0));
    color: #fff;
}

.btn-secondary {
    background-image: linear-gradient(rgb(243, 243, 243), rgb(212, 212, 212));
    color: rgb(87, 87, 87);
    border-style: 0px;
    text-shadow: #999;
}

.btn-secondary2 {
    background-image: linear-gradient(rgb(49, 49, 49), rgb(24, 24, 24));
    color: #fff;
}

.btn-secondary:hover {
    color: rgb(8, 128, 8);
}

.page-item:active {
    background-image: linear-gradient(rgb(252, 252, 252), rgb(170, 170, 170), rgb(245, 245, 245));
    color: rgb(32, 32, 32);
}


.headline {
    z-index: 9999;
}

.page-link:hover {
    background-image: linear-gradient(rgb(85, 97, 87), rgb(25, 46, 17), rgb(70, 107, 77));
    color: rgb(255, 255, 255);
}


/* .alert-danger{
    background-image: linear-gradient(rgb(238, 86, 66), rgb(228, 35, 1), rgb(243, 71, 71));
    color: rgb(255, 255, 255);
} */

.btn-danger {
    background-image: linear-gradient(rgb(238, 86, 66), rgb(228, 35, 1), rgb(243, 71, 71));
    color: rgb(255, 255, 255);
}

.event {
    background-image: linear-gradient(rgb(252, 252, 252), rgb(184, 184, 184), rgb(245, 245, 245));
    color: rgb(32, 32, 32);
    border-color: #ECEDF0;
    /*border-color: #ECEDF0;*/
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(209, 211, 209, 0.55);
}

.event:hover {
    color: #fff;
    background-image: linear-gradient(rgb(85, 97, 87), rgb(25, 46, 17), rgb(70, 107, 77));
    border-color: #ECEDF0;
    /*border-color: #ECEDF0;*/
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(72, 73, 72, 0.55);
}

.event:focus {
    background-image: linear-gradient(rgb(252, 252, 252), rgb(221, 206, 66), rgb(245, 245, 245));
    color: rgb(32, 32, 32);
    border-color: #ECEDF0;
    /*border-color: #ECEDF0;*/
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(209, 211, 209, 0.55);
}

.redondo {
    border-radius: 40;
}

@media only screen and (min-width: 760px) {
    .fundo-acesso {
        background: url("../../assets/imagens/fundo.png") no-repeat top fixed;
        background-color: rgba(167, 167, 167, 0.651);
        background-size: 100% 100%;
        opacity: 0.85;
    }

    .fundo-acesso-cor {
        background-image: linear-gradient(rgb(240, 240, 240), rgba(230, 230, 230, 0.905));
        opacity: 0.9;
    }

    body {
        background: #FFFFFF url("../../assets/imagens/fundo.png") no-repeat right top fixed;
        /* background-image: url("../../assets/imagens/fundo.png"); */
        /* background-repeat: no-repeat; */
        background-size: 100% 100%;
        opacity: 0.95;
    }
}

@media only screen and (max-width: 759px) {
    .fundo-acesso {
        background: url("../../assets/imagens/fundo.png") no-repeat top fixed;
        background-color: rgba(236, 215, 167, 0.905);
        -webkit-background-size: 250% 100%;
        -moz-background-size: 250% 100%;
        -o-background-size: 250% 100%;
        background-size: 250% 100%;
        opacity: 0.95;
        /* background-repeat: no-repeat;
        background-size: 100%; */
    }

    body {
        background: #FFFFFF url("../../assets/imagens/fundo.png") no-repeat right top fixed;
        -webkit-background-size: 250%;
        -moz-background-size: 250%;
        -o-background-size: 250%;
        background-size: 250%;
        opacity: 0.95;
    }

    h4 {
        font-size: 2em;
    }
}

.form-control {
    color: #063009;
    border-radius: 4px;
    padding: 6px;
}

.form-control:hover {
    /* background-color: #215f26;
    color: #fff; */

    border-bottom: 2px solid rgb(47, 124, 12);
}

.form-control:focus {
    border-bottom: 2px solid rgb(22, 124, 22);
}

.form-control option {
    background-color: #fff;
    /* Cor de fundo dos itens */
    color: #000;
    /* Cor do texto dos itens */
}

/* Estilo para o item selecionado */
.form-control option:checked {
    background-color: #215f26;
    /* Cor de fundo personalizada */
    color: #fff;
    /* Cor do texto personalizada */
}

.form-control.bold {
    font-weight: bold;
}

/*.badge-pill:hover {
    border-bottom: 2px solid rgb(243, 26, 26);
}*/

.form-signin {
    background-image: linear-gradient(rgb(229, 247, 213), rgba(235, 235, 235, 0.905));
}

.botao-start {
    background-image: linear-gradient(rgb(233, 233, 233), rgba(228, 228, 228, 0.905));
    color: rgb(66, 66, 66);
    border-color: #9fe296;
}

.botao-start:hover {
    background-image: linear-gradient(rgb(71, 71, 71), rgba(126, 126, 126, 0.905));
    color: rgb(255, 255, 255);
    border-color: #063009;
}

.modal {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    /* width: 100vw;
    height: 100vh; */
    display: none;
}

.modal-content {
    margin: 0 auto;
    margin-top: 3%;
    max-width: 790px;
    background-color: rgb(255, 255, 255);
    padding: 0;
    /* box-shadow: 0 0 2px #ccc; */
}

#preview {
    margin-top: 15px;
    height: 190px;
    overflow-y: auto;
}

#preview img {
    display: inline-block;
    margin: 0 10px 10px 0;
}

#preview audio {
    display: block;
    margin-bottom: 10px;
}

#example2 td img {
    max-width: 100%;
}

#example2 td>div {
    padding: 0.5rem 0;
}

#example2 td>div *:last-child {
    margin-bottom: 0;
}

.dataTables_info {
    clear: unset !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 12px !important;
}

.ms-drop {
    position: absolute !important;
}

.custom-file-label::after {
    content: "Procurar" !important;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #e3e6f0 !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #e3e6f0 !important;
}

table.dataTable.hide-sort thead th::after {
    bottom: 1.1em !important;
    right: 0 !important;
}

table.dataTable.hide-sort thead th::before {
    bottom: 1.1em !important;
    right: 0.5em !important;
}

table.dataTable.hide-sort thead th {
    padding-left: 10px !important;
    padding-right: 20px !important;
    background: none !important;
}

.nps {
    min-width: 35px;
    height: 35px;
    box-sizing: border-box;
    padding: 0.25rem 0.25rem 0;
    border-radius: 0.2rem;
    color: #fff;
    text-align: center;
}

.nps span {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 0.75;
}

.nps span::after {
    content: 'NPS';
    display: block;
    font-size: 0.5rem;
    margin-top: 0.25rem;
}

.nps-info-container {
    max-width: 960px;
    margin: 0 auto
}

.nps-info-container .col-lg {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* csat parecido com nps */
.csat {
    min-width: 35px;
    height: 35px;
    box-sizing: border-box;
    padding: 0.25rem 0.25rem 0;
    border-radius: 0.2rem;
    color: #fff;
    text-align: center;
}

.csat span {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 0.75;
}

.csat span::after {
    content: 'CSAT';
    display: block;
    font-size: 0.5rem;
    margin-top: 0.25rem;
}

.csat-info-container {
    max-width: 960px;
    margin: 0 auto
}

.csat-info-container .col-lg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-score {
    border: 2px solid #ccc;
    border-radius: 0.5rem;
    padding: 1rem;
}

.box-score.text-danger {
    border-color: #ff8175;
}

.box-score.text-warning {
    border-color: #f6c23e;
}

.box-score.text-success {
    border-color: #1cc88a;
}

.box-score .score {
    display: block;
    font-size: 3.5rem;
    text-align: center;
    font-weight: 700;
    line-height: 3.5rem;
}

.box-score strong {
    display: block;
    text-align: center;
}