
.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-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 20px;
    color: #6E4B87;
    font-size: 48px;
    font-family: dosis;
}

.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%;
}


