/* /Pages/About.razor.rz.scp.css */
.aboutText-Container[b-ewq7odl3db] {
    text-align: center;
    padding: 20px;
}

.aboutText[b-ewq7odl3db] {
    font-size: calc(6px + 2vmin);
    display: inline-block;
    text-align: left;
}

.About-link[b-ewq7odl3db] {
    color: white;
    text-decoration: underline;
    margin-bottom: 25px;
}

.About-code[b-ewq7odl3db] {
    color: white;
}
/* /Pages/Friends.razor.rz.scp.css */
/* /Pages/Index.razor.rz.scp.css */
.welcomeText[b-4af7mayfeq] {
    padding: 20px;
    width: 90%;
    font-size: calc(6px + 2vmin);
    display: inline-block;
    text-align: left;
}
/* /Pages/ModifyFriend.razor.rz.scp.css */
*[b-igjfrh39jy] {
    box-sizing: border-box;
}

.Friends-Container[b-igjfrh39jy] {
    padding: 10px;
    width: 100%;
    text-align: center;
}

.FriendList-AddFriend[b-igjfrh39jy] {
    font-size: 18pt;
}

.FriendList-AddFriendSubText[b-igjfrh39jy] {
    font-size: 12pt;
}

.FriendList-AddFriendError[b-igjfrh39jy] {
    font-size: 16pt;
    color: red;
    text-decoration: none;
}

.FriendList-Identifier[b-igjfrh39jy] {
    font-size: 10pt;
    width: 300px;
    background-color: lightgray;
}
/* /Pages/Play.razor.rz.scp.css */
.Play-container[b-31erp12bro] {
    padding: 0px;
    width: 100%;
    text-align: center;
    font-size: calc(12px + 2vmin);
    text-align: center;
}
/* /Pages/Privacy.razor.rz.scp.css */
.lastUpdatedText[b-ejyj7tr1nv] {
    font-size: calc(6px + 2vmin);
    text-align: center;
}

.privacyText-Container[b-ejyj7tr1nv] {
    text-align: center;
    padding: 20px;
}

.privacyText[b-ejyj7tr1nv] {
    font-size: calc(6px + 2vmin);
    display: inline-block;
    text-align: left;
}
/* /Pages/Settings.razor.rz.scp.css */
.Settings-header[b-x8wmv7rfdh] {
    min-height: 10vh;
    font-size: calc(10px + 2vmin);
}

.Settings-link[b-x8wmv7rfdh] {
    text-decoration: none;
    color: white;
    margin-top: 25px;
    font-size: calc(12px + 2vmin);
}

.Settings-Text[b-x8wmv7rfdh] {
    font-size: 18pt;
}

.Settings-SubText[b-x8wmv7rfdh] {
    font-size: 12pt;
}

.Settings-Identifier[b-x8wmv7rfdh] {
    font-size: 10pt;
    width: 300px;
    background-color: lightgray;
}

.Settings-Container[b-x8wmv7rfdh] {
    padding: 10px;
    width: 100%;
    text-align: center;
}

.Settings-Error[b-x8wmv7rfdh] {
    font-size: 12pt;
    color: red;
}
/* /Shared/ChessBoardView.razor.rz.scp.css */
.Play-Error[b-e23pjrhke4] {
    padding: 10px;
    text-align: left;
    font-size: calc(10px + 2vmin);
    color: red;
}

.Play-Form[b-e23pjrhke4] {
    padding: 10px;
    font-size: calc(10px + 2vmin);
}

.Play-GameName[b-e23pjrhke4] {
    font-size: calc(12px + 2vmin);
    padding: 5px;
    margin: 10px;
    width: inherit;
}

input[type=text][b-e23pjrhke4] {
    width: 400px;
}

textarea[b-e23pjrhke4] {
    width: 400px;
    height: 150px;
    overflow-wrap: break-word;
    padding: 5px 2px;
    box-sizing: border-box;
    border-radius: 2px;
    resize: none;
}

.Play-Padding[b-e23pjrhke4] {
    height: 200px;
}
/* /Shared/CookieConsent.razor.rz.scp.css */
.cookieConsent-Container[b-dnxhofivmw] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #181616;
    color: #4e503b;
    backdrop-filter: blur(6px);
    display: table;
    vertical-align: middle;
    text-align: center;
}

.cookieConsent-Text[b-dnxhofivmw] {
    position: absolute;
    top: 40%;
    width: 100%;
    display: table-cell;
    color: white;
}
/* /Shared/FriendList.razor.rz.scp.css */
*[b-e8x2p23ehc] {
    box-sizing: border-box;
}

.FriendList-link[b-e8x2p23ehc] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    opacity: 0;
}

.FriendList-AddFriend[b-e8x2p23ehc] {
    font-size: 18pt;
}

.FriendList-AddFriendSubText[b-e8x2p23ehc] {
    font-size: 12pt;
}

.FriendList-AddFriendError[b-e8x2p23ehc] {
    font-size: 16pt;
    color: red;
    text-decoration: none;
}

.FriendList-Identifier[b-e8x2p23ehc] {
    font-size: 10pt;
    width: 300px;
    background-color: lightgray;
}

.friendTemplate[b-e8x2p23ehc] {
    float: left;
    padding: 10px 25px;
    margin: 10px;
    height: 160px;
    background-color: #454545;
    width: 40%;
    position: relative;
}

    .friendTemplate:hover[b-e8x2p23ehc] {
        background-color: #656565;
        cursor: pointer;
    }

.nameTemplate[b-e8x2p23ehc] {
    text-align: center;
    font-size: 18pt;
    text-overflow: ellipsis;
    color: white;
    overflow: hidden;
    height: 40px;
}

.manageTemplate[b-e8x2p23ehc] {
    margin-top: 50px;
    width: 90%;
    z-index: 20;
    position: relative;
}


.row[b-e8x2p23ehc] {
    text-align: center;
    justify-content: center;
}

    .row[b-e8x2p23ehc]::after {
        content: "";
        clear: both;
        display: table;
    }

[class*="template-"][b-e8x2p23ehc] {
    background-color: #454545;
}


@media only screen and (max-width: 768px) {
    .friendTemplate[b-e8x2p23ehc] {
        width: 85%;
    }
}
/* /Shared/GameList.razor.rz.scp.css */
*[b-nj8tjmu6qg] {
    box-sizing: border-box;
}

.GameList-titleWrapper[b-nj8tjmu6qg] {
    width: 100%;
    text-align: center;
}

.GameList-title[b-nj8tjmu6qg] {
    font-size: calc(14px + 2vmin);
    text-align: center;
    color: white;
    background-color: #353535;
    padding: 5px 15px 5px 15px;
    margin: 10px;
    border: none;
}

    .GameList-title:hover[b-nj8tjmu6qg] {
        background-color: #656565;
    }

.GameList-childtitle[b-nj8tjmu6qg] {
    font-size: calc(14px + 2vmin);
    text-align: center;
    color: white;
    background-color: #454545;
    padding: 5px 15px 5px 15px;
    margin: 10px;
    border: none;
}

    .GameList-childtitle:hover[b-nj8tjmu6qg] {
        background-color: #656565;
    }

.GameList-filterList[b-nj8tjmu6qg] {
    font-size: calc(10px + 2vmin);
}

.GameList-link[b-nj8tjmu6qg] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    opacity: 0;
}

.GameList-StatusMessage[b-nj8tjmu6qg] {
    text-align: center;
}

.gameTemplate[b-nj8tjmu6qg] {
    float: left;
    padding: 10px 25px;
    margin: 10px;
    height: 190px;
    background-color: #454545;
    width: 40%;
    position: relative;
}

    .gameTemplate:hover[b-nj8tjmu6qg] {
        background-color: #656565;
        cursor: pointer;
    }

.nameTemplate[b-nj8tjmu6qg] {
    text-align: center;
    font-size: 18pt;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
}

.commentTemplate[b-nj8tjmu6qg] {
    text-align: left;
    font-size: 14pt;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    overflow: hidden;
    height: 50%;
}

.opponentTemplate[b-nj8tjmu6qg] {
    text-align: right;
    font-size: 12pt;
    color: #959595;
    height: 25px;
}

.opponentIconTemplate[b-nj8tjmu6qg] {
    vertical-align: middle
}

.dateTemplate[b-nj8tjmu6qg] {
    text-align: right;
    font-size: 12pt;
    color: #959595;
    height: 25px;
}

.statusTemplate[b-nj8tjmu6qg] {
    position: relative;
    top: -25px;
    text-align: left;
    font-size: 12pt;
    color: #959595;
    height: 25px;
}

.row[b-nj8tjmu6qg] {
    text-align: center;
    justify-content: center;
}

    .row[b-nj8tjmu6qg]::after {
        content: "";
        clear: both;
        display: table;
    }

@media only screen and (max-width: 768px) {
    .gameTemplate[b-nj8tjmu6qg] {
        width: 85%;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-rygfu7ya1e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rygfu7ya1e] {
    flex: 1;
}

.sidebar[b-rygfu7ya1e] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rygfu7ya1e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rygfu7ya1e]  a, .top-row[b-rygfu7ya1e]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rygfu7ya1e]  a:hover, .top-row[b-rygfu7ya1e]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rygfu7ya1e]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rygfu7ya1e] {
        display: none;
    }

    .top-row.auth[b-rygfu7ya1e] {
        justify-content: space-between;
    }

    .top-row[b-rygfu7ya1e]  a, .top-row[b-rygfu7ya1e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rygfu7ya1e] {
        flex-direction: row;
    }

    .sidebar[b-rygfu7ya1e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rygfu7ya1e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rygfu7ya1e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rygfu7ya1e], article[b-rygfu7ya1e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
