.refresh-btn/* ---- MAIN CARD ---- */
.search-result-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

/* ---- FLEX WRAPPER ---- */
.search-result-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

/* ---- LEFT SIDE ---- */
.account-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #374151;
  flex: 1;
  min-width: 280px;
}

.account-title {
  font-weight: 600;
  color: #1f2937;
  font-size: 14px;
  margin-bottom: 4px;
}

.account-name {
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  margin: 0;
}

.account-email {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.date-range {
  margin-top: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
}

.date-label {
  color: #6b7280;
}

.date-value {
  color: #111827;
  font-weight: 500;
}

.edit-btn {
  background: #e6f0ff;
  color: #2563eb;
  border: none;
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.edit-btn:hover {
  background: #dbeafe;
}

/* ---- RIGHT SIDE ---- */
.statement-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  min-width: 300px;
}

.statement-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.statement-title {
  font-weight: 600;
  color: #1f2937;
  font-size: 14px;
  margin-bottom: 6px;
}

.statement-dropdown {
  background: #fff3e6;
  border: 1px solid #f2e6d8;
  border-radius: 10px;
  padding: 10px 14px;
  width: 260px;
  font-size: 14px;
  color: #374151;
  outline: none;
  cursor: pointer;
  appearance: none;
}
.label-title {
  font-size: 16px !important;
}
.refresh-btn {
  transition: 0.3s ease;
  background: #59c7fa4a;
  margin-left: 10px;
  color: #3889f4;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 16px 27px;
  cursor: pointer;
  border: 1px solid #3889f4a3;
  font-family: var(--headingFont) !important;
  transition: 0.3s ease;
  background: radial-gradient(circle, #2e77f2, #59c7fa);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--ButtonFont) !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
}

.refresh-btn:hover {
  opacity: 0.9;
}
.search-result-row {
  display: flex;
  flex-direction: row;
}



.checksearch-bottom .MuiInputBase-root {
  border-radius: 8px;
}

.right-section select.statement-select {
  width: 80%;
  color: #333;
  font-size: 14px;
  outline: none;
  border-radius: 8px !important;
  font-family: var(--headingFontLight);
  letter-spacing: inherit;
  border: 0px;
  box-sizing: content-box;
  padding: 16.5px 14px;
}
.date-section {
  margin-top: 15px;
}
