/* _content/Mobile/Components/Layout/LoginLayout.razor.rz.scp.css */
.page[b-j1ilxu2296] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-j1ilxu2296] {
    flex: 1;
    overflow-y:auto;

}

.sidebar[b-j1ilxu2296] {
    background-color: #001a4b;
    width: 300px;
    transition: max-width 0.5s ease-out;
    max-width: 300px;
}



.layout-container[b-j1ilxu2296] {
   /* display: flex;
    flex-direction: column;
    height: 100vh;*/
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;

}

.layout-header[b-j1ilxu2296] {
    background-color: #001a4b;
    color: white;
    padding: 1rem;
    text-align: center;
    /*background-color: #001a4b;*/
    /* border-bottom: 1px solid #d6d5d5;*/
    /*justify-content: flex-end;*/
    /*height: 3.5rem;
    display: flex;*/
    /*  align-items: center;*/
}

.layout-body[b-j1ilxu2296] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.layout-nav[b-j1ilxu2296] {
    width: 250px;
    background-color: #f4f4f4;
    padding: 1rem;
    overflow-y: auto;
}

.layout-main[b-j1ilxu2296] {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
}


.top-row-user-info[b-j1ilxu2296] {
    
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    /*  border-bottom: 1px solid #d6d5d5;*/
    justify-content: space-around;
    /* height: 3.5rem;*/
    display: flex;
    /*  align-items: center;*/
}

.mobileMenuButtonImage[b-j1ilxu2296] {
    display: block;
    cursor: pointer;
    color: white;
    position: absolute;
    top: 0.1rem;
    left: 0.5rem;
    z-index: 9000; /*Seppp*/
}


.mobileUserMenuButtonImage[b-j1ilxu2296] {
    display: block;
    cursor: pointer;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 8800; /*Seppp*/
}

.mobileMenuLogo[b-j1ilxu2296] {
    display: block;
    cursor: pointer;
    color: white;
    position: absolute;
    top: 1rem;
    left: 5rem;
    z-index: 9999; /*Seppp*/
}


/*

.top-row {
    background-color: #001a4b;
    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: 900px) {
    .top-row[b-j1ilxu2296] {
        justify-content: space-between;
    }

    .top-row[b-j1ilxu2296]  a, .top-row[b-j1ilxu2296]  .btn-link {
        margin-left: 0;
    }

    .sidebar[b-j1ilxu2296] {
        
   /*     transition: max-width 0.5s ease-out;*/
        max-width: 0px;
        width : 0;
        /*  background-color : green;*/
        /* height: 100px;
        position: sticky;
        top: 0;*/
    }

    .navbar-toggler:checked ~ .mobileMenuButtonImage[b-j1ilxu2296] {
        display: block;
    }


    .mobileMenuLogo[b-j1ilxu2296] {
        display: none;
   
    }


}

@media (min-width: 901px) {
    .page[b-j1ilxu2296] {
        flex-direction: row;
    }

    .sidebar[b-j1ilxu2296] {
        width: 300px;
       /* transition: max-width 0.5s ease-out;*/
        max-width: 300px;

        /* height: 100vh;
        position: sticky;
        top: 0;*/
    }

/*    .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;
    }*/

    .mobileMenuButtonImage[b-j1ilxu2296] {
        display: none;
    }
  
}

#blazor-error-ui[b-j1ilxu2296] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

    #blazor-error-ui .dismiss[b-j1ilxu2296] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Mobile/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ht8d2w80f0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ht8d2w80f0] {
    flex: 1;
    overflow-y:auto;

}

.sidebar[b-ht8d2w80f0] {
    background-color: #001a4b;
    width: 300px;
    transition: max-width 0.5s ease-out;
    max-width: 300px;
}



.layout-container[b-ht8d2w80f0] {
   /* display: flex;
    flex-direction: column;
    height: 100vh;*/
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;

}

.layout-header[b-ht8d2w80f0] {
    background-color: #001a4b;
    color: white;
    padding: 1rem;
    text-align: center;
    /*background-color: #001a4b;*/
    /* border-bottom: 1px solid #d6d5d5;*/
    /*justify-content: flex-end;*/
    /*height: 3.5rem;
    display: flex;*/
    /*  align-items: center;*/
}

.layout-body[b-ht8d2w80f0] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.layout-nav[b-ht8d2w80f0] {
    width: 250px;
    background-color: #f4f4f4;
    padding: 1rem;
    overflow-y: auto;
}

.layout-main[b-ht8d2w80f0] {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
}


.top-row-user-info[b-ht8d2w80f0] {
    
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    /*  border-bottom: 1px solid #d6d5d5;*/
    justify-content: space-around;
    /* height: 3.5rem;*/
    display: flex;
    /*  align-items: center;*/
}

.mobileMenuButtonImage[b-ht8d2w80f0] {
    display: block;
    cursor: pointer;
    color: white;
    position: absolute;
    top: 0.1rem;
    left: 0.5rem;
    z-index: 9000; /*Seppp*/
}


.mobileUserMenuButtonImage[b-ht8d2w80f0] {
    display: block;
    cursor: pointer;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 8800; /*Seppp*/
}

.mobileMenuLogo[b-ht8d2w80f0] {
    display: block;
    cursor: pointer;
    color: white;
    position: absolute;
    top: 1rem;
    left: 5rem;
    z-index: 9999; /*Seppp*/
}


/*

.top-row {
    background-color: #001a4b;
    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: 900px) {
    .top-row[b-ht8d2w80f0] {
        justify-content: space-between;
    }

    .top-row[b-ht8d2w80f0]  a, .top-row[b-ht8d2w80f0]  .btn-link {
        margin-left: 0;
    }

    .sidebar[b-ht8d2w80f0] {
        
   /*     transition: max-width 0.5s ease-out;*/
        max-width: 0px;
        width : 0;
        /*  background-color : green;*/
        /* height: 100px;
        position: sticky;
        top: 0;*/
    }

    .navbar-toggler:checked ~ .mobileMenuButtonImage[b-ht8d2w80f0] {
        display: block;
    }


    .mobileMenuLogo[b-ht8d2w80f0] {
        display: none;
   
    }


}

@media (min-width: 901px) {
    .page[b-ht8d2w80f0] {
        flex-direction: row;
    }

    .sidebar[b-ht8d2w80f0] {
        width: 300px;
       /* transition: max-width 0.5s ease-out;*/
        max-width: 300px;

        /* height: 100vh;
        position: sticky;
        top: 0;*/
    }

/*    .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;
    }*/

    .mobileMenuButtonImage[b-ht8d2w80f0] {
        display: none;
    }
  
}

#blazor-error-ui[b-ht8d2w80f0] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

    #blazor-error-ui .dismiss[b-ht8d2w80f0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Mobile/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y48tk8oxql] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);

    z-index:9000; /*Seppp*/
    /*    t�t� ei oikeasti n�ytet� */
}

.navbar-toggler:checked[b-y48tk8oxql] {
        background-color: rgba(255, 255, 255, 0.5);
    }


.navbar-brand[b-y48tk8oxql] {
    font-size: 1.1rem;
}

.bi[b-y48tk8oxql] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

/*
.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}*/


.nav-item[b-y48tk8oxql] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-y48tk8oxql] {
        padding-top: 1rem;
    }

.nav-item:last-of-type[b-y48tk8oxql] {
        padding-bottom: 1rem;
    }

.nav-item[b-y48tk8oxql]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        white-space: nowrap;        /*Seppo*/
        overflow: hidden;           /*Seppo*/
        text-overflow: ellipsis;    /*Seppo*/
    }

.nav-item[b-y48tk8oxql]  a.active {
        background-color: rgba(255,255,255,0.0);
        color: white;
    }

.nav-item[b-y48tk8oxql]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-y48tk8oxql] {
    /*    max-width: 0;
    width: 300px;
    overflow: hidden;
    transition: max-width 0.5s ease-out;
    position: absolute;
    z-index: 9001;
    background-color:   #001a4b;
    height: calc(100vh - 3.5rem);*/

    max-width: 300px;
    transition: max-width 0.5s ease-out;
    position: absolute;
    width: 300px;
    /*   flex-grow: 1;*/
    overflow-y: auto;
    z-index: 9001;
    background-color: #001a4b;
}


.MobileMenuClosingRow[b-y48tk8oxql] {
    display: block;
    max-width: 300px;
    overflow: hidden;
    transition: max-width 0.5s ease-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 3.5rem;
    min-height: 3.5rem;
    z-index: 9990;
    background-color:  #001a4b;
}





.overlay[b-y48tk8oxql] {
    position:fixed;
    top: 0;
    left: 0;
    width :100%;
    height: 100%;
    backdrop-filter:blur(5px) ;
    background-color : rgba(0,0,0,0.3);
    z-index:8900;
    display: none;
}



.mobileMenuButtonBackImage[b-y48tk8oxql] {
    display: block;
    cursor: pointer;
    color: white;
    position: relative;
    top: 0.5rem;
    left: 0.1rem;
    z-index: 9999; /*Seppp*/
}

.mobileMenuLogo[b-y48tk8oxql] {
    display: block;
    cursor: pointer;
    color: white;
    position: absolute;
    top: 1rem;
    left: 5rem;
    z-index: 9999; /*Seppp*/
}


.AKKLogoBottom[b-y48tk8oxql] {
    /*bottom: 0;
    display: flex;
    justify-content: center;
    position :absolute;
    left: 0;
    padding-bottom: 32px;
    width: 100%;
    height : 80px;*/


    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 100%;
    padding-bottom: 16px;
    background-color: #001a4b; /* jos haluat taustav�rin */
    position:absolute;
    bottom:10px;
    left : 0;
}


.navmenu-wrapper[b-y48tk8oxql] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 3.5rem); /* koko k�ytett�v� korkeus */
    position: relative;
}


nav[b-y48tk8oxql] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    /* height: 100vh;*/
    height: calc(100vh - 3.5rem)
}

/*nav a:last-child {
    margin-top: auto;
}*/


@media (max-width: 900px) {
    .navbar-toggler:checked ~ .MobileMenuClosingRow[b-y48tk8oxql] {
        display: block;
        transition: max-width 0.5s ease-out;
        max-width: 0px;
       /* background-color: yellow; *//*#001a4b;*/
    }

    .navbar-toggler:checked ~ .overlay[b-y48tk8oxql] {
        display: block;
      /*  width: 20%;*/
    }

   
    .navbar-toggler:checked ~ .mobileMenuButtonBackImage[b-y48tk8oxql] {
        display: block;
    }
    .navbar-toggler:checked ~ .nav-scrollable[b-y48tk8oxql] {
       /* transition: max-width 0.5s ease-out;*/
        display: block;
        max-width: 0px;
        /*background-color:cyan;*/
    }

}



@media (min-width: 641px) {

    .navbar-toggler:checked ~ .overlay[b-y48tk8oxql] {
        display: none;
    }

    .navbar-toggler[b-y48tk8oxql] {
        display: none;
    }

    overlay[b-y48tk8oxql] {
        display: none;
    }


    /*.nav-scrollable {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/
        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
        max-width: 300px;
        background-color : red;

    }*/

    .MobileMenuClosingRow[b-y48tk8oxql] {
        display: none;
        height: 3.5rem;
        overflow-y: hidden;
        max-width: 0px;
       /* background-color: green;*/
    }

 

}


[b-y48tk8oxql] .nav-item {
    padding-bottom: 0 !important;
  /*  height : 52px !important;*/
}
[b-y48tk8oxql] .nav-link {
    height : 52px !important;
}
.MuiListItemButton-eka[b-y48tk8oxql] {
 /*   border-bottom: 1px solid #fff;
    padding-right: 1px;*/
  /*  background-color:red;*/
}

.MuiListItemButton-root[b-y48tk8oxql] {
    border-bottom: 1px solid #fff;
    padding-right: 1px;
}

.MuiListItemButton-sub[b-y48tk8oxql] {
    border-bottom: 1px solid #fff;
    padding-right: 1px;
}


[b-y48tk8oxql] .nav-link:hover {
    background-color: transparent !important;
    /*color: inherit !important;*/
}



    [b-y48tk8oxql] .nav-link:hover .menuItemHoverImage {
       /* opacity: 1 !important;
        visibility: visible !important;
        animation: fadeIn 0.3s ease-out forwards;*/

        -webkit-animation: fadeInFromNone .25s ease-in;
        animation: fadeInFromNone .25s ease-in;
        opacity: .4;
        visibility: visible

    }

[b-y48tk8oxql] .menuItemHoverImage {
   /* opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease-out;*/

    -webkit-animation: fadeOutFromBlock 1s ease-out;
    animation: fadeOutFromBlock 1s ease-out;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden

}

[b-y48tk8oxql] .mobileMenuLogo {
    top: 0.5rem !important;
}
/* _content/Mobile/Components/Pages/MyPage.razor.rz.scp.css */

[b-ulsg3b32h4] .row
{
    width: auto !important;
    max-width: none !important;
}
