/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.auth-input {
  appearance: none;
  -webkit-appearance: none;
}

.auth-input::-webkit-contacts-auto-fill-button,
.auth-input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.auth-input::-ms-reveal,
.auth-input::-ms-clear {
  display: none;
}

.auth-recaptcha {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.auth-recaptcha .g-recaptcha > div {
  margin-left: 0;
  margin-right: 0;
}

html:not(.dark) body.authenticated-color-flip {
  background-color: #fff;
}

html:not(.dark) body.authenticated-color-flip .bg-slate-50 {
  background-color: #fff;
}

html:not(.dark) body.authenticated-color-flip .bg-white {
  background-color: #f9fafc;
}

html:not(.dark) body.authenticated-color-flip .bg-white\/90 {
  background-color: rgb(249 250 252 / 0.9);
}

html:not(.dark) body.authenticated-color-flip .border-gray-100 {
  border-color: #d7deeb;
}

html:not(.dark) body.authenticated-color-flip .border-gray-200 {
  border-color: #c8d3e3;
}

html:not(.dark) body.authenticated-color-flip .border-gray-200\/80 {
  border-color: rgb(200 211 227 / 0.85);
}

html:not(.dark) body.authenticated-color-flip .border-gray-300 {
  border-color: #b3c1d8;
}

html:not(.dark) body.authenticated-color-flip .outline-gray-200 {
  outline-color: #c8d3e3;
}
