/* Título dos agendamentos */
.fisiomay-agendamentos-titulo {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #5c2c83;
  text-align: center;
}

.fisiomay-agendamentos-lista {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fisiomay-agendamento {
  background: #f5edfa;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #7B2BBD;
  border-radius: 8px;
  opacity: 1;
}

.fisiomay-agendamento.realizado {
  opacity: 0.6;
}

.fisiomay-agendamento-info {
  margin-bottom: 0.5rem;
}

.fisiomay-agendamento-label {
  color: #888;
  font-style: italic;
}

.fisiomay-agendamento-local {
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
}

.fisiomay-agendamento-botoes {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-pagamento-pix,
.btn-pagamento-local {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: none;
}

.btn-pagamento-pix {
  background: #7B2BBD;
  color: white;
}

.btn-pagamento-pix:hover {
  background: #7B2BBD;
  color: white;
}

.btn-pagamento-local {
  background: #ccc;
  color: #333;
}

.btn-pagamento-local:hover {
  background: #ccc;
  color: #333;
}

/* Modal */
.fisiomay-modal-pagamento {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.fisiomay-modal-conteudo {
  background: white;
  max-width: 480px;
  width: 90%;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.fisiomay-modal-conteudo h3 {
  color: #5c2c83;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.fisiomay-modal-conteudo p {
  margin-bottom: 1.5rem;
  color: #333;
  font-size: 1rem;
}

.fisiomay-modal-botoes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.fisiomay-modal-botoes button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
}

/* Botão: Aguardar contato */
#confirmar-pagamento-local {
  background: #5c2c83;
  color: white;
}

#confirmar-pagamento-local:hover {
  background: #5c2c83;
  color: white;
}

/* Botão: Pagar com Pix (dentro do modal) */
#abrir-pagamento-pix {
  background: #f5edfa;
  color: #7B2BBD;
  border: 1px solid #7B2BBD;
}

#abrir-pagamento-pix:hover {
  background: #f5edfa;
  color: #7B2BBD;
}

/* Botão [×] para fechar modal */
.fisiomay-modal-fechar {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 20px;
  color: #888;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.fisiomay-modal-fechar:hover {
  color: #333;
}

/* Caixa de agradecimento */
.fisiomay-caixa-agradecimento {
  border: 2px solid #7B2BBD;
  border-radius: 10px;
  padding: 1.5rem;
  background: #ffffff;
  margin-top: 2rem;
}

.fisiomay-check {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.fisiomay-check img {
  width: 32px;
  height: 32px;
  margin-right: 0.75rem;
}

.fisiomay-check h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #5c2c83;
  margin: 0;
}

.fisiomay-caixa-agradecimento p {
  margin: 0;
  font-size: 1rem;
  color: #333;
}

.fisiomay-status-bloco {
  margin-top: 8px;
  margin-bottom: 10px;
}

.fisiomay-status {
  display: inline-block;
  padding: 2px 8px;
  font-weight: bold;
  border-radius: 6px;
  font-size: 13px;
  margin-bottom: 4px;
}

.fisiomay-status.aprovado {
  background-color: #28a745;
  color: #fff;
}

.fisiomay-status.pendente {
  background-color: #f0a020;
  color: #fff;
}

.fisiomay-status.realizado {
  background-color: #6c757d;
  color: #fff;
}

.fisiomay-status-msg {
  font-size: 14px;
  color: #c62828;
  margin-top: 4px;
  font-weight: 500;
}

.msg-aprovado {
  color: #007bff; /* azul */
}

.msg-pendente {
  color: #cc0000; /* vermelho */
}


/* Correções visuais ao abrir modal */

/* Remove destaque (roxo/magenta) ao focar nos botões */
.btn-pagamento-pix:focus,
.btn-pagamento-local:focus {
  outline: none;
  box-shadow: none;
}

/* Evita destaque colorido no botão de fechar modal */
.fisiomay-modal-fechar:focus,
.fisiomay-modal-fechar:hover {
  color: #333 !important;
  outline: none;
  box-shadow: none;
}




/*oculta a ultima parte do formularío*/
/* Oculta apenas a mensagem final quando a classe for adicionada dinamicamente */
.bookly-box.ocultar-bookly-final {
  opacity: 0;
  position: absolute;
  left: -9999px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}


/*estilo da validação do telefone para exigir o 94*/
.fisiomay-msg-erro-telefone {
  color: #cc0000;
  font-size: 0.9rem;
  margin-top: 4px;
  font-weight: 500;
}




/* Estilo principal da mensagem de erro */
/* Estilo principal da mensagem de erro */
.bookly-form .bookly-label-error {
  color: #d10000 !important;           /* vermelho vivo */
  font-weight: 600;                    /* negrito */
  font-size: 14px;
  margin-top: 4px;
  display: block;
  line-height: 1.4;
}




/*modal da openpix personalizar*/
#WooviLogo {
  display: none !important;
}

