
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #fff;
  color: #1351b4; /* Azul DSGov */
  padding: 8px 16px;
  z-index: 9999;
  font-weight: bold;
}
.skip-link:focus, .skip-link:active {
  left: 16px;
  top: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
  outline: 2px solid #1351b4;
}

/* Ajuste para o filtro de Data */
.qlik-daterangepicker.dropdown-menu.opensright,
.qlik-daterangepicker.dropdown-menu.opensleft {
    z-index: 100 !important;
    height: 345px !important;
}

.ds-kpi {
    width: unset !important;
}

.qv-object .qv-object-header {
    padding: 0 !important;
}

.meusKpisTitulo {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-bottom: 1px solid #dee2e6; */
}

.meusKpisTitulo h5 {
    margin-block: 12px !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.meusKpisTitulo::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    border-bottom: 3px solid black;
}

.br-card .card-content *:last-child, .br-card .front .content *:last-child, .br-card .back .content *:last-child {
  justify-content: center;
}

.qv-object {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

#ZphJeSt_title {
  display: none !important;
}

#myTab {
  margin-top: 90px;
}

.kpiData {
  padding-bottom: 20px;
  height: 100%;
}

@media (max-width: 991px) {
  .kpiData {
    height: 150px;
  }
}


.modal-header-custom {
  background-color: #1351b4;
  color: white;
  border-bottom: none;
}

.modal-title-custom {
  font-weight: bold;
}

.highlight {
  color: #2c5aa0;
  font-weight: bold;
}

.timer-text {
  font-size: 0.875rem;
  color: #6c757d;
}


.tab-container {
    display: flex; /* Arrange tabs horizontally */
}

.tabulando-button {
    display: inline-block;
    margin-left: 10px;
    padding: 10px;
    cursor: pointer;
    color: black;
    transition: background 0.3s ease, color 0.3s ease;
}

.tabulando-button.active {
    border: 3px solid black;
}

.tabulando-panel {
    display: none;
    padding: 10px;
    margin-top: 10px;
}

.tabulando-panel.active {
    display: block;
}

