

.nao-confirmado {
    color: red;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.nao-confirmado i {
    color: red;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.btn-ocultar
{
	display:none;
}



.modal-containerv {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0;
    width: 500px;
    margin: auto;
    font-family: Arial, sans-serif;
}

/* Call-to-Action com degradê suave */
.call-to-actionv {
    background: linear-gradient(90deg, #e3f2fd, #e1f5fe);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 15px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.info-procedimentov {
    font-size: 1.7em;
    font-weight: bold;
    color: #0277bd;
    margin-bottom: 5px;
}

.info-profissionalv {
    font-size: 1.4em;
    color: #01579b;
}

/* Seção do formulário */
.form-sectionv {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.infov {
    padding: 8px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}




.btn-atender i {
    font-size: 1.2rem;
}

.btn-atender:hover {
    background-color: #2980b9; /* Azul mais escuro */
    transform: scale(1.05);
}

.btn-atender:active {
    background-color: #1c5980;
    transform: scale(0.95);
}


.cabecalho-anotacao {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #555;
}

.data {
    color: #777;
}

.usuario {
    font-weight: bold;
    color: #333;
}

.texto-anotacao {
    margin-bottom: 10px;
    font-size: 1rem;
}

.acoes {
    display: flex;
    gap: 5px;
}



.remarcar_container-agenda {
    max-width: 700px;
    margin: auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.remarcar_bloco-data {
    margin-bottom: 25px;
}

.remarcar_data-titulo {
    font-size: 1.2rem;
    font-weight: bold;
    color: #2c3e50;
   
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.remarcar_horarios-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.remarcar_card-horario {
    background: #f5f5f5;
    padding: 12px 15px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    width: 120px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
}

.remarcar_card-horario:hover {
    background: #e0e0e0;
    transform: scale(1.05);
}

.remarcar_card-horario.selecionado {
    background: #4CAF50;
    color: white;
    font-weight: bold;
    transform: scale(1.1);
}
.remarcar_horario {
	background-color:#58ACFA;
	padding:6px;
	border-radius:6px;
	color:#FFFFFF;
	margin-bottom:5px;
	
}
.remarcar_horario-info, .remarcar_profissional-info {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1rem;
    color: #333;
}

.remarcar_horario-info i, .remarcar_profissional-info i {
    font-size: 1.2rem;
    color: #4CAF50;
}

.info {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    border-left: 5px solid #27ae60;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    color: #2c3e50;
	flex-direction:column;
	text-align:right;
}

.info-label {
    font-weight: bold;
    color: #34495e;
}

.info-value {
    color: #16a085;
    font-weight: bold;
}


.alerta-piscante {
    color: #fff;
    background-color: #f39c12; /* amarelo alaranjado */
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    animation: piscar 1.5s infinite;
    display: inline-block;
    margin: 10px 0;
}

@keyframes piscar {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}

.alerta-piscante i {
    margin-right: 8px;
}



.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 18px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 18px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #27ae60;
}

input:checked + .slider:before {
  transform: translateX(18px);
}
