/* Copyright (c) 2024 Aviado Inc. All rights reserved. */

#gruo {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
}

#gruo div.popup {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-width: 90%;
    padding: 1em 1em 0.75em 1em;
    color: #303030;
	background-color: white;	
	border-radius: 0.5em;
	box-shadow: 0 0 5px #808080;
}

#gruo div.popup div.buttons {
	width: 100%;
	padding-top: 1em;
	text-align: center;
}

#gruo div.popup div.buttons button {
	font-size: 95%;
	height: 2.5em;
	width: 7em;
	border: 1px solid #808080;
}

#gruo div.wait {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: 3.5em;
	width: 3.5em;
	text-align: center;
	padding-top: 0.25em;
	border-radius: 50%;
	background-color: white;
	overflow: hidden;
}

#gruo div.wait>img {
	width: 3em;
}
