/*
 * 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 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .footer {
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1030;
  }
  main {
    flex: 1 0 auto;
  }

  .index-table th,
  .index-table td {
    vertical-align: middle;
  }
  .index-row:hover {
    background-color: #f0f4ff !important;
    transition: background 0.2s;
  }
  .btn-outline-danger {
    border-width: 2px;
  }
  .fw-semibold {
    font-weight: 600;
  }