﻿.add-product-card {
    background-color: var(--mud-palette-surface);
}

/* Card Header */
.add-product-card-header {
}

.add-product-card-grid {
}

.add-product-card-designation-item {
    height: 52px;
}

/* Price Item */
.add-product-card-price-item {
}

/* Price Input */
.add-product-card-price input {
    text-align: end;
}

/* Quantity Input */
.add-product-card-quantity input {
    text-align: end;
}

/* Card Content */
.add-product-card-content {
}

/* Image */
.add-product-card-image {
    background-size: cover;
    border-radius: 16px;
}

/* File Upload */
.add-product-card-fileupload-item {
    display: flex;
    justify-content: center;
}

.add-product-card-fileupload-icon {
    color: var(--mud-palette-error);
}

.add-product-card-invoicename-item {
    padding-top: 16px !important;
}

.add-product-card-invoice span .mud-icon-root.mud-svg-icon {
    fill: red;
}

.add-product-card-invoice .mud-input-adornment .mud-icon-root.mud-svg-icon {
    fill: currentColor;
}

.add-product-card-link-item {
    height: 72px;
}

.add-product-card-link span .mud-icon-root.mud-svg-icon {
    fill: red;
}

.add-product-card-link .mud-input-adornment .mud-icon-root.mud-svg-icon {
    fill: currentColor;
}

/* Clear Link Item */
.add-product-card-clear-link-item {
    height: 52px;
    margin-top: 18px;
    margin-left: 12px;
}

.add-product-card-clear-link-icon {
    color: var(--mud-palette-error);
}


/* Card Actions */
.add-product-card-actions {
    justify-content: space-between;
}

.add-product-card-actions-item-left {
    display: flex;
}

.add-product-card-actions-item-right {
    display: flex;
    justify-content: flex-end;
}
