@import '_content/Wizard101.Blazor.Library/Wizard101.Blazor.Library.n9ub5hygh3.bundle.scp.css';

/* /Layouts/MainLayout.razor.rz.scp.css */
header[b-cfnxwmdg2y]
{
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 1em;

    & img
    {
        font-size: 2em;
        height: 1em;
        width: 1em;
        vertical-align: middle;
    }

    & h1[b-cfnxwmdg2y]
    {
        font-size: 1.5rem;
        display: inline;
        margin-left: 0.5em;
    }
}

main[b-cfnxwmdg2y]
{
    flex-grow: 1;
    position: relative;
}

footer[b-cfnxwmdg2y]
{
    font-size: 0.65em;
    text-align: center;
    color: hsl(from var(--color-background) h s calc(l + 40));
    margin-top: 2em;
}

#hamburger-button[b-cfnxwmdg2y]
{
    position: absolute;
    padding: 0;
    font-size: 2em;
    background-color: transparent;
    border: 0;
    z-index: 1;
}
/* /Pages/Database/DatabaseIndex.razor.rz.scp.css */
#nav-buttons[b-uj9rm6ylvo]
{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.nav-button-category[b-uj9rm6ylvo]
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
    margin: 0 10px;
}

.nav-button[b-uj9rm6ylvo]
{
    text-decoration: none;
    text-align: center;
}

    .nav-button:hover > .nav-image[b-uj9rm6ylvo]
    {
        transform: scale(1.2);
    }

    .nav-button:has(a[disabled])[b-uj9rm6ylvo]
    {
        cursor: url("/images/cursor/CursorTargetNo.cur") 0 0, auto;
    }

    .nav-image[b-uj9rm6ylvo]
    {
        height: 64px;
        transition: transform 300ms;
    }

.nav-title[b-uj9rm6ylvo]
{
    font-size: 1.5em;
    font-family: "Wizard Fancy";
}

h2[b-uj9rm6ylvo]
{
    margin: 0;
}
/* /Pages/Events.razor.rz.scp.css */
/* /Pages/Index.razor.rz.scp.css */
#nav-buttons[b-qmt363iqe7]
{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.nav-button-category[b-qmt363iqe7]
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
    margin: 0 10px;
}

.nav-button[b-qmt363iqe7]
{
    text-decoration: none;
    text-align: center;
}

    .nav-button:hover > .nav-image[b-qmt363iqe7]
    {
        transform: scale(1.2);
    }

    .nav-button:has(a[disabled])[b-qmt363iqe7]
    {
        cursor: url("/images/cursor/CursorTargetNo.cur") 0 0, auto;
    }

.nav-image[b-qmt363iqe7]
{
    height: 64px;
    width: 64px;
    object-fit: cover;
    object-position: left;
    transition: transform 300ms;
}

.nav-title[b-qmt363iqe7]
{
    font-size: 1.5em;
    font-family: "Wizard Fancy";
}

#news[b-qmt363iqe7]
{
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;*/
    display: grid;
    grid-template-columns: 512px 1fr;
    gap: 1em;
}

    /*#news > *
    {
        flex-grow: 1;
        flex-basis: 256px;
    }*/

@media(max-width: 1024px)
{
    #news[b-qmt363iqe7]
    {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 512px)
{
    #news[b-qmt363iqe7]
    {
        grid-template-columns: 1fr;
    }
}

#events[b-qmt363iqe7], #patch-notes[b-qmt363iqe7]
{
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1em;
}

h3[b-qmt363iqe7]
{
    text-align: center;
}

/*.nav-button
{
    position: relative;
}

.nav-button:after
{
    content: "WIP";
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--font-header);
    color: var(--color-primary);
    font-size: 1.5em;
    rotate: -45deg;
}*/
/* /Pages/Infographics/InfographicPage.razor.rz.scp.css */
img[b-p7p4yyejcu]
{
    display: block;
    margin: 0 auto;
}


@media (orientation: landscape)
{
    img[b-p7p4yyejcu]
    {
        height: 100vh;
        max-width: 100%;
        object-fit: contain;
    }
}

@media (orientation: portrait)
{
    img[b-p7p4yyejcu]
    {
        width: 90%;
    }
}
/* /Pages/NotFound.razor.rz.scp.css */
#not-found[b-g6r1p8ay14]
{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

img[b-g6r1p8ay14]
{
    max-width: 100%;
}
/* /Pages/Tools/Pets/HatchingCostCalculator.razor.rz.scp.css */
.switch[b-1nbwjbpb5k]
{
    --switch-width: 3em;
    --switch-height: 1.5em;
    --slider-width: calc(var(--switch-height) * 0.8);
    --slider-height: calc(var(--switch-height) * 0.8);

    position: relative;
    display: inline-block;
    height: var(--switch-height);
    width: var(--switch-width);

    margin: 0 10px;
}

    .switch input[b-1nbwjbpb5k]
    {
        display: none;
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-1nbwjbpb5k]
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: #ccc;
    transition: .4s;
}

    .slider[b-1nbwjbpb5k]:before
    {
        content: "";
        position: absolute;
        height: var(--slider-height);
        width: var(--slider-width);
        bottom: calc((var(--switch-height) - var(--slider-height)) / 2);
        left: calc(var(--slider-width) * 0.2);
        background-color: #434343;
        transition: .4s;
    }

input:checked + .slider[b-1nbwjbpb5k]
{
    background-color: var(--color-accent-normal);
}

    input:checked + .slider[b-1nbwjbpb5k]:before
    {
        transform: translateX(calc(var(--switch-width) * 0.8 - var(--slider-width)));
    }

.slider.round[b-1nbwjbpb5k]
{
    border-radius: var(--switch-height);
}

    .slider.round[b-1nbwjbpb5k]:before
    {
        border-radius: 50%;
    }
/* /Pages/Tools/Pets/ReturnChanceCalculator.razor.rz.scp.css */
select[b-je8531ioas], input[b-je8531ioas]
{
    grid-column: 1;
    grid-row: 1;
    max-width: 140px;
}


object[b-je8531ioas], img[b-je8531ioas]
{
    max-width: 140px;
    align-self: center;
}

#calculators[b-je8531ioas]
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.calculator[b-je8531ioas]
{
/*    max-width: 340px;*/
    justify-content: space-around;
    margin-bottom: 20px;
    padding: 8px;
    border: 1px solid var(--color-accent-normal);
}

h3[b-je8531ioas]
{
    position: relative;
}

.copy-button[b-je8531ioas]
{
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
}

.wow[b-je8531ioas], h3[b-je8531ioas]
{
    text-align: center;
}

.egg[b-je8531ioas]
{
    white-space: nowrap;
}

.dropdown[b-je8531ioas]
{
    height: 200px;
    overflow-y: scroll;
    position: absolute;
    margin-top: 40px;
    width: 155px;
    background-color: darkblue;
}

.closed[b-je8531ioas]
{
    display: none;
}

.open[b-je8531ioas]
{
}



.item-container[b-je8531ioas]
{
    display: flex;
}

.item-icon[b-je8531ioas]
{
/*    font-size: 2em;*/
}

.item-names[b-je8531ioas]
{
    flex-grow: 1;
}

.item-name[b-je8531ioas]
{
    font-size: 0.8em;
    font-family: var(--font-family-normal);
}

.item-details[b-je8531ioas]
{
    font-size: 0.6em;
    font-family: var(--font-family-normal);
}
/* /Pages/Tools/ToolsIndex.razor.rz.scp.css */
#nav-buttons[b-ri7dk7uihs]
{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.nav-button-category[b-ri7dk7uihs]
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
    margin: 0 10px;
}

.nav-button[b-ri7dk7uihs]
{
    text-decoration: none;
    text-align: center;
}

    .nav-button:hover > .nav-image[b-ri7dk7uihs]
    {
        transform: scale(1.2);
    }

    .nav-button:has(a[disabled])[b-ri7dk7uihs]
    {
        cursor: url("/images/cursor/CursorTargetNo.cur") 0 0, auto;
    }

.nav-image[b-ri7dk7uihs]
{
    height: 64px;
    width: 64px;
    object-fit: cover;
    object-position: left;
    transition: transform 300ms;
}

.nav-title[b-ri7dk7uihs]
{
    font-size: 1.5em;
    font-family: "Wizard Fancy";
    max-width: 11ch;
    text-align: center;
}
/* /Pages/WorkInProgress.razor.rz.scp.css */
div[b-aafxz3sush]
{
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
}

img[b-aafxz3sush]
{
    height: 33%;
}

.absolute[b-aafxz3sush]
{
    position: absolute;
}

.bottom[b-aafxz3sush]
{
    bottom: 0;
}

.left[b-aafxz3sush]
{
    left: 0;
}

.right[b-aafxz3sush]
{
    right: 0;
}

.middle[b-aafxz3sush]
{
    left: 50%;
    translate: -50% 0;
}

@media (max-width: 850px)
{
    .desktop-only[b-aafxz3sush]
    {
        display: none;
    }
}
