/*
 * 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 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

/* Force line-height to be 1 */
.material-symbols-outlined {
  line-height: 1 !important;
}

/* Search */
[aria-selected="true"] {
  background-color: #00b84b !important;
  color: white !important;
}

.fi {
  line-height: 1 !important;
}

.table-cell-shadow-right:before {
  box-shadow: inset 10px 0 8px -8px #00000026;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  width: 30px;
  transform: translate(100%);
  transition: box-shadow .3s;
  content: "";
  pointer-events: none;
}

/* OVERRIDE TAILWIND */
select, select:focus {
  box-shadow: none !important;
}

[data-controller^="bridge-"] {
  display: none !important;
}