/* _content/NiceChatApp/Pages/Shared/Layout/_AppHeader.cshtml.rz.scp.css */
.header[b-ljfxevfh22] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    border-bottom: 5px solid var(--color-white);
    z-index: 999;
    background: var(--color-white);
}

    .header[b-ljfxevfh22]::after {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        position: absolute;
        left: 0;
        bottom: -5px;
        background: var(--color-blue);
        background: -moz-linear-gradient(90deg, rgba(138,190,232,1) 0%, rgba(138,190,232,1) 20%, rgba(245,125,59,1) 20%, rgba(245,125,59,1) 40%, rgba(194,192,224,1) 40%, rgba(194,192,224,1) 60%, rgba(51,172,226,1) 60%, rgba(51,172,226,1) 80%, rgba(117,102,174,1) 80%, rgba(117,102,174,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(138,190,232,1) 0%, rgba(138,190,232,1) 20%, rgba(245,125,59,1) 20%, rgba(245,125,59,1) 40%, rgba(194,192,224,1) 40%, rgba(194,192,224,1) 60%, rgba(51,172,226,1) 60%, rgba(51,172,226,1) 80%, rgba(117,102,174,1) 80%, rgba(117,102,174,1) 100%);
        background: linear-gradient(90deg, rgba(138,190,232,1) 0%, rgba(138,190,232,1) 20%, rgba(245,125,59,1) 20%, rgba(245,125,59,1) 40%, rgba(194,192,224,1) 40%, rgba(194,192,224,1) 60%, rgba(51,172,226,1) 60%, rgba(51,172,226,1) 80%, rgba(117,102,174,1) 80%, rgba(117,102,174,1) 100%);
    }

    .header .header-container[b-ljfxevfh22] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 6.25rem;
        padding: 1.625rem 0;
    }

        .header .header-container > *[b-ljfxevfh22] {
            padding: 0 0.75rem;
        }


    .header .logo[b-ljfxevfh22] {
        flex: none;
        display: block;
        position: relative;
        cursor: pointer;
    }

        .header .logo[b-ljfxevfh22]  img {
            display: block;
            height: 100%;
        }

        .header .logo.logo-gkk[b-ljfxevfh22] {
            height: 2.5rem;
        }

        .header .logo.logo-dvag[b-ljfxevfh22] {
            height: 6.25rem;
        }
/* _content/NiceChatApp/Pages/Shared/_Layout.cshtml.rz.scp.css */
.layout[b-gplo5ynubq] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

    .layout > .content[b-gplo5ynubq] {
        flex: 1 1 auto;
    }
