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


/*
 * every-layout.dev/rudiments/boxes
 */

* {
  box-sizing: border-box;
}

[x-cloak] { display: none !important; }

table {
  width: 100%;
  border-collapse: collapse;
}

tr {
  text-align: justify;
}

dialog {
  padding: 0;
  max-height: 90vh;
  overflow: auto;
}

dialog > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

dialog > *:first-child {
  padding-top: 1rem;
}

dialog > *:last-child {
  padding-bottom: 1rem;
}

::backdrop {
  backdrop-filter: blur(5px);
}
