/* @import "../stylesheets/tailwind.css"; */

.pagy {
  display: flex;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
}

.pagy > * + * {
  margin-left: 0.25rem;
}

.pagy a:not(.gap) {
  display: block;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #e5e7eb;
}

.pagy a:not(.gap):hover {
  background-color: #d1d5db;
}

.pagy a:not(.gap):not([href]) {
  /* disabled links */
  color: #d1d5db;
  background-color: #f3f4f6;
  cursor: default;
}

.pagy a:not(.gap).current {
  color: #ffffff;
  background-color: #9ca3af;
}

.pagy label {
  display: inline-block;
  white-space: nowrap;
  background-color: #e5e7eb;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.pagy label input {
  background-color: #f3f4f6;
  border: none;
  border-radius: 0.375rem;
}

.badge {
  white-space: nowrap;
}

@keyframes timeline-pulse {
  0%   { background-color: oklch(85% 0.199 91.936 / 0.6); }
  100% { background-color: transparent; }
}

.timeline-pulse > td {
  animation: timeline-pulse 1.5s ease-out;
}

.message-output {
  font-family: 'Times New Roman';
  font-size: 1.5em;
  color: #000;

  p, table {
    margin: 0;
    padding-bottom: 1em;
  }
  /* Blocksatz for the letter body; centered/right/subject paragraphs keep their alignment. */
  p:not(.center):not(.right):not(.subject) {
    text-align: justify;
  }
  table p {
    margin: 0;
    padding: 0;
  }

  .contacts {
    font-size: 0.8em;
    margin-bottom: 0.75em;
  }
  .contacts .spaced {
    padding-right: 0.75em;
  }

  .address .sender {
    display: inline-block;
    font-size: 0.8em;
    font-variant: small-caps;
    border-bottom: 1pt solid black;
    padding-bottom: 0.1em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    margin-bottom: 0.5em;
  }

  .bold {
    font-weight: bold;
  }
  .center {
    text-align: center;
  }
  .right {
    text-align: right;
  }
}
