#navmenu-wizard {
    height: 0;
    width: 0;
}

.wizard .disabled{
    display:none !important;
}

.nav-item-round h3 {
    display:none;
    padding: 0;
}
@media (min-width: 768px) {
    #navmenu-wizard {
        height: 25rem;
        min-width: 11.125rem;
        max-width: 13rem;
    }
    .nav-wizard .nav-item.active {
        opacity: 1;
        background-color: transparent;
    }

    .nav-wizard .nav-item {
        background-color: white;
        opacity: 0.5;
    }

    .nav-wizard .nav-item-filler-border {
        border-right: 2px dotted #3976B7;
        width: 50%;
        height: 100%;
    }

    .nav-wizard .nav-item-filler {
        width: 100%;
        height: 38px;
    }

    .nav-wizard .nav-item-parent {
        cursor: pointer;
        background-color: transparent;
        color: black;
        height: calc(3.125rem + 4px);
        width: 12rem;
        border: 2px solid var(--main-bevar-blue);
        border-radius: 50px;
    }

    .nav-wizard .nav-item-chapter-parent {
        display: flex;
        height: calc(100% + 4px);
        width: calc(3.125rem + 4px);
        background-color: var(--main-bevar-blue);
        border: 1px solid var(--main-bevar-blue);
        border-radius: 50px;
        margin-right: 0.5rem;
        margin-left: -2px;
        margin-top: -2px;
    }
    

    .nav-wizard .nav-item-parent.error .nav-item-chapter-parent {
        background-color: var(--main-color-red);
    }
    .nav-wizard .nav-item-parent.done .nav-item-status {
        background-color: var(--main-color-green);
    }
    
    .nav-wizard .nav-item-parent.done .nav-item-status:after {

        font-family: "Font Awesome 5 Free", serif;
        content: '\f00c';
        font-weight: 900;
        display:none;
    }
    
    .nav-wizard .nav-item-parent.done .nav-item-status .fa-check {
        position: relative;
        margin-top: 0.75rem;
        margin-left: -2.6rem;
        font-size: 2rem;
        width: 2rem;
        color: white;
        background-color: var(--main-color-green);
    }
    .nav-wizard .nav-item-parent.error .nav-item-status:after {
        font-family: "Font Awesome 5 Free", serif;
        content: '\f06a';
        font-weight: 900;
        display:none;
    }
    .nav-wizard .nav-item-parent.error .nav-item-status .fa-exclamation-circle {    position: absolute;
        font-size: 3.25rem;
        border-radius: 50px;
        background-color: white;
        -webkit-box-shadow: inset 0 0 0 10px var(--main-color-red);
        -moz-box-shadow: inset 0 0 0 10px var(--main-color-red);
        box-shadow: inset 0 0 0 10px var(--main-color-red);
    }

    .nav-wizard .nav-item-chapter {
        width: 100%;
        align-self: center;
        text-align: center;
        line-height: 2.5rem;
        font-size: 2rem;
        color: white;

    }

    .nav-wizard .nav-item-content {
        align-self: center;
    }
}

.xs-nav .nav-item-chapter {
    padding-bottom: 0.2rem;
    font-size: 1.125rem;
    margin-left: 1rem;
}

.xs-nav .active {
    font-weight: bold;
}

.xs-nav .active:after {
    font-family: "Font Awesome 5 Free", serif;
    content: '\f111';
    font-weight: 900;
    display:none;
}

.xs-nav .fa-circle {
    color: var(--main-bevar-blue);
    margin-top: 2rem;
    margin-left: 1rem;
    position: absolute;
    z-index: -1;
    font-size: 12px;
}

.xs-nav .done::after {
    font-family: "Font Awesome 5 Free", serif;
    content: '\f00c';
    font-weight: 900;
    display:none;
}

.xs-nav .fa-check {
    color: var(--main-color-green);
    margin-top: 2rem;
    margin-left: 1rem;
    position: absolute;
    z-index: -1;
    font-size: 12px;
}

.xs-nav .error:after {
    font-family: "Font Awesome 5 Free", serif;
    content: '\f06a';
    font-weight: 900;
    display:none;
}

.xs-nav .fa-exclamation-circle {
    color: var(--main-color-red);
    margin-top: 2rem;
    margin-left: 1rem;
    position: absolute;
    z-index: -1;
    font-size: 12px;
}


.fortsett-senere {
    
}

/* TEST UTILITIES */
.test-bg {
    background-color: #175FAB;
}