/* _content/WowServerManager/Components/Layout/LoginLayout.razor.rz.scp.css */
body[b-n4hnpm61wb] {
    height: 100vh;
}
/* _content/WowServerManager/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-oqrrab3w4d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidebar[b-oqrrab3w4d] {
    -webkit-box-shadow: 1px 0px 1px 0px rgba(71,71,71,1);
    -moz-box-shadow: 1px 0px 1px 0px rgba(71, 71, 71, 1);
    box-shadow: 1px 0px 1px 0px rgba(71,71,71,1);
}

.nav-background[b-oqrrab3w4d] {
    height: 100%;
    width: 100%;    
    background-image: url(assets/images/nav/Nav_Background8.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    /* -webkit-filter: blur(2px);
    filter: blur(2px);*/
    -webkit-filter: contrast(0.9) blur(2px);
    filter: blur(0.3em);
}

/*.top-row {
    background-color: #696969;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}*/
/*
    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }

        .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }*/

@media (max-width: 640.98px) {
    /*.top-row {
        justify-content: space-between;
        width:100%;
    }

        .top-row ::deep a, .top-row ::deep .btn-link {
            margin-left: 0;
        }*/
}

@media (min-width: 641px) {
    .page[b-oqrrab3w4d] {
        flex-direction: row;
    }

    .sidebar[b-oqrrab3w4d] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .nav-background[b-oqrrab3w4d] {
        height: 100%;
        width: 300px
    }

    /*.top-row {
        position: sticky;
        top: 0;
        z-index: 1;
        width: 300px;
    }

        .top-row.auth ::deep a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row, article {
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important;
    }*/
}

#blazor-error-ui[b-oqrrab3w4d] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-oqrrab3w4d] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WowServerManager/Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-g7qfuzcdj6] {
    background-color: #696969;
    /*border-bottom: 1px solid #d6d5d5;*/
    background-color: rgba(0,0,0,0.4);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-g7qfuzcdj6]  a, .top-row[b-g7qfuzcdj6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-g7qfuzcdj6]  a:hover, .top-row[b-g7qfuzcdj6]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-g7qfuzcdj6]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.navbar-toggler[b-g7qfuzcdj6] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-g7qfuzcdj6] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.navbar-brand[b-g7qfuzcdj6] {
    font-size: 1.5rem;
    text-shadow: 1px 1px #5b5858 !important;
    text-decoration: none;
}

.nav-scrollable[b-g7qfuzcdj6] {
    display: none;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

.navbar-toggler:checked ~ .nav-scrollable[b-g7qfuzcdj6] {
    display: block;
}

.user-info[b-g7qfuzcdj6] {
    font-size: 20px;
    text-shadow: 1px 1px #5b5858;
    text-align: center;
}

.nav-item[b-g7qfuzcdj6]  .nav-link {
    color: #d7d7d7;
    background: none;
    /*background-image: url(assets/images/nav/Planks.png);*/
    border: none;
    border-radius: 4px;
    height: 3.5rem;
    align-items: center;
    line-height: 3.5rem;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    text-shadow: 1px 1px #5b5858 !important;
}

.nav-item[b-g7qfuzcdj6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-g7qfuzcdj6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.dropdown-menu[b-g7qfuzcdj6] {
    position: relative !important;
    display: block !important;
    background: none;
    border-radius: 1px;
    background-color: rgba(0, 0, 0, 0.3);
}

    .dropdown-menu[b-g7qfuzcdj6]  .dropdown-item {
        color: #ffc104;
        align-items: center;
        line-height: 2.0rem;
        width: 100%;
        text-align: center;
        font-size: 1.5rem;
        text-shadow: 1px 1px #5b5858 !important;
    }

.dropdown-menu[b-g7qfuzcdj6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.dropdown-menu[b-g7qfuzcdj6]  .dropdown-item:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

hr.divider[b-g7qfuzcdj6] {
    border-top: 3px groove #ffc107;
    border-bottom: none;
    opacity: 100 !important;
}

.nav-footer[b-g7qfuzcdj6] {
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    font-size: 19px;
}

@media (max-width: 640.98px) {
    .top-row[b-g7qfuzcdj6] {
        justify-content: space-between;
        width: 100%;
    }

        .top-row[b-g7qfuzcdj6]  a, .top-row[b-g7qfuzcdj6]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .navbar-toggler[b-g7qfuzcdj6] {
        display: none;
    }

    .nav-footer[b-g7qfuzcdj6] {
        position: absolute;
        bottom: 0;
    }

    .nav-scrollable[b-g7qfuzcdj6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .nav-background[b-g7qfuzcdj6] {
        height: 100%;
        width: 300px
    }

    .top-row[b-g7qfuzcdj6] {
        position: sticky;
        top: 0;
        z-index: 1;
        width: 300px;
    }

        .top-row.auth[b-g7qfuzcdj6]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-g7qfuzcdj6], article[b-g7qfuzcdj6] {
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important;
    }
}
/* _content/WowServerManager/Components/Pages/Settings/Servers/ServerVersionBadge.razor.rz.scp.css */
.server-badge-bg-vanilla[b-5e15cubi0s] {
    color: #050505;
    background-color: #ABD473;
}

.server-badge-bg-burning[b-5e15cubi0s] {
    background-color: #C41F3B;
}

.server-badge-bg-wrath[b-5e15cubi0s] {
    color: #050505;
    background-color: #69CCF0;
}

.server-badge-bg-cata[b-5e15cubi0s] {
    color: #050505;
    background-color: #00FF96;
}

.server-badge-bg-panda[b-5e15cubi0s] {
    color: #050505;
    background-color: #FFF569;
}

.server-badge-bg-warlords[b-5e15cubi0s] {
    background-color: #C79C6E;
}

.server-badge-bg-legion[b-5e15cubi0s] {
    background-color: #A330C9;
}

.server-badge-bg-battle[b-5e15cubi0s] {
    color: #050505;
    background-color: #9482C9;
}

.server-badge-bg-shadow[b-5e15cubi0s] {
    color: #050505;
    background-color: #FFFFFF;
}

.server-badge-bg-dragon[b-5e15cubi0s] {
    color: #050505;
    background-color: #F58CBA;
}

.server-badge-bg-war[b-5e15cubi0s] {
    color: #050505;
    background-color: #FEC1C0;
}

.server-badge-bg-midnight[b-5e15cubi0s] {
    color: #050505;
    background-color: #FFFF00;
}

.server-badge-bg-titan[b-5e15cubi0s] {
    color: #050505;
    background-color: #3CE13F;
}

.server-badge-bg[b-5e15cubi0s] {
    background-color: #40BC40;
}

/* Colors based on this list
.bg-deathknight { background-color: #C41F3B; }
.bg-demonhunter { background-color: #A330C9; }
.bg-druid { background-color: #FF7D0A; }
.bg-hunter { background-color: #ABD473; }
.bg-mage { background-color: #69CCF0; }
.bg-monk { background-color: #00FF96; }
.bg-paladin { background-color: #F58CBA; }
.bg-priest { background-color: #FFFFFF; }
.bg-rogue { background-color: #FFF569; }
.bg-shaman { background-color: #0070DE; }
.bg-warlock { background-color: #9482C9; }
.bg-warrior { background-color: #C79C6E; }

.bg-lfg { background-color: #FEC1C0; }
.bg-system { background-color: #FFFF00; }
.bg-guild { background-color: #3CE13F; }
.bg-officer { background-color: #40BC40; }
.bg-party { background-color: #AAABFE; }
.bg-leader { background-color: #77C8FF; }
.bg-spells { background-color: #67BCFF; }
.bg-quest { background-color: #CC9933; }
*/
/* _content/WowServerManager/Components/Shared/Animation/Animation.razor.rz.scp.css */
.Hidden[b-hz0iw3750x] {
    display: none;
    visibility: hidden;
}

.None[b-hz0iw3750x] {
    animation: none;
}

.FadeOut[b-hz0iw3750x] {
    animation: fade-out-b-hz0iw3750x 2s;
}

.FadeIn[b-hz0iw3750x] {
    /* TODO: püfen ob der Wert dynmisch gesetzt werden kann*/
    /*animation: fade-in var(--animation-time) linear forwards;*/
    animation: fade-in-b-hz0iw3750x 2s linear forwards;
}

.Loader[b-hz0iw3750x] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate-b-hz0iw3750x 1s linear infinite
}

    .Loader[b-hz0iw3750x]::before, .Loader[b-hz0iw3750x]::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 5px solid #FFF;
        animation: prixClipFix-b-hz0iw3750x 2s linear infinite;
    }

    .Loader[b-hz0iw3750x]::after {
        border-color: #FF3D00;
        animation: prixClipFix-b-hz0iw3750x 2s linear infinite, rotate-b-hz0iw3750x 0.5s linear infinite reverse;
        inset: 6px;
    }

.SpinIn[b-hz0iw3750x] {
    animation: spin-b-hz0iw3750x 2s;
}

@keyframes fade-out-b-hz0iw3750x {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-in-b-hz0iw3750x {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes spin-b-hz0iw3750x {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1440deg);
    }
}

@keyframes rotate-b-hz0iw3750x {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix-b-hz0iw3750x {
    0% {
        clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)
    }

    25% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)
    }

    50% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)
    }

    100% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)
    }
}
