/*! chessboard.js v1.0.0 | (c) 2019 Chris Oakman | MIT License chessboardjs.com/license */

.clearfix-7da63 {
  clear: both;
}

.chessboard-63f37 {
  position: relative;
  touch-action: none;
	height:100%;
 /*
	display:flex; 
	flex-direction: column; 
	align-items: center;
	justify-content: flex-end;
*/
}

.is-square {
	width:12.5%;
	height:100%;
	/*font-size:*/
}

.board-main, .board-clickable-b72b1, .board-marks, .board-bg {
	position:absolute;
	width:100%;
	height:100%;
}

.row-5277c {
	height:12.5%;
	width:100%;
	position:relative;
}

.board-main {
  border: 2px solid #404040;
  box-sizing: border-box;
 /*
  flex-shrink:0;
*/
}
	
.board-clickable-b72b1 {
  border-width: 2px;
  box-sizing: border-box;
  z-index: 10;
 /*
  flex-shrink:0;
*/
}

.board-marks {
  border: 2px solid #ffffff00;
  box-sizing: border-box;
 /*
  flex-shrink:0;
*/
}

.board-info-b72b1 {
  xborder-width: 2px;
  box-sizing: content-box;
  position: absolute;
  left:0px;
  top:0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
}
.board-info-b72b1::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity:0.5;
}



.board-container-b72b1 {
  position: relative;
	margin: 0 auto;
	height:100%;
}
	
.square-55d63 {
  float: left;
/*  position: relative; */

  /* disable any native browser highlighting */
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.white-1e1d7 {
  background-color: #f0d9b5;
  color: #b58863;
}

.black-3c85d {
  background-color: #b58863;
  color: #f0d9b5;
}

.board-main {
/*  background-image: url(../assets/board1.jpg); */
  background-size: cover;
  background-position: -8px 0;
}


.highlight1-32417, .highlight2-9c5d2 {
  box-shadow: inset 0 0 3px 3px yellow;
}

.notation-parent {
	width:100%;
	height:100%;
	position:relative;
}
.notation-322f9 {
  cursor: default;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.3em;
  position: absolute;
}

.alpha-d2270 {
  bottom: 0.1em;
  right: 0.2em;
}

.numeric-fc462 {
  top: 0.1em;
  left: 0.2em;
}


.promotion-pieces-bottom-ae20f {
	position:absolute;
	background: white;
	display:none;
  z-index: 10;
}

.promotion-pieces-top-4028b {
	position:absolute;
	background: white;
	display:none;
  z-index: 10;
}

.blur-board-b72b1 {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.square-marks {
  float: left;
  cursor: default;
  border: none;
  position: relative;
}

.alert-transparent {
  opacity: 0.1;
}
.alert-transparent:hover {
  opacity: 1.0;
}
	

.square-parent {
  position: relative;
  width: 0;
  height: 0;
}
	
.square-mark {
  position: absolute;
  left:0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.square-flex {
	width: 100%;
	height: 100%;
	display:flex; 
	align-items: center;
	justify-content: center;
}



.piece-417db {
	display:block;
	width: 100%;
	height: 100%;
}
.piece-promotion {
	display:block;
	float:left;
}
.piece-spare {
	display:block;
	float:left;
}


.dragged-piece {
	z-index:10000;
}