/* _content/QCM.UI/Pages/HubPages/Selection.razor.rz.scp.css */
/* _content/QCM.UI/Shared/MainLayout.razor.rz.scp.css */
.page[b-ywmnbb76nn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ywmnbb76nn] {
    flex: 1;
}

.sidebar[b-ywmnbb76nn] {
    background-image: url("/images/ornate_pattern.jpg"), linear-gradient(180deg, rgb(5, 109, 135) 0%, #3e5783 70%);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    transition: width 0.3s;
}

    .sidebar.collapsed[b-ywmnbb76nn] {
        width: 80px;
    }

.top-row[b-ywmnbb76nn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ywmnbb76nn]  a, .top-row .btn-link[b-ywmnbb76nn] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ywmnbb76nn] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ywmnbb76nn] {
        display: none;
    }

    .top-row.auth[b-ywmnbb76nn] {
        justify-content: space-between;
    }

    .top-row a[b-ywmnbb76nn], .top-row .btn-link[b-ywmnbb76nn] {
        margin-left: 0;
    }

    .sidebar.collapsed[b-ywmnbb76nn] {
        width: 250px;
    }
}

@media (min-width: 641px) {
    .page[b-ywmnbb76nn] {
        flex-direction: row;
    }

    .sidebar[b-ywmnbb76nn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ywmnbb76nn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ywmnbb76nn], article[b-ywmnbb76nn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/QCM.UI/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-89zfle25ai] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.top-row[b-89zfle25ai] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.bottom-row[b-89zfle25ai] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-right: 28px;
}

.navbar-brand[b-89zfle25ai] {
    font-size: 1.1rem;
}

.oi[b-89zfle25ai] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-89zfle25ai] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-89zfle25ai] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-89zfle25ai] {
        padding-bottom: 1rem;
    }

    .nav-item[b-89zfle25ai]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-89zfle25ai]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-89zfle25ai]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.nav-text[b-89zfle25ai] {
    opacity: 1;
    transition: opacity 0.3s ease 0.3s; /* Add transition delay here */
}

    .nav-text.hidden[b-89zfle25ai] {
        opacity: 0;
        transition: opacity 0s ease; /* No delay on hiding */
    }


.toggle-icon-color[b-89zfle25ai] {
    color: #d7d7d7;
    text-align: right;
}

@media (min-width: 641px) {
    .navbar-toggler[b-89zfle25ai] {
        display: none;
    }

    .collapse[b-89zfle25ai] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-89zfle25ai] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden; /* Ensure no overflow by default */
    }
}

@media (max-width: 640px) {
    .bottom-row[b-89zfle25ai] {
        display: none;
    }

    .sidebar.collapsed[b-89zfle25ai] {
        width: 250px;
    }
}
/* _content/QCM.UI/Shared/SecondaryLayout.razor.rz.scp.css */
.page[b-jk2xgfdjjw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jk2xgfdjjw] {
    flex: 1;
}

.top-row[b-jk2xgfdjjw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jk2xgfdjjw]  a, .top-row .btn-link[b-jk2xgfdjjw] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-jk2xgfdjjw] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jk2xgfdjjw] {
        display: none;
    }

    .top-row.auth[b-jk2xgfdjjw] {
        justify-content: space-between;
    }

    .top-row a[b-jk2xgfdjjw], .top-row .btn-link[b-jk2xgfdjjw] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jk2xgfdjjw] {
        flex-direction: row;
    }

    .sidebar[b-jk2xgfdjjw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jk2xgfdjjw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-jk2xgfdjjw], article[b-jk2xgfdjjw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
