/*! chessboard.js v1.0.0 | (c) 2019 Chris Oakman | MIT License chessboardjs.com/license */

.clearfix-7da63 {
  clear: both;
}

.board-b72b1 {
  border: 2px solid #8e9899;
  box-sizing: content-box;
}

.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: #cedbe1;
  color: #7195ab;
}

.black-3c85d {
  background-color: #7195ab;
  color: #cedbe1;
}

.highlight1-32417{
  box-shadow: inset 0 0 30px 30px #9bdded;
}

.highlight2-9c5d2 {
  box-shadow: inset 0 0 30px 30px #6ebad1;
}

.notation-322f9 {
  cursor: default;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: absolute;
}

.alpha-d2270 {
  bottom: 1px;
  right: 3px;
}

.numeric-fc462 {
  top: 2px;
  left: 2px;
}

h1.mateEmDois{
  background-color: #f5f2e4da;
  display:flex; 
  align-items: center;
  justify-content: center;
  margin-bottom: 01px;
  margin-top: 2px;
  font-family: "Constantia";
  width: 596px;
}

.game{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 650px;
  
}

.warning {
  color: #b32033;
  /*background-color: #fcf8e3*/;
  border-color: #faccd2;
  position: relative;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  top: -322px;
  font-weight: bold;
  font-size: 35px;
  font-family: "Constantia";
}

.checkmate {
  color: #b32033;
  /*background-color: #fcf8e3*/;
  border-color: #faccd2;
  position: relative;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  top: -320px;
  font-weight: bold;
  font-size: 35px;
  font-family: "Constantia";
}