/**********************************************
*** GENERAL
**********************************************/
touch-action: none;

.ion-ios-loop::before{
	content:"\f45a"
}
html1 {
    box-sizing: border-box;
    overflow-y: scroll; 
    overflow-x: hidden; /* Prevents horizontal scroll */
}

/*
html{
	height: -webkit-fill-available;
	-webkit-user-select: none;
}

body{
      min-height: 100vh;
	  min-height: -webkit-fill-available;
    }
*/
html{
	height: -webkit-fill-available;
    -webkit-user-select: none;
}

body{
	margin-top: 35px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	overflow: hidden;
position: absolute;
width: calc(100vw - 10px);
}	
.final-score {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 520px;
  color: #555;
  font-size: 18px;
  font-family: "Lato";
  text-align: center;
  padding: 10px;
  width: 160px;
  text-transform: uppercase;
}

#game-play1 {
    background-color: #00AA78;
    margin: 0px 1px 3px 0px;
	width:100%;
}
#game-play {
    background-color: rgba(0,125,0,.8);
    margin: 2vh 1px 3px 0px;
  height: calc(73vh - 45px);
  overflow: hidden;
/*      background-image: repeating-linear-gradient(233deg, rgba(0,0,0, 0.25), rgba(255,255,255, 0.40) 1px, transparent -19px, transparent 2px);*/
    background-size: 10px;
}
.final-score:focus {
  outline: none;
}
.player-0-panel,
.player-1-panel {
  width: 50%;
  float: left;
  height: 600px;
  padding-top: 150px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
}

/**********************************************
*** PLAYERS
**********************************************/

.player-name {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 100;
  margin-top: 50px;
  margin-bottom: 10px;
  position: relative;
}

.player-score {
  text-align: center;
  font-size: 80px;
  font-weight: 100;
  color: #eb4d4d;
  margin-bottom: 130px;
}

.active {
  background-color: #f7f7f7;
}
.active .player-name {
  font-weight: 300;
}

.active .player-name::after {
  content: "\2022";
  font-size: 47px;
  position: absolute;
  color: #eb4d4d;
  top: -7px;
  right: 10px;
}

.player-current-box {
  background-color: #eb4d4d;
  color: #fff;
  width: 40%;
  margin: 0 auto;
  padding: 12px;
  text-align: center;
}

.player-current-label {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  color: white;
}

.player-current-score {
  font-size: 30px;
}
.rotate {
	position: relative; 
	top: 15%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.score {
	height: 10vw;
}
button {
  color: #555;
  background: none;
  border: none;
  font-family: Lato;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 300;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 600;
  
}

button:hover {
  /*font-weight: 600;*/
}
button:hover i {
  /*margin-right: 20px;*/
}

button:focus {
  outline: none;
}

i {
  color: red;
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
  font-size: 28px;
  line-height: 1;
  vertical-align: text-top;
  margin-top: -4px;
  transition: margin 0.3s;
  padding: 3px;
}
#round-score {
	width: 260px;
    position: absolute;
    top: 20px;
	color: #FFFFFF;
	padding-top: 0px;
	display: flex;
    justify-content: center;
	font-size:1.5rem;
	/*align-items: self-end;*/

}
.btn-new {
  position: relative;
  border: 1px solid red;
  border-radius: 10px;
  margin-left: 5px;	
}
.btn-nick {
   position: relative;
  border: 1px solid red;
  border-radius: 10px;
  margin-left: 5px;
  margin-top: 3px;  
}
.btn-join {
   position: relative;
  border: 1px solid red;
  border-radius: 10px;
  margin-left: 5px;
  margin-top: 3px;  
}
.btn-host {
  position: relative;
  border: 1px solid red;
  border-radius: 10px;
  margin-left: 5px;
  margin-top: 3px;
}
.btn-roll {
  height:5vh;
}

.btn-bank {
  height:5vh;
}
.btn-restart {
  height:5vh;
}
.btn-hold {
  top: 467px;
  display:none;
}

.rolls {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

.dice {
  margin-top: 3px;
  margin-left: -7px;
  height:40px !important;
  width:auto !important;
}

.winner {
  background-color: #f7f7f7;
}
.winner .player-name {
  font-weight: 300;
  color: #eb4d4d;
}

.menu-ok {
  justify-content: center;
  display: flex;
  margin-left: -40px;
  margin-top: -10px;
  margin-right: -10px;
}

.btn-help {
  position:absolute;
  top:2px;
  right:2px;
}

.col-score {
  display:flex;
  width:49vw;
  justify-content:center;
}

.cell-score {
  border:1px solid #FBDCDC;
  width:50%;
  color:red;
  justify-content:center;
  display:flex;
}

.row-score {
  width: 25vw;
  display: flex;
  justify-content:space-evenly
}

.pag {
  background-color: #aeaeae;
  /* border: 1px solid black; */
  color:#aeaeae;
  border-radius: 2px;
  margin: 2px 2px 10px 2px;
  height: 30px;
  width: 40px;
}