#btn-submit-doa {
    width: 100%;
}

#cover{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.doa-chat {
  background: #f9f9f9;
  border-left: 4px solid #6c757d;
  border-radius: 8px;
  font-family: sans-serif;
}

.doa-nama {
  color: #007bff;
  font-size: 1rem;
}

.doa-isi {
  font-size: 0.95rem;
  white-space: pre-wrap;
}

.doa-kehadiran {
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  font-weight: 500;
}

.label-hadir {
  background-color: #d4edda;
  color: #155724;
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
}
.label-tidak {
  background-color: #f8d7da;
  color: #721c24;
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
}

button#btn-load-more {
    padding: 10px;
    margin: 20px 10%;
    width: 80%;
}


/* Alert Styles */
#alert-container {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.alert-active {
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  font-size: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.alert-info {
  background-color: #007bff;
}
.alert-success {
  background-color: #28a745;
}
.alert-error, .alert-danger {
  background-color: #dc3545;
}
.alert-warning {
  background-color: #ffc107;
  color: #333;
}

/* Embed YouTube Video */
div#embedYT {
    display: flex;
    justify-content: center;
}