﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana;
}


body {
    background-color: #f1f4f9;
}

.bg-azul-sisavj {
    background-color: #2c7ca4 !important;
    color: white !important;
}
.dropdown-menu {
    position: absolute !important;
    z-index: 5000 !important; /* acima de qualquer coisa “normal” da página */
    max-width: 350px;
    right: 0;
    left: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Mantém estilo do Bootstrap */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Evita espaçamento extra */
    font-size:medium;
}

/* 🔹 Itens do dropdown */
.dropdown-menu .dropdown-item {
    font-family: Verdana;
    font-size: 12px;
}

/* Cor de fundo e fonte no hover */
.dropdown-menu .dropdown-item:hover {
    background-color: #2c7ca4;
    color: #fff !important;
}

.badge:empty {
    display: none;
}

.menulateralesquerda {
    position: fixed;
    width: 205px;
    background-color: #2c7ca4;
    height: 100vh; /* altura da tela */
    float: left;
    display: flex;
    flex-direction: column;
}

/* cabeçalho fixo */
.alinharmarca_ajv {
    padding: 15px;
    font-size: 18px;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    flex-shrink: 0; /* não encolhe */
}

/* parte com rolagem */
.menu-scroll {
    flex: 1; /* ocupa o espaço restante */
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 15px;
}

    /* estilização opcional da barra de rolagem */
    .menu-scroll::-webkit-scrollbar {
        width: 6px;
    }

    .menu-scroll::-webkit-scrollbar-thumb {
        background-color: #0d6efd;
        border-radius: 10px;
    }

        .menu-scroll::-webkit-scrollbar-thumb:hover {
            background-color: #084298;
        }

    .menulateralesquerda .titulo {
        color: white;
        text-align: center;
        font-size: 20px;
        padding-left: 10px;
        font-display: block;
    }

        .menulateralesquerda .titulo i {
            padding-left: 17px
        }

.menulateralesquerda ul {
    list-style: none;
}

        .menulateralesquerda ul li {
            line-height: 40px;
            border-bottom: 0px solid white;
        }

            .menulateralesquerda ul li span {
                padding-left: 10px
            }

            .menulateralesquerda ul li a {
                color: white;
                text-decoration: none;
                font-size: 15px;
                padding-left: 30px;
                display: block;
            }

           .menulateralesquerda ul li a:hover {
                    transition: 0.5s;
                    background-color: #080642;
           }

        .menulateralesquerda ul ul li a {
            font-size: 13px;
            padding-left: 70px;
            background-color: #003473;
        }

        .menulateralesquerda ul ul {
            display: none;
        }

        .menulateralesquerda ul #itenscad.mostra {
            display: block;
        }

        .menulateralesquerda ul #itensconf.mostra {
            display: block;
        }

        .menulateralesquerda ul #itenscaixa.mostra {
            display: block;
        }

        .menulateralesquerda ul #itensestoque.mostra {
            display: block;
        }

        .menulateralesquerda ul #itensvendas.mostra {
            display: block;
        } 

.menu-drop-cad {
    position: relative;
    list-style-type: none;
}

.menu-drop-usu .drop-cad {
    position: absolute;
    height: 0;
    width: 200px;
    background-color: #232222;
}
.conteudo {
    
    margin-left: 205px;
}

.logo {
    text-align: left;
    display: flex;
    align-items: center;
    height: 28px;
}
.emp {
   font-family:Verdana;
   font-size:15px
}
.cabecalho {
    background-color: white;
    height: 50px;
    padding: 10px;
    color: black;
    display: flex;
    justify-content: space-between;
    font-size: 15px
}

.conteudo-interno {
    margin:0;
    padding: 2px;
}


/*CONTEUDO PRINCIPAL*/

.conteudo_principal{
    padding:2px;
    
}

/*PRESTADOR DE SERVIÇO*/

.cabecalho-d {
    margin: 10px;
    min-width: 50px;
    min-height: 50px;
    background-color: white;
    backdrop-filter: blur(10px);
    border-radius: .5rem;
}

    .cabecalho-d span {
        position: absolute;
        bottom: 12px;
        left: 15px;
        text-align: left; /* Alinhamento do texto */
        background-color: white; /* Para fins de exemplo */
        font-family: Verdana;
        font-size: 15px;
        font-weight: bold;
    }

.grid hr {
    margin: 0px;
    border-color: #6c5b5b;
}

.alinharcampos {
    margin: 10px;
    min-width: 50px;
    min-height: 50px;
    background-color: white;
    padding: 10px;
    border-radius: .5rem;
    display: block;
    position: relative; /* ok manter */
    z-index: auto !important; /* 🔑 não crie um stacking context desnecessário */
    overflow: visible !important;
}

.alinharcampostext {
    width: 100px;
    border: 0;
    border-bottom: 2px solid #ccc;
}

.botaoP {
    padding: 5px 10px;
    border: 0;
    border-radius: 10px;
    background-color: #2D5966;
    cursor: pointer;
    color: white;
}

.modal-content .modal-header h3 {
    color: black;
    font-weight: bold;
    font-size: 20px;
    font-family: Verdana;
    justify-content: center;
}

.alinharcampos .botaoA {
    font-size: 12px;
    padding: 5px 5px;
    border: 0;
    border-radius: 10px;
    background-color: #2D5966;
    cursor: pointer;
    color: white;
}

.alinharcampos .lab {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px;
    border: 0;
    border-radius: 10px;
    background-color: #2D5966;
    cursor: pointer;
    color: white;
}

.separarcampos {
    margin: 5px;
    font-family: Verdana;
    font-size: 12px;
}

.configuraaba {
    margin: 10px;
    font-size: 12px;
    font-family: Verdana;
    text-decoration: none;
    text-align: left;
    align-content: center;
    align-items: center;
    justify-content: Left;
    font-style: normal;
    padding: 1px;
    background-color: white;
    backdrop-filter: blur(10px);
    border-radius: .5rem;
    display: flex;
}


.configuragrid {
    margin: 10px;
    font-size: 12px;
    font-family: Verdana;
    text-decoration: none;
    text-align: left;
    align-content: center;
    align-items: center;
    justify-content: Left;
    font-style: normal;
    padding: 10px;
    background-color: white;
    backdrop-filter: blur(10px);
    border-radius: .5rem;
    display: flex;
}

.adicionarnovo span {
    font-family: Verdana;
    font-size: 12px;
}

.espaco {
    margin: 10px;
}

#texto {
    background-color: #2c7ca4;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding:10px;
}
#textoalerta {
    background-color: red;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.linkgrid {
    text-decoration: none;
    background-color: azure;
    font-size: 10px;
    font-family: Verdana;
}

.ImagemAcaoEditarGrid {
    width: 100px;
    font-family: Verdana;
    font-size: 12px;
    background-color: #218838;
    border: none;
    border-radius: 3px;
    color: white;
}

.estilopag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    justify-content: space-between;
    text-decoration: none;
    background-color: #f1f4f9;
    border-radius: 10px;
    margin-bottom:10px;
}

.ImagemPagLink {
    padding: 10px 20px;
    background-color: #95caa1;
    border-radius: 10px;
    color: white;
}

.ImagemPagLinkbtn {
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #ade5ea;
}

.ImagemPag {
    width: 90px;
    height: 30px;
    font-family: Verdana;
    font-size: 12px;
    background-color: #2c7ca4;
    border: none;
    border-radius: 10px;
    color: white;
}
    .ImagemPag:hover {
        text-decoration: none;
        width: 90px;
        height: 30px;
        font-family: Verdana;
        font-size: 12px;
        background-color: #080642;
        border: none;
        border-radius: 10px;
        color: white;
    }
#alinharbtncep{
    right:0px;
    bottom:0px;
    
}
#alinharbtncnpj {
    right: 30px;
    bottom: 0px;
}

#alinharbtrazao {
    right: 500px;
}
#alinharbtender {
    right: 80px;
    
}
#alinharbtnum {
    right: 135px;
}
.configuraemp {
    margin: 10px;
    padding:3px;
    background-color: white;
    backdrop-filter: blur(10px);
    border-radius: .5rem;
    display: block;
}

#titu {
    margin-top:5px;
}

#alinhaimagem{
   right:400px;
}

.kanban-board {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.kanban-column {
    width:19%;
    background-color: #2c7ca4;
    color: white;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.mensagem {
    font-size:small;
    width: 100%;
    color: red;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.mensagemesconde {
    display: none;
}
.kanban-card {
    background-color: #f1f4f9;
    font-family: Verdana;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 20px;
    text-align: left;
    color: black;
}

.kanban-border-red {
    border: 2px solid #dc3545;
}

.kanban-border-yellow {
    border: 2px solid #ffc107;
}

.kanban-border-green {
    border: 2px solid #28a745;
}

.kanban-icons {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

    .kanban-icons img {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

.kanban-legenda span {
    margin-right: 10px;
    font-size: 12px;
    padding: 6px 10px;
}

.kanban-alert {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 16px;
}

.badge-danger {
    font-size: 11px;
    padding: 4px 8px;
}

.badge-kanban {
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 12px;
    font-weight: bold;
    margin-left: 6px;
}

.badge-urgente {
    background: #dc3545;
    color: #fff;
}

.badge-atencao {
    background: #ffc107;
    color: #000;
}

.badge-ok {
    background: #28a745;
    color: #fff;
}

.kanban-card .text-danger {
    font-size: 13px;
}

.kanban-card .text-success {
    font-size: 13px;
}
/* informacao esta no kanban*/
.contador-dias {
    font-size: 13px;
    margin-top: 4px;
    font-weight: bold;
}
#kanban-card-red {
    background-color:red;
    color: white;
}
   
#kanban-card-amarelo {
    background-color:yellow;
    color: black;
}



.configurainfopaciente {
    margin: 10px;
    font-size: 12px;
    font-family: Verdana;
    text-decoration: none;
    text-align: left;
    align-content: center;
    align-items: center;
    justify-content: Left;
    font-style: normal;
    padding: 10px;
    background-color: white;
    backdrop-filter: blur(10px);
    border-radius: .5rem;
    display: flex;
}

.confilabel {
    font-family: Verdana;
    font-size: 12px;
    padding-right: 5px;
    text-align: center;
    text-decoration:dashed;
    font-weight:bold;

}
.espaco {
    padding-top: 2px;
}

.linhaGrid {
    background-color:brown;
}

.linhaGridHover {
    background-color: #E0E0E0; /* Cor ao passar o mouse */
    cursor: pointer;
}

.tooltip-inner {
    background-color: #000;
    font-family: Verdana;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #000;
}

.table-hover tbody tr:hover {
    background-color:#2c7ca4; /* verde claro, você pode mudar para qualquer cor */
    color: #000; /* opcional: muda a cor do texto */
}
.infovenda {
    font-family: Verdana;
    font-size:14px;
    background-color: #2c7ca4;
    text-align:center;
    padding-bottom:5px;
    padding:10px 15px;
    
    color:white;
}

.habilitada {
    pointer-events: auto;
    opacity: 1;
}

.desabilitada {
    pointer-events: none;
    opacity: 0.5;
}

#espaco{
    margin-left:5px;
    margin-right:5px;
}

#espacototal {
    margin-left: 950px;
    margin-right: 5px;
}

#suggestionList {
   
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 9999;
    width: 100%;
    max-height: 800px;
    overflow-y: auto;
    display: none;
    font-size:12px;
}

.suggestion-item {
    padding: 5px;
    cursor: pointer;
}

    .suggestion-item:hover {
        background-color: #eee;
        font-size: 12px;
    }

#suggestionListPaciente {
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 9999;
    width: 100%;
    max-height: 800px;
    overflow-y: auto;
    display: none;
    font-size: 12px;
}
.suggestion-paci {
    padding: 5px;
    cursor: pointer;
}

    .suggestion-paci:hover {
        background-color: #eee;
        font-size: 12px;
    }
.validar{
    font-family:Verdana;
    color:red;
    font-size:small;
 }

.accordion-button[aria-expanded="true"] {
    background-color: #2c7ca4; /* Azul Bootstrap */
    color: white;
}

.accordion-button {
    transition: background-color 0.3s ease;
}
.modal-top {
    align-items: flex-start !important;
}

    .modal-top .modal-content {
        margin-top: 1rem; /* Espaço do topo */
    }
.fundobranco{
    background-color:white;
}

.linha{
    color:black;
}

/* Zebra mais elegante usando sua cor (#2c7ca4) bem suave */
.tabela-analise.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgba(44,124,164,0.08);
}

.tabela-analise tfoot {
    font-weight: 700;
}

/* Tooltip moderno no azul do sistema */
.tooltip-azul .tooltip-inner {
    background-color: #000 !important; /* fundo preto */
    color: #fff !important; /* texto branco */
    font-family: Verdana;
    font-size: 12px;
    text-align: left;
    white-space: pre-line; /* permite quebra de linha */
    padding: 6px 10px;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,.15);

}
/* seta nas 4 direções */
.tooltip-azul.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #000;
}

.tooltip-azul.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #000;
}

.tooltip-azul.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #000;
}

.tooltip-azul.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #000;
}

/* Estilo base para todos os status */
.badge-status {
    display: inline-block;
    padding: 4px 10px;
    font-size: 0.85rem;
    font-weight: normal; /* sem negrito */
    border-radius: 0; /* sem borda arredondada */
    min-width: 90px; /* largura mínima igual */
    text-align: center;
}

/* Status aprovado → verde água */
.badge-aprovado {
    background-color: #d9fbd3;
    color: #000; /* preto */
}

/* Status andamento → bege claro */
.badge-andamento {
    background-color: #fff6d1; /* bege leve */
    color: #000; /* marrom */
}

/* Status andamento → bege claro */
.badge-recusado {
    background-color: red; /* bege vernelho */
    color: white; /* marrom */
}

/* Status genérico */
.badge-outros {
    background-color: #e0e0e0;
    color: #333;
}

/* Define o tamanho da fonte para os itens do autocomplete */
.ui-autocomplete {
    font-size: 12px !important;
}

/* Opcional: também garante a fonte nos itens */
.ui-menu-item-wrapper {
    font-size: 12px !important;
}

        /* 🔹 Grupo de botões */
        .filtro-grupo .btn {
            background-color: #f1f4f9 !important;
            border-color: #d0d4da !important;
            font-family: Verdana;
            font-size: 12px;
            color: #0d6efd !important;
            border-radius: 0 !important;
            height: 40px;
            width: 90px;
        }

        .filtro-grupo .dropdown-toggle {
            min-width: 150px; /* largura maior para mostrar o período */
        }

        /* 🔹 Campo de pesquisa */
        .filtro-pesquisa {
            font-family: Verdana;
            font-size: 12px;
        }

        .filtro-label-pesquisa {
            font-size: 12px;
            font-weight: bold;
            color: #333;
        }

.filtro-textbox {
    font-size: 14px;
    font-family: Verdana;
    height: 40px;
}

.tooltip-periodo {
    position: absolute;
    top: 100%; /*abaixo do botão */
    left: 0;
    margin-top: 4px;
    display: none;
    background: #fff;
    border: 1px solid #d0d4da;
    border-radius: 4px;
    padding: 8px;
    z-index: 5000; /* acima do menu normal */
    width: 220px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

        /* 🔹 Hover padrão */
        .filtro-btn:hover {
            background-color: #e4e7eb !important;
        }
        /* 🔹 Botão base do filtro */
        .filtro-btn {
            background-color: #f1f4f9 !important;
            border-color: #d0d4da !important;
            font-family: Verdana;
            font-size: 12px;
            color: #0d6efd !important;
            height: 40px;
            white-space: nowrap;
            padding: 0 14px;
        }

        /* 🔹 Botões Anterior / Próximo com cantos totalmente arredondados */
        .filtro-btn-nav {
            border-radius: 90px !important; /* cantos arredondados */
            min-width: 45px; /* largura mínima */
            max-width: 50px;
            padding: 0; /* centraliza o texto/ícone */
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px; /* ícone um pouco maior */
        }

        /* 🔹 Botão do dropdown responsivo ao texto */
        .dropdown-toggle {
            border-radius: 10px !important; /* mantém retangular */
            width: 280px !important; /* largura conforme o conteúdo */
            
            white-space: nowrap; /* não quebra linha */
            padding: 0 18px; /* espaçamento lateral */
        }

        /* 🔹 Hover padrão */
        .filtro-btn:hover {
            background-color: #e4e7eb !important;
        }


.bg-light.text-muted {
    background-color: #f1f1f1 !important;
    color: #888 !important;
    cursor: not-allowed;
}

.disabled-field {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
}

button.disabled-field,
input[type="button"].disabled-field,
input[type="submit"].disabled-field {
    pointer-events: none !important;
    opacity: 0.6;
}
/* ----------------------------------------- */
/* 🔵 WRAPPERS (velocímetros + cartões CRM) */
/* ----------------------------------------- */
.gauges-wrapper,
.crm-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; /* ambos ficam centralizados verticalmente */
    gap: 20px; /* distância uniforme entre itens */
    flex-wrap: wrap; /* quebra somente quando necessário */
}

/* CRM usa alinhamento superior ao invés de central */
.crm-wrapper {
    align-items: flex-start;
}

/* ----------------------------------------- */
/* 🔴 GAUGE (velocímetro redondo) */
/* ----------------------------------------- */
.gauge {
    width: 180px;
    height: 180px;
    background: #fff;
    border-radius: 50%;
    border: 10px solid #dc3545; /* cor padrão */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 12px rgba(0,0,0,0.15);
    font-family: Verdana;
}

/* Cores alternativas */
.border-yellow {
    border-color: #ffc107 !important;
}

.border-green {
    border-color: #28a745 !important;
}

/* Texto interno do gauge */
.gauge-value {
    font-size: 18px;
    font-weight: bold;
}

.gauge-title {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
    color: #444;
    width: 100%; /* ocupa toda a largura */
    text-align: center; /* centraliza */
    display: flex;
    justify-content: center;
}

/* ----------------------------------------- */
/* 📊 CRM – Cards dos gráficos */
/* ----------------------------------------- */
.crm-card {
    width: 100%;
    max-width: 30rem;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}

/* ----------------------------------------- */
/* 📱 RESPONSIVIDADE — UNIFICADA */
/* ----------------------------------------- */

/* Tablet */
@media (max-width: 768px) {
    .gauge {
        width: 150px;
        height: 150px;
        border-width: 8px;
    }

    .gauge-value {
        font-size: 18px;
    }

    .gauge-title {
        font-size: 13px;
    }

    .crm-card {
        max-width: 26rem;
    }

    .kanban-board {
        display: flex;
        overflow-x: auto;
        gap: 12px;
    }

    .kanban-column {
        min-width: 280px;
    }

    .kanban-icons {
        justify-content: space-around;
    }
}

/* Celular */
@media (max-width: 480px) {
    .gauge {
        width: 130px;
        height: 130px;
        border-width: 6px;
    }

    .gauge-value {
        font-size: 18px;
    }

    .gauge-title {
        font-size: 10px;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        align-items:center;
    }

    .crm-card {
        max-width: 22rem;
    }

    .kanban-board {
        display: flex;
        overflow-x: auto;
        gap: 12px;
    }

    .kanban-column {
        min-width: 280px;
    }

    .kanban-icons {
        justify-content: space-around;
    }
}

/*WEB AGENDA*/

/* Fonte geral do calendário */
.fc {
    font-family: Verdana !important;
    font-size: 11px !important;
}

    /* Título central */
    .fc .fc-toolbar-title {
        font-family: Verdana !important;
        font-size: small !important;
        font-weight: bold;
        color: #2c7ca4 !important;
        text-transform: capitalize !important;
    }

/* 🔹 Barra de ferramentas - fundo branco */
.fc-toolbar,
.fc-header-toolbar {
    background-color: #ffffff !important;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 11px;
}

/* 🔹 Botões padrão */
.fc .fc-button {
    background-color: #2c7ca4 !important; /* azul AJV */
    border-color: #2c7ca4 !important;
    color: #fff !important; /* texto branco */
    font-size: 10px !important;
    font-family: Verdana !important;
}

    /* 🔹 Hover */
    .fc .fc-button:hover {
        background-color: #236789 !important; /* azul mais escuro */
        border-color: #236789 !important;
        color: #fff !important;
    }

    /* 🔹 Botão ativo (clicado / toggled) */
    .fc .fc-button.fc-button-active,
    .fc .fc-button:active {
        background-color: #1d5873 !important; /* ainda mais escuro */
        border-color: #1d5873 !important;
        color: #ffffff !important; /* texto branco (correta) */
        box-shadow: none !important;
    }

.modal .form-label {
    font-size: small;
}

/* 🔥 Botão HOJE em vermelho */
.fc .fc-today-button {
    background-color: #dc3545 !important; /* vermelho */
    border-color: #dc3545 !important;
    color: #fff !important; /* texto branco */
    font-weight: bold;
}

    /* 🔥 Hover do HOJE */
    .fc .fc-today-button:hover {
        background-color: #bb2d3b !important; /* vermelho mais forte */
        border-color: #bb2d3b !important;
        color: #fff !important;
    }

    /* 🔥 Estado ativo (clicado) */
    .fc .fc-today-button.fc-button-active,
    .fc .fc-today-button:active {
        background-color: #9b2532 !important;
        border-color: #9b2532 !important;
        color: #fff !important;
    }

/* 🔥 Agrupar os botões Anterior – Hoje – Próximo */
.fc .fc-toolbar-chunk:first-child .fc-button-group {
    display: inline-flex !important;
    gap: 0 !important; /* remove espaço interno */
}

/* Remove margens dos botões */
.fc .fc-toolbar-chunk:first-child .fc-button {
    margin: 0 !important;
    border-radius: 0 !important; /* deixa colado */
}

/* Bordas arredondadas apenas nos cantos externos */
.fc .fc-toolbar-chunk:first-child .fc-prev-button {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.fc .fc-toolbar-chunk:first-child .fc-next-button {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

/* HOJE vermelho permanece vermelho mas colado no grupo */
.fc .fc-toolbar-chunk:first-child .fc-today-button {
    border-left: none !important;
    border-right: none !important;
}

/* FAIXA DE INFORMAÇÕES DO SISTEMA*/
.faixa-infos {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .5px;
    color: white;
    display: flex;
    transition: all .4s ease-in-out;
}

/* Cores */
.faixa-info {
    background-color: #2c7ca4;
}
/* azul */
.faixa-sucesso {
    background-color: #28a745;
}
/* verde */
.faixa-aviso {
    background-color: #ffc107;
    color: #333;
}
/* amarelo */
.faixa-erro {
    background-color: #dc3545;
}
/* vermelho */

/* Animação ao surgir */
.animar {
    animation: deslizar .6s ease;
}

@keyframes deslizar {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*SMILES PESQUISA SATISFACAO*/
.rb-smiles input[type=radio] {
    display: none;
}

.rb-smiles label {
    cursor: pointer;
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: center;
    padding: 10px 14px;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
}

    .rb-smiles label small {
        display: block;
        font-size: 0.75rem;
        color: #6c757d;
    }

.rb-smiles input[type=radio]:checked + label {
    background-color: #e8f5e9;
    transform: scale(1.15);
}