body {
  font-family: 'Open Sans', system-ui, -apple-system, sans-serif;
  background: #f5f6fa;
  color: #2c3e50;
  margin: 0;
}

.page-wrapper {
  min-height: 100vh;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.brand-logo {
  width: 260px;
  max-width: 95%;
  height: auto;
}

.tabs-container {
  border-radius: 6px;
}

.status-tabs {
  gap: 12px;
  align-items: stretch;
}

.tab-item {
  flex: 1;
  text-align: center;
  color: #7f8c8d;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 6px;
  border-bottom: 2px solid transparent;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  cursor: pointer;
}

.tab-item i {
  font-size: 1.1rem;
}

.tab-item.active {
  color: #0061b1;
  border-color: #0061b1;
}

.contests {
  max-width: 1100px;
}

.contest-card {
  border-radius: 6px;
}

.contest-card .card-body {
  padding: 18px 20px;
}

.contest-logo img {
  width: 110px;
  height: auto;
}

.contest-subtitle {
  color: #7a7f85;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

.contest-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2b2f33;
}

.contest-btn {
  min-width: 180px;
  font-weight: 700;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #218838;
  border-color: #1e7e34;
}

.page-footer {
  background: #0a0a0a;
  color: #ffffff;
  padding: 24px 12px;
  margin-top: 24px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.page-footer a {
  color: #8fc8ff;
  text-decoration: none;
}

.page-footer a:hover {
  text-decoration: underline;
}

.footer-brand {
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

/* Detail page */
.detail-container {
  max-width: 1100px;
}

.notice-card {
  background: #fff6de;
}

.info-card .section-title {
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.detail-logo img {
  width: 180px;
  height: auto;
}

.actions-card {
  background: #fff8df;
}

.action-btn {
  min-width: 220px;
  font-weight: 700;
}

.resources-card {
  overflow: hidden;
}

.resource-tabs {
  display: flex;
  border-bottom: 4px solid #1e73be;
}

.tab-resource {
  flex: 1;
  padding: 14px 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #55758c;
  background: #f4f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.tab-resource.active {
  background: #fff;
  color: #1e73be;
  border-bottom: 4px solid #1e73be;
  margin-bottom: -4px;
}

.tab-resource.disabled {
  color: #9aa7b5;
}

.resource-list .resource-item {
  padding: 16px 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.resource-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 160px;
}

.bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f7b500;
  display: inline-block;
}

.bullet-muted {
  background: #c6c6c6;
}

.date-badge {
  background: #f9cc45;
  color: #a57500;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
}

.badge-muted {
  background: #e1e1e1;
  color: #5c5c5c;
}

.resource-info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.resource-title {
  font-weight: 700;
  color: #4a4f55;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.download-link {
  color: #1e73be;
  font-weight: 700;
  text-decoration: none;
}

.download-link:hover {
  text-decoration: underline;
}

/* Vagas */
.vagas-wrapper {
  background: #f4f6f8;
}

.vaga-header {
  background: #f0f2f5;
  padding: 16px 18px;
  font-weight: 700;
  color: #1e73be;
  border-bottom: 1px solid #d8e0e8;
  text-transform: uppercase;
}

.vaga-card {
  background: #fff;
  border: 1px solid #e5e8ec;
  border-left: 3px solid #1e73be;
  border-radius: 4px;
  margin: 14px 14px 0 14px;
  padding: 14px 16px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.vaga-title {
  font-weight: 700;
  color: #2c2f34;
  margin-bottom: 10px;
}

.req-box {
  background: #fff6de;
  border-radius: 4px;
  padding: 10px 12px;
  border: 1px solid #f0dfa7;
}

.req-label {
  font-weight: 700;
  margin-bottom: 4px;
  color: #444;
}

.req-text {
  color: #444;
  line-height: 1.4;
}

.resource-panels {
  background: #fff;
}

.vagas-frame {
  width: 100%;
  height: 80vh;
  border: none;
  background: #fff;
}

@media (max-width: 992px) {
  .contest-logo img {
    width: 130px;
  }

  .contest-subtitle {
    font-size: 1rem;
  }

  .contest-title {
    font-size: 1.35rem;
  }

  .detail-logo img {
    width: 220px;
  }

  .action-btn {
    width: 100%;
  }

  .resource-item {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .resource-meta {
    order: -1;
  }

  .resource-info {
    width: 100%;
    align-items: flex-start;
  }

  .resource-title {
    font-size: 1.05rem;
  }

  .vaga-card {
    margin: 12px 10px 0 10px;
  }

  .vagas-frame {
    height: 70vh;
  }
}

@media (max-width: 768px) {
  .tabs-container .card-body {
    padding: 12px 8px;
  }

  .status-tabs {
    gap: 6px;
  }

  .tab-item {
    font-size: 0.78rem;
    padding: 10px 4px;
  }

  .tab-item i {
    font-size: 1rem;
  }

  .contest-card .card-body {
    padding: 16px 14px;
  }

  .contest-card .card-body {
    align-items: center;
  }

  .contest-logo img {
    width: 200px;
  }

  .contest-info {
    text-align: center;
  }

  .contest-title {
    font-size: 1.4rem;
  }

  .contest-btn {
    width: 100%;
    min-width: 0;
    font-size: 1.05rem;
  }

  .page-footer {
    font-size: 0.9rem;
  }

  .resource-tabs {
    flex-direction: row;
  }

  .tab-resource {
    font-size: 0.95rem;
    padding: 12px 8px;
  }

  .resource-list .resource-item {
    padding: 14px 14px;
  }

  .date-badge {
    font-size: 0.85rem;
  }
}


/* Modal CPF / Cadastro */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 16px;
}

.modal-overlay.show {
  display: flex;
}

.modal-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  max-width: 700px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.modal-header {
  padding: 16px 20px;
  background: #0f1620;
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-body {
  padding: 18px 20px 20px 20px;
  overflow-y: auto;
  max-height: calc(90vh - 60px);
}

.modal-close {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}

.form-group {
  margin-bottom: 14px;
}

.form-group label {
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
  color: #2c2f34;
}

.form-control {
  width: 100%;
  border: 1px solid #d5d9e0;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 0.98rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

.action-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.status-text {
  font-size: 0.92rem;
  color: #495057;
}

.btn-primary {
  background: #1e73be;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
}

.btn-secondary {
  background: #f1f3f5;
  color: #2c2f34;
  border: 1px solid #d5d9e0;
  border-radius: 6px;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
}

.inline-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
}

.error-text {
  color: #c0392b;
  font-size: 0.9rem;
  margin-top: 4px;
  display: none;
}

.password-wrap {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  color: #7a7f85;
  font-size: 1rem;
}

/* Dashboard (painel pós-cadastro) */
.dash-body {
  background: #f3f6fa;
  font-family: 'Open Sans', sans-serif;
  min-height: 100vh;
}
.dash-topbar {
  background: linear-gradient(90deg, #111, #1c1c1c);
  color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
}
.dash-topbar .user-info {
  font-weight: 600;
}
.dash-topbar .top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dash-topbar .btn-top {
  border: 1px solid #dcdcdc;
  background: #f7f7f7;
  color: #333;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}
.dash-topbar .btn-top.btn-exit {
  background: #d9534f;
  color: #fff;
  border-color: #d9534f;
}
.dash-tabs {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 5;
}
.dash-header {
  background: #fff;
  padding: 14px 0 10px;
  text-align: center;
}
.dash-logo {
  max-width: 220px;
  width: 100%;
  height: auto;
}
.dash-tabs .tab-btn {
  border: none;
  background: transparent;
  padding: 10px 16px;
  font-weight: 700;
  color: #666;
  border-bottom: 3px solid transparent;
}
.dash-tabs .tab-btn.active {
  color: #0f73be;
  border-color: #0f73be;
}
.dash-card {
  border: 1px solid #e3e6eb;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.dash-card .d-logo {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #dfe4ea;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}
.dash-card .d-logo img {
  max-width: 58px;
  max-height: 58px;
}
.dash-card .d-title {
  font-weight: 700;
  color: #1c1c1c;
  margin: 0;
}
.dash-card .d-subtitle {
  margin: 2px 0 0;
  font-size: 13px;
  color: #556;
}
.dash-card .d-btn {
  background: #19944a;
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.dash-footer {
  background: #0d0d0d;
  color: #fff;
  padding: 18px;
  margin-top: 30px;
  font-size: 13px;
  text-align: center;
}
.dash-footer a { color: #fff; text-decoration: underline; }

@media (max-width: 576px) {
  .dash-topbar { flex-direction: column; align-items: flex-start; }
  .dash-tabs { position: sticky; top: 0; }
  .dash-card { padding: 14px; }
  .dash-card .d-title { font-size: 16px; }
  .dash-card .d-subtitle { font-size: 12px; }
}

/* Página de arquivos (professorpainel) */
.topbar-slim {
  background: linear-gradient(90deg, #0d0d0d, #161616);
  color: #fff;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  flex-wrap: wrap;
  gap: 8px;
}
.topbar-actions a {
  border: 1px solid #dcdcdc;
  background: #f7f7f7;
  color: #333;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  margin-left: 6px;
}
.topbar-actions a.btn-exit {
  background: #d9534f;
  border-color: #d9534f;
  color: #fff;
}
.pf-hero {
  background: #0d0d0d;
  color: #fff;
  padding: 16px;
  border-radius: 8px 8px 0 0;
}
.pf-hero .pf-logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.pf-hero .pf-logo img {
  max-width: 60px;
  max-height: 60px;
}
.pf-card {
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  overflow: hidden;
  background: #fff;
}
.pf-list .pf-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid #eef1f5;
  align-items: center;
}
.pf-badge {
  background: #c0392b;
  color: #fff;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 6px;
}
.pf-title {
  font-weight: 700;
  color: #1c1c1c;
  margin: 0;
}
.pf-date {
  font-size: 13px;
  color: #4a4f57;
  margin: 4px 0 0;
}
.pf-btn {
  background: #eef4ff;
  border: 1px solid #d4e0f5;
  color: #1e73be;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  min-width: 120px;
  text-align: center;
}
.pf-consent {
  background: #fff8e6;
  border: 1px solid #f6e2b5;
  border-radius: 6px;
  padding: 14px;
  margin: 20px 0;
  font-size: 14px;
}
.pf-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.pf-actions .btn-yes {
  background: #1ca95c;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 700;
}
.pf-actions .btn-no {
  background: #d9534f;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 700;
}
.pf-footer {
  background: #0d0d0d;
  color: #fff;
  padding: 16px;
  text-align: center;
  font-size: 13px;
  border-radius: 0 0 8px 8px;
}
.pf-footer a { color: #fff; text-decoration: underline; }

@media (max-width: 768px) {
  .pf-list .pf-item { grid-template-columns: 1fr; }
  .topbar-slim { justify-content: center; text-align: center; }
  .topbar-actions { width: 100%; display: flex; justify-content: center; flex-wrap: wrap; }
  .topbar-actions a { margin: 4px; }
}

/* Seleção de cargos (tecnicoselecao) */
.sel-card {
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  overflow: hidden;
}
.sel-header {
  background: #f3f6fa;
  padding: 14px 18px;
  font-weight: 800;
  color: #c47a00;
  border-bottom: 1px solid #e6e9ef;
  text-transform: uppercase;
}
.sel-list .sel-item {
  padding: 16px 18px;
  border-bottom: 1px solid #eef1f5;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: flex-start;
}
.sel-check {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
.sel-title {
  font-weight: 700;
  color: #1c1c1c;
  margin: 0 0 4px;
  line-height: 1.35;
}
.sel-value {
  font-size: 13px;
  color: #444;
  margin: 0 0 10px;
}
.sel-req-box {
  background: #fff4d3;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #f1deb0;
}
.sel-req-title {
  font-weight: 700;
  font-size: 13px;
  color: #8b5a00;
  margin: 0 0 4px;
}
.sel-req-text {
  margin: 0;
  color: #4a4f57;
  font-size: 13px;
}

@media (max-width: 768px) {
  .sel-list .sel-item { grid-template-columns: 1fr; }
  .sel-check { margin-top: 0; }
}

.sel-actions {
  padding: 16px 18px 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  background: #fff8e6;
  border-top: 1px solid #f1deb0;
}
.sel-error {
  color: #c0392b;
  font-weight: 700;
  display: none;
}
.sel-actions .btn-yes,
.sel-actions .btn-no {
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 700;
  color: #fff;
  min-width: 120px;
}
.sel-actions .btn-yes {
  background: #1ca95c;
}
.sel-actions .btn-no {
  background: #d9534f;
}
.scroll-down {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #1e73be;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media (max-width: 576px) {
  .scroll-down { right: 12px; bottom: 12px; }
}

/* Confirmação de inscrição (pós-seleção) */
.fin-banner {
  background: #1e2a38;
  color: #fff;
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
  margin-bottom: 14px;
}
.fin-logo {
  width: 68px;
  height: 68px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.fin-logo img { max-width: 100%; max-height: 100%; }
.fin-info h3 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 800;
}
.fin-info p {
  margin: 2px 0;
  font-size: 13px;
  color: #d9e0ea;
}
.conf-card {
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  overflow: hidden;
}
.conf-header {
  background: #f3f6fa;
  padding: 14px 18px;
  border-bottom: 1px solid #e6e9ef;
}
.conf-title {
  font-weight: 800;
  font-size: 20px;
  color: #1c1c1c;
  margin: 0;
}
.conf-sub {
  margin: 4px 0 0;
  color: #555;
  font-size: 14px;
}
.conf-meta {
  padding: 14px 18px;
  border-bottom: 1px solid #eef1f5;
}
.conf-label {
  font-weight: 700;
  color: #1c1c1c;
  margin: 0 0 6px;
}
.conf-value {
  margin: 0;
  color: #444;
}
.conf-section {
  padding: 14px 18px;
  border-bottom: 1px solid #eef1f5;
}
.conf-box {
  background: #fff8e6;
  border: 1px solid #f1deb0;
  border-radius: 6px;
  padding: 14px;
}
.conf-actions {
  padding: 14px 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.conf-actions .btn-yes,
.conf-actions .btn-no {
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 700;
  color: #fff;
  min-width: 120px;
}
.conf-actions .btn-yes { background: #1ca95c; }
.conf-actions .btn-no { background: #d9534f; }
.conf-status {
  color: #c0392b;
  font-weight: 700;
  display: none;
}

/* Seguro opcional */
.ins-box {
  background: #f9f9ff;
  border: 1px solid #dfe4f3;
  border-radius: 8px;
  padding: 12px 14px;
  margin: 12px 18px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  width: calc(100% - 36px);
}
.ins-box input { margin-top: 4px; }
.ins-box .ins-text {
  font-size: 14px;
  color: #2c2f34;
}
.ins-box .ins-price {
  font-weight: 800;
  color: #0f73be;
}

/* Modal PIX */
.pix-overlay {
  position: fixed;
  top: 0; left: 0; right:0; bottom:0;
  background: rgba(0,0,0,0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 12px;
}
.pix-overlay.show { display: flex; }
.pix-modal {
  background: #fff;
  border-radius: 10px;
  max-width: 520px;
  width: 100%;
  padding: 18px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.25);
  border: 1px solid #dce3f1;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.pix-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.pix-header h4 {
  margin: 0;
  font-weight: 800;
  color: #1c1c1c;
}
.pix-sub {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
}
.pix-close {
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}
.pix-body {
  text-align: center;
  overflow-y: auto;
  padding: 6px 4px 0;
}
.pix-loading {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 18px 14px;
  background: linear-gradient(135deg, #f5f8ff 0%, #eef2fb 100%);
  border: 1px solid #dfe5f4;
  border-radius: 10px;
  color: #1c2a3d;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}
.pix-spinner {
  width: 38px;
  height: 38px;
  border: 4px solid #e2e8f3;
  border-top-color: #1e73be;
  border-radius: 50%;
  animation: pixspin 1s linear infinite;
}
.pix-loading p {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2px;
}
@keyframes pixspin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.pix-body img {
  max-width: 220px;
  margin: 10px auto;
  display: block;
}
.pix-code {
  background: #f5f7fb;
  border: 1px solid #dce3f1;
  border-radius: 8px;
  padding: 10px;
  word-break: break-all;
  font-size: 13px;
  margin-top: 6px;
}
.pix-actions {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-copy {
  border: none;
  padding: 9px 14px;
  border-radius: 6px;
  background: #1e73be;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.pix-summary {
  background: #f9fafc;
  border: 1px solid #e5ebf5;
  border-radius: 8px;
  padding: 10px 12px;
  text-align: left;
  margin-top: 8px;
  display: grid;
  gap: 6px;
}
.pix-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: #2c2f34;
  font-weight: 700;
}
.pix-line .pix-value {
  color: #0f73be;
}

@media (max-width: 992px) {
  .modal-card {
    max-width: 540px;
  }
}

@media (max-width: 640px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
