.symbol-cover > img {
  object-fit: cover;
}
.symbol-contain > img {
  object-fit: contain;
}

.input-errors ul {
  list-style: none;
  padding: 0;
}

.phone-number {
  unicode-bidi: embed;
  direction: ltr;
  white-space: nowrap;
}
.phone-country {
  font-family: "Mona Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, 'Noto Color Emoji';
}