/* _content/TXOperationWebDashboardLogistics/Shared/MainLayout.razor.rz.scp.css */
.page[b-zxta6to5xc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-zxta6to5xc] {
    flex: 1;
}

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

.header[b-zxta6to5xc] {
    height: 55px;
    width: 100%;
    background: #0B163B;
    padding: 16px;
    display: flex;
    position: sticky;
    left:0;
    right:0;
    top: 0;
    color: white;
    z-index: 999;
}

.change-txt[b-zxta6to5xc] {
    color: #ddd; float: right; font-size: 13px;
}

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

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

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

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

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

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

    .header[b-zxta6to5xc] {
        font-size: 11px;
        height: 55px;
        width: 100%;
        background: #0B163B;
        padding: 16px;
        display: flex;
        position: sticky;
        left:0;
        right:0;
        top: 0;
        color: white;
        z-index: 999;
    }
}

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

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

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

    .main > div[b-zxta6to5xc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/TXOperationWebDashboardLogistics/Shared/ManageWarehouse/Views/V2Map/V2MapView.razor.rz.scp.css */
/* _content/TXOperationWebDashboardLogistics/Shared/ManageWarehouse/Views/V2RobotErrorView.razor.rz.scp.css */
.vertical-line[b-h7oa11e238]{
    display: inline-block;
    vertical-align: middle; 
    margin: 0 10px; 
    width: 3px; 
    height: 30px; 
    background-color: #000;
}
/* _content/TXOperationWebDashboardLogistics/Shared/ManageWarehouse/Views/WarehouseDatabaseView/Components/Box.razor.rz.scp.css */
.box[b-h5ve260mhh] {
    border: 1px solid black;
    text-align: center;
    position: relative;
    margin: auto;
}

.box-layout-1[b-h5ve260mhh] {
    height: 25%;
    aspect-ratio: 2;
    background-color: #D0D0D0;
}

.box-layout-0[b-h5ve260mhh] {
    height: 50%;
    aspect-ratio: 0.5;
    background-color: #D0D0D0;
}
/* _content/TXOperationWebDashboardLogistics/Shared/ManageWarehouse/Views/WarehouseDatabaseView/Components/Popup.razor.rz.scp.css */
.popup-overlay[b-5ydmsxsqbl] {
    display: block;
    z-index: 10;
    position: fixed;
    left: 250px;
    top: 100px;
    right: 100px;
    bottom: 0;
    background-color: #ffffff;
    height: calc(100vh-top);
    overflow: auto;
    box-shadow: 1px 2px 3px 4px #ddd;
}

.popup-window[b-5ydmsxsqbl] {
    padding: 40px;
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    border: solid 2px #000000;
    border-radius: 10px;
}

.popup-text[b-5ydmsxsqbl] {
    margin: 0;
}

.popup-text:not(:last-of-type)[b-5ydmsxsqbl] {
    margin-bottom: 1em
}

.popup-close[b-5ydmsxsqbl] {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 0px;
    font-size: 50px;
    z-index: 1;
}

.popup-header > close[b-5ydmsxsqbl]{
    float: right;
    cursor: pointer;
}
/* _content/TXOperationWebDashboardLogistics/Shared/ManageWarehouse/Views/WarehouseDatabaseView/Components/ProductLayerLayoutView.razor.rz.scp.css */
.layer-layout[b-tttbf7ptnb] {
	display: flex;
	margin: 5px;
	height: 100%;
}
.layer-layout > div[b-tttbf7ptnb] {
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
}


.layer-layout-rank[b-tttbf7ptnb] {
	min-width: 10%;
	background-color: #333333;
	color: white;
	height: 100%;
}
.layer-layout-rank.selected[b-tttbf7ptnb] {
	background-color: orange;
}


.layer-layout-boxes[b-tttbf7ptnb] {
	align-items: center;
	justify-content: center;
	display: flex;
	min-width: 70%;
	overflow-x: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.layer-layout-boxes.selected[b-tttbf7ptnb] {
	background-color: #ebbe6c;
}
.layer-layout-boxes > div[b-tttbf7ptnb] {
	display: contents;
}

.layer-layout-box[b-tttbf7ptnb] {
	padding: 1px;
}

.layer-layout-actions[b-tttbf7ptnb] {
	width: 20%;
	display: grid;
	padding: 10px;
}

.layer-layout-actions > span[b-tttbf7ptnb] {
	margin: 5px;
	border: 2px solid black;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 40px;
}

.myrow[b-tttbf7ptnb] {
	height: 100%;
}


.mycol[b-tttbf7ptnb] {
	height: 100%;
}
/* _content/TXOperationWebDashboardLogistics/Shared/ManageWarehouse/Views/WarehouseDatabaseView/ManageSkuDbView.razor.rz.scp.css */
.checked[b-idm0l1o1nc] {
    color: lawngreen;
}

.unchecked[b-idm0l1o1nc] {
    color: gray;
}
/* _content/TXOperationWebDashboardLogistics/Shared/ManageWarehouse/Views/WarehouseDatabaseView/Pages/CartLayout.razor.rz.scp.css */
.col[b-f7kcj6aep0] {
    display: flex;
    margin-top: 100px;
}

.carts[b-f7kcj6aep0] {
    width: 30%;
}

.layouts[b-f7kcj6aep0] {
    width: 70%;
    border: 2px solid black;
    padding: 20px;
}

.cart-layout[b-f7kcj6aep0] {
    flex: 1;
    display: flex;
    width: 100%;
    height: 250px;
    border: 1px solid black;
    margin-top: 30px;
}

.cart-cols[b-f7kcj6aep0] {
    width: 80%;
    height: auto;
    display: flex;
    border: 1px solid black;
    overflow-x: auto;
}

.cart-cols > div[b-f7kcj6aep0] {
    flex: 1;
    border: 1px solid black;
}


.content-template[b-f7kcj6aep0] {
    width: 20%;
    height: 100%;
    background-color: white;
}

.cart-col[b-f7kcj6aep0] {
    align-content: center;
    align-items: center;
    justify-content: center;
    min-width: 100px;
}


.cart-icon[b-f7kcj6aep0] {
    text-align: center;
    margin: auto auto;
    position: relative;
    margin-top: 10px;
}


.thumbnail-area[b-f7kcj6aep0] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.expand[b-f7kcj6aep0] {
    width: 100%;
    height: 100%;
    display: flex;
}
.circle[b-f7kcj6aep0] {
    border-radius: 50%;
    background-color: white;
    display: flex;
}

.delete-icon[b-f7kcj6aep0] {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
}

img[b-f7kcj6aep0] {
    margin: auto;
    display: block;
}

.selected[b-f7kcj6aep0] {
    background-color: yellow;
}

.bottom-layer[b-f7kcj6aep0] {
    background-color: #333333;
    color: white;
    display: block;
    width: 80%;
    text-align: center;
}
/* _content/TXOperationWebDashboardLogistics/Shared/ManageWarehouse/Views/WarehouseDatabaseView/WarehouseLayoutListView.razor.rz.scp.css */
.layouts[b-22ag6vikoe] {
    position: relative;
    overflow-x: scroll;
}

.layout-table[b-22ag6vikoe] {
    white-space: nowrap
}

.layout-table th[b-22ag6vikoe] {
    border-top: 0px solid black;
    border-bottom: 0px solid black;
    text-align: center;
}

.layout-table td[b-22ag6vikoe] {
    border-left: 1px dashed black;
    border-right: 1px dashed black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.layout-table td[b-22ag6vikoe] {
}

.layout-table td:nth-of-type(1)[b-22ag6vikoe] {
    width: 40px;
}

.layout-table td:nth-of-type(2)[b-22ag6vikoe] {
    width: 40px;
}

.layout-table td:nth-of-type(3)[b-22ag6vikoe] {
    width: 40px;
}


.filters[b-22ag6vikoe] {
    width: 80%;
    margin-top: 10px;
}

.filters > input[b-22ag6vikoe] {
    width: 100px;
}

.wrapper[b-22ag6vikoe] {
    display: flex;
    flex-direction: column;
    width: fit-content;
}
/* _content/TXOperationWebDashboardLogistics/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zpdtgmfxs3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-zpdtgmfxs3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zpdtgmfxs3] {
    font-size: 1.1rem;
}

.oi[b-zpdtgmfxs3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-zpdtgmfxs3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zpdtgmfxs3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zpdtgmfxs3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zpdtgmfxs3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-zpdtgmfxs3]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-zpdtgmfxs3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zpdtgmfxs3] {
        display: none;
    }

    .collapse[b-zpdtgmfxs3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
