@import '_content/Blazorise.RichTextEdit/Blazorise.RichTextEdit.bundle.scp.css';

/* /Components/Admin/Sidebar.razor.rz.scp.css */
@media (min-width: 768px) {
    .admin-area-sidebar[b-s00qct4i3t] {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .admin-area-sidebar[b-s00qct4i3t] {
        width: 75px;
    }
}

.nav-pills .nav-link[b-s00qct4i3t] {
    border-radius: 0px;
}

.nav-pills .nav-link:hover[b-s00qct4i3t] {
    background-color: #115dce;
}
/* /Components/Public/Shared/Navbar.razor.rz.scp.css */
.nav-link[b-ktkhvttqzk] {
    padding: 0.25rem 0;
    font-weight: 700;
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.75);
    background-color: transparent;
    border-bottom: 0.2rem solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler[b-ktkhvttqzk] {
    color: black;
    border-color: rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}

.nav-link:hover[b-ktkhvttqzk], .nav-link:focus[b-ktkhvttqzk] {
    color: rgba(0, 0, 0, 0.85);
    border-bottom: 0.5rem solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.4);
}

.active[b-ktkhvttqzk] {
    font-size: 1.35rem;
    color: #000;
    border-bottom: 0.5rem solid transparent;
    border-bottom-color: #000;
}
/* /MainLayout.razor.rz.scp.css */
.page[b-baewqqmwdu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-baewqqmwdu] {
    flex: 1;
}

.sidebar[b-baewqqmwdu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-baewqqmwdu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-baewqqmwdu]  a, .top-row[b-baewqqmwdu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-baewqqmwdu]  a:hover, .top-row[b-baewqqmwdu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-baewqqmwdu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-baewqqmwdu] {
        display: none;
    }

    .top-row.auth[b-baewqqmwdu] {
        justify-content: space-between;
    }

    .top-row[b-baewqqmwdu]  a, .top-row[b-baewqqmwdu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-baewqqmwdu] {
        flex-direction: row;
    }

    .sidebar[b-baewqqmwdu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-baewqqmwdu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-baewqqmwdu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-baewqqmwdu], article[b-baewqqmwdu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Public/ETC/ChessEngine.razor.rz.scp.css */
.modalBody[b-96yqdxugfn] {
    margin: 0px auto;
    height: 100%;
    position: absolute;
    width: 60%;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
}

.modalWindow[b-96yqdxugfn] {
    margin: 0px;
    margin: 0px auto;
    width: 100%;
    height: 80%;
    max-width: none;
}

.modalWindowBody[b-96yqdxugfn] {
    overflow: scroll;
    overflow-x: hidden;
}

.chessboard[b-96yqdxugfn] {
    width: 480px;
    height: 480px;
    background-image: url(/assets/img/chess/Chessboard480.png);
    display: flex;
    flex-wrap: wrap;
}

.piece[b-96yqdxugfn] {
    width: 60px;
    height: 60px;
    background-color: transparent;
    /*    background-color: lightcoral;
    opacity: 0.5;*/
}

.white-rook[b-96yqdxugfn] {
    background-image: url(/assets/img/chess/Chess_rlt60.png);
}

.white-knight[b-96yqdxugfn] {
    background-image: url(/assets/img/chess/Chess_nlt60.png);
}

.white-bishop[b-96yqdxugfn] {
    background-image: url('/assets/img/chess/Chess_blt60.png');
}

.white-queen[b-96yqdxugfn] {
    background-image: url('/assets/img/chess/Chess_qlt60.png');
}

.white-king[b-96yqdxugfn] {
    background-image: url('/assets/img/chess/Chess_klt60.png');
}

.white-pawn[b-96yqdxugfn] {
    background-image: url('/assets/img/chess/Chess_plt60.png');
}

.black-rook[b-96yqdxugfn] {
    background-image: url('/assets/img/chess/Chess_rdt60.png');
}

.black-knight[b-96yqdxugfn] {
    background-image: url('/assets/img/chess/Chess_ndt60.png');
}

.black-bishop[b-96yqdxugfn] {
    background-image: url('/assets/img/chess/Chess_bdt60.png');
}

.black-queen[b-96yqdxugfn] {
    background-image: url('/assets/img/chess/Chess_qdt60.png');
}

.black-king[b-96yqdxugfn] {
    background-image: url('/assets/img/chess/Chess_kdt60.png');
}

.black-pawn[b-96yqdxugfn] {
    background-image: url('/assets/img/chess/Chess_pdt60.png');
}
