/* _content/CaptiveWebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-26yctre2u3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-26yctre2u3] {
    flex: 1;
}

.sidebar[b-26yctre2u3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-26yctre2u3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-26yctre2u3]  a, .top-row[b-26yctre2u3]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

        .top-row[b-26yctre2u3]  a:hover, .top-row[b-26yctre2u3]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-26yctre2u3]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.top-row-l[b-26yctre2u3] {
}

.top-row-r[b-26yctre2u3] {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

@media (max-width: 640.98px) {
    .top-row[b-26yctre2u3] {
        justify-content: space-between;
    }

        .top-row[b-26yctre2u3]  a, .top-row[b-26yctre2u3]  .btn-link {
            margin-left: 0;
        }

    .top-row-l[b-26yctre2u3] {
        text-align: center;
    }

    .top-row-r[b-26yctre2u3] {
        justify-content: center;
    }
}

@media (min-width: 641px) {
    .page[b-26yctre2u3] {
        flex-direction: row;
    }


    .top-row[b-26yctre2u3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-26yctre2u3]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-26yctre2u3], article[b-26yctre2u3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/CaptiveWebApp/Components/Pages/Default.razor.rz.scp.css */

@media (max-width: 768px) {

    .mobile-ellipsis[b-u2qammrk0u] {
        height: 250px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        transition: height 0.3s ease;
    }

        .mobile-ellipsis[b-u2qammrk0u]::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60px;
            background: linear-gradient(to bottom, rgba(59,182,186,0) 0%, rgba(59,182,186,1) 100%);
        }

        .mobile-ellipsis.active[b-u2qammrk0u] {
            height: auto;
        }

            .mobile-ellipsis.active[b-u2qammrk0u]::after {
                display: none;
            }
}
/* _content/CaptiveWebApp/Components/Pages/privacypolicy.razor.rz.scp.css */
a[b-64ea5l6fw8] {
    font-weight:500;
    color:#ff6a00;
    font-size:12px;
}
p[b-64ea5l6fw8] {
    margin:0;
    padding:0;
}
h5[b-64ea5l6fw8] {
    margin: 0;
    margin-top: 25px;
    color: #3bb6ba
}
h3[b-64ea5l6fw8] {
    color: #3bb6ba
}
/* _content/CaptiveWebApp/Components/Pages/Test.razor.rz.scp.css */
body[b-kvchcqhaty] {
}
/* _content/CaptiveWebApp/Components/Pages/verify/EMail.razor.rz.scp.css */
a[b-kn3aihmnux] {
    font-weight:500;
    color:#ff6a00;
    font-size:12px;
}
p[b-kn3aihmnux] {
    margin:0;
    padding:0;
}
h5[b-kn3aihmnux] {
    margin: 0;
    margin-top: 25px;
    color: #3bb6ba
}
h3[b-kn3aihmnux] {
    color: #3bb6ba
}
