.container{ 
    cursor:auto;
    height: 100%;
    width: 100%;
    /* caret-color: transparent; */
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.borderblue{
    border :3px solid blue;
}
.board > div[square='1']{
    height: 80px;
    width: 80px;
    /* transform: scaleY(-1); */
}
#togglecollor{
    display: none;
}
.board{
    height: 640px;
    width: 640px;
    margin-top: 50px;
    margin-left: 50px;
    position:absolute;
}
.captureclass{
    border: rgba(0, 0, 0, 0.1);
}
/* .rotate45deg{
    transform: rotate(-45deg);
} */
/* .rotate180deg{
    transform: scaleY(-1);
}
.rotate90{
    transform: scaleY(-1);
} */
.selectedsquareborder{
    border:solid 10px green;
}
.board.div{
    border:solid 1px blue;
}
/* .item.i1 {
    background-color: rgba(240, 128, 128, 0.6);
} */
.squarehl{
    border: purple solid 0.5px;
}
.linemovhldark{
    background-color: rgba(130, 59, 0, 0.8);
    /* background-color: rgba(240, 128, 128, 0.6); */
}
.linemovhl{
    background-color:rgba(255, 115, 0, 0.4);
    /* background-color: rgba(240, 128, 128, 0.3); */
}
.columnmovhldark{
    background-color: rgba(127, 255, 212, 0.8);
}
.columnmovhl{
    background-color: rgba(127, 255, 212, 0.2);
}
.diagonalmovhldark{
    background-color: rgba(100, 149, 237, 0.6);
}
.diagonalmovhl{
    background-color: rgba(100, 149, 237, 0.3);
}
.knightmovhldark{
    background-color: rgba(255, 250, 205, 0.8);
}
.knightmovhl{
    background-color: rgba(255, 250, 205, 0.4);
}
.darksquarecolor{
    background-color: rgba(128,0,128, 0.3);
}
.lightsquarecolor{
    background-color: rgba(221,160,221,0.5);
}
.capturehl{
    background-color: rgba(70,0,130,0.5);
}
.capturehldark{
    background-color: rgba(70,0,130,1);
}
.orangehl{
    background-color: rgba(255, 115, 0, 0.4);
}
.orangehldark{
    background-color: rgba(130, 59, 0, 0.8);
}
.pblack{
    background-color: black;
    color: white;
    height: 30px;
    width: 640px;
}
.pwhite{
    background-color: white;
    color: black;
}
.pfont{
    font-size: 20px;
    font-weight: bold;
}
.buttons{
    margin-left: 130px;
    margin-top: 730px;
    position:absolute;
}
img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.goldenrod{
    background-color: rgb(218, 165, 32,0.6);
}
.goldenroddark{
    background-color: rgba(218, 165, 32,1);
}
.enemymvhl{
    background-color: rgb(188, 84, 75, 1);
}
.enemymvhldark{
    background-color: rgb(144, 6, 3, 1);
}
.silverbuenao{
    background-color: rgba(192, 192, 192, 0.4);
}
.silverbuenaodark{
    background-color: rgba(192, 192, 192,0.8);
}
.moveclass{
    border: rgba(0, 0, 0, 0.1);
}

label.label-checkbox {
    cursor: pointer;
}


label.label-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
}

label.label-checkbox span {
    padding: 20px 50px;
    border: 1px solid #ccc;
    display: inline-block;
    color: #202020;
    border-radius: 6px;
    font-size: 25px;
    font-family:'Orbitron', sans-serif;
    background: #FFEFD5;
    user-select: none;
}

label.label-checkbox input:checked + span {
    box-shadow: inset 1px 2px 5px #777;
    transform: translateY(1px);
    background: #cefad0;
}
#blacktimer{
    margin-left: 780px;
    margin-top: 50px;
    position:absolute;
}
#whitetimer{
    margin-top: 630px;
    position:absolute;
}
.sethidden{
    visibility: hidden;
}
.setvisible{
    visibility: visible;
}