@import '_content/CWRU.CWRUXR.Components/CWRU.CWRUXR.Components.pbl7dwx9ks.bundle.scp.css';

/* _content/CWRU.CWRUXR.Controller.CWRUDeck/Components/Application/DeckAppBar.razor.rz.scp.css */
.mdc-dialog .mdc-dialog__surface[b-iqvaweykp9] {
    max-width: none;
}

.mdc-menu[b-iqvaweykp9] {
    z-index: 200;
}

.qrCode[b-iqvaweykp9] {
    width: 80vw;
    max-width: 820px;
}

div.locationMenu[b-iqvaweykp9] {
    min-width: 300px;
    display: flex;
    flex-flow: column nowrap;
}

div.locationMenu h6[b-iqvaweykp9] {
    text-align: center;
}

div.locationMenu div.mat-select[b-iqvaweykp9] {
    display: block;
    margin: 10px;
}
/* _content/CWRU.CWRUXR.Controller.CWRUDeck/Components/Application/DeckFooter.razor.rz.scp.css */
#footer[b-qk4rzp187x] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.5rem; /* Footer height */
    font-size: 0.813rem;
    width: 100vw;
    background: var(--mdc-theme-secondary);
    color: var(--mdc-theme-on-secondary);
    padding: 0px 8px;
    flex: 0 1 1.5rem;
}
/* _content/CWRU.CWRUXR.Controller.CWRUDeck/Components/Application/DeckRoomSelector.razor.rz.scp.css */
.error-message[b-jw3gzz2akq] {
    color: red;
    font-size: 0.75rem;
    max-width: 200px;
    margin-left: 0.5rem;
}
/* _content/CWRU.CWRUXR.Controller.CWRUDeck/Components/Header/DeckHeader.razor.rz.scp.css */
/* _content/CWRU.CWRUXR.Controller.CWRUDeck/Components/Organization/OrganizationInvitation.razor.rz.scp.css */
.heading[b-59ivblaf9g] {
    display: grid;
    grid-template-columns: 10rem auto;
}

#invite-icon[b-59ivblaf9g] {
    font-size: 8rem;
}
/* _content/CWRU.CWRUXR.Controller.CWRUDeck/Components/Project/ProjectSelector.razor.rz.scp.css */
.project-selector[b-1v5u8thssa] {
    padding: 1rem;
    display: grid;
    height: 100%;
    grid-template-rows: 3rem auto 4rem;
}

.header[b-1v5u8thssa] {
    font-size: 1.5rem;
}

/*.list-item-name {
    font-weight: 200;
}

.list-item-date {
    font-style: italic;
}*/
/* _content/CWRU.CWRUXR.Controller.CWRUDeck/Components/Project/ProjectWelcome.razor.rz.scp.css */
.project-welcome[b-t7knu24ncw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
}

.project-welcome div[b-t7knu24ncw] {
    margin-bottom: 0.5rem;
}

.heading[b-t7knu24ncw] {
    margin: auto;
    font-size: 3rem;
    text-align: center;
    padding-top: 0.5rem;
}

.logo-image[b-t7knu24ncw] {
    height: 15rem;
    width: 15rem;
    filter: invert(60%);
}

/* _content/CWRU.CWRUXR.Controller.CWRUDeck/Shared/MainLayout.razor.rz.scp.css */
.page[b-feqqp6tiwd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-feqqp6tiwd] {
    flex: 1;
}

.sidebar[b-feqqp6tiwd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-feqqp6tiwd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-feqqp6tiwd]  a, .top-row .btn-link[b-feqqp6tiwd] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-feqqp6tiwd] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-feqqp6tiwd] {
        display: none;
    }

    .top-row.auth[b-feqqp6tiwd] {
        justify-content: space-between;
    }

    .top-row a[b-feqqp6tiwd], .top-row .btn-link[b-feqqp6tiwd] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-feqqp6tiwd] {
        flex-direction: row;
    }

    .sidebar[b-feqqp6tiwd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-feqqp6tiwd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-feqqp6tiwd], article[b-feqqp6tiwd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
