/* RODYAM V97 — confirmations distinctes Talent / Audit */
html body .rdy-contact-result-message{
  flex-wrap:wrap!important;
}
html body .rdy-contact-result-message strong{
  display:block!important;
  flex:1 0 calc(100% - 40px)!important;
  color:#fff!important;
  font-size:14px!important;
  letter-spacing:.035em!important;
}
html body .rdy-contact-result-message > span{
  display:block!important;
  flex:1 0 100%!important;
  padding-left:27px!important;
  color:rgba(238,232,246,.84)!important;
}
html body .rdy-contact-result-message.is-talent-result{
  border-left-color:rgba(169,95,238,.72)!important;
}
html body .rdy-contact-result-message.is-audit-result{
  border-left-color:rgba(218,206,236,.62)!important;
}
html body .rdy-form-submit-status{
  min-height:20px!important;
  margin:8px 0 0!important;
  color:rgba(220,210,235,.78)!important;
  font-size:12px!important;
  line-height:1.5!important;
  text-align:center!important;
}
html body button.is-submitting,
html body button.is-submitting:hover{
  cursor:progress!important;
  opacity:.78!important;
  transform:none!important;
}
@media(max-width:640px){
  html body .rdy-contact-result-message > span{padding-left:0!important}
}
