:root {
    --sf-sombra-card: 0 1px 4px rgba(0, 49, 92, 0.1);
    --sf-sombra-hover: 0 6px 20px rgba(0, 49, 92, 0.16);
    --sf-sombra-capa: 0 3px 12px rgba(0, 49, 92, 0.22);
    --sf-transicao: .2s ease;
}

.sf-atv-flex-container-qlik {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    row-gap: 20px;
    column-gap: 5px;
}

#CurrentSelections .qv-explore-selections-btn {
    display: none !important;
}

#qv-selection-toolbar-popover {
    display: none;
}

body .sf-component {
    background-color: white !important;
}

body.sf-atv {
    background-color: white;
    /* fix para acessibilidade deixando letras pequenas... */
    font-size: 14px;
}

body.sf-atv .sf-atv-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Noto Sans, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}

.sf-atv-explicacao-pagina {
    font-size: 17px;
    font-style: italic;
    padding: 35px 10%;
    text-align: center;
    margin-bottom: 35px;
    background-color: #FaFaFa;
    border-radius: 10px;
    position: relative;
}

.sf-atv-explicacao-pagina--saiba-mais {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 0.9em;
}

.sf-atv-nav-tabs-destaque>li>a {
    font-size: 16px;
}

.sf-atv-nav-tabs-destaque>li.active>a {
    font-weight: bold;
}

.sf-atv-nav-tabs-destaque {
    margin-bottom: 15px;
}

.sf-atv-card-indicador:hover {
    box-shadow: var(--sf-sombra-hover);
    transform: translateY(-2px);
}

.sf-atv-card-indicador:hover img {
    transform: scale(1.04);
    box-shadow: 8px 8px 8px rgba(40, 40, 40, 0.40);
}

.sf-atv-card-indicador img {
    border-radius: 10px;
    box-shadow: var(--sf-sombra-capa);
    z-index: 1;
    transition: var(--sf-transicao);
    object-fit: cover;
}

#conteudoPrincipal {
    margin-bottom: 20px;
}

.sf-atv-nowrap {
    white-space: nowrap;
}

.sf-atv-qlik-current-selections {
    margin-bottom: 15px;
}

/* tentativa de melhorar o botão de filtro do qlik */
.board-object:has(.qv-object-action-button .qv-object-content-container button text) {
    top: 10px !important;
    width: 50px !important;
    height: 30px !important;
    right: 60px !important;
}
.board-object:has(.qv-object-filterpane) {
    top: 10px !important;
    width: 60px !important;
    height: 30px !important;
    right: 50px !important;
}

.board-object:has(.qv-object-filterpane) .listbox-popover-container .MuiGrid-root .MuiGrid-root .MuiGrid-item,
.board-object:has(.qv-object-filterpane) .listbox-popover-container .MuiGrid-root .MuiGrid-root .MuiGrid-container
{
    background: rgba(255, 255, 255, 0.0);
    border-top-color: rgba(0, 0, 0, 0);
}

.board-object .qv-object-action-button .qv-object-content-container button text {
    font-size: 14px !important;
}

.sf-atv .popover {
    max-width: 100%; 
}

.sf-atv-link-como-usar {
        margin-bottom: 10px;
    }

.sf-atv-flex-container-qlik-popover {
    display: flex; 
    flex-direction: column;
}
@media (max-width: 979px) {
    .sf-atv-flex-container-qlik-popover {
        width: 100%;
    }
}