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

body {
  background-color: #fff7f2;
}

.row {
  display: flex;
  align-items: baseline;
}

.space-between {
  justify-content: space-between;
}

.webviewable {
  margin-top: 44px !important;
  margin-bottom: 100px !important;
}

.img {
  border-radius: unset;
  border: none;
  box-shadow: none;
}

.link {
  text-decoration: none;
  font-size: 1rem;
  color: darkslategray;
}

.link:hover {
  color: darkslategray;
  text-decoration: none;
}

.link:hover::before {
  content: unset;
}

.uppercase {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

input[readonly] {
  cursor: default;
  background: #ececec;
}
