/* _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.4s ease;
    will-change: transform, opacity, background-color, color;
}

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

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

.inside-main-footer-logo[b-e4gk7qykb0] {
    max-width: 160px;
    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: 767px) {
    .inside-main-sidebar[b-e4gk7qykb0] {
        overflow: visible;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: var(--sidebar-width);
        background: white;
        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: 10px;
        width: 32px;
        height: 32px;
        background: #1fa2f1;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 1100;
        border-radius: 0 50% 50% 0;
        transition: transform 0.3s ease;
        transform: translateX(0); 
    }

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

    .layout.sidebar-open .sidebar-toggle-button[b-e4gk7qykb0] {
        transform: translateX(284px);
    }

        .sidebar-toggle-button img[b-e4gk7qykb0] {
            width: 16px;
            height: 16px;
        }
}

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

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

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

    .steam-header .inside-main-sidebar[b-e4gk7qykb0] {
        background-color: #1fa2f1; 
        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;
    /*background-color: #24282d;*/
    color: #d1d7e0;
}  

    .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;
    }

    .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;
    }

    .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%);
    }
