@import '_content/WMBlazorSlickCarousel/WMBlazorSlickCarousel.bundle.scp.css';

/* _content/TTWebsiteBlazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-sjsbjgcdvd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sjsbjgcdvd] {
    flex: 1;
}

.sidebar[b-sjsbjgcdvd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-sjsbjgcdvd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sjsbjgcdvd]  a, .top-row .btn-link[b-sjsbjgcdvd] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-sjsbjgcdvd] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-sjsbjgcdvd] {
        display: none;
    }

    .top-row.auth[b-sjsbjgcdvd] {
        justify-content: space-between;
    }

    .top-row a[b-sjsbjgcdvd], .top-row .btn-link[b-sjsbjgcdvd] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sjsbjgcdvd] {
        flex-direction: row;
    }

    .sidebar[b-sjsbjgcdvd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sjsbjgcdvd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-sjsbjgcdvd], article[b-sjsbjgcdvd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/TTWebsiteBlazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-inverse[b-w48l1icfm7] {
    background-color: #00b3e7;
    background-image: none;
    border-color: #480000;
}
.navbar-toggler-icon[b-w48l1icfm7] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar[b-w48l1icfm7] {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
