/* /Components/RegionComponent.razor.rz.scp.css */
h2[b-tujrusdae2] {
    font-size: 2rem;
    line-height: normal;
    margin-top: 10px;
}

.region[b-tujrusdae2] {
    background-color: var(--menucolor);
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 250px;
    margin: 10px 10px;
}
    .region .secondary[b-tujrusdae2] {
        font-size: 2.3rem;
        line-height: normal;
        color: var(--fontcolorlightSecondary);
    }
.regionIcon[b-tujrusdae2] {
    min-height: 150px;
    max-height: 150px;
}
.regionIconBorder[b-tujrusdae2] {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-joinleave[b-tujrusdae2] {
    height: 66px;
    font-size: 3.5rem;
    line-height: normal;
    margin-top: 10px;
    padding: 0 6px;
    border-radius: 33px;
    background-color: var(--joinbuttonBackground);
    border-color: var(--joinbuttonBackground);
    color: var(--fontcolorlight);
}
.btn-cancel[b-tujrusdae2] {
    height: 66px;
    font-size: 3.5rem;
    line-height: normal;
    margin-top: 10px;
    padding: 0 6px;
    border-radius: 33px;
    background-color: var(--cancelbuttonBackground);
    border-color: var(--cancelbuttonBackground);
    color: var(--fontcolorlight);
}
/* /Components/RegionDetailsComponent.razor.rz.scp.css */
.regionIcon[b-ywsy2k88g5] {
    min-height: 75px;
    max-height: 75px;
}

.regionIconBorder[b-ywsy2k88g5] {
    height: 75px;
    width: 75px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head[b-ywsy2k88g5] {
    font-family: 'TF2Build';
    line-height: normal;
    text-align: center;
}
    .head p[b-ywsy2k88g5] {
        font-size: 1.3rem;
        width: 100%;
        margin-bottom: 0px;
    }
    .head p a[b-ywsy2k88g5] {
        font-size: 1rem;
        cursor: pointer;
    }

.inviteafriend[b-ywsy2k88g5] {
    color: var(--invitafriendColor);
}

    .inviteafriend:hover[b-ywsy2k88g5] {
        color: var(--invitafriendColor);
    }
/* /Pages/Regions.razor.rz.scp.css */
h1[b-6vpofhnlhz] {
    font-size: 4rem;
    line-height: normal;
    text-align: center;
}

.container[b-6vpofhnlhz] {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.head[b-6vpofhnlhz] {
    font-family: 'TF2Build';
    line-height: normal;
    text-align: center;
}
.banner[b-6vpofhnlhz] {
    width: 100%;
    max-height: 200px;
    max-width: 1000px;
    margin-bottom: 30px;
}
.loading[b-6vpofhnlhz] {
    margin: 50px;
}
.regions[b-6vpofhnlhz] {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.indicator[b-6vpofhnlhz] {
    margin-top: 40px;
}
.details[b-6vpofhnlhz] {
    margin-top: 50px;
    width: 100%;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-zj9tl3lqe1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-zj9tl3lqe1] {
    flex: 1;
    margin-bottom: 20px;
}

.main .top-row[b-zj9tl3lqe1] {
    background-color: var(--menucolortop);
    /*border-bottom: 1px solid var(--bordercolor);*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main .top-row > a[b-zj9tl3lqe1], .main .top-row .btn-link[b-zj9tl3lqe1] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.main .top-row .btn-link[b-zj9tl3lqe1] {
    color: var(--fontcolorlight);
}

.main .top-row .btn-link.active[b-zj9tl3lqe1] {
    color: var(--activecolor);
}

.main .top-row .btn-link:hover[b-zj9tl3lqe1] {
    color: var(--highlightcolor);
}

.main .top-row a[b-zj9tl3lqe1] {
    color: var(--fontcolorlight);
}

.main .top-row a.active[b-zj9tl3lqe1] {
    color: var(--activecolor);
}

.main .top-row a:hover[b-zj9tl3lqe1] {
    color: var(--highlightcolor);
}

.sidebar[b-zj9tl3lqe1] {
    background-color: var(--menucolor);
}

.sidebar .top-row[b-zj9tl3lqe1] {
    background-color: rgba(0,0,0,0.4);
}

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

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

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

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

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

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

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

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

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

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

    .main > div[b-zj9tl3lqe1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.creatorsAssetPackNote[b-zj9tl3lqe1] {
    font-size: 0.8em;
    padding: 2px 0px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xr260v0y7g] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

.nav-item[b-xr260v0y7g]  a {
    color: var(--fontcolorlight);
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

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

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

@media (min-width: 768px) {
    .navbar-toggler[b-xr260v0y7g] {
        display: none;
    }

    .collapse[b-xr260v0y7g] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
