/* =========================================================
   FASE 44T - Controle real dos filtros da Dashboard
   ========================================================= */

#sec-dashboard .moov-filter-panel-44l,
#dashboard .moov-filter-panel-44l {
  position: relative !important;
  overflow: visible !important;
  padding-right: 330px !important;
}

#sec-dashboard #moovDashboardFilterActions44T,
#dashboard #moovDashboardFilterActions44T {
  position: absolute !important;
  right: 26px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  min-width: 286px !important;
  height: 86px !important;
  padding: 13px 15px !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  border: 1px solid #eadcf8 !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08) !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  white-space: nowrap !important;
  z-index: 80 !important;
}

#sec-dashboard #moovDashboardFilterActions44T button,
#dashboard #moovDashboardFilterActions44T button {
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 8px 18px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  line-height: 1 !important;
}

#moovDashboardApply44T {
  border: 0 !important;
  background: linear-gradient(135deg, #8a19d6, #6d11b5) !important;
  color: #ffffff !important;
}

#moovDashboardClear44T {
  border: 1px solid #d9c8ef !important;
  background: #ffffff !important;
  color: #6b1b8d !important;
}

#moovDashboardFilterStatus44T {
  position: absolute !important;
  left: 16px !important;
  bottom: 8px !important;
  font-size: 11px !important;
  color: #6b7280 !important;
  white-space: nowrap !important;
}

@media (max-width: 1320px) {
  #sec-dashboard .moov-filter-panel-44l,
  #dashboard .moov-filter-panel-44l {
    padding-right: 22px !important;
    padding-bottom: 118px !important;
  }

  #sec-dashboard #moovDashboardFilterActions44T,
  #dashboard #moovDashboardFilterActions44T {
    right: auto !important;
    left: 22px !important;
    top: auto !important;
    bottom: 18px !important;
    transform: none !important;
  }
}
