.phoneNumberControl_maskedField {
  width: -webkit-fill-available;
}

.customControl .hide {
  display: none !important;
}

.customControl div.error {
  background-color: rgba(191, 9, 0, 0.075);
  padding: 0.5rem;
  display: inline-flex;
  word-break: normal;
  white-space: normal;
  font-family: "SegoeUI-Semibold", "Segoe UI Semibold", "Segoe UI Regular", "Segoe UI";
  width: -webkit-fill-available;
}
.customControl .icon::before {
  content: "\00270b";
}

.ms-Dropdown-callout .ms-Callout-main {
  max-height: 350px !important;
}
