/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-dshct2gz1h] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #460909;
}

main[b-dshct2gz1h] {
    flex: 1;
}

.sidebar[b-dshct2gz1h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dshct2gz1h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dshct2gz1h]  a, .top-row[b-dshct2gz1h]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dshct2gz1h]  a:hover, .top-row[b-dshct2gz1h]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dshct2gz1h]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-dshct2gz1h] {
        justify-content: space-between;
    }

    .top-row[b-dshct2gz1h]  a, .top-row[b-dshct2gz1h]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dshct2gz1h] {
        flex-direction: row;
    }

    .sidebar[b-dshct2gz1h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dshct2gz1h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dshct2gz1h]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dshct2gz1h], article[b-dshct2gz1h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.row[b-kn09wk2sdu] {
    background-color: aquamarine;
}

label.hamburg[b-kn09wk2sdu] {
    display: block;
    background: red;
    width: 50px;
    height: 40px;
    position: relative;
    margin-left: auto;
    margin-right: 1rem;
    border-radius: 4px;
}

#hamburg[b-kn09wk2sdu] {
    display: none
}

.line[b-kn09wk2sdu] {
    position: absolute;
    left: 10px;
    height: 3px;
    width: 30px;
    background: #fff;
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

    .line:nth-child(1)[b-kn09wk2sdu] {
        top: 10px;
    }

    .line:nth-child(2)[b-kn09wk2sdu] {
        top: 20px;
    }

    .line:nth-child(3)[b-kn09wk2sdu] {
        top: 30px;
    }

#hamburg:checked + .hamburg .line:nth-child(1)[b-kn09wk2sdu] {
    transform: translateY(10px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2)[b-kn09wk2sdu] {
    opacity: 0;
}

#hamburg:checked + .hamburg .line:nth-child(3)[b-kn09wk2sdu] {
    transform: translateY(-10px) rotate(45deg);
}



nav.topmenu[b-kn09wk2sdu] {
    display: none;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 0.8s;
    margin-left: 40%;
    margin-right: 0;
}

#hamburg:checked + .hamburg + nav.topmenu[b-kn09wk2sdu] {
    max-height: 600px;
}


/*


.header {
    display: block;
    margin: 0 auto 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #460909;
    position: fixed;
    height: 60px !important;
    overflow: hidden;
    z-index: 10;
}

.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}

.mainInner {
    display: table;
    height: 100%;
    width: 100%;
    text-align: left;
}

    .mainInner div {
        display: table-cell;
        vertical-align: middle;
        font-size: 3em;
        font-weight: bold;
        letter-spacing: 1.25px;
    }

#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0px;
    width: 100%;
    margin-top: 60px;
    transform: translateX(-105%);
    transition: transform 250ms ease-in-out;    
    background: linear-gradient(180deg, #460909 0%, #b71919 100%);
    text-align: left;
    z-index:2000;
}

.sidebarMenuInner {
    margin: 0 auto 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

    .sidebarMenuInner li {
        list-style: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 20px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

        .sidebarMenuInner li span {
            display: block;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.50);
        }

        .sidebarMenuInner li a {
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            cursor: pointer;
            text-decoration: none;
        }

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    right: 15px;
    height: 22px;
    width: 22px;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

.btnlogo {
    font-size: large;
    color: white;
}
*/
/* /Pages/Home.razor.rz.scp.css */
.image-container[b-0msth4prk4] {
    position: relative;
    
}


.image-text[b-0msth4prk4] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: white;
    font-family:'Noto Serif';
    font-size: 30px;
    font-size: calc(100% + 1.5vw);
    font-weight: bold;
}
@media(max-width:800px){
    .img[b-0msth4prk4]{
        visibility:collapse;
    }
    .image-text[b-0msth4prk4] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        color: white;
        font-family: 'Noto Serif';
        font-size: 20px;
        font-size: calc(100% + 1.2vw);
        font-weight: bold;
    }
}
