/* /Pages/Pedidos.razor.rz.scp.css */
.hh-grayBox[b-2pamg1w9ak] {
    background-color: #F8F8F8;
    margin-bottom: 0px;
    padding: 35px;
    margin-top: 0px;
}

.pt45[b-2pamg1w9ak] {
    padding-top: 45px;
}

.order-tracking[b-2pamg1w9ak] {
    text-align: center;
    width: 20.00%;
    position: relative;
    display: block;
    padding-left:1px;
    padding-right:1px;    
}

    .order-tracking .is-complete[b-2pamg1w9ak] {
        display: block;
        position: relative;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        border: 0px solid #AFAFAF;
        background-color: #f7de97;
        margin: 0 auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
        z-index: 2;
    }

        .order-tracking .is-complete[b-2pamg1w9ak]:after {
            display: block;
            position: absolute;
            content: '';
            height: 14px;
            width: 7px;
            top: -2px;
            bottom: 0;
            left: 5px;
            margin: auto 0;
            border: 0px solid #AFAFAF;
            border-width: 0px 2px 2px 0;
            transform: rotate(45deg);
            opacity: 0;
        }

    .order-tracking.completed .is-complete[b-2pamg1w9ak] {
        border-color: #27aa80;
        border-width: 0px;
        background-color: #27aa80;
    }

        .order-tracking.completed .is-complete[b-2pamg1w9ak]:after {
            border-color: #fff;
            border-width: 0px 3px 3px 0;
            width: 7px;
            left: 11px;
            opacity: 1;
        }

    .order-tracking p[b-2pamg1w9ak] {
        color: #A4A4A4;
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 0;
        line-height: 20px;
    }

        .order-tracking p span[b-2pamg1w9ak] {
            font-size: 14px;
        }

    .order-tracking.completed p[b-2pamg1w9ak] {
        color: #000;
    }

    .order-tracking[b-2pamg1w9ak]::before {
        content: '';
        display: block;
        height: 3px;
        width: calc(100% - 40px);
        background-color: #f7be16;
        top: 13px;
        position: absolute;
        left: calc(-50% + 20px);
        z-index: 0;
    }

    .order-tracking:first-child[b-2pamg1w9ak]:before {
        display: none;
    }

    .order-tracking.completed[b-2pamg1w9ak]:before {
        background-color: #27aa80;
    }
/* /Pages/Spinner.razor.rz.scp.css */
/* Loading */
#loading[b-1fndggt7yp] {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent[b-1fndggt7yp] {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.loadingspinner[b-1fndggt7yp] {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;   
    align-content:center;
}

.center[b-1fndggt7yp] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#loadingspinnerImg[b-1fndggt7yp] {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
    animation: spin-b-1fndggt7yp 700ms linear infinite;
}
/* Loading */

.spinner[b-1fndggt7yp] {
    border: 12px solid silver;
    border-top: 12px solid #ff0000;
    border-radius: 80%;
    width: 100px;
    height: 100px;
    animation: spin-b-1fndggt7yp 700ms linear infinite;

}

@keyframes spin-b-1fndggt7yp {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-4jdesirh7e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4jdesirh7e] {
    flex: 1;
}

.sidebar[b-4jdesirh7e] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4jdesirh7e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4jdesirh7e]  a, .top-row[b-4jdesirh7e]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4jdesirh7e]  a:hover, .top-row[b-4jdesirh7e]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4jdesirh7e]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4jdesirh7e] {
        display: none;
    }

    .top-row.auth[b-4jdesirh7e] {
        justify-content: space-between;
    }

    .top-row[b-4jdesirh7e]  a, .top-row[b-4jdesirh7e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4jdesirh7e] {
        flex-direction: row;
    }

    .sidebar[b-4jdesirh7e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4jdesirh7e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4jdesirh7e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4jdesirh7e], article[b-4jdesirh7e] {
        /*padding-left: 2rem !important;*/
        /*padding-right: 1.5rem !important; */
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jw6f3b4pn6] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jw6f3b4pn6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jw6f3b4pn6] {
    font-size: 1.1rem;
}

.oi[b-jw6f3b4pn6] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jw6f3b4pn6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jw6f3b4pn6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jw6f3b4pn6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jw6f3b4pn6]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-jw6f3b4pn6]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-jw6f3b4pn6]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jw6f3b4pn6] {
        display: none;
    }

    .collapse[b-jw6f3b4pn6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
