/* Select2 on landing (contact form) */
.contact-form .select2-container {
  width: 100% !important;
  font-family: inherit;
  direction: rtl;
  text-align: right;
}

.contact-form .select2-container--default .select2-selection--single {
  height: auto;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(12, 12, 15, 0.55);
  display: flex;
  align-items: center;
}

.contact-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #f5f5f4;
  line-height: 1.5;
  padding: 0 0 0 28px;
}

.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 10px;
  right: auto;
  height: 100%;
  top: 0;
}

.contact-form .select2-container--default.select2-container--focus .select2-selection--single,
.contact-form .select2-container--default.select2-container--open .select2-selection--single {
  border-color: rgba(196, 165, 116, 0.7);
  box-shadow: 0 0 0 3px rgba(196, 165, 116, 0.18);
}

.select2-dropdown.landing-select2-dropdown {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #16161a;
  color: #f5f5f4;
  direction: rtl;
  text-align: right;
  z-index: 10060;
}

.select2-dropdown.landing-select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background: #c4a574;
  color: #1c1917;
}
