.modal-lg {
    max-width: 90%!important;
}
.chessboard-board{
    width: 200px;
    cursor: pointer;
}
.chessboard-board:hover{
    opacity: 0.8;
}
.puzzle-block:hover .control-buttons{
    visibility: visible;
}
.puzzle-block .control-buttons{
    visibility: hidden;
    cursor: pointer;
    margin-left: 5px;
}
.edit-puzzle {
    color: green;
}
.delete-puzzle {
    color: red;
}
.edit-puzzle:hover {
    opacity: 0.6;
}
.delete-puzzle:hover {
    opacity: 0.6;
}
.nav-pills .nav-link {
     border-radius: .25rem!important;
}
.online {
    color: #1e7e34;
}
.success {
    background: #1e7e34;
}
.error {
    background: red;
}
.warning {
    background: #ffc000;
}
.teacher {
    font-weight: bolder;
}
.timer {
    color: #6c757d!important;
}
/* .global-editor {
    border: 2px solid rgb(168, 168, 168);
    border-radius: 16px;
    padding-bottom: 3rem!important;
} */
.tasks-content {
    padding-bottom: 5000px;
}

.enterMoves {
    padding: 20px;
    background: lightyellow;
    border: 2px solid #7D8B99;
}

.between {
    justify-content: space-between;
    color: #1BA1E2;
    opacity: 0.7;
    cursor: pointer;
}

[class^='piece-'] {
    z-index: 9999999;
}

.added_to_class {
    position: absolute;
    justify-content: center;
    display: flex;
    color: white;
    align-items: center;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    width: 200px;
    opacity: 0.5;
    height: 100%;
    background: black;
    z-index: 999;
}

.white-space {
    white-space: nowrap;
}
hr {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

#hoverPosition {
    z-index: 9999;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    position: fixed;
    display: none;

}

#displayMovesHistory {
    z-index: 9999;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    /*position: fixed;*/
    display: none;
    border: 3px solid #333;

}

.br-5 {
    border-radius: 5px;
}

.cg-board-wrap-mini {
    width: 200px!important;
    height: 200px!important;
    position: relative;
    display: block;
}

.badge-delete-variant {
    cursor: pointer;

}
.badge-delete-variant:hover {
    opacity: 0.6;

}

.bet {
    justify-content: space-between;
}
.overflow-wrap {
    overflow-wrap: anywhere;
}
.text-decoration-line-through {
    text-decoration: line-through;
}

.position:hover {
    opacity: 0.8;
}


.position:hover .fa-trash-alt {
    color: red;
}

/*.close {*/
/*    padding: 1rem!important;*/
/*    margin: -1rem -1rem -1rem auto!important;*/
/*}*/
