@import 'liljuddwebsite.Client.bundle.scp.css';

/* _content/liljuddwebsite/Components/Layout/FooterBar.razor.rz.scp.css */
footer[b-varu0casov] {
    align-items: center;
    margin: 100px 1px 0 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    bottom: 0;
    width: 100%;
    padding: 5px;
}

footer .footerIcon[b-varu0casov] {
    display: block;
    text-align: center;
}

footer .footerIcon .footerImage[b-varu0casov] {
    max-width: initial;
    max-height: initial;
    width: 48px;
    margin: 0.5rem auto;
}

footer .footerIcon .footerImageNote[b-varu0casov] {
    font-size: 0.75rem;
}

footer .footerTable[b-varu0casov] {
    padding: 20px;
    display: grid;
    gap: 20px;
}

@media (max-width: 768px) {
    footer .footerTable[b-varu0casov] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    footer .footerTable div[b-varu0casov] {
        padding: 10px;
    }
}

@media (min-width: 769px) {
    footer .footerTable[b-varu0casov] {
        grid-template-columns: repeat(4, 1fr);
    }
}

footer .footerTable div img[b-varu0casov] {
    margin: auto;
    max-width: 0.5rem;
}

footer .footerTable h3[b-varu0casov] {
    margin-bottom: 8px;
}

footer .footerLinks[b-varu0casov] {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    font-size: 0.75rem;
}

footer .footerLinks a[b-varu0casov] {
    position: relative;
    color: #ffffff;
    text-decoration: none;
}

footer .footerLinks a:hover[b-varu0casov] {
    color: #ffffff;
}

footer .footerLinks a[b-varu0casov]::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    background-color: #ffffff;
    transition: transform 0.3s ease;
}

footer .footerLinks a:hover[b-varu0casov]::before {
    transform: scaleX(1);
}

footer .footerNotice[b-varu0casov] {
    margin: 0 auto;
    text-align: center;
    font-size: 0.65rem;
}

footer .footerNotice a[b-varu0casov] {
    transition: 0.5s;
}

footer .footerNotice a:hover[b-varu0casov] {
    color: #603bff !important;
}

@media (min-width: 768px) {
    footer[b-varu0casov] {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 0px;
        margin: 0 auto;
    }

    footer .footerIcon[b-varu0casov] {
        grid-column: span 1;
        justify-self: center;
    }

    footer .footerTable[b-varu0casov] {
        grid-column: span 3;
    }

    footer .footerNotice[b-varu0casov] {
        grid-column: span 4;
    }
}
/* _content/liljuddwebsite/Components/Layout/MainLayout.razor.rz.scp.css */
.contentDiv[b-tt7hd23paa] {
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
}

.body[b-tt7hd23paa] {
    color: rgb(var(--foreground-rgb));
    background-color: black;
    background-image: url("https://static.moonleay.net/img/lilJuddWeb/bgs/bg.jpg");
    background-repeat: repeat;
    background-size: 300px;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#blazor-error-ui[b-tt7hd23paa] {
    display: none;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    padding: 0 1rem;
}

.errorcontent a[b-tt7hd23paa] {
    color: white;
    text-decoration: underline;
    font-size: 0.9rem;
    transition: 0.5s;
}

.errorcontent a:hover[b-tt7hd23paa] {
    color: #603bff !important;
}

.errorcontent[b-tt7hd23paa] {
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border: 1px solid red;
    padding: 1rem;
    z-index: 1000;
    margin: 1rem auto;
}

#blazor-error-ui .dismiss[b-tt7hd23paa] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#blazor-error-ui a[b-tt7hd23paa], p[b-tt7hd23paa] {
    color: white;
}
/* _content/liljuddwebsite/Components/Layout/NavBar.razor.rz.scp.css */
nav[b-yjql10c98l] {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    position: sticky;
    border-radius: 5px;
}

nav ul[b-yjql10c98l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

nav ul .navElem[b-yjql10c98l] {
    margin: 0.5rem 1rem;
    transition: 0.5s;
    color: white;
}

nav ul .navElem:hover[b-yjql10c98l] {
    color: #603bff !important;
}

nav ul .navElem .textBx[b-yjql10c98l] {
    display: flex;
    align-items: center;
}

nav ul .navElem .textBx #logo[b-yjql10c98l] {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    max-width: initial;
    max-height: initial;
    margin: 0.5rem;
}

@media (min-width: 768px) {
    nav ul[b-yjql10c98l] {
        flex-direction: row;
        padding: 0 2rem;
    }

    nav ul .navElem:last-child[b-yjql10c98l] {
        margin-left: auto;
    }
}
/* _content/liljuddwebsite/Components/Pages/ActionStatusPage.razor.rz.scp.css */
.wrapper h1[b-een3xbmilx] {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 1.2rem;
}

.wrapper p[b-een3xbmilx] {
    text-align: center;
}


@media (min-width: 420px) {
    .wrapper h1[b-een3xbmilx] {
        font-size: 3rem;
    }
}

.wrapper section[b-een3xbmilx] {
    margin: 1rem;
}

@media (max-width: 420px) {
    .wrapper section p[b-een3xbmilx], .wrapper section a[b-een3xbmilx] {
        font-size: 0.75rem;
    }
}

.wrapper section a[b-een3xbmilx] {
    color: white;
    text-decoration: underline;
    font-size: 0.9rem;
    transition: 0.5s;
    text-align: center;
}

.wrapper section a:hover[b-een3xbmilx] {
    color: #603bff !important;
}

.wrapper section[b-een3xbmilx] {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 1rem;
    max-width: 1100px;
    margin: 1rem auto;
    width: 100%;
}
/* _content/liljuddwebsite/Components/Pages/AuthenticationPage.razor.rz.scp.css */
.wrapper h1[b-9g8hfol3k6] {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 1.2rem;
}

.wrapper p[b-9g8hfol3k6] {
    text-align: center;
}


@media (min-width: 420px) {
    .wrapper h1[b-9g8hfol3k6] {
        font-size: 3rem;
    }
}

.wrapper section[b-9g8hfol3k6] {
    margin: 1rem;
}

@media (max-width: 420px) {
    .wrapper section p[b-9g8hfol3k6], .wrapper section a[b-9g8hfol3k6] {
        font-size: 0.75rem;
    }
}

.wrapper section a[b-9g8hfol3k6] {
    color: white;
    text-decoration: underline;
    font-size: 0.9rem;
    transition: 0.5s;
    text-align: center;
}

.wrapper section a:hover[b-9g8hfol3k6] {
    color: #603bff !important;
}

.wrapper section[b-9g8hfol3k6] {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 1rem;
    max-width: 1100px;
    margin: 1rem auto;
    width: 100%;
}
/* _content/liljuddwebsite/Components/Pages/BotStatsPage.razor.rz.scp.css */
.wrapper h1[b-09wry9wunp] {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 1.2rem;
}

.wrapper p[b-09wry9wunp] {
    text-align: center;
}


@media (min-width: 420px) {
    .wrapper h1[b-09wry9wunp] {
        font-size: 3rem;
    }
}

.wrapper section[b-09wry9wunp] {
    margin: 1rem;
}

@media (max-width: 420px) {
    .wrapper section p[b-09wry9wunp], .wrapper section a[b-09wry9wunp] {
        font-size: 0.75rem;
    }
}

.wrapper section a[b-09wry9wunp] {
    color: white;
    text-decoration: underline;
    font-size: 0.9rem;
    transition: 0.5s;
    text-align: center;
}

.wrapper section a:hover[b-09wry9wunp] {
    color: #603bff !important;
}

.wrapper section[b-09wry9wunp] {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 1rem;
    max-width: 1100px;
    margin: 1rem auto;
    width: 100%;
}
/* _content/liljuddwebsite/Components/Pages/Error.razor.rz.scp.css */
a[b-0q0xvnyzpv], p[b-0q0xvnyzpv] {
    color: black;
}
/* _content/liljuddwebsite/Components/Pages/GuildConfigurePage.razor.rz.scp.css */
.wrapper h1[b-0m01pl138g] {
    font-size: 2.8rem;
    text-align: center;
    /*margin-bottom: 1.2rem;*/
}

.wrapper h3[b-0m01pl138g] {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.2rem;
}


.wrapper p[b-0m01pl138g] {
    text-align: center;
}


@media (min-width: 420px) {
    .wrapper h1[b-0m01pl138g] {
        font-size: 3rem;
    }

    .wrapper h3[b-0m01pl138g] {
        font-size: 2rem;
    }
}

.wrapper section[b-0m01pl138g] {
    margin: 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 420px) {
    .wrapper section p[b-0m01pl138g], .wrapper section a[b-0m01pl138g] {
        font-size: 0.75rem;
    }
}

.wrapper section a[b-0m01pl138g] {
    color: white;
    text-decoration: underline;
    font-size: 0.9rem;
    transition: 0.5s;
    text-align: center;
}

.wrapper section a:hover[b-0m01pl138g] {
    color: #603bff !important;
}

.wrapper section[b-0m01pl138g] {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 1rem;
    max-width: 1100px;
    margin: 1rem auto;
    width: 100%;
}

.top_padding[b-0m01pl138g] {
    margin-top: 2rem;
}

button[b-0m01pl138g] {
    background: none;
    border: 2px solid white;
    border-radius: 6px;
    padding: 1px 8px;
    color: white;
    margin: 2px 10px;
    transition: 0.5s;
}

button:hover[b-0m01pl138g] {
    color: #603bff !important;
    border: 2px solid #603bff !important;
    cursor: pointer;
}

.warning[b-0m01pl138g] {
    color: #e50000;
    border: 2px solid #e50000;
}

.warning:hover[b-0m01pl138g] {
    color: #b32121 !important;
    border: 2px solid #b32121 !important;
}

.buttonsection[b-0m01pl138g] {
    display: flex;
    flex-direction: row !important;
    margin: auto;
}

select[b-0m01pl138g] {
    background: none;
    border: 2px solid white;
    border-radius: 6px;
    padding: 1px 2px;
    color: white;
    margin: 2px 10px;
    transition: 0.5s;
}

input[type="checkbox"][role="switch"][b-0m01pl138g] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    font-size: inherit;
    width: 2rem;
    height: 1rem;
    box-sizing: content-box;
    border: 1px solid;
    border-radius: 1rem;
    vertical-align: text-bottom;
    margin: auto;
    color: inherit;
}


input[type="checkbox"][role="switch"]:checked[b-0m01pl138g] {
    background: white !important;
}

input:where([type="checkbox"][role="switch"])[b-0m01pl138g]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    box-sizing: border-box;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.15rem;
    border: 1px solid;
    border-radius: 50%;
    background: currentcolor;
}

input:where([type="checkbox"][role="switch"]):checked[b-0m01pl138g]::before {
    left: 1rem;
    color: #603bff !important;
    border: 1px solid #603bff !important;
}

input:where([type="checkbox"][role="switch"]):active[b-0m01pl138g] {
    opacity: 0.6;
}

.switch[b-0m01pl138g] {
    display: flex;
    flex-direction: row;
    align-self: center;
    align-content: center;
    align-items: center;
}

.label[b-0m01pl138g] {
    margin: 2px 10px;
}

.buttons[b-0m01pl138g] {
    display: flex;
    margin: 1rem auto;
    align-content: center;
    align-items: center;
    align-self: center;
}
