/* _content/PsychicGoat.CharacterSheet/Components/Attributes/AbilitySingleGrant.razor.rz.scp.css */

select[b-jovxbbie7z] {
    width: 304px;
    font-size: 1.5em;
}
/* _content/PsychicGoat.CharacterSheet/Components/Attributes/AttributeView.razor.rz.scp.css */

.attributeValue[b-txbsyovrcc] {
    font-size: 2em;
    width:56px;
    height: 56px;
    padding-left: 8px;
    border-radius: 8px;
}
/* _content/PsychicGoat.CharacterSheet/Components/ComplexModal.razor.rz.scp.css */
/* ComplexModal dialog element styling */
dialog[b-rbm8nprn2y] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    border: none;
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
}

    /* Dark mode backdrop */
    dialog[b-rbm8nprn2y]::backdrop {
        background-color: rgba(0, 0, 0, 0.4);
    }
/* _content/PsychicGoat.CharacterSheet/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-07haercvz0] {
    position: relative;
}

main[b-07haercvz0] {
    justify-self: center;
    padding: 0 8px;
}

#blazor-error-ui[b-07haercvz0] {
    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-07haercvz0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PsychicGoat.CharacterSheet/Components/Layout/NavigationLinks.razor.rz.scp.css */

ul[b-l1fmjn52r9] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 40px;
    display: flex;
    align-content: center;
}

li[b-l1fmjn52r9] {
    font-size: 1.25em;
    padding: 0;
    margin: 0;
}

    li:hover[b-l1fmjn52r9] {
        background-color: #024D68;
    }
/* _content/PsychicGoat.CharacterSheet/Components/Layout/NavMenu.razor.rz.scp.css */
nav[b-2qqh56a7x3] {
    color: var(--tertiary-color);
    padding: 0;
    margin-bottom: 24px;
    border-color: var(--secondary-color);
    border-width: 0 0 4px 0;
    border-style: solid;
    padding-right: 16px;
}

img[b-2qqh56a7x3] {
    height: 56px;
    width: 56px;
    margin-left: 16px;
    margin-bottom: 4px;
    margin-top: 4px;
}
/* _content/PsychicGoat.CharacterSheet/Components/Modal.razor.rz.scp.css */
.modal[b-90pv28vsmz] {
    padding-bottom: 16px;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

    .modal > div[b-90pv28vsmz] {
        position: fixed;
        bottom: 0;
        background-color: #fefefe;
        width: 100%;
        -webkit-animation-name: slideIn;
        -webkit-animation-duration: 0.4s;
        animation-name: slideIn;
        animation-duration: 0.4s;
        margin-bottom: 32px;
    }

    .modal > div > div.header[b-90pv28vsmz] {
        background-color: #012836;
        color: #fdf8e2;
        padding: 2px 16px;
    }

    .modal.destructive > div .header[b-90pv28vsmz] {
        background-color: red;
    }

    .modal > div .content[b-90pv28vsmz] {
        padding: 24px;
        margin: 0;
    }
/* _content/PsychicGoat.CharacterSheet/Components/Pages/Error.razor.rz.scp.css */
div.center[b-4wevijcmu9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
}

div.message[b-4wevijcmu9] {
    font-size: 1.5em;
    font-weight: 545;
}

img[b-4wevijcmu9] {
    height: 400px;
    width: 400px;
    border-radius: 100%;
    margin: 32px 0;
}
