/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 340px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.ui-widget .ui-widget {
	font-size: 12px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.ui-widget.ui-widget-content {
	border: 1px solid #57c6ffdd;
}
.ui-widget-content {
    font-family: 'EEMfont';
	border: 1px solid #57c6ff;
    border-radius: 6px;
	background: #060e12;
    backdrop-filter: blur(10px);
	color: #57c6ff;
}
.ui-widget-content a {
	color: #57c6ff;
}
.ui-widget-header {
	border: 1px solid #57c6ffdd;
	background: #060e12;
    backdrop-filter: blur(10px);
	color: #57c6ff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #57c6ff;
}