/* /Pages/Friends/FriendsDrawerComponent.razor.rz.scp.css */
.friend-row[b-hvh0klh9a1] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.3rem;
}
/* /Pages/Home/NewsComponent.razor.rz.scp.css */
p[b-n5mzqpsti9] {
    margin-bottom: 24px!important;
}

:root[b-n5mzqpsti9] {
    --mud-typography-body1: margin-bottom: 24px !important;
}
/* /Pages/Lobby/MatchMakingLobby.razor.rz.scp.css */
.avatar[b-ilkpd2yilv] {
    width: auto;
    min-width: 125px;
    height: auto;
    margin-top: 0px;
}

.avatar-image[b-ilkpd2yilv] {
    border-radius: 50%;
    width: 50px;
    display: inline-block;
    border: 1px solid #444;
}

.username[b-ilkpd2yilv] {
    font-family: "Open Sans", "SF Pro Text", "-apple-system", "BlinkMacSystemFont", "Arial";
    display: inline-block;
    position: relative;
    font-size: 1.2em;
    margin-left: 16px;
    overflow: hidden;
}

.rankimage[b-ilkpd2yilv] {
    position: relative;
    width: 70px;
}

.lobby-player[b-ilkpd2yilv] {
    min-width: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.code[b-ilkpd2yilv] {
    font-family: monospace;
    margin-left: 20px;
    margin-bottom: 3px;
}
/* /Pages/Profile/PublicProfile.razor.rz.scp.css */
.profile-header[b-wthv9usz0l] {
    display: flex;
    position: relative;
}

.profile-image[b-wthv9usz0l] {
    padding-right: 8px;
}

.profile-user-name-rank[b-wthv9usz0l] {
}

.sub-type[b-wthv9usz0l] {
    position: absolute;
    right: 0;
    bottom: 0;
}
/* /Pages/Profile/PublicProfileToolTip.razor.rz.scp.css */
.profile-header[b-w4nwcpu69e] {
    display: flex;
    position: relative;
}

.profile-image[b-w4nwcpu69e] {
    padding-right: 8px;
}

.profile-user-name-rank[b-w4nwcpu69e] {
}

.sub-type[b-w4nwcpu69e] {
    position: absolute;
    right: 0;
    bottom: 0;
}
/* /Pages/Profile/SetMatchMakingRankComponent.razor.rz.scp.css */
.rank-picker[b-odh8hjfu5x] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pickable-rank[b-odh8hjfu5x] {
    width: auto;
    height: auto;
}

.rank-img[b-odh8hjfu5x] {
    width: 68px;
}
/* /Pages/TeamFlash/Lobby.razor.rz.scp.css */
.lobby-header[b-vgble55d0x] {
    display: flex;
}

.lobby-players[b-vgble55d0x] {
    z-index: 10;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    padding: 5px;
}

.team[b-vgble55d0x] {
    position: relative;
    min-height: 125px;
}

.team-name[b-vgble55d0x] {
}

.lobby-wrapper[b-vgble55d0x] {
    position: relative;
    height: 80vh;
}

.lobby-container[b-vgble55d0x] {
    position: relative;
}

.lobby-buttons[b-vgble55d0x] {
    display: flex;
    justify-content: end;
    padding: 5px;
}

.map-picker[b-vgble55d0x] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
}

.map-container[b-vgble55d0x] {
    position: relative;
    text-align: justify;
    transition: 0.15s;
}

.map-container:hover[b-vgble55d0x] {
    transform: scale(1.05);
}

.map-name[b-vgble55d0x] {
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    font-weight: 600;
    text-shadow: 1px 1px 3px #000, 1px 1px 2px #000;
}

.lobby-chat[b-vgble55d0x] {
    padding: 10px 5px 100px 10px;
    width: 300px;
    height: 400px;
    background-color: #202020;
    border-radius: 10px;
    border: 1px solid #444;
    opacity: 0.9;
}

.messages-wrapper[b-vgble55d0x] {
    overflow: auto;
    max-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.lobby-message-input[b-vgble55d0x] {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 98%;
}

.textbox[b-vgble55d0x] {
    color: #fff;
    background-color: transparent;
}

.messages[b-vgble55d0x] {

}

.message[b-vgble55d0x] {

}
/* /Pages/TeamFlash/LobbyPlayer.razor.rz.scp.css */
.avatar[b-0ldepxyywb] {
    width: auto;
    height: auto;
    margin-top: 0px;
}

.avatar-image[b-0ldepxyywb] {
    border-radius: 50%;
    width: 30px;
    display: inline-block;
    border: 1px solid #444;
}

.username[b-0ldepxyywb] {
    font-family: "Open Sans", "SF Pro Text", "-apple-system", "BlinkMacSystemFont", "Arial";
    display: inline-block;
    position: relative;
    font-size: 0.8em;
    z-index: 10;
}

.rankimage[b-0ldepxyywb] {
    position: relative;
    width: 30px;
}

.lobby-player[b-0ldepxyywb] {
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

.code[b-0ldepxyywb] {
    font-family: monospace;
    margin-left: 20px;
    margin-bottom: 3px;
}

.player-card[b-0ldepxyywb] {
    min-width: 200px;
    padding-top: 6px;
}
/* /Pages/TeamFlash/LobbyPlayerListItem.razor.rz.scp.css */
.avatar[b-57coiwukah] {
    width: auto;
    height: auto;
    margin-top: 0px;
}

.avatar-image[b-57coiwukah] {
    border-radius: 50%;
    width: 30px;
    display: inline-block;
    border: 1px solid #444;
}

.username[b-57coiwukah] {
    font-family: "Open Sans", "SF Pro Text", "-apple-system", "BlinkMacSystemFont", "Arial";
    display: inline-block;
    position: relative;
    font-size: 0.8em;
    z-index: 10;
    width: 100%;
    overflow: hidden;
}

.rating[b-57coiwukah] {
    position: relative;
    right: 0px;
}

.rankimage[b-57coiwukah] {
    position: relative;
    width: 30px;
}

.lobby-player[b-57coiwukah] {
    z-index: 10;
}

.code[b-57coiwukah] {
    font-family: monospace;
    margin-left: 20px;
    margin-bottom: 3px;
}

.player-card[b-57coiwukah] {
    padding: 6px 0px 6px 6px;
    width: 100%;
}
/* /Pages/TeamFlash/MapPicker.razor.rz.scp.css */
.lobby-header[b-76ji5je1j4] {
    display: flex;
}

.map-picker[b-76ji5je1j4] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.map-container[b-76ji5je1j4] {
    position: relative;
    text-align: justify;
    transition: 0.15s;
}

    .map-container:hover[b-76ji5je1j4] {
        transform: scale(1.05);
    }

.map-name[b-76ji5je1j4] {
    position: absolute;
    left: 50%;
    top: 92%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    font-weight: 600;
    text-shadow: 1px 1px 3px #000, 1px 1px 2px #000;
}
/* /Shared/CopyToClipboard.razor.rz.scp.css */
.plusone[b-hmqjx3yscm] {
    position: absolute;
    margin-top: -25px;
    margin-left: 135px;
    opacity: 0;
    -webkit-animation-name: plusone;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
}

@-webkit-keyframes plusone {
    0% {
        color: white;
        text-shadow: 1px 1px 3px #000, 1px 1px 2px #000;
        opacity: 1;
    }

    22% {
    }

    77% {
        text-shadow: 1px 1px 3px #000, 1px 1px 2px #000;
        color: Gold;
    }

    100% {
        text-shadow: 1px 1px 3px #000, 1px 1px 2px #000;
        margin-top: -50px;
        opacity: 0;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ucb9i9hsek] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

.footer[b-ucb9i9hsek] {
    background-color: #19191a;
    color: #fff;
    position: absolute;
    margin-top: 180px;
    bottom: 0;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}

.poweredby[b-ucb9i9hsek] {
    font-style: normal;
    color: #cf3f3f;
    display: inline-block;
    margin-left: -1em;
    margin-right: -1em;
    padding-left: 1em;
    padding-right: 1em;
    will-change: transform;
    cursor: default;
}

    .poweredby:hover[b-ucb9i9hsek] {
        animation: pulsate-b-ucb9i9hsek 1.5s infinite;
    }

@keyframes pulsate-b-ucb9i9hsek {
    0% { transform: scale(1); }

    10% { transform: scale(1.3); }

    20% { transform: scale(1); }

    30% { transform: scale(1.4); }

    50% { transform: scale(1); }

    100% { transform: scale(1); }
}


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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-ucb9i9hsek], article[b-ucb9i9hsek] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Navigation.razor.rz.scp.css */
.navigation[b-r5q8oo8jhv] {
    display: flex;
    height: 100%;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.2em;
}

.link-item[b-r5q8oo8jhv] {
    border-bottom: 3px solid #201e24;
    padding: 20px 16px 0 16px;
    height: 66px;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

    .link-item:hover[b-r5q8oo8jhv] {
        border-bottom: 10px solid #ff9b29;
        transition: 0.2s;
    }

.menu-footer[b-r5q8oo8jhv] {
    position: fixed;
    bottom: 0;
    width: 240px;
    height: 66px;
    justify-items: center;
}
/* /Shared/OldboysAvatar.razor.rz.scp.css */
.avatar[b-019rfpcx8h] {
    min-width: 200px;
    max-width: 300px;
    margin-top: 2px;
    display: flex;
    justify-content: flex-end;
}

.avatar-image[b-019rfpcx8h] {
    width: 25px;
    margin-right: 10px;
}

.avatarimg[b-019rfpcx8h] {
    width: 25px;
    height: 25px;
}

.username[b-019rfpcx8h] {
    font-family: "Open Sans", "SF Pro Text", "-apple-system", "BlinkMacSystemFont", "Arial";
    font-size: 1.2em;
}

.rankimage[b-019rfpcx8h] {
    width: 36px;
    height: 15px;
}
/* /Shared/PlusOneComponent.razor.rz.scp.css */
.plusone[b-1af14ruaml] {
    position: absolute;
    margin-top: -25px;
    margin-left: 25px;
    opacity: 0;
    -webkit-animation-name: plusone;
    -webkit-animation-duration: 900ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
}

@-webkit-keyframes plusone {
    0% {
        color: white;
        opacity: 1;
    }

    22% {
    }

    77% {
        color: Gold;
    }

    100% {
        margin-top: -50px;
        opacity: 0;
    }
}
/* /Shared/ProfileSearchBarComponent.razor.rz.scp.css */
.searchbar[b-a5aups5r4s] {
    position: relative;
    width: 300px;
}

.searchinput[b-a5aups5r4s] {
}

.searchresults[b-a5aups5r4s] {
    z-index: 1500;
    position: absolute;
    margin-top: 10px;
    border-radius: 6px;
    width: 100%;
    border-left: 3px solid #313235;
    border-right: 3px solid #313235;
    border-bottom: 3px solid #313235;
    background-color: #313235;
    padding: 12px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.searchresult[b-a5aups5r4s] {
    position: relative;
    display: flex;
    padding: 4px;
}

    .searchresult:hover[b-a5aups5r4s] {
        background-color: #252627;
        border-radius: 4px;
        cursor: pointer;
    }
/* /Shared/RankChangeComponent.razor.rz.scp.css */
.rank-picker[b-3nvx7gdubi] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pickable-rank[b-3nvx7gdubi] {
    width: auto;
    height: auto;
}

.rank-img[b-3nvx7gdubi] {
    width: 68px;
}
/* /Shared/TopBar.razor.rz.scp.css */
