/* ------------------------------------------------------------------ */
/* -- sendinblue error display -- */
/* ------------------------------------------------------------------ */

.sib-sms-input-wrapper .error {
  display: flex;
  background: rgb(255, 237, 237);
}

.sib-form .form__entry.entry_errored {
  border: 1px solid rgb(255, 237, 237);
  background: rgb(255, 237, 237);
}

/* ------------------------------------------------------------------ */

.sib-form {
  background-color: transparent!important;
}

.sib-sms-input-wrapper {
  flex-wrap: wrap;
}

.sib-sms-tooltip {
  display: none;
}

.sib-sms-select__phone-number {
  width: 100%!important;
}

.entry__label:after {
  display: none!important;
}

@media only screen and (max-width:800px) {
  .sib-form {
    padding: 0!important;
  }
}
