.start, .destination {
	position: absolute;
	padding: 10px 20px;
	font-size: 16pt;
	font-weight: bold;
	font-family: "Arial";
	max-width: 175px;
	text-align: center;
	box-shadow: 2.5px 2.5px 2.5px black;
	display: none;
}
.start {
	width: 100px;
	height: 50px;
	line-height: 50px;
}
.created {
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin: 0 auto;
	transform: translate(-50%, -50%);
/*	padding: 10px;*/
/*	color: #bc0f0f;*/
	color: black;
	font-size: 12pt;
/*	font-weight: bold;*/
	font-family: Arial;
	text-align: center;
}
canvas {
	margin: 0 auto;
}
.fas {
	width: 70%;
	height: 70%;
	background-color: #000;
	border-radius: 50%;
	display: inline-block;
}
.btn {
	background-color: #00c9a7;
	padding: 10px 15px;
	border-radius: 8%;
	border: none;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
	text-align: center;
	width: 176px;
}
#serverStatus {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16pt;
}
.card {
	position: absolute;
	right: 25px;
	top: 50%;
    transform: translateY(-50%);
}
#DiceAnswer table td table td {
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
.rounded {
	border:3px solid #000;
	border-radius:7px;
	display:inline-block;
}
#ped {
	background-image: url('ped.png');
	height: 73.4px;
	width: 55.8px;
	background-size: contain;
	position: absolute;
}
#balance {
	position: absolute;
	zoom: 115%;
	font-family: Arial;
	font-weight: bold;
	border-radius: 5%;
	border: 3px solid #FFF;
	text-align: center;
	padding: 5px;
}
#balance h2 {
	margin: 0 0 10px 0;
}
.balanceact {
	position: absolute;
	right: -30px;
	height: 25px;
	line-height: 25px;
	width: 25px;
	border-radius: 50%;
	cursor: pointer;
}
.balanceadd {
	top: 5px;
}
.balancemin {
	bottom: 5px;
}
.message-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.message {
	color: #00ff00;
	font-size: 70pt;
	font-weight: bold;
	font-family: "Arial";
}
.adv-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.adv-info {
	color: #000000;
	font-family: "Arial";
	width: 70%; 
	height: 70%;
	text-align: center;
	vertical-align: middle;
	background: url("izv/izv-background.gif");
	border-radius: 20px;
	padding: 20px;
	position: absolute;
}
.adv-info:before {
	width: 100%; 
	height: 100%; 
	top: 0;
	left: 0;
	border-radius: 20px;
	position: absolute;
	content: "";
	background-image: linear-gradient(to bottom right, rgba(29, 38, 113, 0.6), rgba(195, 55, 100, 0.6));
	background-size: auto;
}
.adv-li {
	display: inline-block;
	width: 15%;
	height: 300px;
	margin: 5px 8px;
	position: relative;
}
.adv-li div {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	transition: all 0.5s;
	background-size: cover;
	background-position: center;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
}

.adv-li .front {
	background-image: url("izv/front.png");
	z-index: 3;
}

.adv-li .back {
	transform: rotateY(180deg);
}

.flip-front {
	transform: rotateY(180deg);
}

.flip-back {
	transform: rotateY(360deg) !important;
}

.adv-li:hover {
	top: -10px;
	transition: top ease 0.5s;
}

.adv-next {
	position: absolute;
	bottom: 15px;
	right: 15px;
	border-radius: 20px;
	background-color: red;
	color: black;
	cursor: pointer;
	padding: 5px 10px;
	font-weight: bold;
}

.fondadd {
	font-size: 20px;
	top: 10px;
	left: -40px;
}
.fondmin {
	font-size: 20px;
	top: 10px;
	right: -40px;
}
#loading {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 500px;
	margin-left: -250px;
	margin-top: -250px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
}
#mouseposition {
	position: fixed;
	bottom: 0;
	left: 110px;
	font-size: 24pt;
	font-family: Arial;
}
.info {
	position: fixed;
	bottom: 0;
	right: 0;
	cursor: pointer;
	width: 50px;
	height: 50px;
}
.help-wrapper, .playerSelector-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.help-info, .playerSelector-info {
	color: #000000;
	font-family: "Arial";
	text-align: center;
	vertical-align: middle;
	width: 70%; 
	height: 60%; 
	background-color: #FFFFFF; 
	border-radius: 20px;
	padding: 20px;
	position: relative;
}
.help-title {
	color: #733bcc;
}
.help-description {
	color: #000000;
}
.help-header, .playerSelector-header {
	font-size: 26pt;
	line-height: 70px;
}
.help-item {
	font-size: 18pt;
	text-align: left;
	line-height: 50px;
}
.help-close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px;
	font-size: 24px;
	cursor: pointer;
	background-color: red;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
#players {
	font-size: 16pt;
}
#restriction {
	color: red;
	font-family: "Arial";
}