/* BEGIN STYLESHEET */
/* Direct stylesheet authoring is an advanced feature. Knowledge of CSS required.*/

.split-container:not(:has(> .split-handle-horizontal.isActive))
	> .split-pane {
	transition: all 250ms ease;
}

/* Allows us to ensure a specific widget is always front */
.ia_dashboardComponent__widget:has(#dashboard-controller-widget) {
	z-index: 1000;
	overflow: visible !important;
}

.ia_dashboardComponent__widget__body:has(#dashboard-controller-widget) {
	overflow: visible !important;
}

.ia_dashboardComponent__widget__body .ia_container--primary:has(#dashboard-controller-widget) {
	overflow: visible !important;
}

.ia_dashboardComponent__widget__body .ia_container--primary .view-parent:has(#dashboard-controller-widget) {
	overflow: visible !important;
}
/* BEGIN STYLE CLASSES */
