.admin-paroquia-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
}

.admin-paroquia-header-list {
  margin-bottom: 0;
}

.admin-paroquia-nome {
  margin: 0;
  width: 100%;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
  color: #111111;
}

.admin-paroquia-local {
  margin: 0;
  width: 100%;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #4a4a4a;
}

.admin-paroquia-logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-top: 0.25rem;
  border-radius: 0.625rem;
  border: 1px solid #e5e7eb;
  background-color: #fafafa;
  overflow: hidden;
  flex-shrink: 0;
}

.admin-paroquia-header-detail .admin-paroquia-logo-frame {
  width: 3.75rem;
  height: 3.75rem;
  margin-top: 0.5rem;
}

.admin-paroquia-header-form .admin-paroquia-logo-frame {
  width: 3rem;
  height: 3rem;
}

.admin-paroquia-logo-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Cores dos cards de montagem de escala — garante visual mesmo sem rebuild do Tailwind */
.bg-pastoral-purple {
  background-color: #9c27b0;
}

.bg-pastoral-purple-dark,
.hover\:bg-pastoral-purple-dark:hover {
  background-color: #8e24aa;
}

.bg-pastoral-lilac {
  background-color: #d7b9e8;
}

.bg-status-warning {
  background-color: #d4af37;
}

.bg-status-complete {
  background-color: #4caf50;
}

.bg-app-bg {
  background-color: #f4f5f7;
}

.bg-escala-incompleta {
  background-color: #ef5350;
}

.btn-escala {
  display: inline-flex;
  min-height: 2.75rem;
  min-width: 5.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s ease;
}

.btn-escala:active {
  transform: scale(0.99);
}

.btn-escala-completa {
  background-color: #00897b;
}

.btn-escala-incompleta {
  background-color: #ef5350;
}

.checklist-agente {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 1rem 1.25rem;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.checklist-agente:active {
  transform: scale(0.99);
}

.checklist-agente-marcado {
  border-color: #9c27b0;
  background-color: #f3e5f5;
}

.checklist-agente-desmarcado {
  border-color: #e0e0e0;
}

.checklist-agente-box {
  display: inline-flex;
  height: 1.75rem;
  width: 1.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 2px solid #9c27b0;
  background-color: #ffffff;
}

.checklist-agente-marcado .checklist-agente-box {
  background-color: #9c27b0;
  border-color: #9c27b0;
}

.checklist-agente-desmarcado .checklist-agente-box {
  border-color: #bdbdbd;
  background-color: #fafafa;
}

.checklist-agente-syncing {
  opacity: 0.85;
}

.checklist-agente-optimistic {
  transition: border-color 0.1s ease, background-color 0.1s ease;
}

.checklist-coroinha-responsavel-na-missa {
  border-color: #00897b;
  background-color: #e0f2f1;
}

.checklist-coroinha-responsavel-na-missa.checklist-agente-marcado {
  border-color: #00897b;
  background-color: #b2dfdb;
}

.checklist-coroinha-responsavel-na-missa .checklist-agente-box {
  border-color: #00897b;
}

.checklist-coroinha-responsavel-na-missa.checklist-agente-marcado .checklist-agente-box {
  background-color: #00897b;
  border-color: #00897b;
}

.coroinha-responsavel-badge {
  display: inline-flex;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #00897b;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #ffffff;
}

.leitores-progress {
  display: grid;
  gap: 0.75rem;
}

.leitores-progress-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem 0.75rem;
  align-items: center;
  border-radius: 16px;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.leitores-progress-completa {
  border: 2px solid #9c27b0;
  background-color: #f3e5f5;
}

.leitores-progress-pendente {
  border: 2px solid #e0e0e0;
}

.leitores-progress-dot {
  grid-row: span 2;
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #bdbdbd;
}

.leitores-progress-completa .leitores-progress-dot {
  background-color: #9c27b0;
}

.leitores-progress-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #4a4a4a;
}

.leitores-progress-nome {
  font-size: 1rem;
  font-weight: 700;
  color: #111111;
}

.leitores-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.leitores-tab {
  min-height: 2.75rem;
  border-radius: 9999px;
  border: 2px solid #e0e0e0;
  background-color: #ffffff;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #444444;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.leitores-tab-ativo {
  border-color: #9c27b0;
  background-color: #9c27b0;
  color: #ffffff;
}

.leitores-selecionado {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 1rem 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.leitores-busca-input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 9999px;
  border: 2px solid #e0e0e0;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  color: #111111;
  background-color: #ffffff;
}

.leitores-busca-input:focus {
  outline: none;
  border-color: #9c27b0;
  box-shadow: 0 0 0 3px rgba(156, 39, 176, 0.2);
}

.leitores-musica-btn {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.875rem;
  border-radius: 20px;
  border: 2px solid #e0e0e0;
  background-color: #ffffff;
  padding: 1rem 1.25rem;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.leitores-musica-btn-ativo {
  border-color: #9c27b0;
  background-color: #f3e5f5;
}

.leitores-musica-icon {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #ede7f6;
  font-size: 1.25rem;
}

.leitores-musica-check {
  font-size: 1.25rem;
  font-weight: 700;
  color: #9c27b0;
}

.leitura-agente {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.875rem;
  border-radius: 16px;
  border: 2px solid #e0e0e0;
  background-color: #ffffff;
  padding: 0.875rem 1rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.leitura-agente-selecionado {
  border-color: #9c27b0;
  background-color: #f3e5f5;
}

.leitura-agente-radio {
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 2px solid #bdbdbd;
  background-color: #ffffff;
}

.leitura-agente-selecionado .leitura-agente-radio {
  border-color: #9c27b0;
}

.leitura-agente-radio-inner {
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  background-color: #9c27b0;
}

.leitura-agente-form[aria-busy="true"] .leitura-agente,
.leitores-musica-btn[disabled] {
  opacity: 0.65;
  pointer-events: none;
}

.leitores-lista {
  max-height: 24rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 0.125rem;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
body {
  margin: 0;
  overflow-x: hidden;
  max-width: 100vw;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  min-height: 100%;
  background: #f3f4f6;
}

html {
  overflow-x: hidden;
}
