:root{--theme: #7D945D;--theme-btn-hover: #697649}body{background-image:url(../images/background.png);background-repeat:no-repeat;background-size:cover}.card{max-width:450px;margin:auto}.top-bar{max-width:calc(100vh - 100px);margin:auto}#chess-board{max-width:calc(100vh - 100px);margin:auto;aspect-ratio:1/1;border:1px solid #CCC;display:flex;flex-wrap:wrap}.chess-square{width:12.5%;height:12.5%;background:var(--theme);text-align:center}.chess-square.square-light{background:#fefeee}.chess-square img{width:95%}.chess-square.has-piece{cursor:pointer}.chess-square.active{background:#f8f799!important}.chess-square.movable-position{cursor:pointer;background:radial-gradient(#d6e2f0 20%,#acc9f2 80%)!important}.chess-square.castling-position{cursor:pointer;background:radial-gradient(#d6e2f0 20%,#4dd0e1 80%)!important}.chess-square.capturable-position,.chess-square.enpassant{cursor:pointer;background:radial-gradient(#d6e2f0 20%,#f44336 80%)!important}.chess-square.in-check{cursor:pointer;background:radial-gradient(#d6e2f0 20%,#ef6c00 80%)!important}.promote-piece{cursor:pointer;padding:5px;border-radius:5px;border:1px solid transparent;display:none}.promote-piece.selected,.promote-piece:hover{background-color:#f3f3f3;border-color:#7d945d}.promote-piece img{max-width:150px}.promote-black-piece .black-piece,.promote-white-piece .white-piece{display:inline-block}.app-row{justify-content:center}.app-row>.col-md-9{width:100vh}.app-row>.col-md-3{max-width:40vh;min-width:350px}.game-info-sidebar .card{border:1px solid var(--theme);box-shadow:#0000003d 0 3px 8px}.game-info-sidebar .card .card-header{background:var(--theme);color:#fff}.game-info-sidebar .card .card-header h3{font-size:1.25rem}.captured-pieces img{max-height:60px}.single-move:not(:last-child){border-bottom:1px solid #3083CA}.single-move:nth-child(2n){background:#dcdcdc1a}.single-move.active-move~.single-move{color:#aaa}.single-move .active-step~.col-5,.single-move.no-active-steps div{color:#aaa}.move-notations .card-body{overflow-y:auto}.demo-info.card{border-bottom-left-radius:35px;border-color:transparent;border-top-right-radius:35px;background-image:linear-gradient(111.1deg,#4596a4 2.5%,#355b11 100.3%)!important;background-image:linear-gradient(170deg,#c86dd7,#3023ae)!important}.demo-info .card-header{background:initial!important;border-color:#ffffff59!important;font-weight:600;color:#fff}.demo-info .card-body{font-weight:600}.modal-header{background:var(--theme);color:#fff}.btn-primary,.btn-primary:hover{background-color:var(--theme);border-color:var(--theme);color:#fff}.btn-primary:hover{background-color:var(--theme-btn-hover)}#new-game:disabled{background-color:#5ba1f1;opacity:1}.text-bg-primary{background-color:var(--theme)!important}.game-control{display:inline-flex;width:30px;height:30px;justify-content:center;cursor:pointer}.game-control:hover{border:1px solid #CECECE;border-radius:4px}.desktop-logo{position:absolute;bottom:10px;right:15px;z-index:10}.mobile-top-section{display:none}.dots{position:absolute;z-index:-1}.dots-1{top:-36px;left:-36px}.floating-circle{width:54px;height:54px;position:absolute;border-radius:50%;border:7px solid rgba(255,89,94,.75);z-index:-1;left:3%;top:50%}@media only screen and (max-width: 1100px){.mobile-top-section{display:block}.game-info-sidebar .demo-info,.desktop-logo{display:none}}@media only screen and (max-width: 992px){.desktop-logo{display:none}}
