<turbo-stream action="update" target="modal"><template><div id="modal-component" data-controller="modal-component">
  <div
    class="fixed inset-0 bg-gray-400 z-10 opacity-30"
    data-action="click->modal-component#close"
  >
  </div>
  <div
    class="
      bg-white p-5 rounded-2xl modal-animation-open
      border fixed z-20 left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2
      transition-all max-h-[calc(100vh-2rem)] overflow-y-auto
      w-auto lg:w-[400px]
    "
    data-modal-component-target="container"
  >
    
  <h2 class="text-xl text-center font-bold mb-3 text-black">
    Sign up to continue
  </h2>
  <p class="mb-4 text-gray-600 text-center">
    Create an account to start your interview practice.
  </p>

  <div class="space-y-3">
    <form data-turbo="false" action="/auth/google_oauth2?plan=free_trial" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="Y1B6f9c0A0NFhIaDALltyABsAeNUkcqsA95efX1zudP9vE8Eqj6Ky6s9zyrJZDsaerWXc_V8TTjyygwmJCsNwg" autocomplete="off" />
        <button name="button" type="submit" class="leading-none cursor-pointer disabled:opacity-75 disabled:cursor-not-allowed block text-center whitespace-nowrap select-none focus:border-gray focus:outline-hidden focus:ring border leading-normal hover:no-underline rounded bg-white hover:bg-gray-100 border-gray-300 px-8 py-2  flex gap-2 items-center w-full justify-center">
    
        <img class="h-5" src="/assets/icons/google_logo_@2x-64609814.png" />
        Sign up with Google

</button></form>    <form data-turbo="false" action="/auth/microsoft_graph?plan=free_trial" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="ziUcdb6KyOBJiqz_5teq4AxhBpJK6SLssgXG9zS22KyDJcDPjYVAL-Kd1QUC2AEzhckxJGNczVyy4VU9loFlFg" autocomplete="off" />
        <button name="button" type="submit" class="leading-none cursor-pointer disabled:opacity-75 disabled:cursor-not-allowed block text-center whitespace-nowrap select-none focus:border-gray focus:outline-hidden focus:ring border leading-normal hover:no-underline rounded bg-white hover:bg-gray-100 border-gray-300 px-8 py-2  flex gap-2 items-center w-full justify-center">
    
        <img class="h-5" src="/assets/icons/microsoft_logo-1fc68ad8.png" />
        Sign up with Microsoft

</button></form>  </div>

    <div class="absolute right-4 top-4 sm:right-6 sm:top-6">
      <div
        class="icon-cross text-lg cursor-pointer"
        role="button"
        data-action="click->modal-component#close"
      >
      </div>
    </div>
  </div>
</div>
</template></turbo-stream>