@charset "UTF-8";

.message-tel {
  font-size: 30px;
}
.application-category {
  max-width: 250px;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset !important;
}
input.readonly:-webkit-autofill {
  box-shadow: 0 0 0 1000px #f0eee7 inset !important;
}
input.readonly:-webkit-autofill:focus {
  caret-color: #495057 !important;
}
