/* _content/TheIsleManager/Components/Common/DiscordButton.razor.rz.scp.css */
.discord_link[b-0rardzvwh8] {
    text-align: center;
    width: 100%;

    a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 1.25rem;
        margin-bottom: 1rem;
        font-size: 1rem;
        font-weight: 500;
        border-radius: 0.5rem;
        transition: background-color 0.2s;
        background-color: rgb(55 65 81 / 1);
        color: rgb(6 182 212 / 1);
        text-decoration: none;

        span {
            display: inline-block;
            width: 100%;
            margin-left: 0.75rem;
        }

        svg[b-0rardzvwh8] {
            flex-shrink: 0;
            width: 1rem;
            height: 1rem;
            margin-left: 0.5rem;
        }

        @media (prefers-color-scheme: dark) {
            .discord_link a[b-0rardzvwh8] {
                background-color: #374151;
                color: #3b82f6;
            }

            .discord_link a:hover[b-0rardzvwh8] {
                background-color: #4b5563;
            }
        }
    }

    a:hover[b-0rardzvwh8] {
        background-color: rgb(75 85 99 / 1);
    }
}
/* _content/TheIsleManager/Components/Pages/Auth.razor.rz.scp.css */

.nav-item[b-9nic8eb81c] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    width: 10rem;
}

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

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

.nav-item[b-9nic8eb81c]  .nav-link {
    color: #d7d7d7;
    background: red;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    padding: 1rem;
}

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

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

.bi[b-9nic8eb81c] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-arrow-bar-left-nav-menu[b-9nic8eb81c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}
/* _content/TheIsleManager/Components/TheIsle/About.razor.rz.scp.css */
h4[b-rg5ubgbfrv] {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    background-color: transparent;
    width: 100%;
}

p[b-rg5ubgbfrv] {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
    white-space: normal;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #9ca3af;
    @media (min-width: 640px) {
        font-size: 1.25rem;[b-rg5ubgbfrv]
    }
}
/* _content/TheIsleManager/Components/TheIsle/TheIsleLayout.razor.rz.scp.css */
h4[b-o91a5w3m9v] {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    background-color: transparent;
    width: 100%;
}

p[b-o91a5w3m9v] {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
    white-space: normal;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #9ca3af;
    @media (min-width: 640px) {
        font-size: 1.25rem;[b-o91a5w3m9v]
    }
}
