@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/Components/CultureSelector.razor.rz.scp.css */
.nav-link[b-blgq2qfrbh] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
    text-align: center !important;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    gap: 0.5rem;

    img {
        width: 1.5rem;
    }
}

.fixed-bottom[b-blgq2qfrbh] {
    .nav-link {
        font-weight: bolder;
    }
}

.active[b-blgq2qfrbh] {
    text-decoration: underline;
}
/* /Pages/Components/Inventory/CraftingModal.razor.rz.scp.css */
.crafting-content[b-r6dh7s8086] {
    max-height: 80vh;
}
/* /Pages/Components/Inventory/InventoryItemsView.razor.rz.scp.css */
.blazored-modal .size-large[b-jj9is4bvz1]{
    padding: 0 !important;
}
/* /Pages/Components/Inventory/ItemView.razor.rz.scp.css */
.rarity-common[b-2dw6ab7slg] {
    background: rgb(157,157,157);
    background: linear-gradient(22deg, rgba(157,157,157,0) 0%, rgba(157,157,157,0.24833683473389356) 62%, rgba(157,157,157,0.49763655462184875) 74%, rgba(157,157,157,1) 100%);
}

.rarity-uncommon[b-2dw6ab7slg] {
    background: rgb(80,225,0);
    background: linear-gradient(22deg, rgba(80,225,0,0) 0%, rgba(80,225,0,0.24833683473389356) 62%, rgba(80,225,0,0.49763655462184875) 74%, rgba(80,225,0,1) 100%);
}

.rarity-rare[b-2dw6ab7slg] {
    background: rgb(0,112,221);
    background: linear-gradient(22deg, rgba(0,112,221,0) 0%, rgba(0,112,221,0.24833683473389356) 62%, rgba(0,112,221,0.49763655462184875) 74%, rgba(0,112,221,1) 100%);
}

.rarity-epic[b-2dw6ab7slg] {
    background: rgb(163,53,238);
    background: linear-gradient(22deg, rgba(163,53,238,0) 0%, rgba(163,53,238,0.24833683473389356) 62%, rgba(163,53,238,0.49763655462184875) 74%, rgba(163,53,238,1) 100%);
}

img[b-2dw6ab7slg] {
    pointer-events: none;
}

.filter-disabled[b-2dw6ab7slg] {
    filter: grayscale(80%) brightness(0.7) blur(1px) !important;
}
/* /Pages/Components/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-wvqjtjntgr] {
    position: relative;
    display: inline-block;
    cursor: help;
}

span[b-wvqjtjntgr] {
    visibility: hidden;
    position: absolute;
    width: 100px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #636E7A;
    color: white;
    text-align: center;
    padding: 2px 1px 2px 1px;
    border-radius: 6px;
    border: 2px solid #636E7A;
    z-index: 1;
}

    span[b-wvqjtjntgr]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #636E7A transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-wvqjtjntgr] {
    visibility: visible;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.dropdown-menu[b-sq5n9pbqwm] {
    min-width: unset;
}

.dropdown-backdrop[b-sq5n9pbqwm] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 900;
    cursor: default;
}

.nav-link[b-sq5n9pbqwm] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
    text-align: center !important;
    cursor: pointer;
}

.fixed-bottom[b-sq5n9pbqwm] {
    .nav-link {
        font-weight: bolder;
    }
}
