/* _content/ContraModern/Components/Layout/MainLayout - Copy.razor.rz.scp.css */
.page[b-wstf7zv6b2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wstf7zv6b2] {
    flex: 1;
}

.sidebar[b-wstf7zv6b2] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    /*rgba(17, 24, 39, 1);*/
    background-color: rgba(17, 24, 39, 1);
}

.top-row[b-wstf7zv6b2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wstf7zv6b2]  a, .top-row[b-wstf7zv6b2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wstf7zv6b2]  a:hover, .top-row[b-wstf7zv6b2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wstf7zv6b2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wstf7zv6b2] {
        justify-content: space-between;
    }

    .top-row[b-wstf7zv6b2]  a, .top-row[b-wstf7zv6b2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wstf7zv6b2] {
        flex-direction: row;
    }

    .sidebar[b-wstf7zv6b2] {
        width: 250px;
        height: calc(100vh);        
        position : fixed ;     
        top:  0px;
    }

    .top-row[b-wstf7zv6b2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wstf7zv6b2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wstf7zv6b2], article[b-wstf7zv6b2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}



.sexy-top-row[b-wstf7zv6b2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    position: sticky;
    align-items: center;
}

    .sexy-top-row[b-wstf7zv6b2]  a, .sexy-top-row[b-wstf7zv6b2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .sexy-top-row[b-wstf7zv6b2]  a:hover, .sexy-top-row[b-wstf7zv6b2]  .btn-link:hover {
            text-decoration: underline;
        }

        .sexy-top-row[b-wstf7zv6b2]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .sexy-top-row[b-wstf7zv6b2] {
        justify-content: space-between;
    }

        .sexy-top-row::deep a[b-wstf7zv6b2], .sexy-top-row[b-wstf7zv6b2]  .btn-link {
            margin-left: 0;
        }

    .sexy-top-row[b-wstf7zv6b2] {
        display: none;
    }
}


@media (min-width: 640.98px) {
    .content[b-wstf7zv6b2] {
        margin-left: 250px;
    }
}


/* _content/ContraModern/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8x5twyhpd4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8x5twyhpd4] {
    flex: 1;
}
.toppersmall[b-8x5twyhpd4] {
    width: 100%;
    height: 95px;

    display: none;
    justify-content: space-between;
    align-items:center;
    margin: 0;
    background-color: rgba(17, 24, 39, 1);
}
@media (max-width: 640.98px) {
    .toppersmall[b-8x5twyhpd4] {
        display: flex;
    }
    
    }




.sidebar[b-8x5twyhpd4] {
    background-color: rgba(17, 24, 39, 1);
    width: 250px;
    height: 87vh;
    position: fixed;
    top: 82px;
    display:block;
    overflow:auto;
}

.sidebar1[b-8x5twyhpd4] {
    background-color: rgba(17, 24, 39, 1);
    width: 250px;
    height: 87vh;
    position: fixed;
    top: 82px;
    display: none;
    overflow: auto;
}


@media (min-width: 640.98px) {
    .sidebar1[b-8x5twyhpd4] {
        display: block;
    }
}





    .top-row[b-8x5twyhpd4] {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
        height: 3.5rem;
        display: flex;
        align-items: center;
    }

    /*    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }

        .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

        .top-row ::deep a, .top-row ::deep .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

   

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth ::deep a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/


    .sexy-top-row[b-8x5twyhpd4] {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
        height: 3.5rem;
        display: flex;
        position: sticky;
        align-items: center;
    }

        .sexy-top-row[b-8x5twyhpd4]  a, .sexy-top-row[b-8x5twyhpd4]  .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
            text-decoration: none;
        }

            .sexy-top-row[b-8x5twyhpd4]  a:hover, .sexy-top-row[b-8x5twyhpd4]  .btn-link:hover {
                text-decoration: underline;
            }

            .sexy-top-row[b-8x5twyhpd4]  a:first-child {
                overflow: hidden;
                text-overflow: ellipsis;
            }

    @media (max-width: 640.98px) {
        .sexy-top-row[b-8x5twyhpd4] {
            justify-content: space-between;
        }

            .sexy-top-row::deep a[b-8x5twyhpd4], .sexy-top-row[b-8x5twyhpd4]  .btn-link {
                margin-left: 0;
            }

        .sexy-top-row[b-8x5twyhpd4] {
            display: none;
        }
    }


    @media (min-width: 640.98px) {
        .content[b-8x5twyhpd4] {
            margin-left: 250px;
        }
    }

    .kawa[b-8x5twyhpd4] {
        margin-top: 110px;
    }

    @media (max-width: 640.98px) {
        .kawa[b-8x5twyhpd4] {
            margin-top: 0;
        }
    }

    .topernew[b-8x5twyhpd4] {
        width: 100%;
        height: 110px;
        background: linear-gradient(to right,#929292,silver, #eee );
        border-bottom: 1px solid rgba(17, 24, 39, 1);
        z-index: 1;
        position: fixed;
        display: flex;
        top:0;
    }

    @media (max-width: 640.98px) {
        .topernew[b-8x5twyhpd4] {
            display: none;
        }
    }


    .datetimes[b-8x5twyhpd4] {
        right: 70px;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: end;
        position: fixed;
        height: 110px;
        font-size: 30px;
        color: #07600c;
    }

    @media (max-width: 900px) {
        .datetimes h3[b-8x5twyhpd4] {
            font-size: 17px;
        }
    }

    @media (max-width: 900px) {

        .mytitle h3[b-8x5twyhpd4] {
            font-size: 17px;
        }
    }

    @media (max-width: 695px) {
        .datetimes h3[b-8x5twyhpd4] {
            font-size: 13px;
        }
    }

    @media (max-width: 695px) {

        .mytitle h3[b-8x5twyhpd4] {
            font-size: 13px;
        }
    }

    .mytitle[b-8x5twyhpd4] {
        width: auto;
        display: flex;
        justify-content: start;
        align-items: end;
        height: 110px;
        left: 250px;
        position: fixed;
        margin-top: 1px;
        font-size: 30px;
        color: #07600c;
    }
/* _content/ContraModern/Components/Layout/NavMenu.razor.rz.scp.css */

.top-row[b-lbgeyzaprf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);   
}

.bi-house-door-fill-nav-menu[b-lbgeyzaprf] {
    background-image: url('/img/MyLogo.png');
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;    
    margin-right: 5px;
}

.bi-house-door-fill-nav-menu-black[b-lbgeyzaprf] {
    background-image: url('/img/MyLogodark.png');
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    margin-right:5px;
}

span[b-lbgeyzaprf] {
    width: 25px;
    color: transparent;
    font-size: 30px;
}

.nav-item[b-lbgeyzaprf] {
    font-size: 12px;
    padding-bottom: 0.25rem;
}

.nav-item:hover[b-lbgeyzaprf] {                
       font-size:11px;
}

.sex[b-lbgeyzaprf] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
}

.sex:hover[b-lbgeyzaprf] {
    font-size: 16px;
    color:aqua;
}

.nav-item:first-of-type[b-lbgeyzaprf] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-lbgeyzaprf] {
        padding-bottom: 1rem;
}

.nav-item[b-lbgeyzaprf]  a {
    /*color: #d7d7d7;*/
    background-color: rgba(255,255,255,0.37);
    color:white;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}
 

.nav-item[b-lbgeyzaprf]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-item[b-lbgeyzaprf]  a:focus {
        /*    background-color: rgba(255, 255, 255, 0.1);*/
        background-color: #b9f1b6ab;
}

/*@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
    

}*/

.nav-scrollable[b-lbgeyzaprf] {
    /* Allow sidebar to scroll for tall menus */
    height: 85%;
    overflow-y: auto;
}
 
/* _content/ContraModern/Components/Pages/Login.razor.rz.scp.css */
/* From Uiverse.io by Yaya12085 */

*[b-8hj8ghbxq5] {
    padding: 0;
    margin: 0;
}

.container[b-8hj8ghbxq5] {
    /*  width: 320px;*/
    display: block;
    justify-content: center;
    border-radius: 10px;
    background-color: rgba(17, 24, 39, 1);
    width: 60%;
    height: 450px;
    color: rgba(243, 244, 246, 1);
    margin: 120px auto 0 auto;
}

    .container .logo[b-8hj8ghbxq5] {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        padding: 10px 0
    }

.title[b-8hj8ghbxq5] {
    text-align: center;
    font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 600;
    font-style: italic;
}

.line1[b-8hj8ghbxq5] {
    margin: 20px 25px;
    height: 1px;
    flex: 1 1 0%;
    background-color: rgba(55, 65, 81, 1);
}

.line2[b-8hj8ghbxq5] {
    margin-left: 45px;
    margin-right: 45px;
    margin-top: 20px;
    height: 1px;
    flex: 1 1 0%;
    background-color: rgba(55, 65, 81, 1);
}

.mygroup[b-8hj8ghbxq5] {
    width: 75%;
    background: transparent;
    justify-self: center;
    align-content: space-between;
    height: 160px;
}

.inputer[b-8hj8ghbxq5] {
    width: 100%;
    height: 35px;
    color: black;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
    font-size: 20px;
}

.sign[b-8hj8ghbxq5] {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 45%;
    height: 40px;
    background-color: lightgreen;
    color: rgba(17, 24, 39, 1);
    font-weight: 300;
    justify-self: center;
    margin: 10px 0;
    border-radius: 6px;
}



.inputer :focus[b-8hj8ghbxq5] {
    border-color: lightgreen;
}
