/* Contact page styles */

.required-field::after {
  content: "*";
  color: #F29CB7;
  margin-left: 4px;
}

.errorlist {
  list-style-type: none;
  padding: 0;
  margin: 0.5rem 0 0 0;
  font-size: 0.875rem;
  color: #F29CB7;
}

.errorlist li {
  margin: 0;
  padding: 0;
}

/* International phone input styling overrides */
.iti {
  width: 100%;
}

.iti__flag-container {
  padding-left: 8px;
}

.iti__selected-flag {
  background: transparent !important;
  border-radius: 12px 0 0 12px;
}

.iti__country-list {
  border-radius: 12px;
  border: 1px solid rgba(82, 42, 112, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.iti__country.iti__highlight {
  background-color: rgba(240, 185, 248, 0.2);
}

/* Select dropdown styling */
select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23522A70' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: 48px;
}
