@import '_content/Blazor.Flags/Blazor.Flags.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.Fast.Components.FluentUI/Microsoft.Fast.Components.FluentUI.bundle.scp.css';

/* /Components/Loaders/AllMatchesSkeleton.razor.rz.scp.css */

.match-card[b-onroah8x78] {
    padding: 10px;
    background-color: white;
    margin-bottom: 15px;
    max-width: 800px;
}

.placeholder-stamp[b-onroah8x78] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 100px;
    height: 20px;
    background-color: #E0E0E0;
    border: 2px solid #E0E0E0;
    border-radius: 5px;
}

.placeholder-line[b-onroah8x78] {
    background-color: #E0E0E0;
    border-radius: 5px;
    height: 20px;
    width: 100%;
    margin: 2px 0;
    position: relative;
    overflow: hidden;
}

.placeholder-line[b-onroah8x78]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #E0E0E0, #F8F8F8, #E0E0E0);
    animation: shimmer-b-onroah8x78 2s infinite linear;
}

@keyframes shimmer-b-onroah8x78 {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.skeleton[b-onroah8x78] {
    margin-bottom: 15px;
}
/* /Components/Loaders/MatchDetailSkeleton.razor.rz.scp.css */
.border[b-j6650rnxc8] {
    max-width: 800px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.placeholder-line[b-j6650rnxc8] {
    background-color: #E0E0E0;
    border-radius: 5px;
    height: 20px;
    width: 100%;
    margin: 2px 0;
    position: relative;
    overflow: hidden;
}

.placeholder-line[b-j6650rnxc8]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #E0E0E0, #F8F8F8, #E0E0E0);
    animation: shimmer-b-j6650rnxc8 2s infinite linear;
}

@keyframes shimmer-b-j6650rnxc8 {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}
/* /Components/Loaders/PLayerCardSkeleton.razor.rz.scp.css */
.border[b-gk8n04dw6t] {
    border: 1px solid #ccc;
    background-color: white;
}

.player-card-skeleton[b-gk8n04dw6t] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    max-width: 800px;
    padding: 10px;
}

.placeholder-avatar[b-gk8n04dw6t] {
    width: 75px;
    height: 75px;
    background-color: #E0E0E0;
    border-radius: 50%;
    margin-right: 20px;
}

.player-info-skeleton[b-gk8n04dw6t] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.placeholder-line[b-gk8n04dw6t] {
    background-color: #E0E0E0;
    border-radius: 5px;
    height: 14px;
    width: 100%;
    margin: 5px 0;
    position: relative;
    overflow: hidden;
}

.placeholder-line[b-gk8n04dw6t]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #E0E0E0, #F0F0F0, #E0E0E0);
    animation: shimmer-b-gk8n04dw6t 2s infinite linear;
}

@keyframes shimmer-b-gk8n04dw6t {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}
/* /Components/Loaders/UserInformationSkeleton.razor.rz.scp.css */
.card[b-huhctuso7o] {
    border: 1px solid #ccc;
    background-color: white;
    max-width: 800px;
}

.placeholder-avatar[b-huhctuso7o] {
    width: 150px;
    height: 150px;
    background-color: #E0E0E0;
    border-radius: 50%;
    margin-bottom: 20px;
}

.placeholder-line[b-huhctuso7o] {
    background-color: #E0E0E0;
    border-radius: 5px;
    height: 14px;
    width: 100%;
    margin: 5px 0;
    position: relative;
    overflow: hidden;
}

.placeholder-line[b-huhctuso7o]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #E0E0E0, #F0F0F0, #E0E0E0);
    animation: shimmer-b-huhctuso7o 2s infinite linear;
}

@keyframes shimmer-b-huhctuso7o {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}
/* /Components/User/UserImage.razor.rz.scp.css */
.user-image[b-7e8l1doovr] {
    margin-top: -8px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    object-fit: cover;
}
/* /Components/User/UsersList.razor.rz.scp.css */
.table-responsive[b-2dp2bps5w5] {
    width: 100%;
    overflow-x: auto;
}

.table th[b-2dp2bps5w5], .table td[b-2dp2bps5w5] {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

tbody tr[b-2dp2bps5w5] {
    cursor: pointer;
}

tbody tr:hover[b-2dp2bps5w5] {
    background-color: #f8f9fa;
}

.regular-user[b-2dp2bps5w5] {
    background-color: #FFFFFF; /* White */
}

.legend .organizer[b-2dp2bps5w5]:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-color: #ADD8E6;
}

.legend .regular-user[b-2dp2bps5w5]:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-color: #FFFFFF;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-uhwssszqgn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-uhwssszqgn], article[b-uhwssszqgn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y4rtlljspx] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-y4rtlljspx] {
    height: 4.2rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-y4rtlljspx] {
    font-size: 1.1rem;
}

.oi[b-y4rtlljspx] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-y4rtlljspx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-y4rtlljspx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-y4rtlljspx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-y4rtlljspx]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-y4rtlljspx]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-y4rtlljspx]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}


@media (min-width: 800px) {
    .navbar-toggler[b-y4rtlljspx] {
        margin-top: 10px;
    }

    .collapse[b-y4rtlljspx] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-y4rtlljspx] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
