@import '_content/CommonComponents/CommonComponents.3mobgih875.bundle.scp.css';

/* /Components/AssignmentEditor.razor.rz.scp.css */
[b-8qdoyi1klb] #assigment-title {
    text-align: center;
    padding: 10px;
    background-color: var(--mud-palette-white);
}

#assignment-description[b-8qdoyi1klb] {
    margin-top: 1rem;
    text-align: center;
}

[b-8qdoyi1klb] .answer-item .mud-input-root {
    display: flex;
    align-items: center;
}

[b-8qdoyi1klb] .answer-item .mud-input-slot {
    padding: 0px;
}

[b-8qdoyi1klb] .mud-input-control.mud-field.answer-item .mud-input-slot.mud-input-root-outlined.mud-input-adorned-start {
    padding-inline-end: 0px;
}

[b-8qdoyi1klb] .answer-item .mud-input-control.mud-file-upload {
    margin-top: 0px;
}

[b-8qdoyi1klb] .answer-item .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 10px;
}

[b-8qdoyi1klb] .the-correct-answer {
    max-width: 200px;
}

[b-8qdoyi1klb] .side-panel {
    background-color: white;
}

.add-option[b-8qdoyi1klb] {
    text-align: center;
    margin-top: 10px;
}
/* /Components/AssignmentGraphView.razor.rz.scp.css */
#assignments-view[b-cztfq59ydv] {
    margin-top: 2rem;
    max-height: 500px;
    padding-left: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    #assignments-view > ul[b-cztfq59ydv] {
        list-style-type: none;
        padding-right: 2rem;
    }

        #assignments-view > ul li[b-cztfq59ydv] {
            cursor: pointer;
            padding-right: 2rem;
            background-size: contain;
            padding-left: 0.5rem;
        }

            #assignments-view > ul li.selected[b-cztfq59ydv] {
                background-image: url('./images/arrow_head.png');
                background-position: right center;
                background-repeat: no-repeat;
                background-size: 10px 10px;
                cursor: default;
                font-family: 'PoppinsBold';
            }

    #assignments-view .assignment[b-cztfq59ydv] {
        background-color: #FFBE65;
        border-radius: 0.8rem;
        padding: 1rem;
    }

#graph-view[b-cztfq59ydv] {
    clear: both;
}

[b-cztfq59ydv] #game-graph {
    width: 100%;
    height: 100%;
}
/* /Components/AssignmentSelector.razor.rz.scp.css */
.assignment-item[b-k0zt0omegu] {
    display: flex;
    align-items: center;
}
/* /Components/CategoryManager.razor.rz.scp.css */
.categories-container[b-3kjsqnwxee] {
    margin: 1rem;
}

[b-3kjsqnwxee] .mud-paper {
    padding: 1rem;
    background-color: var(--mud-palette-primary-hover);
}
/* /Components/CertificateTemplateSelector.razor.rz.scp.css */
.grid-container[b-ici1g0f537] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem; /* space between items */
    padding: 1rem;
}

.item[b-ici1g0f537] {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border: 1px solid #ccc;
    overflow: hidden;
    height: 100%;
}

    .item .bg-img[b-ici1g0f537] {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        flex-grow: 1;
    }

        /* Highlight item when its image is hovered */
        .item .bg-img:hover ~ .toolbar[b-ici1g0f537],
        .item .bg-img:hover[b-ici1g0f537] {
            cursor: pointer;
        }

    /* Trick: Use parent hover effect triggered from img */
    .item:hover[b-ici1g0f537] {
        /* Nothing here for now */
    }

    /* Apply highlight to .item when its own img is hovered */
    .item:has(.bg-img:hover)[b-ici1g0f537] {
        border: 2px solid #007bff;
        background-color: #e9f5ff;
        box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
        transform: scale(1.02);
    }

.toolbar[b-ici1g0f537] {
    display: flex;
    justify-content: space-between;
    gap: 0.1rem;
    padding: 0.5rem;
    background: #eee;
    border-top: 1px solid #ddd;
    margin-top: auto;
}

.highlight[b-ici1g0f537] {
    border: 2px solid #007bff;
    background-color: #e9f5ff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
    transform: scale(1.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: default;
}
/* /Components/CreateGame.razor.rz.scp.css */
[b-np1ittr1zr] .big-button {
    height: 128px;
    width: 128px;
    padding: 0px 6px;
    border-radius: var(--mud-default-borderradius);
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

    [b-np1ittr1zr] .big-button .mud-button-label {
        display: inline;
    }

    [b-np1ittr1zr] .big-button .mud-avatar {
        display: block;
        margin: auto;
    }

.button-container[b-np1ittr1zr] {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
/* /Components/GameCard.razor.rz.scp.css */
.icon-button2[b-xa7zocugfa], [b-xa7zocugfa] .icon-button2 {
    width: fit-content;
}

[b-xa7zocugfa] .token-id {
    display: block;
}

[b-xa7zocugfa] .token-id.inactive {
    color: var(--mud-palette-grey-light) !important;
}

[b-xa7zocugfa] .creation-date {
    color: var(--mud-palette-grey-light) !important;
}

.inactive[b-xa7zocugfa] {
    background-color: #B4AE97;
}

.active[b-xa7zocugfa] {
    background-color: #55C69E;
}
/* /Components/GameModeSelector.razor.rz.scp.css */
.game-modes-container[b-q629s19k4s] {
    display: flex;
    flex-wrap: wrap;
}

    .game-modes-container[b-q629s19k4s] .selected {
        cursor: default;
        border: solid var(--mud-palette-primary) 3px;
    }

    [b-q629s19k4s] .big-button {
        height: 128px;
        width: 128px;
        padding: 0px 6px;
        margin: 16px;
        border-radius: var(--mud-default-borderradius);
        transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    [b-q629s19k4s] .big-button .mud-button-label {
        display: inline;
    }

    [b-q629s19k4s] .big-button .mud-avatar {
        display: block;
        margin: auto;
    }
/* /Components/GameTrackEditor.razor.rz.scp.css */
.place-edit[b-3wv1axrv2v] {
    padding: 1%;
    background-color: var(--mud-palette-white);
    display: flex;
    align-items: center;
    justify-items: flex-end;
    justify-content: flex-end;
    gap: 5px;
}

    [b-3wv1axrv2v] .place-edit .mud-input-control>.mud-input-control-input-container>div.mud-input.mud-input-text {
        margin: 0px;
    }

#stations-map-container[b-3wv1axrv2v] {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    background-color: aliceblue;
}

#new-place[b-3wv1axrv2v] {
    margin: auto auto;
}

#new-place[b-3wv1axrv2v], .new-station-name[b-3wv1axrv2v] {
    max-width: 300px;
}

#map-overlay[b-3wv1axrv2v] {
    position: relative;
    top: -90%;
    left: 0px;
    width: 100%;
    height: 90%;
    background-color: #7c3b13;
    opacity: 0.9;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    #map-overlay p[b-3wv1axrv2v] {
        color: white;
        margin: auto;
    }

    #map-overlay .highlighted[b-3wv1axrv2v] {
        color: white;
        font-style: italic;
    }

.orange-button[b-3wv1axrv2v], [b-3wv1axrv2v] .orange-button {
    margin-bottom: 1rem;
}
/* /Components/GameTrackSelector.razor.rz.scp.css */
[b-nhrpmkn182] .mud-checkbox .mud-icon-button {
    color: var(--mud-palette-text-primary);
}
/* /Components/GameTrackSettings.razor.rz.scp.css */

/* /Components/LocationArrangement.razor.rz.scp.css */
[b-yf1579lc9z] .stations ul, [b-yf1579lc9z] .stations ul li {
    float: left;
}
/* /Components/Map.razor.rz.scp.css */
div[b-z264dtxfuf]  > .mapdiv {
    width: 100%;
    height: 100%;
}

[b-z264dtxfuf] .context-menu {
    max-width: 200px;
}

    [b-z264dtxfuf] .context-menu button {
        display: block;
        border: none;
        font-size: medium;
        width: 100%;
        margin-bottom: 0.5rem;
    }

[b-z264dtxfuf] .place-edit {
    max-width: 200px;
}

    [b-z264dtxfuf] .place-edit input[type="text"] {
        max-width: 100%;
    }

    [b-z264dtxfuf] .place-edit .smallwhitebutton {
       margin: 0.5rem 0rem 0.5rem 0rem;
    }
/* /Components/Paginator.razor.rz.scp.css */
[b-tz8ei68clq] .mud-paper {
    padding: 1rem;
    background-color: var(--mud-palette-primary-hover);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pagination-container[b-tz8ei68clq] {
    margin: 1rem;
}

[b-tz8ei68clq] .item-count {
    margin-left: auto;
}
/* /Components/RichTextEditor.razor.rz.scp.css */
.toolbar[b-hmb3563vwe] {
    background-color: var(--mud-palette-lines-inputs);
}
/* /Components/ScoreBoard.razor.rz.scp.css */
table[b-wh9ix4kamd] {
    border-spacing: 1rem;
    border-collapse: unset;
}

[b-wh9ix4kamd] .text-ellipsis {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-wh9ix4kamd] .scoreboard-table {
    table-layout: auto;
    padding: 1rem;
}

[b-wh9ix4kamd] .mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 5px;
    padding-inline-end: 5px;
    padding-inline-start: 5px;
}
/* /Components/SearchField.razor.rz.scp.css */
.searchfield-container[b-6w7qiqmk2o] {
    display: flex;
    margin: 1rem;
}

    .searchfield-container[b-6w7qiqmk2o]  .mud-input-control {
        align-items: center;
    }
/* /Components/SelectAllActions.razor.rz.scp.css */
.select-actions[b-sax6h3elih] {
    display: flex;
    align-items: center;
    gap: 1rem;
}
/* /Components/StationsPanel.razor.rz.scp.css */
.stations[b-adnvnk1191] {
    width: 100%;
}

.stations ul[b-adnvnk1191] {
    list-style-type: none;
}

    .color-button[b-adnvnk1191] {
        border: none;
        margin: 5px;
        padding: 2px 2px 2px 16px;
        background-position: 4px center;
        background-repeat: no-repeat;
        background-color: white;
        border-radius: 0.8rem;
        cursor: pointer;
        font-size: large;
        text-align: left;
    }

    .color-button.selected[b-adnvnk1191] {
        outline: solid #006C92 2px;
        box-shadow: 0 2px 5px #006C92;
    }

    .color-button.inactive[b-adnvnk1191] {
        opacity: 50%;
    }

    .color-button span[b-adnvnk1191] {
        padding-right: 5px;
    }
/* /Components/ThemeEditor.razor.rz.scp.css */
.demo[b-pyct1wwggj] {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}

.panel-item[b-pyct1wwggj] {
    margin-top: 1rem;
}

.thumbnail[b-pyct1wwggj] {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid gray;
    flex: none;
    text-align: center;
}

.tools[b-pyct1wwggj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.demo-title[b-pyct1wwggj] {
    margin: auto 0px;
    width: 100%;
    text-align: center;
}
/* /Components/ThemeSelector.razor.rz.scp.css */
.grid-container[b-bequ70x8p2] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem; /* space between items */
    padding: 1rem;
}

.item[b-bequ70x8p2] {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border: 1px solid #ccc;
    overflow: hidden;
    height: 100%;
}

    .item .bg-img[b-bequ70x8p2] {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        flex-grow: 1;
    }

        /* Highlight item when its image is hovered */
        .item .bg-img:hover ~ .toolbar[b-bequ70x8p2],
        .item .bg-img:hover[b-bequ70x8p2] {
            cursor: pointer;
        }

    /* Trick: Use parent hover effect triggered from img */
    .item:hover[b-bequ70x8p2] {
        /* Nothing here for now */
    }

    /* Apply highlight to .item when its own img is hovered */
    .item:has(.bg-img:hover)[b-bequ70x8p2] {
        border: 2px solid #007bff;
        background-color: #e9f5ff;
        box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
        transform: scale(1.02);
    }

.toolbar[b-bequ70x8p2] {
    display: flex;
    justify-content: space-between;
    gap: 0.1rem;
    padding: 0.5rem;
    background: #eee;
    border-top: 1px solid #ddd;
    margin-top: auto;
}

.highlight[b-bequ70x8p2] {
    border: 2px solid #007bff;
    background-color: #e9f5ff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
    transform: scale(1.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: default;
}
/* /Components/TokenEditor.razor.rz.scp.css */
.token[b-vn8cpns6xz] {
    font-family: monospace;
    margin-right: 1rem;
}

[b-vn8cpns6xz] .mud-paper {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem;
    padding: 1rem;
}

[b-vn8cpns6xz] .short {
    max-width: 120px;
}
/* /Pages/ControlTower/EntryHistory.razor.rz.scp.css */
table[b-phr77onpvk] {
    border-spacing: 1rem;
    border-collapse: unset;
}

.highlighted[b-phr77onpvk] {
    background-color: yellow;
}

[b-phr77onpvk] .mud-grid-item {
    padding: 0.5rem;
}
/* /Pages/ControlTower/GameScoreBoard.razor.rz.scp.css */

/* /Pages/Entity/Assignment.razor.rz.scp.css */
.full-height[b-eowaa6tupu], [b-eowaa6tupu] .full-height {
    min-height: 100%;
}
/* /Pages/Entity/Theme.razor.rz.scp.css */
.demo[b-yik5c3ad2l] {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}

.small-demo[b-yik5c3ad2l] {
    width: 300px;
    height: 300px;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
}

.panel-item[b-yik5c3ad2l] {
    margin-top: 1rem;
}

.thumbnail[b-yik5c3ad2l] {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid gray;
    flex: none;
    text-align: center;
}

.tools[b-yik5c3ad2l] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.demo-home[b-yik5c3ad2l] {
    height: 2.2rem;
    left: 0.5rem;
    position: absolute;
    top: 0.4rem;
    width: auto;
}

.demo-title[b-yik5c3ad2l] {
    margin: auto 0px;
    width: 100%;
    text-align: center;
}
/* /Pages/Game/EditGameQuiz.razor.rz.scp.css */
.assignment-list-item[b-60425mtwes] {
    display: flex;
    align-items: center;
}

[b-60425mtwes] .delete-button {
    margin-left: auto;
}

[b-60425mtwes] .replace-button {
    margin-left: 10px;
}
/* /Pages/Game/GameSummary.razor.rz.scp.css */
@media (max-width: 400px) {
    [b-2gdoe466w6] #game-graph {
        width: 100%;
    }
}

@media (min-width: 400px) {
    [b-2gdoe466w6] #game-graph {
        width: 50%;
    }
}

[b-2gdoe466w6] .mud-paper {
    padding: 1rem;
    height: 100%;
}

.duration-container[b-2gdoe466w6] {
    display: flex;
    gap: 1rem;
}

.duration-container[b-2gdoe466w6] >  .mud-input-control {
    flex:none;
    max-width: 100px;
}

.section-header[b-2gdoe466w6] {
    display: flex;
    justify-content: left;
}

    .section-header[b-2gdoe466w6] .align-right {
        margin-left: auto;
        margin-right: 0px;
    }

.tracks-table[b-2gdoe466w6] {
    width: 100%;
}

    .tracks-table th[b-2gdoe466w6], .tracks-table td[b-2gdoe466w6] {
        padding: 5px 0px 0px 0px;
    }
/* /Pages/Game/GameTokens.razor.rz.scp.css */
#token-list[b-3uk4gaoeyp] {
    margin-top: 1rem;
}
/* /Pages/Game/SelectAssignmentList.razor.rz.scp.css */
#createTaskList[b-vn2gwvjcxf] {
    margin-top: 1rem;
}

#createTaskListExpl[b-vn2gwvjcxf] {
    font-style: italic;
    font-size: small;
}
/* /Pages/Game/SelectLocationList.razor.rz.scp.css */
ul.gametracks[b-w85bgpnehi] {
    list-style-type: circle;
}

ul.gametracks li[b-w85bgpnehi] {
    cursor: pointer;
}

    ul.gametracks li.selected[b-w85bgpnehi] {
        cursor: default;
        font-family: 'PoppinsBold';
    }

.form-group[b-w85bgpnehi] {
    margin: 0 0 1rem 0;
}

.orange-button[b-w85bgpnehi], [b-w85bgpnehi] .orange-button {
    margin-bottom: 1rem;
}
/* /Pages/Games.razor.rz.scp.css */
.top-button-row[b-33jnznqynn], [b-33jnznqynn] .top-button-row {
    padding: 1rem 3rem 3rem;
    width: 100%;
}

.all-and-draft[b-33jnznqynn], [b-33jnznqynn] .all-and-draft {
    width: 100%;
}
/* /Pages/Index.razor.rz.scp.css */
ol li[b-k4u9ibaxh1] {
    list-style-type:decimal !important;
}

a[b-k4u9ibaxh1] {
    text-decoration:underline;
}

[b-k4u9ibaxh1] .big-button {
    height: 150px;
    border-radius: 0;
}

[b-k4u9ibaxh1] .big-button .mud-fab-label {
    display: block;
}

    [b-k4u9ibaxh1] .big-button .mud-fab-label svg {
        display: block;
        width: 100%;
        height: 80px;
    }

[b-k4u9ibaxh1] .mud-paper {
    padding: 1rem;
    margin: 1rem;
}
/* /Pages/Login.razor.rz.scp.css */
#forgot-password[b-fua2vn0y41] {
    display: block;
    margin: 1rem 0rem;
}

#registration a[b-fua2vn0y41] {
    text-decoration: underline;
}
/* /Pages/ScoreBoardSearch.razor.rz.scp.css */
[b-pyw2eykfca] .pin-form {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}

[b-pyw2eykfca] .label {
    font-size: 1.5rem;
}

.inputs-container[b-pyw2eykfca] {
    margin: auto;
}

    .inputs-container > div[b-pyw2eykfca] {
        display: flex;
        gap: 0.5rem;
    }

[b-pyw2eykfca] #pin-input {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
}
/* /Pages/Themes.razor.rz.scp.css */
.domain-container[b-yvcmfess6f] {
    display: flex;
    align-items: center;
    padding: 1rem;
}

.logo[b-yvcmfess6f] {
    max-width: 75px;
    height: auto;
}
/* /Pages/User.razor.rz.scp.css */
.subscription-info[b-qjdehnsw4j] {
    background-color: lightgoldenrodyellow;
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: 1rem;
}
/* /Pages/Welcome.razor.rz.scp.css */
#container[b-sqpye7nv48] {
    display: grid;
    height: 100%;
    text-align: center;
}

[b-sqpye7nv48] .info-text {
    color: white;
}

.title-container[b-sqpye7nv48] {
    margin-top: auto;
}
/* /Shared/EntityContextLayout.razor.rz.scp.css */
#logo[b-uex0uzhsre] {
    max-width: 10rem;
    max-height: 10rem;
}

.page[b-uex0uzhsre] {
    position: fixed;
    height: 100%;
    width: 100%;
}

main[b-uex0uzhsre] {
    width: 100%;
    height: 90%;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 10%;
    position: relative;
    background-color: #F6F6F6;
}

ul.header[b-uex0uzhsre] {
    width: 100%;
    height: 10%;
    padding: 1rem;
    position: fixed;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: right;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 1000;
}

    ul.header.default[b-uex0uzhsre] {
        background-color: white;
    }

    ul.header li[b-uex0uzhsre] {
        display: flex;
        align-items: center;
        text-align: center;
        margin-left: 5px;
    }

        ul.header li.align-left[b-uex0uzhsre] {
            margin-right: auto;
            margin-left: 0px;
        }
/* /Shared/GameContextLayout.razor.rz.scp.css */
#logo[b-yl0e42q9vi] {
    max-width: 10rem;
    max-height: 10rem;
}

.active[b-yl0e42q9vi] {
    text-decoration: underline
}

.page[b-yl0e42q9vi] {
    position: fixed;
    height: 100%;
    width: 100%;
}

main[b-yl0e42q9vi] {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 10%;
    position: relative;
    background-color: #F6F6F6;
}

    main.create[b-yl0e42q9vi] {
        height: 80%;
    }

    main.modify[b-yl0e42q9vi] {
        height: 90%;
    }

ul.header[b-yl0e42q9vi] {
    width: 100%;
    height: 10%;
    padding: 1rem;
    position: fixed;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: right;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 1000;
}

    ul.header.default[b-yl0e42q9vi] {
        background-color: white;
    }

    ul.header li[b-yl0e42q9vi] {
        display: flex;
        align-items: center;
        text-align: center;
        margin-left: 5px;
    }

        ul.header li.align-left[b-yl0e42q9vi] {
            margin-right: auto;
            margin-left: 0px;
        }

ol.footer[b-yl0e42q9vi] {
    background-color: white;
    width: 100%;
    height: 10%;
    padding: 1rem;
    position: fixed;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #79C8CC;
    margin: 0;
    list-style-type: decimal;
}

    ol.footer li[b-yl0e42q9vi] {
        align-items: center;
        text-align: center;
    }

[b-yl0e42q9vi] .side-panel {
    background-color: var(--mud-palette-white);
}
/* /Shared/MainLayout.razor.rz.scp.css */
[b-djzwifsmrf] #header {
    width: 100%;
    margin: 0px;
    z-index: 5000;
    height: var(--mud-appbar-height);
    /*
    display: flex;
    align-items: center;
    padding: 0rem 1rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    */
}

[b-djzwifsmrf] #nav-menu {
    top: var(--mud-appbar-height);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.main-logo[b-djzwifsmrf] {
    font-size: 1.1rem;
    margin-right: auto;
}

#logo[b-djzwifsmrf] {
    max-width: 10rem;
    max-height: 10rem;
}

.content-right[b-djzwifsmrf] {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.page[b-djzwifsmrf] {
    position: fixed;
    top: 10%;
    height: 90%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

[b-djzwifsmrf] #main-layout {
    position: fixed;
}

[b-djzwifsmrf] #main-content {
    position: relative;
    height: calc(100% - var(--mud-appbar-height));
    overflow-y: scroll;
    top: var(--mud-appbar-height);
    padding-top: 1rem;
}

.sidebar[b-djzwifsmrf] {
    background-image: url(../images/menu_background.png);
    background-repeat: repeat-y;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-djzwifsmrf] {
        display: none;
    }

    .top-row.auth[b-djzwifsmrf] {
        justify-content: space-between;
    }

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

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

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

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

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

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