@import '_content/SpCraft.Blazor.Common.AuthProviders/SpCraft.Blazor.Common.AuthProviders.bundle.scp.css';
@import '_content/SpCraft.Blazor.Common.Button/SpCraft.Blazor.Common.Button.bundle.scp.css';
@import '_content/SpCraft.Blazor.Common.Dialog/SpCraft.Blazor.Common.Dialog.bundle.scp.css';
@import '_content/SpCraft.Blazor.Common.Grid/SpCraft.Blazor.Common.Grid.bundle.scp.css';
@import '_content/SpCraft.Blazor.Common.UserMenu/SpCraft.Blazor.Common.UserMenu.bundle.scp.css';

/* /Components/Login/LoginComponent.razor.rz.scp.css */
.center-container[b-us7a62dayc] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.github-icon[b-us7a62dayc] {
    width: 160px;
    height: 160px;
    transition: transform 0.2s;
    cursor: pointer;
}

.github-icon:hover[b-us7a62dayc] {
    transform: scale(1.1);
}

.split-container[b-us7a62dayc] {
    display: flex;
    min-height: 100vh;
}

.left-half[b-us7a62dayc], .right-half[b-us7a62dayc] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-wrapper[b-us7a62dayc] {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 16px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222;
}

.image-wrapper img[b-us7a62dayc] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-61maa1qaiw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-61maa1qaiw] {
    flex: 1;
}

.sidebar[b-61maa1qaiw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-61maa1qaiw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-61maa1qaiw]  a, .top-row[b-61maa1qaiw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-61maa1qaiw]  a:hover, .top-row[b-61maa1qaiw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-61maa1qaiw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-61maa1qaiw] {
        justify-content: space-between;
    }

    .top-row[b-61maa1qaiw]  a, .top-row[b-61maa1qaiw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-61maa1qaiw] {
        flex-direction: row;
    }

    .sidebar[b-61maa1qaiw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-61maa1qaiw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-61maa1qaiw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-61maa1qaiw], article[b-61maa1qaiw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
