html, body {
  height: 100%;
  padding: 0;
  overflow-x: hidden;
}


.wrapper, .content-wrapper {
  min-height: 100vh !important;
}

.aside {
    transition: all 0.3s ease-in-out;
}
.aside-right {
    transform: translateX(100%);
}
.aside.show {
    transform: translateX(0);
}

.bg-pink {
    background-color: #ffc0cb; /* Rosa claro */
}
.bg-purple {
    background-color: #ee82ee; /* Roxo */
}
.bg-orange {
    background-color: #f7cd80; /* Laranja */
}
.bg-blue {
    background-color: #add8e6; /* Azul claro */
}
.bg-green {
    background-color: #90ee90; /* Verde claro */
}
.bg-yellow {
    background-color: #ffffe0; /* Amarelo claro */
}


/* Garantir que o texto tenha quebra automática */
.dropdown-item .flex-grow-1 p {
    word-wrap: break-word; /* Quebra palavras longas */
    white-space: normal; /* Permite quebra de linha */
}

/* Estilo para a linha divisória */
.dropdown-divider {
    border-top: 1px solid #dee2e6; /* Cor da linha */
    margin: 0.5rem 0; /* Espaçamento acima e abaixo */
}

/* Estilo para o botão de fechar */
.btn-tool {
    background: none;
    border: none;
    color: #6c757d; /* Cor do ícone */
    font-size: 1.25rem; /* Tamanho do ícone */
    cursor: pointer;
    padding: 0.5rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ajuste para o cabeçalho do aside */
.aside-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #dee2e6;
}

/* Espaçamento para o ícone */
.btn-tool i {
    vertical-align: middle;
}

/* Estilo para o botão "Ciente" */
.btn-ciente {
    font-size: 0.30rem; /* Tamanho da fonte menor */
    padding: 0.25rem 0.25rem; /* Reduz o espaçamento interno */
    border-radius: 0.2rem; /* Bordas arredondadas menores */
    line-height: 0.50; /* Ajusta a altura da linha */
    background-color: #ffc107; /* Cor de fundo (amarelo) */
    color: #212529; /* Cor do texto */
    border: 0px solid #ffc107; /* Borda com a mesma cor do fundo */
    cursor: pointer; /* Cursor de clique */
}

.btn-ciente:hover {
    background-color: #ece9de; /* Cor de fundo ao passar o mouse */
    border-color: #e0a800; /* Cor da borda ao passar o mouse */
}

/* CAMPOS DE FORMULARIOS */
/* Classe genérica para estilizar campos de input */
/* Classe genérica para estilizar rótulos de formulário */
/* Estilo padrão para os rótulos de formulário */
.form-label {
    font-size: 0.8rem; /* Tamanho da fonte */
    font-weight: 500; /* Peso da fonte */
    color: #747272; /* #333 Cor do texto */
    margin-bottom: 5px; /* Espaçamento inferior */
    margin-left: 10px;
    display: block; /* Garante que o rótulo ocupe toda a largura */
    text-transform: uppercase; /* Transforma o texto para capitalizar */
    letter-spacing: 0.5px; /* Espaçamento entre letras */
    transition: color 0.3s ease; /* Animação suave para mudança de cor */
}

/* Estilo ao focar no campo associado ao rótulo */
.form-label:focus-within {
    color: #42b9eb; /* Cor do texto ao focar no campo */
}

.form-control {
    width: 100%; /* Ocupa toda a largura disponível */
    padding: 10px; /* Espaçamento interno */
    font-size: 1rem; /* Tamanho da fonte */
    border: 1px solid #ccc; /* Borda padrão */
    border-radius: 10px; /* Bordas arredondadas */
    background-color: #f9f9f9dc; /*#f9f9f9;  Fundo claro */
    color: #333; /* Cor do texto */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra leve */
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Animação suave */
}

.form-control:focus {
    border-color: #42b9eb; /* Cor da borda ao focar */
    box-shadow: 0 0 6px rgba(66, 185, 235, 0.5); /* Sombra ao focar */
    outline: none; /* Remove o outline padrão */
}

.form-control::placeholder {
    color: #aaa; /* Cor do texto do placeholder */
    font-style: italic; /* Estilo do texto do placeholder */
}

/* Estilo para o select */
.form-select {
    width: 100%; /* Ocupa toda a largura disponível */
    padding: 10px; /* Espaçamento interno */
    font-size: 1rem; /* Tamanho da fonte */
    font-family: 'Poppins', sans-serif; /* Fonte igual ao form-select */
    border: 1px solid #42b9eb; /* Borda padrão */
    border-radius: 10px; /* Bordas arredondadas */
    background-color: #f9f9f9; /* Fundo claro */
    color: #000;/* #333;  Cor do texto */
    box-shadow: 0 2px 4px rgba(66, 185, 235, 0.5); /* Sombra leve */
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Animação suave */
    appearance: none; /* Remove o estilo padrão do navegador */
}

/* Estilo ao focar no select */
.form-select:focus {
    border-color: #017ae4; /* Cor da borda ao focar */
    box-shadow: 0 0 6px rgba(1, 122, 228, 0.5); /* Sombra ao focar */
    outline: none; /* Remove o outline padrão */
}

/* Estilo para o texto do placeholder */
.form-select option {
    color: #302f2f; /* #aaa;  Cor do texto do placeholder */
    font-style: italic; /* Estilo do texto do placeholder */
}

/* Estilo para a seta do select */
.form-select::after {
    content: "▼"; /* Ícone da seta */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Impede interação com a seta */
    color: #333; /* Cor da seta */
}
.regrasSenha {
    font-size: 0.7rem;
}

.select2-container .select2-selection--single {
    min-height: 48px !important;      /* Altura desejada */
    height: 48px !important;
    display: flex !important;
    align-items: center !important;   /* Centraliza verticalmente */
    padding: 0 12px !important;       /* Espaço interno */
    font-size: 1.1rem;                /* Tamanho da fonte */
    border-radius: 12px !important;   /* Bordas arredondadas */
    background-color: #f9f9f9 !important;
    border: 1px solid #42b9eb !important;
    box-shadow: 0 2px 4px rgba(66, 185, 235, 0.5);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;     /* Igual à altura */
    text-align: left;                 /* Ou center, se quiser centralizar horizontalmente */
    color: #333;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    top: 0 !important;
    right: 10px;
    display: flex;
    align-items: center;
}
/**** CAMPOS DE FORMULARIOS ****/

.no-print {
    display: none !important;
}

/* ESTILOS DO ARQUIVO list_setores.php */
.foto {
    width: 100%;          /* Faz a imagem ocupar toda a largura da coluna */
    aspect-ratio: 1/1;    /* Garante que fique quadrada */
    object-fit: cover;    /* Corta a imagem para preencher o espaço sem distorcer */
    border-radius: 10px;  /* Tira o círculo e deixa com cantos arredondados */
    max-width: 200px;     /* Limita o tamanho para não ficar muito grande */
    margin: 0 auto;       /* Centraliza horizontalmente */
    display: block;
}

.aluno-foto {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -10px;
    transition: transform 0.3s;
}

.aluno-foto:first-child {
    margin-left: 0;
}

.aluno-foto:hover {
    transform: scale(1.2);
}

.form-check {
    display: flex;
    align-items: center;
    gap: 8px; /* Espaço entre o checkbox e o texto */
}

.form-check-input {
    margin-top: 0 !important;
    vertical-align: middle;
}

.form-check-label {
    font-size: 0.95rem;
    font-weight: 500;
    color: #198754;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}

/* Diminui a fonte dos radios 
.form-check-label {
    font-size: 0.8rem;  Ajuste conforme necessário 
}

/* Altera a cor do texto do radio selecionado 
.form-check-input:checked + .form-check-label {
    color: green;
    font-weight: bold; /* Deixa o texto mais destacado 
}
*/
.form-check {
    display: flex;
    align-items: center;
    gap: 8px; /* Espaço entre o checkbox e o texto */
}

.form-check-input {
    margin-top: 0 !important;
    vertical-align: middle;
}

.form-check-label {
    font-size: 0.75rem;
    font-weight: 500;
    color: #198754;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}
/* fim::ESTILOS DO ARQUIVO list_setores.php */


/* ESTILOS DO ARQUIVO cards_talentos.php */
.card-user {
    padding: 0; /* Remove o padding interno */
    border: none; /* Remove bordas */
    border-radius: 10px; /* Adiciona bordas arredondadas */
    overflow: hidden; /* Garante que o conteúdo não ultrapasse os limites */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adiciona sombra leve */
    background-color: #fff; /* Define um fundo branco */
    display: flex;
}


.card-user .capa {
    width: 100%; /* Ocupa toda a largura */
    height: 100px; /* Define uma altura fixa */
    background-color: #42b9eb; /* #13335a #eceded #2a688f #42b9eb */
}

.card-user .avatar-wrapper-usuario {
    position: relative;
    display: inline-block;
    margin-top: -50px; /* Posiciona o avatar sobre a imagem */
}

.card-user .avatar-usuario {
    width: 120px; /* Define o tamanho do avatar */
    height: 120px;
    border-radius: 50%; /* Torna o avatar redondo */
    border: 4px solid #fff; /* Adiciona uma borda branca */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* Adiciona sombra leve */
}

.card-user .btn-edit-avatar {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    border-radius: 50%;
    /*padding: 6px 8px;*/
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.card-user .author h5 { /* Nome do usuário */
    font-size: 1.2rem; /* Tamanho do nome */
    font-weight: bold;
    margin-top: -190px;
    color: #fff;
}

.card-user .author small { /* Texto do nomeSetor */
    font-size: 1rem; /* Tamanho do texto */
    color: #6b5b5b; /* Cor do texto */
    display: block;
    margin-top: -9px; /* Espaçamento abaixo do nome completo */
    text-align: center;
}

.card-user .author p { /* Texto do perfil */
    font-size: 1rem; /* Tamanho do apelido */
    color: #fff; /* Cor do texto */
    margin-top: 140px; /* Espaçamento entre o apelido e a bio */
    font-weight: bold;
}

.card-user .bio {
    font-size: 0.8rem; /* Tamanho do texto da bio */
    color: #6c757d; /* Cor do texto */
    margin-top: 20px; /* Ajuste menor para evitar interferências */
    text-align: center; /* Centraliza o texto */
    position: relative; /* Garante que o posicionamento seja relativo ao elemento pai */
    top: -30px; /* Move o texto para baixo */
    text-shadow: #c2bcbc 0.1em 0.1em 0.2em; /* Adiciona sombra ao texto */
}

.dadosCard{
    font-size: 0.8rem; /* Tamanho do texto */
    color: #6c757d; /* Cor do texto */
    margin-top: -10px; /* Move o texto para baixo */
}

.card-header {
    /*font-family: 'Poppins', sans-serif; Define a fonte como Poppins */
    font-size: 1rem; /* Define o tamanho da fonte */
    font-weight: bold; /* Opcional: deixa o texto em negrito */
    color: #333; /* Define a cor do texto (ajuste conforme necessário) */
    background-color: #eceded;  /*#13335a #eceded #2a688f #42b9eb */
    padding: 0.75rem 1rem; /* Ajusta o espaçamento interno */
    border-bottom: 1px solid #dee2e6; /* Adiciona uma borda inferior */
}

/* Masonry Layout */
.masonry {
    column-count: 4; /* número de colunas no desktop */
    column-gap: 1rem;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1rem;
}
@media (max-width: 1200px) {
    .masonry { column-count: 3; }
}
@media (max-width: 768px) {
    .masonry { column-count: 2; }
}
@media (max-width: 576px) {
    .masonry { column-count: 1; }
}

/* Hero Section */
.hero {
height: 90vh;
background: url("images/") no-repeat center center/cover;
color: white;
display: flex;
align-items: center;
text-align: center;
}
.hero h1 {
font-size: 3rem;
font-weight: bold;
text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
}
.hero p {
font-size: 1.2rem;
text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

/* Cards */
.card-custom {
transition: transform 0.3s ease, box-shadow 0.3s ease;
border-radius: 5px;
overflow: hidden;
}
.card-custom:hover {
transform: translateY(-10px) scale(1.03);
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.card-img-top {
height: 200px;
object-fit: cover;
border-radius: 12px 12px 0 0;
}
/* Footer */
footer {
background: #13335a; /* #eceded #2a688f #42b9eb */
color: #aaa;
padding: 20px 0;
text-align: center;
}

/* Borda animada */
.animated-border {
position: relative;
border-radius: 16px;
padding: 3px; /* cria espaço da borda */
background: linear-gradient(270deg, #ff0080, #7928ca, #2af598, #ff0080);
background-size: 600% 600%;
animation: moveBorder 6s linear infinite;
}

.animated-border .inner-card {
background: #f7f4f4ff;
border-radius: 0 0 12px 12px;
color: #fff;
padding: 20px;
text-align: center;
}


@keyframes moveBorder {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* Fim::ESTILOS DO ARQUIVO cards_talentos.php */

/* ESTILOS DO ARQUIVO list_usuarios.php */
.tela-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tela-lista li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    padding: 6px 10px;
    border-radius: 6px;
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    transition: background-color 0.2s ease-in-out;
}

.tela-lista li:hover {
    background-color: #eef1f3;
}

.tela-lista li .btn {
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.tela-lista li .btn i {
    margin: 0;
}

.nome-tela {
    flex-grow: 1;
}

.img-circle {
    width: 100px;         /* ou qualquer valor fixo desejado */
    height: 100px;
    object-fit: cover;    /* Garante que a imagem se encaixe sem distorcer */
    border-radius: 50%;   /* Deixa a imagem circular */
}

.foto {
    width: 100%;          /* Faz a imagem ocupar toda a largura da coluna */
    aspect-ratio: 1/1;    /* Garante que fique quadrada */
    object-fit: cover;    /* Corta a imagem para preencher o espaço sem distorcer */
    border-radius: 10px;  /* Tira o círculo e deixa com cantos arredondados */
    max-width: 200px;     /* Limita o tamanho para não ficar muito grande */
    margin: 0 auto;       /* Centraliza horizontalmente */
    display: block;
}

.aluno-foto {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -10px;
    transition: transform 0.3s;
}

.aluno-foto:first-child {
    margin-left: 0;
}

.aluno-foto:hover {
    transform: scale(1.2);
}
/* Fim::ESTILOS DO ARQUIVO list_usuarios.php */

/* ESTILOS DO ARQUIVO list_demandas_convidadas.php */
.vertical-top {
    vertical-align: top;
}

#tblDemandas_wrapper .dt-buttons {
    margin-bottom: 10px; /* Espaço entre os botões e a tabela */
}
.avatar-wrapper {
    width: 200px; /* Largura do container */
    height: 200px; /* Altura do container */
    display: flex; /* Centraliza a imagem */
    justify-content:middle; /* Centraliza a imagem horizontalmente */
    align-items: top; /* Centraliza a imagem verticalmente */
    overflow: hidden; /* Garante que a imagem não ultrapasse o container */
    border-radius: 50%; /* Torna o container circular */
    /*background-color:rgb(237, 237, 237); /* Cor de fundo opcional */
}

.avatar {
    width: 200px; /* Largura fixa */
    height: 200px; /* Altura fixa igual à largura */
    border-radius: 50%; /* Torna a imagem circular */
    object-fit: cover; /* Garante que a imagem preencha o círculo sem distorção */
    /*border: 0px solid #fff; /* Borda branca para destaque */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* Sombra para efeito visual */
    display: block;
}

.timeline {
    list-style: none;
    padding-left: 0;
    position: relative;
    margin-top: 1rem;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 25px;
    width: 2px;
    background-color: #dee2e6;
    top: 0;
    bottom: 0;
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 60px;
}

.timeline-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.timeline-content h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
}

.timeline-content p {
    margin-bottom: 0;
    font-size: 0.70rem;
}
/* Fim::ESTILOS DO ARQUIVO list_demandas_convidadas.php */            
    
/* ESTILOS DO ARQUIVO form_demanda_ver.php */
.textos{
    margin-left:10px
}

.btn-upload-foto {
    display: inline-block;
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color:#fff !important;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

.btn-upload-foto:hover {
    background-color: #ccc;
    color: #000
}

/* Oculta o input real */
#inputFotoDemanda {
    display: none;
}

.carousel-indicators [data-bs-target] {
    background-color: rgba(0, 0, 0, 0.7); /* fundo escuro semi-transparente */
    border: 1px solid white;             /* borda branca para contraste */
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;                          /* visível mesmo se não ativo */
    box-shadow: 0 0 4px rgba(0,0,0,0.5); /* sombra sutil para contraste */
}

.carousel-indicators .active {
    background-color: #fff;              /* botão ativo em branco */
    border: 2px solid black;             /* borda visível no botão ativo */
}

.no-tel {
    -webkit-user-modify: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.prioridade-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Faz o fundo ocupar toda a largura do campo descrição */
    background-color: rgba(0, 0, 0, 0.1); /* Fundo com transparência */
    color: #333; /* Cor do texto */
    font-size: 0.8rem; /* Fonte leve */
    font-weight: 500; /* Peso da fonte */
    display: flex; /* Ativa o Flexbox */
    justify-content: space-between; /* Alinha o texto à esquerda e à direita */
    align-items: center; /* Centraliza verticalmente */
    padding: 5px 10px; /* Espaçamento interno */
    border-radius: 0px; /* Bordas arredondadas no topo */
    z-index: 1; /* Garante que fique acima do campo descrição */
}
/*Local onde está a descrição da demanda*/
.classFormularioDemanda {
    /*font-family: "Poppins", sans-serif;  é bom adicionar sans-serif como fallback */
    background-color:azure;
    border: 1px solid #c2c2c2;
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 1rem;
    padding-top: 40px; /* Adiciona espaço para a barra de prioridade */
    position: relative;
    z-index: 0; /* Garante que o texto fique abaixo da barra de prioridade */
    border-radius: 0px; /* Bordas arredondadas no topo */
}

#txtPrioridade {
    text-shadow: 1px 1px 2px rgba(252, 248, 5, 0.3); /* Adiciona uma sombra leve */
}

.btnEditAssunto {
    line-height: 1.5;  /*Ajusta a altura da linha */
    font-size: 1rem; /* Opcional: ajusta o tamanho da fonte */
    height: 40px; /* Define uma altura fixa para o contêiner */
}

.btnAlterarStatus {
    background-color: rgba(253, 236, 3, 1); /* Cor de fundo clara */
    display: block; /* Faz o elemento ocupar toda a largura disponível */
    /*height: 20px;  Garante que o fundo preencha toda a altura */
    /*padding: 10px;  Adiciona espaçamento interno */
    box-sizing: border-box;  /*Inclui padding e borda no cálculo da altura */
    font-size: 0.8rem; /* Reduz o tamanho da fonte */
    color: #000000ff;
    border: none; /* Remove a borda padrão */
}

.btnRemoverConvidado {
    background-color: rgba(253, 3, 3, 1); /* Cor de fundo clara */
    display: block; /* Faz o elemento ocupar toda a largura disponível */
    /*height: 20px;  Garante que o fundo preencha toda a altura */
    /*padding: 10px;  Adiciona espaçamento interno */
    box-sizing: border-box;  /*Inclui padding e borda no cálculo da altura */
    font-size: 0.8rem; /* Reduz o tamanho da fonte */
    color: #000000ff;
    border: none; /* Remove a borda padrão */
}

.situacaoDemanda{
    border-radius: 5px;
    background-color: rgba(253, 236, 3, 0.5);
    /* cor da borda */
    border: 1px solid rgba(253, 236, 3, 0.5);
}
.local-demanda-titulo {
    font-weight: bold;
    color: #444;
    display: block;
    margin-bottom: 0px;
}

.local-demanda {
    color: #666;
    display: block;
    margin-top: 0px;
    white-space: pre-wrap;
}
/* Fim::ESTILOS DO ARQUIVO form_demanda_ver.php */

/* ESTILOS DO ARQUIVO dash_gerencial.php */
.badge {
    font-size: 0.8rem;
    padding: 0.2em 0.4em;
    border-radius: 0.5rem;
}

#demandasChart {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 300px;
}

.pdf-reduced {
    font-size: 12px !important;
    line-height: 1.2 !important;
    padding: 5px !important;
}

.select2-container {
    width: 100% !important;
}
/* Fim::ESTILOS DO ARQUIVO dash_gerencial setorial e usuario.php */

/* ESTILOS DO ARQUIVO dash_pesquisas.php */
.metric-card {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.metric-card h5 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.metric-card span {
    font-size: 1.5rem;
    font-weight: bold;
}

.chart-container {
    position: relative;
    height: 300px;
}
/* Fim::ESTILOS DO ARQUIVO dash_pesquisas.php */

/* ESTILOS DO ARQUIVO list_pesquisas.php */

#tblPesquisas_wrapper .dt-buttons {
    margin-bottom: 10px; /* Espaço entre os botões e a tabela */
}
/* Fim::ESTILOS DO ARQUIVO list_pesquisas.php */

/* ESTILOS DO ARQUIVO list_telas.php */
.form-select-menu{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 0.675rem;
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* Fim::ESTILOS DO ARQUIVO list_telas.php */

/* ESTILOS DO ARQUIVO inicio.php */
.align-end {
    float: right; /* Alinha o ícone à direita */
    text-align: center;
}
.align-ini {
    float: left; /* Alinha o ícone à esquerda */
    text-align: center;
}
.text-afazer{
    text-align: center;
    font-size: 0.8rem;
    color: #333;
}
input[type="checkbox"] {
    vertical-align: middle; /* Alinha o checkbox verticalmente ao centro */
    margin-top: -1px; /* Ajuste fino para alinhar com o texto */
}

.fc-event {
    border: none; /* Remove a borda padrão dos eventos */
}