﻿/* FINAL LOAD MORE + AUTH UI POLISH */

.rafid-load-more-button {
  width: auto !important;
  min-width: 148px !important;
  max-width: 220px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(124, 58, 237, 0.35) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #1e1b4b !important;
  box-shadow: 0 10px 24px rgba(76, 29, 149, 0.16) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  direction: rtl !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.rafid-load-more-button:hover {
  background: linear-gradient(135deg, #ffffff, #f4efff) !important;
  transform: translateY(-1px) !important;
}

.rafid-load-more-button svg,
.rafid-load-more-button img {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  flex: 0 0 14px !important;
}

.rafid-load-more-icon {
  width: 17px !important;
  height: 17px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #7c3aed, #2563eb) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.rafid-opportunity-count-chip {
  margin: 10px auto 8px auto !important;
  width: fit-content !important;
  max-width: calc(100% - 28px) !important;
  padding: 7px 13px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(124, 58, 237, 0.22) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: #312e81 !important;
  box-shadow: 0 8px 22px rgba(76, 29, 149, 0.12) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-align: center !important;
  direction: rtl !important;
  unicode-bidi: plaintext !important;
}

.rafid-toast {
  position: fixed !important;
  left: 50% !important;
  bottom: 86px !important;
  transform: translateX(-50%) !important;
  z-index: 999999 !important;
  max-width: calc(100vw - 28px) !important;
  padding: 12px 16px !important;
  border-radius: 18px !important;
  background: rgba(20, 18, 43, 0.94) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.28) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
  text-align: center !important;
  direction: rtl !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .22s ease, transform .22s ease !important;
}

.rafid-toast.show {
  opacity: 1 !important;
  transform: translateX(-50%) translateY(-4px) !important;
}

button,
input,
textarea,
select {
  font-family: "Noto Naskh Arabic", "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif !important;
}

button[disabled],
button:disabled {
  opacity: .72 !important;
}
