:root {
  --bs-primary: #18294c;
  --bs-primary-rgb: 138, 17, 140;
}

body {
  font-family: "Cairo", Tahoma, Arial, sans-serif;
}

.form-container {
  max-width: 700px;
  margin: 40px auto;
  background: #fff;
  padding: 32px 32px 24px 32px;
}

.btn-register {
  background: var(--bs-primary);
  color: #fff;
  font-weight: bold;
  width: 150px;
}

.btn-register:hover {
  background: #4364a5;
}

.form-label {
  font-weight: 500;
}

.policy-link {
  color: var(--bs-primary);
  text-decoration: none;
}

.policy-link:hover {
  text-decoration: underline;
}

.iti {
  width: 100%;
}

.iti input {
  width: 100%;
}

[dir=rtl] .iti input.iti__tel-input,
[dir=rtl] .iti input.iti__tel-input[type=text],
[dir=rtl] .iti input.iti__tel-input[type=tel] {
  text-align: left !important;
}

.select2-selection__rendered {
  line-height: 34px !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
  border: 1px solid #dee2e6;
}

.select2-selection__arrow {
  height: 36px !important;
}
