/* _content/DigiHelper.Blazor/Components/Layout/InsideLayout.razor.rz.scp.css */
.layout[b-e4gk7qykb0],
.inside-main-sidebar[b-e4gk7qykb0],
.inside-main-sidebar-title[b-e4gk7qykb0],
.inside-main-sidebar-link[b-e4gk7qykb0],
.inside-main-sidebar-icon[b-e4gk7qykb0],
.modal-content[b-e4gk7qykb0],
.inside-main-footer-logo[b-e4gk7qykb0] {
    transition: all 0.35s ease;
    will-change: transform, opacity, background-color, color;
}

.layout[b-e4gk7qykb0] {
    transition: background-color 0.35s ease, color 0.35s ease;
}

.inside-main-footer[b-e4gk7qykb0] {
    text-align: end;
    position: relative;
}

.inside-main-footer-logo[b-e4gk7qykb0] {
    max-width: 120px;
    height: auto;
    opacity: 0.85;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: opacity 0.2s ease;
    z-index: 1;
}

.inside-main-footer-logo:hover[b-e4gk7qykb0] {
    opacity: 1;
}

.flex-grow-1[b-e4gk7qykb0] {
    flex-direction: column;
    min-height: 100vh;
}

@media (max-width: 767.98px) {
    .inside-main-sidebar[b-e4gk7qykb0] {
        overflow: visible;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: var(--sidebar-width, 280px);
        background: var(--in-surface, #fff);
        z-index: 1000;
        transition: transform 0.3s ease;
    }

    .inside-main-sidebar.closed[b-e4gk7qykb0] {
        transform: translateX(-100%);
    }

    .inside-main-sidebar.open[b-e4gk7qykb0] {
        transform: translateX(0);
    }

    .sidebar-toggle-button[b-e4gk7qykb0] {
        position: fixed;
        top: 12px;
        width: 36px;
        height: 36px;
        background: #2563eb;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 1100;
        border-radius: 0 10px 10px 0;
        box-shadow: 0 2px 10px rgba(37, 99, 235, 0.35);
        transition: transform 0.3s ease, background 0.2s ease;
        transform: translateX(0);
    }

    .sidebar-toggle-button:hover[b-e4gk7qykb0] {
        background: #1d4ed8;
    }

    .layout.sidebar-closed .sidebar-toggle-button[b-e4gk7qykb0] {
        left: 0;
    }

    .layout.sidebar-open .sidebar-toggle-button[b-e4gk7qykb0] {
        transform: translateX(calc(var(--sidebar-width, 280px) - 16px));
    }

    .sidebar-toggle-button img[b-e4gk7qykb0] {
        width: 16px;
        height: 16px;
        filter: brightness(0) invert(1);
    }
}

@media (min-width: 768px) {
    .inside-main-sidebar[b-e4gk7qykb0] {
        position: relative;
        transform: translateX(0) !important;
    }

    .sidebar-toggle-button[b-e4gk7qykb0] {
        display: none !important;
    }
}

/* Steam branch */
.steam-header[b-e4gk7qykb0] {
    background-color: #2563eb;
    color: white;
    padding: 20px;
    height: 100%;
}

.steam-header .inside-main-sidebar[b-e4gk7qykb0] {
    background-color: #2563eb;
    color: white;
}

.steam-header .inside-main-sidebar-title[b-e4gk7qykb0] {
    color: white;
}

.steam-header .inside-main-sidebar-link[b-e4gk7qykb0] {
    color: white !important;
}

.steam-layout[b-e4gk7qykb0] {
    background-color: #212731;
    color: #d1d7e0;
}

.steam-layout .inside-main-content[b-e4gk7qykb0] {
    background: transparent;
    color: #d1d7e0;
}

.steam-layout .inside-main-content .inside-main-sidebar-title[b-e4gk7qykb0] {
    color: #e8eaf0;
}

.steam-layout .inside-main-content .inside-main-sidebar-separator[b-e4gk7qykb0] {
    border-top-color: rgba(255, 255, 255, 0.1);
}

.steam-layout .inside-main-footer[b-e4gk7qykb0] {
    background-color: #25282f;
    text-align: end;
}

.steam-layout .inside-main-footer-logo[b-e4gk7qykb0] {
    opacity: 0.85;
    position: fixed;
    bottom: 10px;
    right: 10px;
    filter: invert(1) grayscale(100%) brightness(200%);
    z-index: 1;
}

.steam-layout .inside-main-footer-logo:hover[b-e4gk7qykb0] {
    opacity: 1;
}

.steam-layout .modal-content[b-e4gk7qykb0] {
    background-color: #2a3542;
    color: #d1d7e0;
    transition: background-color 0.3s ease;
}
/* _content/DigiHelper.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.wrapper[b-caoesox6e5] {
    width: 100%;
    position: relative;
}

    .wrapper .circleBg[b-caoesox6e5] {
        position: absolute;
        top: 35%;
        left: 10%;
        z-index: -1;
    }
/* _content/DigiHelper.Blazor/Components/Layout/OutsideLayout.razor.rz.scp.css */
.outside-layout[b-uyt8ykl4fg] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
}
    .outside-layout header[b-uyt8ykl4fg] {
        padding: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .outside-layout .brand[b-uyt8ykl4fg] {
        text-decoration: none;
        color: inherit;
        display: flex;
        align-items: center;
        gap: 0.4rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .outside-layout header hr[b-uyt8ykl4fg] {
        margin-top: 5px;
        width: 100%;
        border: 1px solid #ccc;
    }

    .outside-layout main[b-uyt8ykl4fg] {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: start; 
        align-items: center;
        padding: 90px 20px; 
    }

.steam-codes-layout[b-uyt8ykl4fg] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    background-color: #17181a;
    color: #d1d7e0;
}

    .steam-codes-layout header[b-uyt8ykl4fg] {
        padding: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #212731;
    }

    .steam-codes-layout .brand[b-uyt8ykl4fg] {
        text-decoration: none;
        color: inherit;
        display: flex;
        align-items: center;
        gap: 0.4rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .steam-codes-layout header hr[b-uyt8ykl4fg] {
        margin-top: 5px;
        width: 100%;
        border: 1px solid #555;
    }

    .steam-codes-layout main[b-uyt8ykl4fg] {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        padding: 90px 20px;
        background-color: #212731;
    }

    .steam-codes-layout img[b-uyt8ykl4fg] {
        filter: invert(1) grayscale(100%) brightness(200%);
    }
