/*! chessboard.js v1.0.0 | (c) 2019 Chris Oakman | MIT License chessboardjs.com/license */

.clearfix-7da63 {
  clear: both;
}

.board-b72b1 {
  border: 2px solid #404040;
  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;
}

.square-55d63 .legal-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20%;
  height: 20%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.75);
  pointer-events: none;
  z-index: 20;
}

.white-1e1d7 {
  background-color: #d6e3f8;
  color: #344F98;
}

.black-3c85d {
  background-color: #344F98;
  color: #d6e3f8;
}

.highlight1-32417,
.highlight2-9c5d2 {
  box-shadow: inset 0 0 3px 3px #f2c94c;
}

/* Selected piece square */
.selected-square {
  box-shadow: inset 0 0 0 4px #f2c94c !important;
}

/* Last played move */
.last-move {
  box-shadow: inset 0 0 0 4px rgba(0, 179, 0, 0.8) !important;
}

/* Legal move target square */
.square-55d63.legal-target {
  position: relative !important;
}

/* Legal move dot */
.square-55d63 .legal-dot {
  display: block !important;
  position: absolute !important;
  width: 16px !important;
  height: 16px !important;
  background-color: #f2c94c !important;
  border-radius: 50% !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 9999 !important;
  pointer-events: none !important;
}

.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;
}