/* _content/E1Rx.Terminal/Pages/Orders/Components/Marker.razor.rz.scp.css */
.marker_body[b-4cwr0bg3u4] {
	width: 100%;
}

.marker[b-4cwr0bg3u4] {
	width: 24px;
	height: 24px;
	border-radius: 8px;
	margin-left: 5px;
}

.title span[b-4cwr0bg3u4] {
	font-size: 14pt;
}

.PROCESSING[b-4cwr0bg3u4] {
	background-color: #F4BE5E !important;
}

.PACKAGING[b-4cwr0bg3u4] {
	background-color: #00D1FF !important;
}

.AWAITS_RECEPTION[b-4cwr0bg3u4] {
	background-color: #7CE7AC !important;
}

.CONFIRMED[b-4cwr0bg3u4] {
	background-color: #7CE7AC !important;
}

.RECEIVED[b-4cwr0bg3u4] {
	background-color: #9576f1 !important;
}

.COMPLETED[b-4cwr0bg3u4] {
	background-color: #B5B5C3 !important;
}

.DECLINED[b-4cwr0bg3u4] {
	background-color: #B5B5C3 !important;
}

.CANCELLED[b-4cwr0bg3u4] {
	background-color: #B5B5C3 !important;
}

.NOT_CONFIRMED[b-4cwr0bg3u4],
.NOT_PROCESSED[b-4cwr0bg3u4],
.NOT_RECEIVED[b-4cwr0bg3u4]
{
	background-color: #cc6b6b !important;
}
/* _content/E1Rx.Terminal/Pages/Orders/Components/OrderCard.razor.rz.scp.css */
.order_card_body[b-bcp32zxgou] {
	width: 300px;
	height: 100px;
	border-radius: 8px;
	background-color: white;
}

.card_body span[b-bcp32zxgou] {
	font-size: 11pt !important;
}

.order_card_body a[b-bcp32zxgou] {
	color: black !important;
}

.order_card_header[b-bcp32zxgou], .order_card_footer[b-bcp32zxgou] {
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.order_card_footer span[b-bcp32zxgou] {
	font-size: 11pt;
}

.order_card_footer .price .count[b-bcp32zxgou] {
	flex: 1;
	display: flex;
	color: black !important;
	justify-content: center;
}
/* _content/E1Rx.Terminal/Pages/Orders/Components/ProductsRow.razor.rz.scp.css */
.products-row-body[b-srqew6orn3] {
	background-color: white;
	border-radius: 12px;
	width: 100%;
	padding: 16px;
}

.fs-22pt[b-srqew6orn3] {
	font-size: 22pt;
}

.fs-14pt[b-srqew6orn3] {
	font-size: 14pt;
}

.fs-12pt[b-srqew6orn3] {
	font-size: 12pt;
}

.fs-50px[b-srqew6orn3] {
	font-size: 50px;
}

.success[b-srqew6orn3] {
	color: #03A65A;
}

.br-4px[b-srqew6orn3] {
	border-radius: 4px;
}
/* _content/E1Rx.Terminal/Pages/Orders/Components/Tab/TabContainer.razor.rz.scp.css */
.tab_body[b-qoy649fbms] {
	padding: 0.6rem;
	padding-bottom: 0.3rem;
}

.active_tab[b-qoy649fbms] {
	border-bottom: 2px solid;
	border-bottom-color: #5014d0;
}

.tab_body_link[b-qoy649fbms] {
	background-color: white;
	border-radius: 8px;
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
	padding-top: 0.5rem !important;
	padding-bottom: 0.55rem !important;
	border-top: 8px solid;
	border-top-color: white;
}

.tab_link[b-qoy649fbms] {
	color: black;
}

.PROCESSING[b-qoy649fbms] {
	border-top: 8px solid;
	border-top-color: #F4BE5E;
}

.PACKAGING[b-qoy649fbms] {
	border-top: 8px solid !important;
	border-top-color: #00D1FF !important;
}

.AWAITS_RECEPTION[b-qoy649fbms] {
	border-top: 8px solid !important;
	border-top-color: #7CE7AC !important;
}

.CONFIRMED[b-qoy649fbms] {
	border-top: 8px solid !important;
	border-top-color: #7CE7AC !important;
}

.RECEIVED[b-qoy649fbms] {
	border-top: 8px solid !important;
	border-top-color: #9576f1 !important;
}

.COMPLETED[b-qoy649fbms] {
	border-top: 8px solid !important;
	border-top-color: #B5B5C3 !important;
}

.CANCELLED[b-qoy649fbms] {
	border-top: 8px solid !important;
	border-top-color: #B5B5C3 !important;
}

.DECLINED[b-qoy649fbms] {
	border-top: 8px solid !important;
	border-top-color: #B5B5C3 !important;
}

.NOT_CONFIRMED[b-qoy649fbms],
.NOT_PROCESSED[b-qoy649fbms],
.NOT_RECEIVED[b-qoy649fbms] {
	border-top: 8px solid !important;
	border-top-color: #cc6b6b !important;
}
/* _content/E1Rx.Terminal/Pages/Orders/OrderOverview.razor.rz.scp.css */
.fs-22pt[b-dp9c33ek42] {
	font-size: 22pt;
}

.fs-14pt[b-dp9c33ek42] {
	font-size: 14pt;
}

.status-body[b-dp9c33ek42] {
	background-color: white;
	border-radius: 12px;
	padding: 16px;
	font-size: 16pt;
}

.marker[b-dp9c33ek42] {
	width: 16px;
	height: 16px;
	border-radius: 4px;
	margin-right: 5px;
}

.PROCESSING[b-dp9c33ek42] {
	background-color: #F4BE5E !important;
}

.PACKAGING[b-dp9c33ek42] {
	background-color: #00D1FF !important;
}

.AWAITS_RECEPTION[b-dp9c33ek42] {
	background-color: #7CE7AC !important;
}

.CONFIRMED[b-dp9c33ek42] {
	background-color: #7CE7AC !important;
}

.RECEIVED[b-dp9c33ek42] {
	background-color: #9576f1 !important;
}

.COMPLETED[b-dp9c33ek42] {
	background-color: #B5B5C3 !important;
}

.CANCELLED[b-dp9c33ek42] {
	background-color: #B5B5C3 !important;
}

.DECLINED[b-dp9c33ek42] {
	background-color: #B5B5C3 !important;
}

.NOT_CONFIRMED[b-dp9c33ek42],
.NOT_PROCESSED[b-dp9c33ek42],
.NOT_RECEIVED[b-dp9c33ek42] {
	background-color: #cc6b6b !important;
}
/* _content/E1Rx.Terminal/Shared/AsidePanel.razor.rz.scp.css */
@media (max-width: 991.98px) {
    .aside[b-51lp98ar53] {
        display: inherit; 
        width: 80px;
    }
}
/* _content/E1Rx.Terminal/Shared/AsidePanelNavLink.razor.rz.scp.css */
.menu-item[b-m64o2rl9vu] {
	margin-bottom: 10px;
}

.menu-item.here.show > .menu-link > .menu-icon[b-m64o2rl9vu] {
	background-color: white;
}

.menu-item span[b-m64o2rl9vu] {
	color: white;
}

.menu-item.here.show span[b-m64o2rl9vu] {
	color: #4029B1;
}

.active-tab-bar[b-m64o2rl9vu] {
	position: absolute;
	right: 0;
	height: 100%;
	width: 3px;
	background: white;
	border-radius: 3px;
}
/* _content/E1Rx.Terminal/Shared/MainLayout.razor.rz.scp.css */
.page[b-wws31ukb3y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wws31ukb3y] {
    flex: 1;
}

.sidebar[b-wws31ukb3y] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wws31ukb3y] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wws31ukb3y]  a, .top-row .btn-link[b-wws31ukb3y] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-wws31ukb3y] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wws31ukb3y] {
        display: none;
    }

    .top-row.auth[b-wws31ukb3y] {
        justify-content: space-between;
    }

    .top-row a[b-wws31ukb3y], .top-row .btn-link[b-wws31ukb3y] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wws31ukb3y] {
        flex-direction: row;
    }

    .sidebar[b-wws31ukb3y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wws31ukb3y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-wws31ukb3y], article[b-wws31ukb3y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
