html,
body,
div,
h1{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
i {
    font-style: normal;
}

body {
	line-height: 1;
	background: #12222c;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}

header {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto;
	align-items: center;
}

h1 {
	font-family: "Jersey 10", sans-serif;
	font-size: 30px;
	text-align: center;
	padding: 15px;
}

#clear, 
#new-game {
	cursor: pointer;
	background: #fff;
	color: #000;
	padding: 6px 6px;
	border-radius: 5px;
	height: 24px;
	font-weight: bold;
	font-size: 13px;
	margin: 0 10px 0 0;
}

.players {
	max-width: 800px;
	margin: 0 auto;
}

.players .player {
	position: relative;
	padding: 6px;
	background: #111;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ffffff22;
}

.players .player:first-child {
	border-top: 1px solid #ffffff22;
}

.player .position {
	width: 10%;
}

.player .name {
	text-transform: uppercase;
	text-align: left;
	width: 40%;
	font-weight: bold;
}

.player .points {
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 25%;
}

.player .missing-points {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	width: 25%;
}

.players .player.active {
	color: #45f3ff;
}

.players .player.active:before {
	content: '';
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background: #45f3ff;
	border: 1px solid #1c8494;
	box-shadow: inset 0px 0px 3px #000;
}

.players .player.lugar1 {
	background: #45f3ff;
	color: #111;
}

#adding-player {
	position: relative;
}

#adding-player .plus {
	font-weight: 900;
	font-size: 30px;
	position: absolute;
	left: 50%;
	margin: -10px;
	z-index: 9;
}

#current-score {
	position: relative;
	width: 70%;
	margin: 30px auto 0;
	padding: 10px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 40px;
	box-shadow: inset 0px 0px 6px #000;
}

#current-score input {
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	background: none;
	border: none;
	outline: 0px solid transparent;
	color: #fff;
	text-align: center;
}

#current-score i {
	font-size: 30px;
	color: #58f3fe;
	position: absolute;
	right: 8px;
	top: 7px;
}

[contenteditable] {
	outline: 0px solid transparent;
}




* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

input {
	font-size: 20px;
	color: #d1d1d1;
	font-weight: 400;
}

input.number-input {
	width: 80%;
	margin: 0 10%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 20px;
	border-radius: 10px;
	border: 0;
	background: #000;
	-webkit-box-shadow: 0px 0px 17px -1px rgba(132, 132, 132, 0.15);
	-moz-box-shadow: 0px 0px 17px -1px rgba(132, 132, 132, 0.15);
	box-shadow: 0px 0px 17px -1px rgba(132, 132, 132, 0.15);
}

.wrapper {
	width: 100%;
}

.wrapper .phone {
	width: 350px;
	margin: 40px auto 0 auto;
	position: relative;
}

.wrapper .phone span.title {
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
	text-align: center;
}

.wrapper .phone .phone-container {
	width: 100%;
	margin-top: 30px;
}

.wrapper .phone .phone-container .keyboard {
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
}

.wrapper .phone .phone-container .keyboard .number {
	width: 100%;
	font-size: 0;
	text-align: center;
}

.wrapper .phone .phone-container .keyboard .number.aling-right {
	text-align: right;
	width: 100%;
}

.wrapper .phone .phone-container .keyboard .number span {
	font-size: 24px;
	color: #111;
	display: inline-block;
	width: 33%;
	text-align: center;
	margin-bottom: 15px;
}

.wrapper .phone .phone-container .keyboard .number span.call-button {
	opacity: 0;
	transition: 250ms;
}

.wrapper .phone .phone-container .keyboard .number span.call-button.show {
	opacity: 1;
}

.wrapper .phone .phone-container .keyboard .number span.call-button img {
	display: inline-block;
	vertical-align: middle;
}

.wrapper .phone .phone-container .keyboard .number span i {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: white;
	cursor: pointer;
	border-radius: 100%;
	transition: 250ms;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow: 8px 8px 24px 0px rgba(132, 132, 132, 0.09);
	-moz-box-shadow: 8px 8px 24px 0px rgba(132, 132, 132, 0.09);
	box-shadow: 8px 8px 24px 0px rgba(132, 132, 132, 0.09);
}

.wrapper .phone .phone-container .keyboard .number span i.delete {
	background: transparent;
	box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	-ms-box-shadow: 0 0 0 0;
	color: #e4bf88;
}

.wrapper .phone .phone-container .keyboard .number span i.delete img {
	display: inline-block;
	vertical-align: middle;
}

.wrapper .phone .phone-container .keyboard .number span:hover i {
	color: black;
}

.wrapper .phone .phone-container .keyboard .number span:active i {
	transform: translateY(1px);
	-webkit-box-shadow: 5px 5px 24px 0px rgba(132, 132, 132, 0.18);
	-moz-box-shadow: 5px 5px 16px 0px rgba(132, 132, 132, 0.18);
	box-shadow: 5px 5px 16px 0px rgba(132, 132, 132, 0.18);
}

.wrapper .phone .phone-container .keyboard .number span:active i.delete {
	box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	-ms-box-shadow: 0 0 0 0;
	transform: translateY(0px);
}

.wrapper .phone .phone-container .keyboard .number span:active i.delete img {
	transtiion: 250ms;
}

.wrapper .phone .phone-container .keyboard .number span:active i.delete:active img {
	transform: translateY(2px);
}