main{
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}
.conteudo{
    overflow: hidden;
    margin-top: 50px;
}
.conteudo h1{
    font-size: 22px;
    font-weight: bold;
}
ul, ol{
    list-style-position: inside;
}
.camposform input::placeholder {
    color: #bbb;
    opacity: 1;
}
#id-lista-evento{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    padding: 20px 0;
    border: 1px solid #008ABF;
    border-radius: 10px;
}
#id-formulario-evento{
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 1rem;
}
label{
    color: #008ABF;
    font-weight: bold;
    width: 100%;
}
#btn-novoacompanhante, .btn-excluiracompanhante, #id-btn-whatsapp{
    font-weight: bold;
}
.tabulator-headers{
    color:#008ABF;
}
.tabulator-cell {
    border-bottom: 1px solid #999999 !important;
}
/* Fundo branco para todas as linhas */
.tabulator-row,
.tabulator-row.tabulator-row-even,
.tabulator-row.tabulator-row-odd,
.tabulator-row:hover {
    background-color: #fff !important;
}
#tabela_acompanhante{
    border-radius: 5px;
}
#id-modal-status p{
    margin: 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
#id-enviar-convite{
    margin: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}
#id-declaracao-ciencia{
    padding: 30px;
    margin-top: 20px;
}
/* Aumenta o tamanho do checkbox */
.form-check-input {
    width: 15px;      /* largura do checkbox */
    height: 15px;     /* altura do checkbox */
    transform: scale(1.5); /* aumenta proporcionalmente */
    margin-right: 8px;      /* espaço entre checkbox e label */
}
.form-check-label{
    margin-left: 10px;
}
.marcaerro {
    background-color: #ffd9d9 !important;
}
#id-select-evento{
    border-color: #000;
}
/* Quando o placeholder (primeira opção) está selecionado */
#id-select-evento.placeholder:invalid {
    color: #bbb; /* cor estilo placeholder */
    opacity: 1;
}

/* Garante que as opções normais ficam com a cor normal */
#id-select-evento.placeholder option {
    color: #000;
}
