/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Page 797: keep the text widget below the video widget */
.page-id-797 .elementor-797 .elementor-element.elementor-element-0e7b90b > .e-con-inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.page-id-797 .elementor-797 .elementor-element.elementor-element-94ccc93,
.page-id-797 .elementor-797 .elementor-element.elementor-element-d777743 {
	width: 100%;
	max-width: 100%;
}

.page-id-797 .elementor-797 .elementor-element.elementor-element-d777743 {
	position: static !important;
	z-index: auto !important;
	margin-top: 24px !important;
}

.page-id-797 .elementor-797 .elementor-element.elementor-element-94ccc93 .video-container {
	position: relative;
	isolation: isolate;
}

.page-id-797 .elementor-797 .elementor-element.elementor-element-94ccc93 .video-container iframe {
	display: block;
}

@media (max-width: 767px) {
	.page-id-797 .elementor-797 .elementor-element.elementor-element-d777743 {
		margin-top: 16px !important;
	}
}

.cwy-dashboard-filter-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 16px;
	width: 100%;
	margin-bottom: 24px;
	margin-left: 0;
	margin-right: 0;
	--tutor-gutter-x: 0;
	--tutor-gutter-y: 0;
}

.cwy-dashboard-filter-row > [class*='tutor-col'] {
	min-width: 0;
	width: auto;
	max-width: none;
	flex: 0 0 auto;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
}

.cwy-dashboard-filter-field {
	position: relative;
}

.cwy-dashboard-filter-row .tutor-form-select,
.cwy-dashboard-filter-row .tutor-js-form-select,
.cwy-dashboard-filter-row .tutor-v2-date-picker,
.cwy-dashboard-filter-row .tutor-form-wrap,
.cwy-dashboard-filter-row .tutor-form-control {
	width: 100%;
}

.cwy-dashboard-filter-row .tutor-js-form-select {
	position: relative;
}

.cwy-dashboard-filter-row .tutor-js-form-select.is-active {
	z-index: 40;
}

.cwy-dashboard-filter-row .tutor-form-label {
	display: block;
	margin-bottom: 12px;
}

.cwy-dashboard-filter-row .tutor-form-select-label {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cwy-dashboard-filter-row .tutor-form-select-dropdown {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.cwy-dashboard-filter-row .tutor-form-select-options {
	max-height: 320px;
	overflow: auto;
}

.cwy-dashboard-filter-row .tutor-form-select-search {
	position: sticky;
	top: 0;
	z-index: 1;
	background: #fff;
}

@media (min-width: 768px) {
	.cwy-dashboard-filter-row--assignments {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	.cwy-dashboard-filter-row--enrolled-courses .cwy-dashboard-filter-field--course-type {
		max-width: 320px;
	}
}

@media (min-width: 1280px) {
	.cwy-dashboard-filter-row--assignments {
		grid-template-columns: minmax(0, 2.2fr) repeat(3, minmax(0, 1fr));
	}
}

.cwy-course-access-badge {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	margin-bottom: 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.cwy-course-access-badge--subscription {
	background: #ecfeff;
	color: #0f766e;
}

.cwy-course-access-badge--lifetime {
	background: #fff7ed;
	color: #c2410c;
}
