@tailwind base;
@tailwind components;
@tailwind utilities;

@layer utilities {
  .error {
    @apply text-red-700;
  }

  .button_to {
    @apply inline;
  }

  .page {
    @apply p-4;
  }
}

.btn-danger {
  @apply border rounded-sm p-3 text-white bg-red-700 hover:bg-red-800;
}

.btn-default {
  @apply border rounded-sm p-3 text-base hover:bg-gray-100;
}
/* line 1, app/assets/stylesheets/components/alert.scss */
.alert {
  border: 1px solid #ccc;
  padding: 9px 10px;
  border-radius: 6px;
}

/* line 7, app/assets/stylesheets/components/alert.scss */
.alert-error {
  color: red;
}

/* line 11, app/assets/stylesheets/components/alert.scss */
.alert-notice {
  color: green;
}

/* to be REMOVE BY Tailwindcss */
/* line 16, app/assets/stylesheets/components/alert.scss */
.end-2 {
  inset-inline-end: 0.5rem;
}

/* line 20, app/assets/stylesheets/components/alert.scss */
.me-1 {
  margin-inline-end: 0.25em;
}

/* line 24, app/assets/stylesheets/components/alert.scss */
.me-2 {
  margin-inline-end: 0.5em;
}

/* line 28, app/assets/stylesheets/components/alert.scss */
.ms-4 {
  margin-inline-start: 1rem;
}

/* line 32, app/assets/stylesheets/components/alert.scss */
.bottom-3 {
  bottom: 0.75rem;
}

/* line 36, app/assets/stylesheets/components/alert.scss */
.bottom-4 {
  bottom: 1rem;
}
/* line 1, app/assets/stylesheets/components/form.scss */
div.input {
  padding: 10px;
}

/* line 3, app/assets/stylesheets/components/form.scss */
div.input label {
  margin-right: 15px;
}

/* line 8, app/assets/stylesheets/components/form.scss */
.button_to {
  display: inline;
}

/* line 12, app/assets/stylesheets/components/form.scss */
.page {
  padding: 15px;
}
.nav-action {
  margin-top: 30px;
}

table,
th,
td {
  text-align: start;
}

a.no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

button.no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-action {
  width: 90px;
}

.nav-logo {
  height: 42px !important;
  width: auto !important;
}

pre.backup_code {
  white-space: normal;
  overflow-wrap: break-word;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 1, app/assets/stylesheets/mailer.scss */
*,
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Helvetica;
}

/* line 9, app/assets/stylesheets/mailer.scss */
.container {
  background: #f5f5f5;
  height: 100vh;
  overflow: auto;
  color: #373737;
}

/* line 16, app/assets/stylesheets/mailer.scss */
.wrapper {
  width: 600px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 5px;
  padding: 32px;
}

/* line 26, app/assets/stylesheets/mailer.scss */
.header {
  height: 48px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
}

/* line 34, app/assets/stylesheets/mailer.scss */
.content-wrapper {
  margin-top: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

/* line 42, app/assets/stylesheets/mailer.scss */
.center {
  text-align: center;
}

/* line 46, app/assets/stylesheets/mailer.scss */
.content-info {
  border: 1px solid #dddddd;
  padding: 20px;
  border-radius: 5px;
  margin-top: 32px;
  font-size: 14px;
  text-align: center;
}

/* line 55, app/assets/stylesheets/mailer.scss */
.action-button {
  background: #33879e;
  border-radius: 5px;
  font-weight: 800;
  padding: 10px 20px 10px 20px;
  border: none;
  text-decoration: none;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
}

/* line 67, app/assets/stylesheets/mailer.scss */
.w-logo {
  height: 48px;
  width: auto;
}

/* line 72, app/assets/stylesheets/mailer.scss */
.text-disclaimer {
  margin-top: 60px;
  font-size: 90%;
  opacity: 0.8;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
