@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/ParcelDelivery/Components/Account/Pages/Login.razor.rz.scp.css */
/* _content/ParcelDelivery/Components/Controls/Notification.razor.rz.scp.css */
.notification-container[b-86uzsj8ecg] {
    position: fixed;
    bottom: 8em;
    right: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    transition: opacity 0.5s ease-out;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.hide[b-86uzsj8ecg] {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
/* _content/ParcelDelivery/Components/Controls/PhoneList.razor.rz.scp.css */
h4[b-b4uvvqcooo]{
    margin:0.5em 0;
}
/* _content/ParcelDelivery/Components/Layout/HeaderComponent.razor.rz.scp.css */
header[b-rhipax31lj] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #142060;
    color: #dcdbdb;
    padding:1em;
    grid-area:header;
    grid-column:1/13;
}
p.header-title[b-rhipax31lj]{
    font-weight:600;
}

select[aria-label="Language Selector"][b-rhipax31lj] {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #375A7F;
    background-color: #ffffff;
    border: 1px solid #375A7F;
    border-radius: 5px;
    padding: 5px 10px;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    select[aria-label="Language Selector"]:hover[b-rhipax31lj] {
        background-color: #F1F1F1;
    }

    select[aria-label="Language Selector"]:focus[b-rhipax31lj] {
        border-color: #dcdbdb;
        box-shadow: 0 0 5px rgba(55, 90, 127, 0.5);
    }

    select[aria-label="Language Selector"] option[b-rhipax31lj] {
        font-family: 'Roboto', sans-serif;
        color: #375A7F;
        background-color: #ffffff;
    }

.btn-logout[b-rhipax31lj] {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease-in-out;
}

    .btn-logout:hover[b-rhipax31lj] {
        color: #ffffff;
    }

    .btn-logout .bi[b-rhipax31lj] {
        font-size: 1.2em;
    }


@media (width >= 600px) {
    header[b-rhipax31lj] {
        display: none;
    }
}
/* _content/ParcelDelivery/Components/Layout/MainLayout.razor.rz.scp.css */
.container[b-nzyv7ejxvl]{
    min-height:100vh;
    width:100%;
    display:grid;
    grid-template-columns:repeat(12, 1fr);
    grid-template-rows:3.5em 1fr 3.7em;
    grid-template-areas:
        "header"
        "content"
        "nav";
}

.main[b-nzyv7ejxvl]{
    grid-area:content;
    grid-column:1/13;
}
@media (width >= 600px) {
    .container[b-nzyv7ejxvl] {
        grid-template-rows: 3.7em 1fr;
        grid-template-areas:
            "nav"
            "content";
    }
}
/* _content/ParcelDelivery/Components/Layout/NavMenu.razor.rz.scp.css */
[b-c3jr78rj14] .nav, .nav[b-c3jr78rj14] {
    grid-area: nav;
    grid-column: 1/13;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
}

[b-c3jr78rj14] .nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

    [b-c3jr78rj14] .nav__link:hover {
        background-color: #eeeeee;
    }

[b-c3jr78rj14] .nav__icon {
    font-size: 18px;
}

@media (min-width: 600px) {
    [b-c3jr78rj14] .nav, .nav[b-c3jr78rj14] {
        justify-content: flex-end;
        gap: 1.5em;
        padding-right:1em;
    }

    [b-c3jr78rj14] .nav__link {
        font-size: 18px;
        flex-grow: 0;        
        align-self: center;
        flex-direction: row;
    }

    [b-c3jr78rj14] .nav__icon {
        display: none;
    }
}
/* _content/ParcelDelivery/Components/Layout/SidebarComponent.razor.rz.scp.css */
.sideNav[b-9palcbka31] {
    height: 100vh;
    max-width: 600px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #375A7F;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

    .sideNav a[b-9palcbka31] {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #dcdbdb;
        display: block;
        transition: 0.3s;
    }

        .sideNav a:hover[b-9palcbka31] {
            color: #e28743;
        }

    .sideNav .closeBtn[b-9palcbka31] {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        color: #e28743;
    }
