.acolhimento-agenda-container {
  padding-bottom: 15px;
  margin-top: 20px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.acolhimento-agenda-box {
  border: solid 1px #ddd;
  border-radius: 6px;
  background-color: #f9f9f9;
  margin-bottom: 35px;
}

.acolhimento-agenda-header {
  margin-bottom: 20px;
  background-color: #ddd;
  color: #125b47;
  font-size: 2rem;
  gap: 10px;
  padding: 10px 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  align-items: start;
  justify-content: center;
  line-height: 90%;
}

.agenda-arrow-icons {
  font-size: 2.5rem;
  margin: 0 10px;
  cursor: pointer;
  color: #00903e !important;
}

.acolhimento-agenda-header-text {
  line-height: 65%;
}

.acolhimento-agenda-header-text small {
  font-size: 1.2rem !important;
  opacity: 0.7;
}

.acolhimento-page-card {
  max-width: 1600px !important;
}

.acolhimento-dia-card {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #f9f9f9;
  overflow: hidden;
}

.acolhimento-dia-header {
  background-color: #6d6d6d;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.acolhimento-dia-header span {
  font-size: 14px;
}

.acolhimento-horario-row {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  color: #333;
  display: flex;
  align-items: center;
}

.acolhimento-horario-row:last-child {
  border-bottom: none;
}

.acolhimento-horario-time {
  font-weight: bold;
  min-width: 30px;
  display: inline-block;
}

.acolhimento-horario-row.agendado {
  background-color: #ffdf70;
}

.acolhimento-horario-row.cancelado {
  background-color: #e0e0e0;
  color: #999
}

.acolhimento-horario-info {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px;
  min-width: 0;
}

.acolhimento-horario-nome {
  display: block;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
  font-size: 1rem;
}

.acolhimento-horario-icon {
  color: #888;
  flex-shrink: 0;
}

.acolhimento-horario-row.agendado .acolhimento-horario-icon {
  color: #666;
}

.acolhimento-card-agendamento {
  margin-top: 20px; 
  margin-bottom: 5px; 
  border: 4px solid #007a15; 
  border-radius: 12px; 
  background-color: #e4eee4; 
  padding: 20px 30px; 
  color: #007a15;
}
.acolhimento-card-agendamento, .acolhimento-card-agendamento-cancel {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.acolhimento-card-agendamento-cancel {
  margin-bottom: 20px;
}
.acolhimento-card-agendamento-content {
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
 
  i {
    font-size: 75px; 
  }
}
.acolhimento-card-agendamento-description {
  flex: 1 1 auto; 
  text-align: center; 
  font-size: 2rem; 
  font-weight: bold; 
  padding: 0 20px; 
  line-height: 1.3;
}
.acolhimento-card-agendamento-data {
  font-size: 18px; 
  font-weight: 500;
}
.acolhimento-card-agendamento-hora {
  font-size: 50px; 
  font-weight: 900; 
  line-height: 1; 
  margin: -2px 0;
}
.acolhimento-card-agendamento-dia {
  font-size: 16px; 
  font-weight: 500;
}
#motivoCancelamento {
  text-transform: none;
}