/*
	Custom CSS — Marshmallow Popup Parties
	Dark theme: black background, pink/purple gradients, cyan accents
*/

#events h3 {
	color: #ffffff;
	font-family: 'Syne', sans-serif;
	font-weight: 800;
	letter-spacing: 0.02em;
}

#events p.duration, #events div.duration {
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
}

#events p.description, #events div.description {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	line-height: 1.6;
}

#events .selectedEvent {
	border: 2px solid #ff2d78 !important;
	background: rgba(255, 45, 120, 0.1) !important;
	border-radius: 12px;
}

#events input.reserve_time_btn {
	background: linear-gradient(135deg, #ff2d78, #9b30ff) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 100px !important;
	padding: 12px 32px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	letter-spacing: 0.05em !important;
}

#events input.select_another_btn {
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	color: #ffffff !important;
	border-radius: 100px !important;
	padding: 10px 24px !important;
	cursor: pointer !important;
}

#eventForm #start_date-block-container h3, #eventForm #timeline-container h3 {
	color: #ffffff !important;
	font-weight: 700;
	letter-spacing: 0.05em;
}

#eventForm #save_button {
	background: linear-gradient(135deg, #ff2d78, #9b30ff) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 100px !important;
	padding: 14px 40px !important;
	font-weight: 600 !important;
	font-size: 15px !important;
	cursor: pointer !important;
	letter-spacing: 0.05em !important;
}

div.ui-widget-content {
	background: #1a0635 !important;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

div.ui-widget-header {
	background: linear-gradient(135deg, #ff2d78, #9b30ff) !important;
	color: #ffffff !important;
	border: none !important;
	font-weight: 700;
}

#timeline-container table.timeline {
	background: #0f0520 !important;
	border-radius: 12px;
	overflow: hidden;
}

.timeline td.not_worked_time {
	background: rgba(255, 255, 255, 0.04) !important;
}

.timeline td.free_time {
	background: rgba(0, 240, 255, 0.12) !important;
	cursor: pointer;
}

.timeline td.selected_time {
	background: rgba(255, 45, 120, 0.45) !important;
}

.timeline td.reserved_time {
	background: rgba(155, 48, 255, 0.35) !important;
}

div#loading {
	background: #0f0520 !important;
	color: #ffffff !important;
}

div#widget_container {
	background: #0f0520 !important;
	color: #ffffff !important;
	font-family: 'DM Sans', sans-serif !important;
	border-radius: 20px !important;
}

#widget_container #widget_header {
	background: linear-gradient(135deg, #ff2d78, #9b30ff) !important;
	color: #ffffff !important;
	padding: 20px 28px !important;
}

#widget_container #widget_footer {
	background: #0f0520 !important;
	color: rgba(255, 255, 255, 0.35) !important;
	font-size: 12px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

#widget_container h1.title a {
	color: #ffffff !important;
	text-decoration: none !important;
	font-weight: 800 !important;
}

#events .event_price {
	color: #00f0ff !important;
	font-weight: 700 !important;
	font-size: 16px !important;
}

#eventForm dd.extention_data {
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 14px !important;
}

dd.extention_data dl.zend_form dt, dd.extention_data dl.zend_form dd label {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 13px !important;
}