[class^="xoo-sl-icon-"], [class*=" xoo-sl-icon-"] {
	font-family: "Social-Login" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.xoo-sl-notice-container {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	font-size: 20px;
	z-index: 99999999;
}

.xoo-sl-loginvia {
	text-align: center;
	position: relative;
	font-weight: 600;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.xoo-sl-loginvia span:nth-child(1), .xoo-sl-loginvia span:nth-child(3) {
	content: " ";
	border-bottom: 1px solid #000;
	z-index: -1;
	flex-grow: 1;
	bottom: 10px;
	position: relative;
}

.xoo-sl-loginvia span:nth-child(2) {
	display: inline-block;
	padding: 0 10px;
}

.xoo-sl-container {
	margin-top: 15px;
	position: relative;
}

.xoo-el-form-container .xoo-sl-container {
	margin-right: 20px;
}

.xoo-sl-goo-btn {
	width: calc(100% + 17px);
}

.xoo-sl-processing, .xoo-sl-procs-opac {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-radius: 10px;
}

.xoo-sl-processing {
	display: none;
}

.xoo-sl-procs-opac {
	background-color: #dff0d8;
	opacity: 1;
}

.xoo-sl-processing span {
	z-index: 1;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	padding: 5px 10px;
	border-radius: 5px;
	color: #3c763d;
	background-color: #dff0d8;
	width: 100%;
	text-align: center;
}

.xoo-sl-button {
	margin-top: 10px;
}

.xoo-sl-button {
	margin: 6px;
}

.xoo-sl-btns-container, .xoo-sl-display-icon .xoo-sl-btns-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.xoo-sl-layout-one_line .xoo-sl-button {
	margin-right: 5px;
}