/* _content/Blazor-RTNTV/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tyybxja238] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tyybxja238] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-tyybxja238] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tyybxja238] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Blazor-RTNTV/Components/SiteComponents/SiteHeader.razor.rz.scp.css */
.site-header[b-v57wobczm6] {
    position: sticky;
    top: 0;
    z-index: 5000;

    height: 72px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0 24px;

    background: #111;
    border-bottom: 1px solid #222;
}

.header-left[b-v57wobczm6] {
    display: flex;
    align-items: center;
    gap: 32px;
}

.logo-button[b-v57wobczm6] {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.logo-button img[b-v57wobczm6] {
    height: 48px;
    width: auto;
    display: block;
}

.desktop-nav[b-v57wobczm6] {
    display: flex;
    gap: 8px;
}

.nav-link[b-v57wobczm6] {
    border: none;
    background: transparent;

    color: #d0d0d0;

    padding: 10px 16px;

    border-radius: 6px;

    cursor: pointer;

    font-size: 14px;
    font-weight: 600;

    transition: all .2s;
}

.nav-link:hover[b-v57wobczm6] {
    background: #222;
    color: white;
}

.nav-link.active[b-v57wobczm6] {
    background: #CB2537;
    color: white;
}

.header-right[b-v57wobczm6] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.search-box[b-v57wobczm6] {
    width: 320px;
    height: 42px;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 0 14px;

    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 24px;
}

.search-box i[b-v57wobczm6] {
    color: #999;
}

.search-box input[b-v57wobczm6] {
    flex: 1;

    border: none;
    outline: none;

    background: transparent;
    color: white;
}

.user-info[b-v57wobczm6] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-name[b-v57wobczm6] {
    color: white;
    font-size: 14px;
}

.user-button[b-v57wobczm6],
.signin-button[b-v57wobczm6] {
    height: 40px;

    border: none;
    border-radius: 20px;

    background: #CB2537;
    color: white;

    cursor: pointer;

    display: flex;
    align-items: center;
    gap: 8px;

    padding: 0 16px;

    transition: .2s;
}

.user-button:hover[b-v57wobczm6],
.signin-button:hover[b-v57wobczm6] {
    background: #e03043;
}

@media (max-width: 768px) {

    .site-header[b-v57wobczm6] {
        padding: 0 12px;
    }

    .desktop-nav[b-v57wobczm6] {
        display: none;
    }

    .search-box[b-v57wobczm6] {
        width: 180px;
    }

    .user-name[b-v57wobczm6] {
        display: none;
    }

    .logo-button img[b-v57wobczm6] {
        height: 40px;
    }
}
