/* _content/CourierDigitalServices/Pages/Index.razor.rz.scp.css */
body[b-uozk6lvd6w] {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    justify-content: left;
    align-items: start;
}

.pagecontainer[b-uozk6lvd6w]{
    width:auto;
    height:94vh;
    margin:0;
    display:flex;
    flex-direction:column;
}

.logocontainer[b-uozk6lvd6w] {    
    width: 100%;
    height: auto;
    display:flex;
    flex-direction:column;
    display:flex;
    justify-content:center;
    align-items:center;
    display:flex;
    align-items:center;
}

.sitelogo[b-uozk6lvd6w] {
    object-fit:contain;
    width:150px;
    height:150px;
    /*margin-left:10px;*/
}

#map[b-uozk6lvd6w] {
    width: 100%;
    height: 80%;
    z-index: 0;
    border-style: solid;
    border-width: 2px;
    border-color: orange;
}

.deliverycountcontainer[b-uozk6lvd6w] {
    position: absolute;
    top: 85vh;
    left: 30vw;
    width: 40%;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: black;
    z-index: 10;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 8px;
    background-color: rgba(199,96,19, 0.5);
    padding: 8px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content:center;
}

.deliverycounter[b-uozk6lvd6w] {
    font-size: 1rem;
    color: black;
    font-weight: bold;
    text-align: center;
}

.infolabel[b-uozk6lvd6w] {
    width:75vw;
    font-size: clamp(1rem, 2vw, 2rem);
    
    text-align:center;
    margin-bottom:10px;
}
/* _content/CourierDigitalServices/Shared/LandingPage_Component.razor.rz.scp.css */
body[b-ot00iycc5o] {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    flex-direction: column; /* Stack elements vertically */
    height: 100vh;
    background-color: #222;
    color: white;
    text-align: center; /* Ensure text aligns to the center */
}

header[b-ot00iycc5o] {
    background: linear-gradient(90deg, orange, black);
    padding: 20px;
    width: 100%; /* Makes the header span the full width of the page */
    text-align: center;
}

    header h1[b-ot00iycc5o] {
        color: white;
        font-size: 2.5em;
    }



section[b-ot00iycc5o] {
    margin-bottom: 20px;
    width: 100%; /* Ensures sections take up full width of the container */
}

.companylogo[b-ot00iycc5o] {
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
    margin-bottom: 20px;
}

.adimage[b-ot00iycc5o] {
    max-width: 300px;
    max-height: 400px;
    object-fit: contain;
    margin: 20px 0;
    border: 2px solid orange;
}

.tracking-highlight[b-ot00iycc5o] {
    color: orange;
    font-weight: bold;
}

ul[b-ot00iycc5o] {
    list-style-type: disc;
    padding-left: 20px;
    text-align: left; /* Keeps list alignment natural and readable */
}
/* _content/CourierDigitalServices/Shared/MainLayout.razor.rz.scp.css */
body[b-b8kqprwp2k] {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    flex-direction: column; /* Stack elements vertically */
    height: 100vh;
    background-color: #222;
    color: white;
    text-align: center; /* Ensure text aligns to the center */
}

.page[b-b8kqprwp2k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b8kqprwp2k] {
    flex: 1;
}

.main-layout[b-b8kqprwp2k] {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #222;
    color: white;
}

header[b-b8kqprwp2k] {
    background: linear-gradient(90deg, orange, black);
    padding: 20px;
    text-align: center;
}

    header h1[b-b8kqprwp2k] {
        color: white;
        font-size: 2.5em;
    }

main[b-b8kqprwp2k] {
    padding: 20px;
}

footer[b-b8kqprwp2k] {
    text-align: center;
    padding: 10px;
    background-color: #000;
    color: white;
}


.top-row[b-b8kqprwp2k] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-b8kqprwp2k]  a, .top-row .btn-link[b-b8kqprwp2k] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-b8kqprwp2k] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-b8kqprwp2k] {
        display: none;
    }

    .top-row.auth[b-b8kqprwp2k] {
        justify-content: space-between;
    }

    .top-row a[b-b8kqprwp2k], .top-row .btn-link[b-b8kqprwp2k] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    /*.page {
        flex-direction: row;
    }*/

    /*.sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }*/

    .top-row[b-b8kqprwp2k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-b8kqprwp2k], article[b-b8kqprwp2k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
