.betsnice-support-prechat input,
.betsnice-support-prechat input[name="firstName"],
.betsnice-support-prechat input[name="lastName"],
.betsnice-support-prechat input[name="name"] {
  direction: ltr !important;
  text-align: left !important;
  unicode-bidi: plaintext;
}

.betsnice-support-prechat input::placeholder {
  direction: ltr;
  text-align: left;
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .betsnice-auth.auth-backdrop,
  .betsnice-support-panel {
    overscroll-behavior: contain;
    touch-action: pan-y;
  }

  .betsnice-auth input,
  .betsnice-auth select,
  .betsnice-auth textarea,
  .betsnice-support-prechat input,
  .betsnice-support-panel textarea {
    min-width: 0;
    max-width: 100%;
    font-size: 16px !important;
  }

  .betsnice-auth .auth-card,
  .betsnice-auth .auth-form,
  .betsnice-support-prechat {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
}
