.cm-chessboard .arrow-default .arrow-head {
  fill: blue;
  fill-rule: nonzero;
  fill-opacity: 1; }

.cm-chessboard .arrow-default .arrow-line {
  stroke: blue;
  stroke-linecap: round;
  opacity: 0.5; }

.cm-chessboard .arrow-very-good .arrow-head {
  fill: #457a35;
  fill-rule: nonzero;
  fill-opacity: 1; }

.cm-chessboard .arrow-very-good .arrow-line {
  stroke: #457a35;
  stroke-linecap: round;
  opacity: 0.7; }

.cm-chessboard .arrow-danger .arrow-head {
  fill: red;
  fill-rule: nonzero;
  fill-opacity: 1; }

.cm-chessboard .arrow-danger .arrow-line {
  stroke: red;
  stroke-linecap: round;
  opacity: 0.5; }

.cm-chessboard .arrow-blunder .arrow-head {
  fill: #a2251c;
  fill-rule: nonzero;
  fill-opacity: 1; }

.cm-chessboard .arrow-blunder .arrow-line {
  stroke: #a2251c;
  stroke-linecap: round;
  opacity: 0.7; }

.cm-chessboard .arrow-pointy .arrow-head {
  fill: black;
  fill-rule: nonzero;
  fill-opacity: 1; }

.cm-chessboard .arrow-pointy .arrow-line {
  stroke: black;
  stroke-linecap: round;
  opacity: 0.5; }

.cm-chessboard .arrow-user_highlight .arrow-head {
  fill: orange;
  fill-rule: nonzero;
  fill-opacity: 1; }

.cm-chessboard .arrow-user_highlight .arrow-line {
  stroke: orange;
  stroke-linecap: round;
  opacity: 0.7; }

/* Analysis arrows — base color: rgb(105, 168, 0) */
.cm-chessboard .arrow-best-move .arrow-head {
  fill: rgb(105, 168, 0);
  fill-rule: nonzero;
  fill-opacity: 1; }

.cm-chessboard .arrow-best-move .arrow-line {
  stroke: rgb(105, 168, 0);
  stroke-linecap: round;
  opacity: 1; }

.cm-chessboard .arrow-secondary-1 .arrow-head {
  fill: rgb(105, 168, 0);
  fill-rule: nonzero;
  fill-opacity: 0.5; }

.cm-chessboard .arrow-secondary-1 .arrow-line {
  stroke: rgb(105, 168, 0);
  stroke-linecap: round;
  opacity: 0.5; }

.cm-chessboard .arrow-secondary-2 .arrow-head {
  fill: rgb(105, 168, 0);
  fill-rule: nonzero;
  fill-opacity: 0.5; }

.cm-chessboard .arrow-secondary-2 .arrow-line {
  stroke: rgb(105, 168, 0);
  stroke-linecap: round;
  opacity: 0.5; }

.cm-chessboard .arrow-secondary-3 .arrow-head {
  fill: rgb(105, 168, 0);
  fill-rule: nonzero;
  fill-opacity: 0.5; }

.cm-chessboard .arrow-secondary-3 .arrow-line {
  stroke: rgb(105, 168, 0);
  stroke-linecap: round;
  opacity: 0.5; }

.cm-chessboard .arrow-secondary-4 .arrow-head {
  fill: rgb(105, 168, 0);
  fill-rule: nonzero;
  fill-opacity: 0.5; }

.cm-chessboard .arrow-secondary-4 .arrow-line {
  stroke: rgb(105, 168, 0);
  stroke-linecap: round;
  opacity: 0.5; }

/*# sourceMappingURL=arrows.css.map */