/* _content/CustomerPortal_GUI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hnl0576kh8] {
    position: relative;
    display: flex;
    flex-direction: column;
    height:100%;
}

main[b-hnl0576kh8] {
    flex: 1;
    height:100%;
    overflow-y: scroll;
}

.sidebar[b-hnl0576kh8] {
    background-color: #EEEEEE;
}

.top-row[b-hnl0576kh8] {
    background-color: #536B78;
    border-bottom: 1px solid #536B78;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hnl0576kh8]  a, .top-row[b-hnl0576kh8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hnl0576kh8]  a:hover, .top-row[b-hnl0576kh8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hnl0576kh8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-hnl0576kh8] {
        justify-content: space-between;
    }

    .top-row[b-hnl0576kh8]  a, .top-row[b-hnl0576kh8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hnl0576kh8] {
        flex-direction: row;
        height:calc(100% - 65px);
    }

    .sidebar[b-hnl0576kh8] {
        width: 250px;
        height: 100%;
        position: sticky;
        top: 0;
    }

    .top-row[b-hnl0576kh8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hnl0576kh8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hnl0576kh8], article[b-hnl0576kh8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
    article[b-hnl0576kh8] {
        height: calc(100% - 70px);
    }
    .customerTabs[b-hnl0576kh8] {
        height: calc(100% - 155px);
    }
}

#blazor-error-ui[b-hnl0576kh8] {
    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: 1000;
}

    #blazor-error-ui .dismiss[b-hnl0576kh8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.e-tab .e-tab-header.e-vertical[b-hnl0576kh8] {

    max-width:none !important;
}

.wrapper[b-hnl0576kh8] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.checkmark[b-hnl0576kh8] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #FFF;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill-b-hnl0576kh8 .4s ease-in-out .4s forwards, scale-b-hnl0576kh8 .3s ease-in-out .9s both;
}

.checkmark__circle[b-hnl0576kh8] {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: #7ac142;
    animation: stroke-b-hnl0576kh8 .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark__check[b-hnl0576kh8] {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke-b-hnl0576kh8 .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke-b-hnl0576kh8 {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale-b-hnl0576kh8 {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill-b-hnl0576kh8 {
    100% {
        box-shadow: inset 0px 0px 0px 30px $green;
    }
}



/* _content/CustomerPortal_GUI/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ms2ggiidb3] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 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);
}

.navbar-toggler:checked[b-ms2ggiidb3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ms2ggiidb3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ms2ggiidb3] {
    font-size: 1.1rem;
}

.bi[b-ms2ggiidb3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}



.nav-item[b-ms2ggiidb3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    a :hover{

           }
}

.nav-item:first-of-type[b-ms2ggiidb3] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-ms2ggiidb3] {
    padding-bottom: 1rem;
}

.nav-item[b-ms2ggiidb3]  .nav-link {
    color: #333333;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-ms2ggiidb3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: #198754;
}

.nav-item[b-ms2ggiidb3]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: #198754;
}

.nav-scrollable[b-ms2ggiidb3] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ms2ggiidb3] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ms2ggiidb3] {
        display: none;
    }

    .nav-scrollable[b-ms2ggiidb3] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;*/
    }
}

.modabFortnox[b-ms2ggiidb3] {
    background-image: url('Images/app-fortnox.svg');
    background-size: 24px;
    height: 24px;
    width: 24px;
    margin-right:5px;
    background-repeat: no-repeat;
    background-position-x: center;
}
