/* Helix Etkinlik Sistemi Stil Dosyası */

.helix-form input,
.helix-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 14px;
}
.box.etkinlik-form {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    max-width: fit-content;
    position: fixed;
}
.event-info-area {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.event-time {
    font-size: 13px;
}
.event-durum {
    font-size: 13px;
    margin-bottom: 6px;
}

.event-location {
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.ux-image img {
    width: 100%;
}
.event-list h4 {
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    background: #016fba;
    color: white;
    margin-top: 10px;
    border-radius: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.helix-form button {
  background-color: #0073aa;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.helix-form button:hover {
  background-color: #005f8d;
}

.alert {
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 14px;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
}
a.button.etkinlik-button.primary.is-outline.mt-2 {
    text-transform: capitalize !important;
	border-radius:5px;
}
.countdown-timer {
  font-weight: bold;
  color: #d9534f;
  margin: 10px 0;
}

.qr-code img {
  max-width: 150px;
  margin-top: 20px;
}

.map-container iframe {
  width: 100%;
  height: 300px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
