﻿
.ContentPage {
    background: white;
    border-radius: 25px;
    min-height: calc(100vh - 77px);
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 25px;
}
.LoginContentBox {
    max-width: 450px;
    margin: auto;
    background: snow;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    position: relative;
    padding: 10px;
}

.display-none{
    display: none;
}
.foodbid-logo {
    background-image: url(../resources/images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 57px;
    background-position: center;
}
.material-symbols-outlined.pointer{
    cursor: pointer;
}
.content-title {
    display: inline-flex;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    font-size: xx-large;
    padding: 5px;
    font-weight: 600;
}
.content-title .material-symbols-outlined {
    font-size: 60px !important;
}
.dx-treeview-item-content{
    padding: 0.5em;
}

.dashboard-tileview-item {
    width: 100%;
    height: 100%;
    padding: 5px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    font-size: medium;
}

.view-batch-details {
    display: flex;
    flex-wrap: wrap;
}
.view-batch-detail{
    width: 100%;
    flex: 50%;
}
.view-batch-detail-2 {
    width: 100%;
    flex: 100%;
}
.view-batch-detail-title{
    font-weight: 600;
}
.view-batch-detail-products {
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.view-batch-detail-product:nth-child(odd) {
    background-color: #f7f7d8;
}
.view-batch-detail-product {
    background-color: #c0e1f5;
    padding: 10px;
    border-radius: 5px;
}

.view-batch-detail-product-files {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.view-batch-detail-product-file {
    width: 300px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin: 5px;
}