/* Crossweb.net - Compiled from SCSS */
#country-input {
	background-color: #1f2937 !important;
	border: 1px solid #374151 !important;
	border-radius: 0.5rem !important;
	color: #f9fafb !important;
}

#country-input:focus {
	background-color: #1f2937 !important;
	border-color: rgba(64, 194, 249, 1) !important;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

.country-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #1f2937;
	border: 1px solid #374151;
	border-radius: 0.5rem;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	max-height: 200px;
	overflow-y: auto;
	display: none;
	margin-top: 4px;
}

.country-option {
	padding: 0.75rem 1rem;
	color: #f9fafb;
	cursor: pointer;
	border-bottom: 1px solid #374151;
}

.country-option:hover {
	background-color: #374151;
}

.country-option:last-child {
	border-bottom: none;
}

.city-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #1f2937;
	border: 1px solid #374151;
	border-radius: 0.5rem;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	max-height: 200px;
	overflow-y: auto;
	display: none;
	margin-top: 4px;
}

.city-option {
	padding: 0.75rem 1rem;
	color: #f9fafb;
	cursor: pointer;
	border-bottom: 1px solid #374151;
}

.city-option:hover {
	background-color: #374151;
}

.city-option:last-child {
	border-bottom: none;
}

.topic-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #1f2937;
	border: 1px solid #374151;
	border-radius: 0.5rem;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	max-height: 200px;
	overflow-y: auto;
	display: none;
	margin-top: 4px;
}

.topic-option {
	padding: 0.75rem 1rem;
	color: #f9fafb;
	cursor: pointer;
	border-bottom: 1px solid #374151;
}

.topic-option:hover {
	background-color: #374151;
}

.topic-option:last-child {
	border-bottom: none;
}

.sticky-filters {
	margin-top: 30px;
}

.homepage-gradient {
	background: linear-gradient(rgba(64, 194, 249, 0.15) 0%, rgba(64, 194, 249, 0) 100%) !important;
}

.event-count-badge {
	background: rgba(64, 194, 249, 0.2) !important;
	border: 1px solid rgba(64, 194, 249, 0.3) !important;
	color: rgba(64, 194, 249, 1) !important;
}

.event-card-gradient {
	background: linear-gradient(rgba(64, 194, 249, 0.08) 0%, rgba(64, 194, 249, 0.05) 100%) !important;
}
