/* _content/Jordtiphen/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-os0ikv4fa9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-os0ikv4fa9] {
    flex: 1;
}

.top-row[b-os0ikv4fa9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-os0ikv4fa9]  a, .top-row[b-os0ikv4fa9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-os0ikv4fa9]  a:hover, .top-row[b-os0ikv4fa9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-os0ikv4fa9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-os0ikv4fa9] {
        justify-content: space-between;
    }

    .top-row[b-os0ikv4fa9]  a, .top-row[b-os0ikv4fa9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .top-row[b-os0ikv4fa9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-os0ikv4fa9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-os0ikv4fa9], article[b-os0ikv4fa9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-os0ikv4fa9] {
    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-os0ikv4fa9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Jordtiphen/Components/Layout/NavMenu.razor.rz.scp.css */
/*Simple style*/
.navbar_style[b-1fo9w40hun] {
    display: flex;
    height: 6.25rem;
    padding: 10px 40px;
    border-bottom: solid var(--tertiary-color) 1px;
    font-size: var(--font-size-small);
}
.nav-items[b-1fo9w40hun] {
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: var(--font-weight-regular);
}
a[b-1fo9w40hun] {
    color: var(--primary-color);
    transition: color 0.2s linear;
}
a:hover[b-1fo9w40hun] {
    color: var(--primary-color);
    opacity: 0.7;
}
.li_active[b-1fo9w40hun] {
    background-color: red !important;
    color: green !important;
}

.logo[b-1fo9w40hun]{
    height:44px;
}


.custom_button_outline[b-1fo9w40hun] {
    color: var(--primary-color);
    border: solid var(--primary-color) 2px;
    transition: color 0.4s linear;
}
.custom_button_outline:hover[b-1fo9w40hun] {
    color: white !important;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}
.nav-item-contact[b-1fo9w40hun] {
    color: white;
    text-decoration: none;
}
/*nav animations*/

.container_navn_anim[b-1fo9w40hun] {
    height: auto;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.anim[b-1fo9w40hun] {
    margin: 20px 0;
}

.three[b-1fo9w40hun] {
    position: relative;
}

    .three[b-1fo9w40hun]:before {
        position: absolute;
        background-color: black;
        content: "";
        display: block;
        bottom: 0;
        width: 100%;
        height: 2px;
        transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transform: scale(0);
    }

    .three:hover[b-1fo9w40hun]:before {
        color: #fff;
        transform: scale(1);
    }
/*nav animation -end*/

/*hamburger menu*/


.wrapper[b-1fo9w40hun] {
    position: absolute;
    top: 48%;
    height: 55px;
    width: 50px;
    right: 6%;
    transform: translate(-50%, -50%);
}

.hamburger[b-1fo9w40hun] {
    width: 50px;
    height: 50px;
    /* background: #032F41; */
    /* box-shadow: 0 0 15px rgba(3,47,65,1); */
    cursor: pointer;
    position: relative;
}
    .hamburger:hover[b-1fo9w40hun] {
        opacity: 0.5;
    }

    .hamburger > div[b-1fo9w40hun] {
        position: absolute;
        height: 3px;
        background: black;
        transition: width 0.3s ease;
    }

.first[b-1fo9w40hun] {
    width: 40px;
    top: 25px;
    left: 20px;
}

.second[b-1fo9w40hun] {
    width: 30px;
    top: 35px;
    left: 20px;
}

.third[b-1fo9w40hun] {
    width: 40px;
    top: 45px;
    left: 20px;
}

.hamburger_open div[b-1fo9w40hun] {
    width: 25px;
    transition: width 0.3s ease;
}
/*hamburger menu -end*/

.navbar-toggler-icon[b-1fo9w40hun]{
    display:none;
}
.navbar_vertical_items[b-1fo9w40hun] {
    display: flex !important;
    transition: transform 0.5s ease-in;
}

.navbar-collapse[b-1fo9w40hun] {
    display: flex !important;
    transition: transform 0.5s ease-in;
    z-index: 100;
    transform: translate(0px) !important;
}

.custom_nav_link.active[b-1fo9w40hun] {
    color: #007bff; /* Active link color */
    font-weight: bold; /* Active link font weight */
}


@media screen and (max-width: 991.8px) {
    .navbar-toggler-icon[b-1fo9w40hun] {
        display: flex;
    }
    .navbar_vertical_items[b-1fo9w40hun] {
        position: absolute;
        top: 100%;
        z-index: 100;
        background: white;
        padding: 40px;
        margin-top: 10px;/*Im sorry*/
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
}
