.rmg-oauth-container {
	position: relative;
	margin-left: 24px;
	min-width: 140px;
}

.rmg-oauth-container .rmg-oauth-dropbtn {
	border-radius: 5px;
	border: 1px solid #eee;
	z-index: 110;
	cursor: pointer;
	color: #333233;
	max-width: 186px;
	height: 36px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rmg-oauth-container .rmg-oauth-dropbtn * {
	box-sizing: border-box
}

.rmg-oauth-container .rmg-oauth-dropbtn .rmg-oauth-user-image, .rmg-oauth-container .rmg-oauth-dropbtn .rmg-oauth-text {
	margin: auto;
}

.rmg-oauth-container .rmg-oauth-dropbtn .rmg-oauth-text {
	white-space: nowrap;
	padding: 0 12px;
	text-transform: uppercase;
}

.rmg-oauth-dropdown {
	position: relative;
	display: inline-block;
}

.rmg-oauth-dropdown-content {
	display: block;
	position: absolute;
	min-width: 140px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin: auto;
	list-style: none;
	background-color: #fff;
}

.rmg-oauth-dropdown-content a {
	color: #000;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.rmg-oauth-dropdown-content a:hover {background-color: #fff;}

.rmg-oauth-dropdown:hover .rmg-oauth-dropdown-content {display: block;}

.rmg-oauth-hidden {
	display: none;
}

.rmg-oauth-spinner {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	z-index: 9999;
}

.rmg-oauth-spinner-inner {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 5px solid #d9001a;
	border-top-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-rolling 2s linear infinite;
	animation: spinner-rolling 2s linear infinite;
	top: 50%;
	left: 50%;
}
