/**
 * Frontend Styles for Affinite Courses.
 */

.course-participants-form {
	margin: 20px 0;
}

#participant-edit-popup,
#cart-participants-edit-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
}

#participant-edit-popup .popup-content,
#cart-participants-edit-popup .popup-content {
	background: #fff;
	padding: 30px;
	max-width: 600px;
	width: 90%;
	max-height: 80vh;
	overflow-y: auto;
	position: relative;
}

#video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
}

#video-popup .popup-content {
	position: relative;
	max-width: 90%;
	max-height: 90%;
}

#video-popup .close-popup {
	position: absolute;
	top: -30px;
	right: 0;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	background: none;
	border: none;
}

#video-player video,
#video-player iframe {
	max-width: 100%;
	height: auto;
}

.lector_courses_table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.lector_courses_table th,
.lector_courses_table td{
	padding: 10px;
	border: 1px solid #e0e0e0;
}
