
.body{
    font-family: dosis !important;
}
.check_btn{
    height: 30px;
    width: 90px;
}

.btn-filtro{
    height: 50px;
    width: 130px;
    line-height: 35px;
    text-align: center;
    margin-right: 20px;
    border-radius: 20px;
}

.btn-filtro-group{
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 20px;
}

.txt-filtro{
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 20px;
}

.btn-fin{
    margin-bottom: 10px;
    height: 50px;
    width: 200px;
    line-height: 35px;
    text-align: center;
    margin-right: 20px;
    border-radius: 20px;
    float: right;
}

.card{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 20px;
}

.title {
    margin: 20px 20px 30px 20px;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 2rem;
    font-family: dosis, sans-serif;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center; /* Centraliza o h1 */
    align-items: center;
    min-height: 100px; /* Altura mínima para garantir espaço */
}

.title h1 {
    margin: 0;
    z-index: 1; /* Garante que o título fique acima do pseudo-elemento */
}

.title .btn {
    position: absolute;
    left: 2rem; /* Mesmo valor do padding */
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    /* Mantenha as classes do Bootstrap */
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.title .btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.05);
}

.title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.btn-linx{
    background-color: #411e5a;
    border: none;
    color: white;
    width: 200px;
    font-weight: 700;
    font-family: dosis;
    
}

.btn-linx:hover{
    background-color: #ef9230;
}

.agenda_a-linx{
    color: white;
    background-color: #411e5a;
    font-weight: 700;
    font-family: dosis;
}

.agenda_a-linx:hover{
    color: white;
    background-color: #ef9230;
    border-color: #ef9230 !important;

}
.agenda_a-linx:active{
    background-color: #ef9230 !important;
    border-color: #ef9230 !important;
}

.list-group-item{
    font-family: dosis;
    font-size: 18px;
}

.list-group-item.active {
    background-color: #ef9230; /* Cor de fundo laranja */
    border-color: #ef9230; /* Cor da borda laranja */
    color: #fff; /* Cor do texto branco */
}

.form-label{
    font-family: dosis;
    font-size: 18px;
    color: #3f3f3f;
}

.agenda_li-linx{
    font-family: dosis;
    font-size: 18px;
    color: #3f3f3f;
}
.agenda_h4-linx{
    font-family: dosis;
    font-size: 24px;
    color: #3f3f3f;
}

.btn-linx-right{
    background-color: #411e5a;
    border: none;
    color: white;
    width: 300px;
    height: 50px;
    font-weight: 700;
    font-family: dosis;
    float: left;
}

.btn-linx-right:hover{
    background-color: #ef9230;
}

.btn_right{
    margin-left: 70%;
}

.agenda-check{
    margin-left: 15px;
    font-size: 18px;
}
.agenda-form{
    border: black;
    background-color: white;
}

.nav_painel{
    background-color: #faf9f9;
    border: none;
    color: #401d59;
    font-weight: 700;
    font-family: dosis;
}

.home_a_nav:hover{
    background-color: #401d59;
    color: #faf9f9;
    font-weight: 700;
    font-family: dosis;
}

.nav_painel:active{
    background-color: #401d59;
    color: #faf9f9;
    font-weight: 700;
    font-family: dosis;
}

.home_a_nav:active{
    background-color: #401d59;
    color: #faf9f9;
    font-weight: 700;
    font-family: dosis;
}

.btn-login{
    background-color: #411e5a;
    border: none;
    color: white;
    width: 100%;
    height: 50px;
    font-weight: 700;
    font-family: dosis;
}

.btn-login:hover{
    background-color: #ef9230;
}


#carouselExampleDark {
    height: 560px; /* Ajuste conforme necessário */
    position: relative;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
}

/* Estilo para o conteúdo do slide */
.carousel-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Ajuste para os controles */
.carousel-control-prev, 
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bd-violet-bg);
    --bs-tooltip-color: var(--bs-white);
  }

.modal-fullscreen {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.modal-fullscreen .modal-content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

/* Responsividade para títulos */
@media (max-width: 768px) {
    .title {
        font-size: 1.5rem;
        padding: 1rem 1.5rem;
        margin: 15px 10px 20px 10px;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 1.25rem;
        padding: 0.8rem 1rem;
        margin: 10px 5px 15px 5px;
    }
}

/* Variação de título com ícone */
.title i {
    margin-right: 0.5rem;
    font-size: 0.9em;
}

/* Título alinhado à esquerda */
.title.text-start {
    text-align: left;
}

/* Título alinhado à direita */
.title.text-end {
    text-align: right;
}
