/* ===== DASHBOARD FILTROS LADO A LADO 55F ===== */

#sec-dashboard .admin-filter-card.moov-dash-filter-55f {
  width: 100% !important;
  max-width: 1420px !important;
  margin: 0 auto 24px auto !important;
  padding: 22px !important;
  border-radius: 22px !important;
  border: 1px solid #ead7f7 !important;
  background: linear-gradient(120deg, #ffffff 0%, #fbf8ff 55%, #f0fffa 100%) !important;
  box-shadow: 0 14px 34px rgba(90, 42, 140, 0.08) !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

#sec-dashboard .moov-dash-filter-55f,
#sec-dashboard .moov-dash-filter-55f * {
  box-sizing: border-box !important;
}

#sec-dashboard .moov-dash-filter-55f .filter-title {
  display: none !important;
}

#sec-dashboard .moov-dash-filter-55f .admin-filter-grid {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(145px, 1fr)) minmax(230px, 260px) !important;
  gap: 14px !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
}

#sec-dashboard .moov-dash-filter-55f .filter-control,
#sec-dashboard .moov-dash-filter-55f .dash-filter-actions-55f {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 92px !important;
  margin: 0 !important;
  padding: 14px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 16px !important;
  border: 1px solid #ead7f7 !important;
  background: rgba(255,255,255,.88) !important;
  box-shadow: 0 8px 20px rgba(90, 42, 140, 0.05) !important;
  overflow: hidden !important;
}

#sec-dashboard .moov-dash-filter-55f .filter-control label {
  display: block !important;
  margin: 0 !important;
  color: #4c1d70 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#sec-dashboard .moov-dash-filter-55f input,
#sec-dashboard .moov-dash-filter-55f select {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 11px !important;
  border-radius: 12px !important;
  border: 1px solid #d9b8f3 !important;
  background: #ffffff !important;
  color: #1f1230 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  outline: none !important;
  box-shadow: none !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#sec-dashboard .moov-dash-filter-55f input:focus,
#sec-dashboard .moov-dash-filter-55f select:focus {
  border-color: #8b3eea !important;
  box-shadow: 0 0 0 4px rgba(139, 62, 234, 0.12) !important;
}

#sec-dashboard .moov-dash-filter-55f .dash-filter-pending-55f {
  display: none;
  border-radius: 12px;
  padding: 7px 9px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

#sec-dashboard .moov-dash-filter-55f .dash-filter-actions-55f.is-pending .dash-filter-pending-55f {
  display: block !important;
}

#sec-dashboard .moov-dash-filter-55f .dash-filter-buttons-55f {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  width: 100% !important;
}

#sec-dashboard .moov-dash-filter-55f .dash-filter-apply-55f,
#sec-dashboard .moov-dash-filter-55f .dash-filter-clear-55f {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 40px !important;
  border-radius: 12px !important;
  border: 1px solid transparent !important;
  padding: 0 10px !important;
  cursor: pointer !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#sec-dashboard .moov-dash-filter-55f .dash-filter-apply-55f {
  color: #ffffff !important;
  background: linear-gradient(135deg, #6d28d9, #9333ea) !important;
  box-shadow: 0 10px 20px rgba(109, 40, 217, .18) !important;
}

#sec-dashboard .moov-dash-filter-55f .dash-filter-clear-55f {
  color: #4b2168 !important;
  background: #ffffff !important;
  border-color: #dfc4f5 !important;
}

@media (max-width: 1350px) {
  #sec-dashboard .moov-dash-filter-55f .admin-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  #sec-dashboard .moov-dash-filter-55f .admin-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  #sec-dashboard .moov-dash-filter-55f .admin-filter-grid {
    grid-template-columns: 1fr !important;
  }

  #sec-dashboard .moov-dash-filter-55f .dash-filter-buttons-55f {
    grid-template-columns: 1fr !important;
  }
}
