@charset "UTF-8";

.hide, .hidden {
	display: none;
}
.full-hide, .full-hidden, [hide], [hidden] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	min-width: 0px !important;
	min-height: 0px !important;
	max-width: 0px !important;
	max-height: 0px !important;
	overflow: hidden !important;
}

.goto_demo {
	display: none !important;
}

#wpwrap table.widefat tbody tr.alternate {
	background-color: transparent;
}

#wpwrap table.widefat tbody tr:nth-child(even) :where(th,td):nth-child(odd) {
	background-color: rgba(0, 0, 0, .03)
}
#wpwrap table.widefat tbody tr:nth-child(even) :where(th,td):nth-child(even) {
	background-color: rgba(0, 0, 0, .06)
}
#wpwrap table.widefat tbody tr:nth-child(odd) :where(th,td):nth-child(odd) {
	background-color: rgba(0, 0, 0, 0)
}
#wpwrap table.widefat tbody tr:nth-child(odd) :where(th,td):nth-child(even) {
	background-color: rgba(0, 0, 0, .03)
}

#wpwrap table.widefat thead tr :where(th,td):nth-child(odd) {
	background-color: rgba(0, 0, 0, .0);
}
#wpwrap table.widefat thead tr :where(th,td):nth-child(even) {
	background-color: rgba(0, 0, 0, .03);
}

#wpwrap table.widefat tfoot tr :where(th,td):nth-child(odd) {
	background-color: rgba(0, 0, 0, .0);
}
#wpwrap table.widefat tfoot tr :where(th,td):nth-child(even) {
	background-color: rgba(0, 0, 0, .03);
}

#wpwrap textarea.code {
	overflow: auto;
	overflow-wrap: normal;
	white-space: pre;
}

#wpwrap p label input[type=radio] {
	margin: 0px;
	width: auto;
}
#wpwrap .ssif_settings .input-text {
	width: 100%;
}
#wpwrap .ssif_settings .input-textarea {
	width: 100%;
}
#wpwrap .ssif_settings .input-select {
	width: 100%;
}

#wpwrap .ssif_settings p.submit {
	position: sticky;
	bottom: 0px;
	display: flex;
	padding: 10px 0px;
}

#wpwrap div#widgets-right .widgets-sortables .description strong {
	background:#FFF;
	color:#F00;
}
#wpwrap div#widgets-right .widgets-sortables .description em {
	background:#FFF;
	color:#CC0;
}

#wpwrap .description .ok {color:#0F0;}
#wpwrap .description .error {color:#F00;}
#wpwrap .description .warn {color:#EE1;}
#wpwrap .description .info {color:#07F;}
