/* شكل موحد لكل المدخلات */
input[type="text"],
select {
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 14px;
  background-color: #fff;
  box-shadow: none;
  outline: none;
}

/* إزالة سهم الـ select */
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
}

/* إخفاء سهم إنترنت إكسبلورر */
select::-ms-expand {
  display: none;
}

/* مسافة داخلية للأيقونة أو النص */
input::placeholder {
  color: #999;
}

/* زر البحث */
button,
input[type="submit"] {
  height: 36px;
  border-radius: 18px;
  padding: 0 20px;
  border: 1px solid #e74c3c;
  background: #fff;
  color: #e74c3c;
  font-weight: bold;
  cursor: pointer;
}

/* محاذاة العناصر في صف واحد */
.searchRow,
.frminpts {
  display: flex;
  gap: 12px;
  align-items: center;
}
input[type="text"],
select {
  height: 32px;
  font-size: 13px;
  border-radius: 4px;
  padding: 0 8px;
  width: 200px;   /* حجم موحد */
}

button,
input[type="submit"] {
  height: 30px;
  padding: 0 14px;
  font-size: 13px;
  border-radius: 15px;
}

/* لو في عناصر بتاخد عرض تلقائي كبير */
.frminpts li {
  width: auto !important;
}

.frminpts {
  display: flex;
  gap: 10px;
  align-items: center;
}
/* صف البحث */
.frminpts {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}

/* عناصر الصف */
.frminpts li {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* شكل الحقول */
input[type="text"],
select {
  height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  background: #fff;
  box-shadow: none;
}

/* إزالة سهم الـ select */
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
}
select::-ms-expand { display: none; }

/* المقاسات بالظبط */
select[name="certificateType"] { width: 300px; }
input[name="referenceNo"]      { width: 220px; }
input[name="trafficNo"]        { width: 220px; }

/* أيقونة البحث داخل الحقول */
.frminpts svg,
.frminpts .icon,
.frminpts img {
  width: 16px;
  height: 16px;
  margin: 0 6px;
}

/* زر البحث */
input[type="submit"],
button {
  height: 34px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid #ddd;
  background: #fff;
  color: #ff3b1f;
  font-weight: 600;
  cursor: pointer;
}
.searchForm {
  margin-top: 10px;
}

.formTitle {
  font-weight: bold;
  margin-bottom: 8px;
}

.fieldsRow {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fieldGroup {
  display: flex;
  flex-direction: column;
}

.searchForm input {
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 10px;
  width: 200px;
}

.searchForm button {
  height: 34px;
  padding: 0 20px;
  border-radius: 18px;
  border: 1px solid #ff3b1f;
  background: #fff;
  color: #ff3b1f;
  font-weight: bold;
}
