.haneef-meet-box {
	border: 1px solid #d7dee8;
	border-radius: 8px;
	margin-block: 16px;
	padding: 16px;
	background: #fff;
	color: #1f2937;
}

.haneef-meet-title {
	margin-block: 0 10px;
	font-size: 1.125rem;
	line-height: 1.35;
}

.haneef-meet-context {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-block-end: 10px;
	color: #4b5563;
	font-size: 0.95rem;
}

.haneef-meet-datetime {
	margin-block: 8px;
	color: #374151;
}

.haneef-meet-join-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-block-size: 42px;
	margin-block-start: 12px;
	padding-inline: 18px;
	border-radius: 6px;
	background: #0f766e;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.haneef-meet-join-button:hover,
.haneef-meet-join-button:focus {
	background: #115e59;
	color: #fff;
}

.haneef-meet-secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-block-size: 40px;
	margin-block-start: 12px;
	padding-inline: 16px;
	border: 1px solid #9ca3af;
	border-radius: 6px;
	background: #fff;
	color: #1f2937;
	font-weight: 700;
	text-decoration: none;
}

.haneef-meet-secondary-button:hover,
.haneef-meet-secondary-button:focus {
	border-color: #4b5563;
	color: #111827;
}

.haneef-meet-inline-notice {
	border-inline-start: 4px solid #64748b;
	margin-block-end: 12px;
	padding: 10px 12px;
	background: #f8fafc;
}

.haneef-meet-inline-notice-success {
	border-inline-start-color: #0f766e;
}

.haneef-meet-inline-notice-error {
	border-inline-start-color: #b91c1c;
}

.haneef-meet-inline-notice-warning {
	border-inline-start-color: #d97706;
}

.haneef-meet-ended {
	color: #7f1d1d;
	font-weight: 700;
}

.haneef-meet-not-available {
	color: #6b7280;
}

.haneef-meet-list {
	display: grid;
	gap: 12px;
}

.haneef-meet-teacher-panel {
	display: grid;
	gap: 14px;
}

.haneef-meet-private-form {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
}

.haneef-meet-private-form label {
	display: grid;
	gap: 6px;
	font-weight: 700;
}

.haneef-meet-private-form input,
.haneef-meet-private-form select {
	box-sizing: border-box;
	inline-size: 100%;
	min-block-size: 40px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	padding-inline: 10px;
	background: #fff;
	color: #111827;
}

.haneef-meet-student-picker {
	display: grid;
	grid-column: 1 / -1;
	gap: 8px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	padding: 10px;
	background: #f8fafc;
}

.haneef-meet-student-picker-label {
	font-weight: 700;
	color: #111827;
}

.haneef-meet-student-search {
	box-sizing: border-box;
	inline-size: 100%;
	min-block-size: 40px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	padding-inline: 10px;
	background: #fff;
	color: #111827;
}

.haneef-meet-student-options {
	display: grid;
	gap: 6px;
	max-block-size: 210px;
	overflow: auto;
}

.haneef-meet-student-option {
	display: flex !important;
	align-items: flex-start;
	gap: 8px;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	padding: 8px 10px;
	background: #fff;
	font-weight: 600 !important;
	line-height: 1.45;
	cursor: pointer;
}

.haneef-meet-student-option[hidden] {
	display: none !important;
}

.haneef-meet-student-option input {
	inline-size: auto;
	min-block-size: auto;
	margin-block-start: 4px;
}

.haneef-meet-student-picker-help {
	margin: 0;
	color: #4b5563;
	font-size: 0.9rem;
}

.haneef-meet-native-select {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.haneef-meet-combobox {
	display: block;
	position: relative;
	inline-size: 100%;
}

.haneef-meet-combobox-input {
	box-sizing: border-box;
	inline-size: 100%;
	min-block-size: 40px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	padding-inline: 10px;
	background: #fff;
	color: #111827;
}

.haneef-meet-combobox-menu {
	position: absolute;
	z-index: 9998;
	inset-inline: 0;
	inset-block-start: calc(100% + 6px);
	display: grid;
	max-block-size: 280px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	padding: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}

.haneef-meet-combobox-menu[hidden] {
	display: none;
}

.haneef-meet-combobox-options {
	display: grid;
	gap: 4px;
	max-block-size: 250px;
	overflow: auto;
}

.haneef-meet-combobox-options [hidden] {
	display: none !important;
}

.haneef-meet-combobox-options [data-haneef-combobox-value] {
	box-sizing: border-box;
	display: flex !important;
	align-items: center !important;
	inline-size: 100%;
	width: 100% !important;
	height: 64px !important;
	block-size: 64px !important;
	min-height: 64px !important;
	min-block-size: 64px !important;
	max-height: 64px !important;
	max-block-size: 64px !important;
	border: 0;
	border-radius: 6px;
	margin: 0 !important;
	padding: 10px 12px;
	background: transparent;
	color: #111827;
	font-family: inherit !important;
	font-size: 13px;
	font-weight: 600 !important;
	line-height: 1.8 !important;
	text-align: start;
	white-space: normal !important;
	text-overflow: clip !important;
	overflow-wrap: anywhere;
	overflow: hidden !important;
	cursor: pointer;
}

.haneef-meet-combobox-option-label {
	display: -webkit-box !important;
	inline-size: 100% !important;
	max-block-size: 44px !important;
	line-height: 1.55 !important;
	overflow: hidden !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal !important;
	overflow-wrap: anywhere;
}

.haneef-meet-combobox-options [data-haneef-combobox-value]:hover,
.haneef-meet-combobox-options [data-haneef-combobox-value]:focus,
.haneef-meet-combobox-options [data-haneef-combobox-value].is-selected {
	background: #f1f5f9;
	color: #111827;
	outline: none;
}

.haneef-meet-timezone-field {
	display: grid !important;
	position: relative;
	gap: 6px;
	visibility: visible !important;
	opacity: 1 !important;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	padding: 10px;
	background: #f8fafc;
}

.haneef-meet-timezone-label {
	font-weight: 700;
}

.haneef-meet-timezone-toggle,
.haneef-meet-timezone-search {
	box-sizing: border-box;
	inline-size: 100% !important;
	min-block-size: 40px;
	pointer-events: auto !important;
}

.haneef-meet-timezone-toggle {
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	padding-inline: 10px 32px;
	background: #fff;
	color: #111827;
	font-weight: 700;
	text-align: start;
	cursor: pointer !important;
}

.haneef-meet-timezone-toggle::after {
	content: "v";
	position: absolute;
	inset-inline-end: 20px;
	inset-block-end: 18px;
	color: #64748b;
	pointer-events: none;
}

.haneef-meet-timezone-menu {
	position: absolute;
	z-index: 9999;
	inset-inline: 10px;
	inset-block-start: calc(100% - 8px);
	display: grid;
	gap: 8px;
	max-block-size: 280px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	padding: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}

.haneef-meet-timezone-menu[hidden] {
	display: none;
}

.haneef-meet-timezone-search {
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	padding-inline: 10px;
	background: #fff;
	color: #111827;
}

.haneef-meet-timezone-options {
	display: grid;
	gap: 2px;
	max-block-size: 210px;
	overflow: auto;
}

.haneef-meet-timezone-options button {
	min-block-size: 34px;
	border: 0;
	border-radius: 6px;
	padding-inline: 10px;
	background: transparent;
	color: #111827;
	text-align: start;
	cursor: pointer;
}

.haneef-meet-timezone-options button:hover,
.haneef-meet-timezone-options button:focus,
.haneef-meet-timezone-options button.is-selected {
	background: #eef2ff;
	color: #1f2937;
	font-weight: 700;
}

.haneef-meet-form-message {
	grid-column: 1 / -1;
	margin: 0;
	border-inline-start: 4px solid #b91c1c;
	padding: 10px 12px;
	background: #fef2f2;
	color: #7f1d1d;
	font-weight: 700;
}

.haneef-meet-session-view-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-block: 12px;
}

.haneef-meet-session-view-tabs button {
	min-block-size: 36px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	padding-inline: 12px;
	background: #fff;
	color: #374151;
	font-weight: 700;
	cursor: pointer;
}

.haneef-meet-session-view-tabs button.is-active,
.haneef-meet-session-view-tabs button:hover,
.haneef-meet-session-view-tabs button:focus {
	border-color: #415e63;
	background: #415e63;
	color: #fff;
}

.haneef-meet-busy-slots {
	grid-column: 1 / -1;
	display: grid;
	gap: 8px;
	margin: 0;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	padding: 10px;
	background: #f8fafc;
	color: #374151;
}

.haneef-meet-busy-slots[hidden] {
	display: none;
}

.haneef-meet-busy-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.haneef-meet-busy-chip {
	display: inline-flex;
	align-items: center;
	min-block-size: 32px;
	border: 1px solid #fecaca;
	border-radius: 6px;
	padding-inline: 10px;
	background: #fef2f2;
	color: #991b1b;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: not-allowed;
}

.haneef-meet-busy-empty {
	color: #64748b;
}

.haneef-meet-session-filters {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 10px;
	margin-block: 12px;
}

.haneef-meet-session-filters label {
	display: grid;
	gap: 5px;
	font-weight: 700;
}

.haneef-meet-session-filters input,
.haneef-meet-session-filters select {
	box-sizing: border-box;
	inline-size: 100%;
	min-block-size: 40px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	padding-inline: 10px;
	background: #fff;
}

.haneef-meet-bulk-delete-form {
	display: flex;
	justify-content: flex-start;
	margin-block: 10px;
}

.haneef-meet-private-list {
	display: grid;
	gap: 10px;
}

.haneef-meet-private-item {
	display: grid;
	gap: 4px;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	padding: 12px;
	background: #f9fafb;
}

.haneef-meet-private-item span {
	color: #4b5563;
}

.haneef-meet-private-item[hidden] {
	display: none;
}

.haneef-meet-private-item-header,
.haneef-meet-session-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	justify-content: space-between;
}

.haneef-meet-course-notifications {
	border-color: #bfdbfe;
	background: #eff6ff;
}

.haneef-meet-notification-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-inline-size: 24px;
	min-block-size: 24px;
	border-radius: 999px;
	padding-inline: 8px;
	background: #b45309;
	color: #fff !important;
	font-size: 0.85rem;
	font-weight: 800;
}

.haneef-meet-course-notification-list {
	display: grid;
	gap: 8px;
}

.haneef-meet-course-notification-item {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
	border: 1px solid #bfdbfe;
	border-radius: 6px;
	padding: 10px;
	background: #fff;
}

.haneef-meet-status-pill {
	display: inline-flex;
	align-items: center;
	min-block-size: 24px;
	border-radius: 999px;
	padding-inline: 10px;
	background: #e5e7eb;
	color: #374151;
	font-size: 0.85rem;
	font-weight: 700;
}

.haneef-meet-status-scheduled {
	background: #dcfce7;
	color: #166534;
}

.haneef-meet-status-failed {
	background: #fee2e2;
	color: #991b1b;
}

.haneef-meet-status-cancelled {
	background: #f3f4f6;
	color: #4b5563;
}

.haneef-meet-status-ended {
	background: #fee2e2;
	color: #991b1b;
}

.haneef-meet-session-select {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	color: #374151;
}

.haneef-meet-session-select input {
	inline-size: 16px;
	block-size: 16px;
	margin: 0;
}

.haneef-meet-session-details {
	display: grid;
	grid-template-columns: minmax(110px, max-content) minmax(0, 1fr);
	gap: 6px 12px;
	margin: 8px 0;
}

.haneef-meet-session-details dt {
	color: #111827;
	font-weight: 700;
}

.haneef-meet-session-details dd {
	margin: 0;
	color: #4b5563;
	overflow-wrap: anywhere;
}

.haneef-meet-session-edit {
	margin-block-start: 8px;
}

.haneef-meet-session-edit summary {
	cursor: pointer;
	font-weight: 700;
	color: #0f766e;
}

.haneef-meet-session-edit .haneef-meet-private-form {
	margin-block-start: 10px;
}

.haneef-meet-delete-form {
	margin-block-start: 10px;
}

.haneef-meet-danger-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-block-size: 40px;
	padding-inline: 16px;
	border: 1px solid #b91c1c;
	border-radius: 6px;
	background: #fff;
	color: #991b1b;
	font-weight: 700;
	cursor: pointer;
}

.haneef-meet-danger-button:hover,
.haneef-meet-danger-button:focus {
	background: #fee2e2;
	color: #7f1d1d;
}

.haneef-meet-join-button:disabled {
	background: #9ca3af;
	cursor: not-allowed;
}

.haneef-meet-course-builder-menu-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	inline-size: calc(100% - 32px);
	min-block-size: 46px;
	margin: 6px 16px;
	padding: 10px 16px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #111827;
	font: inherit;
	font-weight: 600;
	text-align: start;
	cursor: pointer;
}

.haneef-meet-course-builder-menu-item:hover,
.haneef-meet-course-builder-menu-item:focus,
.haneef-meet-course-builder-menu-item.is-active {
	background: #eef2ff;
	color: #635bff;
	outline: 0;
}

.haneef-meet-course-builder-menu-item.is-active {
	background: #415e63;
	color: #fff;
}

#profile-sidebar .lp-profile-nav-tabs .haneef-meet-profile-tab {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
}

#profile-sidebar .lp-profile-nav-tabs .haneef-meet-profile-tab > .haneef-meet-course-builder-menu-item,
.lp-profile-nav-tabs .haneef-meet-profile-tab > .haneef-meet-course-builder-menu-item {
	box-sizing: border-box;
	inline-size: 100%;
	min-block-size: 48px;
	margin: 0;
	padding: 0 20px;
	border: 0;
	border-radius: 8px;
	background: #f1f3f8;
	color: #111827;
	text-decoration: none;
	font-weight: 700;
}

#profile-sidebar .lp-profile-nav-tabs .haneef-meet-profile-tab > .haneef-meet-course-builder-menu-item:hover,
#profile-sidebar .lp-profile-nav-tabs .haneef-meet-profile-tab > .haneef-meet-course-builder-menu-item:focus,
#profile-sidebar .lp-profile-nav-tabs .haneef-meet-profile-tab.active > .haneef-meet-course-builder-menu-item,
.lp-profile-nav-tabs .haneef-meet-profile-tab > .haneef-meet-course-builder-menu-item:hover,
.lp-profile-nav-tabs .haneef-meet-profile-tab > .haneef-meet-course-builder-menu-item:focus,
.lp-profile-nav-tabs .haneef-meet-profile-tab.active > .haneef-meet-course-builder-menu-item {
	background: #415e63;
	color: #fff;
}

#profile-sidebar .lp-profile-nav-tabs .haneef-meet-profile-tab > .haneef-meet-course-builder-menu-item .haneef-meet-course-builder-menu-icon,
.lp-profile-nav-tabs .haneef-meet-profile-tab > .haneef-meet-course-builder-menu-item .haneef-meet-course-builder-menu-icon {
	inline-size: auto;
	block-size: auto;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font-style: normal;
	line-height: 1;
}

.haneef-meet-course-builder-menu-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	inline-size: 22px;
	block-size: 22px;
	border-radius: 6px;
	background: #f3f4f6;
	color: #0f766e;
	font-weight: 800;
}

.haneef-meet-course-builder-menu-item.is-active .haneef-meet-course-builder-menu-icon {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.haneef-meet-dashboard-panel[hidden],
.haneef-meet-dashboard-panel-host[hidden] {
	display: none;
}

.haneef-meet-dashboard-panel-host {
	box-sizing: border-box;
	inline-size: 100%;
	padding: 6px 2px 28px;
	overflow: visible;
}

.haneef-meet-dashboard-content-active {
	max-block-size: none !important;
	overflow: visible !important;
}

.haneef-meet-dashboard-panel {
	inline-size: 100%;
	max-inline-size: 980px;
	margin-inline: auto;
	padding-inline: clamp(8px, 2vw, 24px);
}

.haneef-meet-dashboard-panel-title {
	margin-block: 0 16px;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #111827;
}

.haneef-meet-dashboard-panel .haneef-meet-box {
	margin-block: 0 14px;
}

/* Keep the frontend panel colors stable against Eduma/LearnPress button styles. */
.haneef-meet-dashboard-panel .haneef-meet-join-button,
.haneef-meet-dashboard-panel button.haneef-meet-join-button,
.haneef-meet-dashboard-panel input[type="submit"].haneef-meet-join-button {
	border: 1px solid #415e63 !important;
	background: #415e63 !important;
	color: #fff !important;
	box-shadow: none !important;
}

.haneef-meet-dashboard-panel .haneef-meet-join-button:hover,
.haneef-meet-dashboard-panel .haneef-meet-join-button:focus,
.haneef-meet-dashboard-panel button.haneef-meet-join-button:hover,
.haneef-meet-dashboard-panel button.haneef-meet-join-button:focus {
	border-color: #314a4f !important;
	background: #314a4f !important;
	color: #fff !important;
}

.haneef-meet-dashboard-panel .haneef-meet-secondary-button,
.haneef-meet-dashboard-panel button.haneef-meet-secondary-button,
.haneef-meet-dashboard-panel a.haneef-meet-secondary-button {
	border: 1px solid #cbd5e1 !important;
	background: #fff !important;
	color: #1f2937 !important;
	box-shadow: none !important;
}

.haneef-meet-dashboard-panel .haneef-meet-secondary-button:hover,
.haneef-meet-dashboard-panel .haneef-meet-secondary-button:focus {
	border-color: #94a3b8 !important;
	background: #f8fafc !important;
	color: #111827 !important;
}

.haneef-meet-dashboard-panel .haneef-meet-danger-button,
.haneef-meet-dashboard-panel button.haneef-meet-danger-button {
	border: 1px solid #c62828 !important;
	background: #c62828 !important;
	color: #fff !important;
	box-shadow: none !important;
}

.haneef-meet-dashboard-panel .haneef-meet-danger-button:hover,
.haneef-meet-dashboard-panel .haneef-meet-danger-button:focus {
	border-color: #991b1b !important;
	background: #991b1b !important;
	color: #fff !important;
}

.haneef-meet-dashboard-panel .haneef-meet-session-view-tabs button {
	border: 1px solid #cbd5e1 !important;
	background: #fff !important;
	color: #374151 !important;
	box-shadow: none !important;
}

.haneef-meet-dashboard-panel .haneef-meet-session-view-tabs button.is-active,
.haneef-meet-dashboard-panel .haneef-meet-session-view-tabs button:hover,
.haneef-meet-dashboard-panel .haneef-meet-session-view-tabs button:focus {
	border-color: #b58a42 !important;
	background: #b58a42 !important;
	color: #fff !important;
}

.haneef-meet-dashboard-panel .haneef-meet-timezone-toggle,
.haneef-meet-dashboard-panel button.haneef-meet-timezone-toggle {
	border: 1px solid #cbd5e1 !important;
	background: #fff !important;
	color: #111827 !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
}

.haneef-meet-dashboard-panel .haneef-meet-timezone-toggle:hover,
.haneef-meet-dashboard-panel .haneef-meet-timezone-toggle:focus,
.haneef-meet-dashboard-panel button.haneef-meet-timezone-toggle:hover,
.haneef-meet-dashboard-panel button.haneef-meet-timezone-toggle:focus {
	border-color: #94a3b8 !important;
	background: #fff !important;
	color: #111827 !important;
}

.haneef-meet-dashboard-panel .haneef-meet-timezone-options button {
	background: transparent !important;
	color: #111827 !important;
}

.haneef-meet-dashboard-panel .haneef-meet-timezone-options button:hover,
.haneef-meet-dashboard-panel .haneef-meet-timezone-options button:focus,
.haneef-meet-dashboard-panel .haneef-meet-timezone-options button.is-selected {
	background: #f1f5f9 !important;
	color: #111827 !important;
}

.haneef-meet-dashboard-panel .haneef-meet-combobox-input {
	border: 1px solid #cbd5e1 !important;
	background: #fff !important;
	color: #111827 !important;
	box-shadow: none !important;
}

.haneef-meet-dashboard-panel .haneef-meet-combobox-options [data-haneef-combobox-value] {
	box-sizing: border-box !important;
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	height: 64px !important;
	block-size: 64px !important;
	min-height: 64px !important;
	min-block-size: 64px !important;
	max-height: 64px !important;
	max-block-size: 64px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 10px 12px !important;
	background: transparent !important;
	color: #111827 !important;
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.8 !important;
	white-space: normal !important;
	text-overflow: clip !important;
	overflow: hidden !important;
	box-shadow: none !important;
}

.haneef-meet-dashboard-panel .haneef-meet-combobox-option-label {
	display: -webkit-box !important;
	inline-size: 100% !important;
	max-block-size: 44px !important;
	line-height: 1.55 !important;
	overflow: hidden !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal !important;
	overflow-wrap: anywhere;
}

.haneef-meet-dashboard-panel .haneef-meet-combobox-options [data-haneef-combobox-value]:hover,
.haneef-meet-dashboard-panel .haneef-meet-combobox-options [data-haneef-combobox-value]:focus,
.haneef-meet-dashboard-panel .haneef-meet-combobox-options [data-haneef-combobox-value].is-selected {
	background: #f1f5f9 !important;
	color: #111827 !important;
}

.haneef-meet-combobox-options [data-haneef-combobox-value][hidden],
.haneef-meet-combobox-options [data-haneef-combobox-value].is-hidden,
.haneef-meet-dashboard-panel .haneef-meet-combobox-options [data-haneef-combobox-value][hidden],
.haneef-meet-dashboard-panel .haneef-meet-combobox-options [data-haneef-combobox-value].is-hidden {
	display: none !important;
}
