/* _content/DSI.Tas/Pages/Operations/OrderDetail.razor.rz.scp.css */
.batch-container[b-6hech0kz2t] {
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 5px;
    border: solid 1px;
    background: #f0f0f0;
    padding: 15px;
}

.detail-card-container[b-6hech0kz2t] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.detail-card[b-6hech0kz2t] {
    height: 320px;
    max-height: 320px;
    width: 219px;
    max-width: 219px;
    border-radius: 5px;
    border: solid 1px rgba(79, 191, 183, 0.75);
    margin: 10px;
    background: #fcfcfc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.detail-card-batch[b-6hech0kz2t] {
    width: 275px;
    max-width: 275px;
    border-radius: 5px;
    border: solid 1px;
    margin: 10px;
    background: #fcfcfc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.detail-card-batch-selected[b-6hech0kz2t] {
    width: 275px;
    max-width: 275px;
    border-radius: 5px;
    border: solid 1px rgba(79, 191, 183, 0.75);
    margin: 10px;
    background: #fcfcfc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.detail-card:hover[b-6hech0kz2t] {
}

    .detail-card:hover .detail-card-header[b-6hech0kz2t] {
        background-image: linear-gradient(135deg, #01203a, rgba(79, 191, 183, 0.75), #01203a);
    }

    .detail-card:hover .detail-card-button-row[b-6hech0kz2t] {
        visibility: visible;
    }

.detail-card-batch:hover[b-6hech0kz2t] {
}

    .detail-card-batch:hover .detail-card-header[b-6hech0kz2t] {
        background-image: linear-gradient(135deg, #01203a, rgba(79, 191, 183, 0.75), #01203a);
    }

    .detail-card-batch:hover .detail-card-button-row[b-6hech0kz2t] {
        visibility: visible;
    }

.detail-card-batch-selected:hover[b-6hech0kz2t] {
}

    .detail-card-batch-selected:hover .detail-card-header[b-6hech0kz2t] {
        background-image: linear-gradient(135deg, #01203a, rgba(79, 191, 183, 0.75), #01203a);
    }

    .detail-card-batch-selected:hover .detail-card-button-row[b-6hech0kz2t] {
        visibility: visible;
    }

.detail-card-header-selected[b-6hech0kz2t] {
    height: 10px;
    min-height: 10px;
    max-height: 10px;
    width: 100%;
    background-image: linear-gradient(135deg, rgba(79, 191, 183, 0.75),rgba(79, 191, 183, 0.75));
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.detail-card-header[b-6hech0kz2t] {
    height: 10px;
    min-height: 10px;
    max-height: 10px;
    width: 100%;
    background-image: linear-gradient(135deg, #01203a, #01203a);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.detail-card-info[b-6hech0kz2t] {
    display: flex;
    overflow-x: hidden;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    overflow-y: hidden;
    padding: 10px 15px;
}

.detail-card-info-text[b-6hech0kz2t] {
    font-size: 13px;
    margin: 5px;
}

.detail-card-title[b-6hech0kz2t] {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.detail-card-subtitle[b-6hech0kz2t] {
    font-size: 14px;
    font-weight: 700;
}

.detail-card-info-label[b-6hech0kz2t] {
    font-style: italic;
    font-size: 11px;
    font-weight: 500;
}

.detail-card-info-break[b-6hech0kz2t] {
    margin-bottom: 15px;
}

.detail-card-button-row[b-6hech0kz2t] {
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
}

.detail-card-button[b-6hech0kz2t] {
    line-height: 1.25;
}

@media (max-width: 991px) {
    .detail-card-primary-info[b-6hech0kz2t] {
        border-right: none;
    }

    .detail-card-button-row[b-6hech0kz2t] {
        visibility: visible;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .detail-card-primary-info[b-6hech0kz2t] {
        border-right: solid 1px rgba(79, 191, 183, 0.75);
    }

    .detail-card-button-row[b-6hech0kz2t] {
        visibility: hidden;
    }
}
