.offcanvas{
    z-index: 10000 !important;
}

.form-check{
    display: flex !important;
    align-items: center;
}


.form-check input{
    margin-right: 8px;
}

.modal{
    z-index: 10000 !important;
}

.modal-footer button{
    width: auto;
}

.list-group{
    cursor: pointer;
}

#lightboxBackdrop figure img{
    max-height: calc(100vh - 250px) !important;
}

.filtro-main{
    cursor: pointer;
}

.filtro-main:hover{
    border-radius: 5px;
    background: #cccccc30;
    padding: 4px;
}

.botao-estilizado {
    padding: 6px !important;
    height: 30px;
    min-width: 30px !important;
    text-transform: none !important;
}

.botao-close-modal {
    padding: 6px !important;
    height: 30px;
    min-width: 30px !important;
    max-width: 35px !important;
    text-transform: none !important;
}
