/* _content/ShipAutomationWebsite/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zfn0xbkyxw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zfn0xbkyxw] {
    flex: 1;
}

header[b-zfn0xbkyxw] {
    background-color: #343a40; /* ��ɫ�������ο���Ʒ�� */
}

.content[b-zfn0xbkyxw] {
    padding-top: 1.1rem;
}

#blazor-error-ui[b-zfn0xbkyxw] {
    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-zfn0xbkyxw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ShipAutomationWebsite/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-brand[b-vra87g0f8g] {
    font-size: 1.5rem;
    font-weight: bold;
}

.nav-link[b-vra87g0f8g] {
    color: #d7d7d7 !important;
}

    .nav-link:hover[b-vra87g0f8g], .nav-link.active[b-vra87g0f8g] {
        color: #fff !important;
        background-color: rgba(255, 255, 255, 0.1);
    }
