/* _content/VenDoc.Module.Blazor/Components/DashboardNavigationComponent.razor.rz.scp.css */

.section[b-q1b3tts5jq] {
    border-bottom: 1px solid #c8ced1;
}

.row[b-q1b3tts5jq] {
    margin-right: 0;
    margin-left: 0;
}

.row-head[b-q1b3tts5jq] {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 13%;
    max-width: 13rem;
}

    .row-head h5[b-q1b3tts5jq] {
        font-weight: 900;
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.row-content[b-q1b3tts5jq] {
    display: flex;
    justify-content: flex-start;
    max-width: 87%;
}

.item[b-q1b3tts5jq] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem 0;
    width: 13rem;
}

    .item:hover[b-q1b3tts5jq] {
        background-color: lightgrey;
    }

    .item a[b-q1b3tts5jq] {
        width: 100%;
        height: 100%;
    }

        .item a:hover[b-q1b3tts5jq], .item a:focus[b-q1b3tts5jq], .item a:active[b-q1b3tts5jq] {
            text-decoration: none;
        }

[b-q1b3tts5jq] .item-icon {
    margin: 0 auto;
    color: black;
}

.item-label[b-q1b3tts5jq] {
}

/*styles for smaller devices -> smaller than bootstrap's col-xl*/
@media (max-width: 1199.98px) {
    .section[b-q1b3tts5jq] {
        justify-content: center;
    }

    .row-head[b-q1b3tts5jq] {
        padding: 1rem 0;
        justify-content: center;
    }

    .row-content[b-q1b3tts5jq] {
        max-width: 100%;
        justify-content: center;
    }
}

/*styles for smallest devices -> smaller than bootstrap's col-sm*/
@media (max-width: 575.98px) {
    .row-content[b-q1b3tts5jq] {
        justify-content: center;
    }
}
/* _content/VenDoc.Module.Blazor/Components/IFrameComponent.razor.rz.scp.css */

iframe[b-69jla6hevj] {
    display: block;
    border: none;
    height: 75vh;
    width: 85vw;
}
