﻿.filter-field .icon,
.filter-field .icon * {
    pointer-events: none;
}

/* Garanta que o calendário apareça acima do side panel */
.flatpickr-calendar {
    z-index: 10050 !important;
}

.aster {
    font-size: .80em;
    position: relative;
    top: -0.3em;
    line-height: 0;
}

.benefits-list-popup ul {
    list-style: none;
    margin: 6px 0 0;
    padding-left: 24px;
}

.benefits-list-popup li {
    position: relative;
    margin: 6px 0;
    padding-left: 8px;
    list-style: none;
}

    /*SIM = check (fa-check-circle = \f058) */
    .benefits-list-popup li.sim::before {
        content: "\f058";
        font-family: "Line Awesome Free";
        color: var(--cor_primaria);
        position: absolute;
        left: -24px;
        top: 0;
        font-size: 17px;
        line-height: 1;
    }

    /*NÃO = times (fa-times-circle = \f057) */
    .benefits-list-popup li.nao::before {
        content: "\f057";
        font-family: "Line Awesome Free";
        color: #c33;
        position: absolute;
        left: -24px;
        top: 0;
        font-size: 17px;
        line-height: 1;
        opacity: .85;
    }

    .benefits-list-popup li.nao {
        opacity: .9;
    }


/* ====== DESABILITA DATAS PASSADAS ====== */

/* Deixe dias desabilitados bem “apagados” */
.flatpickr-day.disabled,
.flatpickr-day.flatpickr-disabled {
    color: #b9bec9 !important;
    background: #f2f4f7 !important;
    border-color: #f2f4f7 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}

    /* Remove efeitos de hover/foco nos desabilitados */
    .flatpickr-day.flatpickr-disabled:hover,
    .flatpickr-day.flatpickr-disabled:focus {
        background: #f2f4f7 !important;
        color: #b9bec9 !important;
        box-shadow: none !important;
    }

/* Dias de meses anterior/próximo também mais apagados */
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    color: #c7ccd6 !important;
    opacity: .6;
}
/* ====== FIM DESABILITA DATAS PASSADAS ====== */
