/*
 * 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.
 *


 */

@font-face {
  font-family: "Amazon Ember";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/Amazon-Ember-37a15161bb8b6948c588539172200d0f0eb17b7f08bc512cf7a8d3f3380acbb3.woff) format("woff");
}

@font-face {
  font-family: "Amazon Ember";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/Amazon-Ember-Bold-310caf4ff390c88d1033667b770fcd0e442ff31780d52439ca3e65f0184a0bd9.woff) format("woff");
}

body {
  font-family: "Amazon Ember", Arial, Helvetica, sans-serif;
}

* {
  font-family: "Amazon Ember", Arial, Helvetica, sans-serif;
}

:root {
  --primary-color: #1f5c71;
  --background-color: #f4f4f4;
}

#errorBanner,
#successBanner {
  padding: 1rem;
  margin: 0.75rem;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 1300;
  width: -webkit-fill-available;
  width: -moz-available;
}

#errorBanner {
  background-color: #fdeded;
  color: #5f2120;
}

#successBanner {
  background-color: #edf7ed;
  color: #1e4620;
}

.container {
  display: flex;
}

.close {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.material-symbols-outlined.success {
  color: #2e7d32;
  margin-right: 12px;
  font-size: 22px !important;
}

.material-symbols-outlined.close {
  font-size: 20px !important;
}

.material-symbols-outlined.error {
  color: #d32f2f;
  margin-right: 12px;
  font-size: 22px !important;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fade-out {
  animation: fadeOut 0.5s forwards;
}

.laminar-copilot {
  margin: auto;
  padding: 0 0 2.5rem 0;
  max-width: 375px;
}

.laminar-copilot__icon,
.laminar-copilot__text {
  vertical-align: middle;
  display: inline-block;
}

.laminar-copilot__text {
  margin-left: 1rem;
}

.devise-page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--primary-color);
  max-width: 632px;
  width: 100%;
  background: var(--background-color);
  text-align: center;
}

.form {
  position: relative;
  z-index: 1;
  background: #ffffff;
  margin: 0 auto;
  padding: 0.9375rem 4.375rem 2.8125rem;
  text-align: center;
  border-radius: 7px;
}

.form input {
  font-size: 0.9375rem;
  box-sizing: border-box;
  display: block;
  margin: 1.5rem auto;
  width: 100%;
  overflow: hidden;
  padding: 1.25rem 1rem;
  border: 1px solid #a0a0a0;
  border-radius: 6px;
}

.actions input[type="submit"] {
  font-weight: bold;
  background: var(--primary-color);
  color: white;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 0 2px #a8a8a8;
}

.transparent button {
  margin-bottom: 1.5rem;
  width: 100%;
  padding: 1rem;
  border-radius: 6px;
  font-weight: bold;
  background: transparent;
  border-color: var(--primary-color);
  border-style: solid;
  border-width: thin;
  box-shadow: 0 0 3px #a8a8a8;
  color: var(--primary-color);
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.devise-links a {
  color: #868686;
}
