/* /Shared/LoginDisplay.razor.rz.scp.css */
.header-login a[b-h27595n394] {
    color: blue;
    text-decoration: none;
    cursor: pointer;
}

    .header-login a:hover[b-h27595n394] {
        text-decoration: underline;
        color: #DE3780;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-53bt6gnevf] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main[b-53bt6gnevf] {
    flex: 1;
    /*min-height: 100vh;*/
    padding-bottom: 3.5rem;
    height: 100%;
    width: calc(100% - 250px);
}

.sidebar[b-53bt6gnevf] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #46c6ab;
    height: 100vh;
}

.sidebar-navmenu[b-53bt6gnevf] {
    background-color: transparent;
}

.top-row[b-53bt6gnevf] {
    background-color: #F1F1F1;
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: #000000;
    background-size: auto 3.5rem;
    background-repeat: no-repeat;
}

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

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

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

.bottom-row[b-53bt6gnevf] {
    padding-top: 1rem;
    display: flex;
    align-items: center;
    background-color: #F1F1F1;
    justify-content: center;
    color: #5e5e5e;
    font-size: 0.9rem;
    position: absolute;
    bottom: 0;
    width: calc(100% - 250px);
    /*z-index: -1;*/
}

@media (max-width: 1400.98px) {

    .main[b-53bt6gnevf] {
        min-height: calc(100vh - 120px);
        /* app で height: unset ならコメントアウト */
        padding-bottom: 0rem;
        width: calc(100% - 0px);
    }

    .top-row:not(.auth)[b-53bt6gnevf]
    /*.bottom-row:not(.auth)*/ {
        display: none;
    }

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

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

    .bottom-row[b-53bt6gnevf] {
        /*bottom: -62px;*/
        width: 100%;
        position: relative;
    }

    .sidebar[b-53bt6gnevf] {
        height: unset;
    }
}

@media (min-width: 1401px) {

    .page[b-53bt6gnevf] {
        flex-direction: row;
        padding-bottom: 0rem;
    }

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

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

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

    /*.bottom-row {
        width: calc(100% - 250px);
        z-index: 1;
    }*/

    /*.main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tnfrle7fui] {
    color: #46c6ab;
    background-color: #46c6ab32;
    border: none;
}
    .navbar-toggler:hover[b-tnfrle7fui] {
        border: none;
    }

.top-row[b-tnfrle7fui] {
    height: 3.5rem;
    display: flex;
    background-color: #F1F1F1C0;
}

.navbar-brand[b-tnfrle7fui] {
    color: #46c6ab;
    font-weight: bolder;
    font-size: 1.3rem;
}
    .navbar-brand:hover[b-tnfrle7fui] {
        color: #DE3780;
    }

.oi[b-tnfrle7fui] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-tnfrle7fui] {
    font-size: 0.9rem;
    font-weight: bold;
    /*padding-bottom: 0.5rem;*/
}

    .nav-item:first-of-type[b-tnfrle7fui] {
        /*padding-top: 1rem;*/
    }

    .nav-item:last-of-type[b-tnfrle7fui] {
        /*padding-bottom: 1rem;*/
    }

    .nav-item[b-tnfrle7fui]  a {
        color: #ffffff;
        border-radius: 25px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-tnfrle7fui]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: #ffffff;
        }

        .nav-item[b-tnfrle7fui]  a:hover {
            background-color: rgba(255,255,255,0.5);
            color: forestgreen;
        }

@media (min-width: 1401px) {
    .navbar-toggler[b-tnfrle7fui] {
        display: none;
    }

    .collapse[b-tnfrle7fui] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
